|
|
|
| 1 | 2026-08-15T06:59:00.991Z | job assigned to worker 01M023DMZ88WRMFHP6PD5JERTQ [factory aws, i-01961fd04e76b5953] (queued for 54 s) |
| |
| 2 | 2026-08-15T06:59:07.930Z | starting task 0: "setup" |
| 3 | 2026-08-15T06:59:07.935Z | ++ uname -s |
| 4 | 2026-08-15T06:59:07.938Z | + kern=SunOS |
| 5 | 2026-08-15T06:59:07.938Z | + build_user=build |
| 6 | 2026-08-15T06:59:07.938Z | + build_uid=12345 |
| 7 | 2026-08-15T06:59:07.938Z | + work_dir=/work |
| 8 | 2026-08-15T06:59:07.938Z | + input_dir=/input |
| 9 | 2026-08-15T06:59:07.938Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-15T06:59:07.938Z | + case "$kern" in |
| 11 | 2026-08-15T06:59:07.938Z | + groupadd -g 12345 build |
| 12 | 2026-08-15T06:59:07.941Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-15T06:59:09.949Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-15T06:59:10.052Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-15T06:59:10.055Z | + home_fs=zfs |
| 16 | 2026-08-15T06:59:10.055Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-15T06:59:10.055Z | + mkdir -p /home/build |
| 18 | 2026-08-15T06:59:10.056Z | + chown build:build /home/build /work |
| 19 | 2026-08-15T06:59:12.058Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-15T06:59:12.062Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-08-15T06:59:12.070Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-15T06:59:12.073Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-15T06:59:12.073Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-15T06:59:12.073Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-15T06:59:12.073Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-15T06:59:12.073Z | * rust toolchain profile = "default" |
| 27 | 2026-08-15T06:59:12.073Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-15T06:59:12.076Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-15T06:59:12.076Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-15T06:59:12.136Z | info: downloading installer |
| 31 | 2026-08-15T06:59:13.552Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-15T06:59:13.552Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-15T06:59:13.552Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-15T06:59:13.552Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-15T06:59:13.564Z | info: profile set to default |
| 36 | 2026-08-15T06:59:13.564Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-15T06:59:13.578Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-15T06:59:13.708Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-15T06:59:13.713Z | info: downloading 6 components |
| 40 | 2026-08-15T06:59:28.951Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-15T06:59:28.951Z | |
| 42 | 2026-08-15T06:59:28.979Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-15T06:59:28.979Z | |
| 44 | 2026-08-15T06:59:28.980Z | |
| 45 | 2026-08-15T06:59:28.980Z | Rust is installed now. Great! |
| 46 | 2026-08-15T06:59:28.980Z | |
| 47 | 2026-08-15T06:59:28.980Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-15T06:59:28.980Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-15T06:59:28.980Z | |
| 50 | 2026-08-15T06:59:28.980Z | To configure your current shell, you need to source |
| 51 | 2026-08-15T06:59:28.980Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-15T06:59:28.980Z | |
| 53 | 2026-08-15T06:59:28.980Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-15T06:59:28.980Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-15T06:59:28.980Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-15T06:59:28.980Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-15T06:59:28.980Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-15T06:59:28.980Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-15T06:59:28.980Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-15T06:59:28.984Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-15T06:59:28.984Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-15T06:59:29.086Z | + rustup --version |
| 63 | 2026-08-15T06:59:29.091Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-15T06:59:29.096Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-15T06:59:29.112Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-15T06:59:29.116Z | + cargo --version |
| 67 | 2026-08-15T06:59:29.124Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-15T06:59:29.127Z | + rustc --version |
| 69 | 2026-08-15T06:59:29.148Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-15T06:59:29.151Z | process exited: duration 17082 ms, exit code 0 |
| |
| 71 | 2026-08-15T06:59:29.157Z | starting task 2: "authentication" |
| 72 | 2026-08-15T06:59:29.176Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-15T06:59:29.182Z | starting task 3: "clone repository" |
| 74 | 2026-08-15T06:59:29.187Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-15T06:59:29.190Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-15T06:59:29.223Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-15T06:59:40.356Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-15T06:59:40.357Z | + git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 79 | 2026-08-15T06:59:40.713Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-15T06:59:40.713Z | * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD |
| 81 | 2026-08-15T06:59:40.726Z | + [[ -n sush-integration ]] |
| 82 | 2026-08-15T06:59:40.729Z | ++ git branch --show-current |
| 83 | 2026-08-15T06:59:40.729Z | + current=main |
| 84 | 2026-08-15T06:59:40.729Z | + [[ main != sush-integration ]] |
| 85 | 2026-08-15T06:59:40.732Z | + git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 86 | 2026-08-15T06:59:40.735Z | + git checkout -f sush-integration |
| 87 | 2026-08-15T06:59:40.986Z | Switched to branch 'sush-integration' |
| 88 | 2026-08-15T06:59:40.990Z | + git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 |
| 89 | 2026-08-15T06:59:41.007Z | HEAD is now at c47b10a3e Faster, steadier sush routing |
| 90 | 2026-08-15T06:59:41.011Z | process exited: duration 11823 ms, exit code 0 |
| |
| 91 | 2026-08-15T06:59:41.017Z | starting task 4: "build" |
| 92 | 2026-08-15T06:59:41.022Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-15T06:59:41.025Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-15T06:59:41.025Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-15T06:59:41.025Z | +++ uname -s |
| 96 | 2026-08-15T06:59:41.025Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-15T06:59:41.025Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-15T06:59:41.028Z | + cargo --version |
| 99 | 2026-08-15T06:59:41.042Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-15T06:59:41.045Z | + rustc --version |
| 101 | 2026-08-15T06:59:41.061Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-15T06:59:41.064Z | + cargo tree --locked |
| 103 | 2026-08-15T06:59:41.232Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 104 | 2026-08-15T06:59:41.541Z | Updating crates.io index |
| 105 | 2026-08-15T06:59:41.544Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2026-08-15T06:59:41.832Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 107 | 2026-08-15T06:59:42.204Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 108 | 2026-08-15T06:59:43.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 109 | 2026-08-15T06:59:43.754Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 110 | 2026-08-15T06:59:45.423Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 111 | 2026-08-15T06:59:46.315Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 112 | 2026-08-15T06:59:46.641Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 113 | 2026-08-15T06:59:46.996Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 114 | 2026-08-15T06:59:48.572Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 115 | 2026-08-15T06:59:48.889Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 116 | 2026-08-15T06:59:49.254Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-08-15T06:59:49.536Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 118 | 2026-08-15T06:59:49.808Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 119 | 2026-08-15T06:59:50.097Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 120 | 2026-08-15T06:59:50.398Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 121 | 2026-08-15T06:59:50.678Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 122 | 2026-08-15T06:59:51.029Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 123 | 2026-08-15T06:59:51.520Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 124 | 2026-08-15T06:59:51.985Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-08-15T06:59:52.391Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 126 | 2026-08-15T06:59:52.852Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 127 | 2026-08-15T06:59:53.349Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 128 | 2026-08-15T06:59:53.654Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-08-15T06:59:54.206Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 130 | 2026-08-15T06:59:54.530Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 131 | 2026-08-15T06:59:54.811Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 132 | 2026-08-15T06:59:55.275Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 133 | 2026-08-15T06:59:55.565Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 134 | 2026-08-15T06:59:56.013Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 135 | 2026-08-15T06:59:56.398Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 136 | 2026-08-15T06:59:56.692Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 137 | 2026-08-15T06:59:57.013Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 138 | 2026-08-15T06:59:57.535Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-08-15T06:59:57.924Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 140 | 2026-08-15T06:59:58.566Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 141 | 2026-08-15T06:59:58.859Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 142 | 2026-08-15T06:59:59.152Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 143 | 2026-08-15T07:00:02.626Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 144 | 2026-08-15T07:00:02.959Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 145 | 2026-08-15T07:00:03.332Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 146 | 2026-08-15T07:00:03.611Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-08-15T07:00:04.051Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 148 | 2026-08-15T07:00:04.329Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 149 | 2026-08-15T07:00:04.623Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 150 | 2026-08-15T07:00:04.981Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2026-08-15T07:00:08.252Z | Downloading crates ... |
| 152 | 2026-08-15T07:00:08.321Z | Downloaded addr2line v0.25.1 |
| 153 | 2026-08-15T07:00:08.325Z | Downloaded errno v0.3.14 |
| 154 | 2026-08-15T07:00:08.325Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 155 | 2026-08-15T07:00:08.325Z | Downloaded dyn-clone v1.0.20 |
| 156 | 2026-08-15T07:00:08.325Z | Downloaded env_logger v0.11.11 |
| 157 | 2026-08-15T07:00:08.325Z | Downloaded fastrand v2.3.0 |
| 158 | 2026-08-15T07:00:08.325Z | Downloaded flagset v0.4.7 |
| 159 | 2026-08-15T07:00:08.326Z | Downloaded lru-cache v0.1.2 |
| 160 | 2026-08-15T07:00:08.327Z | Downloaded embedded-io v0.4.0 |
| 161 | 2026-08-15T07:00:08.327Z | Downloaded guppy-workspace-hack v0.1.0 |
| 162 | 2026-08-15T07:00:08.327Z | Downloaded maybe-uninit v2.0.0 |
| 163 | 2026-08-15T07:00:08.331Z | Downloaded num v0.4.3 |
| 164 | 2026-08-15T07:00:08.331Z | Downloaded escape8259 v0.5.3 |
| 165 | 2026-08-15T07:00:08.331Z | Downloaded float-cmp v0.10.0 |
| 166 | 2026-08-15T07:00:08.335Z | Downloaded enum-as-inner v0.6.1 |
| 167 | 2026-08-15T07:00:08.335Z | Downloaded libloading v0.8.9 |
| 168 | 2026-08-15T07:00:08.335Z | Downloaded owo-colors v3.5.0 |
| 169 | 2026-08-15T07:00:08.335Z | Downloaded dsl_auto_type v0.2.0 |
| 170 | 2026-08-15T07:00:08.335Z | Downloaded libscf-sys v1.2.0 |
| 171 | 2026-08-15T07:00:08.339Z | Downloaded fixedbitset v0.4.2 |
| 172 | 2026-08-15T07:00:08.339Z | Downloaded lzss v0.8.2 |
| 173 | 2026-08-15T07:00:08.339Z | Downloaded equivalent v1.0.2 |
| 174 | 2026-08-15T07:00:08.339Z | Downloaded dtrace-parser v0.3.0 |
| 175 | 2026-08-15T07:00:08.344Z | Downloaded ed25519 v3.0.0 |
| 176 | 2026-08-15T07:00:08.344Z | Downloaded foldhash v0.1.5 |
| 177 | 2026-08-15T07:00:08.347Z | Downloaded env_filter v2.0.0 |
| 178 | 2026-08-15T07:00:08.347Z | Downloaded libm v0.2.16 |
| 179 | 2026-08-15T07:00:08.350Z | Downloaded fd-lock v4.0.4 |
| 180 | 2026-08-15T07:00:08.353Z | Downloaded miette-derive v5.10.0 |
| 181 | 2026-08-15T07:00:08.353Z | Downloaded new_debug_unreachable v1.0.6 |
| 182 | 2026-08-15T07:00:08.353Z | Downloaded fs-err v2.11.0 |
| 183 | 2026-08-15T07:00:08.353Z | Downloaded fallible-iterator v0.2.0 |
| 184 | 2026-08-15T07:00:08.353Z | Downloaded lru v0.12.5 |
| 185 | 2026-08-15T07:00:08.356Z | Downloaded lru-slab v0.1.2 |
| 186 | 2026-08-15T07:00:08.356Z | Downloaded linked-hash-map v0.5.6 |
| 187 | 2026-08-15T07:00:08.356Z | Downloaded md5 v0.8.0 |
| 188 | 2026-08-15T07:00:08.356Z | Downloaded globwalk v0.9.1 |
| 189 | 2026-08-15T07:00:08.356Z | Downloaded endian-type v0.1.2 |
| 190 | 2026-08-15T07:00:08.356Z | Downloaded ff v0.13.1 |
| 191 | 2026-08-15T07:00:08.360Z | Downloaded enum_dispatch v0.3.13 |
| 192 | 2026-08-15T07:00:08.360Z | Downloaded miette-derive v7.6.0 |
| 193 | 2026-08-15T07:00:08.360Z | Downloaded mime v0.3.17 |
| 194 | 2026-08-15T07:00:08.360Z | Downloaded ed25519-dalek v3.0.0 |
| 195 | 2026-08-15T07:00:08.364Z | Downloaded match_cfg v0.1.0 |
| 196 | 2026-08-15T07:00:08.364Z | Downloaded managed v0.8.0 |
| 197 | 2026-08-15T07:00:08.364Z | Downloaded linkme v0.3.35 |
| 198 | 2026-08-15T07:00:08.364Z | Downloaded linkme-impl v0.3.35 |
| 199 | 2026-08-15T07:00:08.367Z | Downloaded lock_api v0.4.14 |
| 200 | 2026-08-15T07:00:08.370Z | Downloaded libtest-mimic v0.8.1 |
| 201 | 2026-08-15T07:00:08.370Z | Downloaded ml-kem v0.3.2 |
| 202 | 2026-08-15T07:00:08.377Z | Downloaded multer v3.1.0 |
| 203 | 2026-08-15T07:00:08.377Z | Downloaded hash32 v0.3.1 |
| 204 | 2026-08-15T07:00:08.377Z | Downloaded generic-array v0.14.7 |
| 205 | 2026-08-15T07:00:08.380Z | Downloaded event-listener-strategy v0.5.4 |
| 206 | 2026-08-15T07:00:08.381Z | Downloaded maplit v1.0.2 |
| 207 | 2026-08-15T07:00:08.381Z | Downloaded dtrace-parser v0.2.0 |
| 208 | 2026-08-15T07:00:08.382Z | Downloaded openssl-macros v0.1.1 |
| 209 | 2026-08-15T07:00:08.382Z | Downloaded nested v0.1.1 |
| 210 | 2026-08-15T07:00:08.382Z | Downloaded dunce v1.0.5 |
| 211 | 2026-08-15T07:00:08.382Z | Downloaded foreign-types-shared v0.1.1 |
| 212 | 2026-08-15T07:00:08.386Z | Downloaded gethostname v0.5.0 |
| 213 | 2026-08-15T07:00:08.386Z | Downloaded num-derive v0.4.2 |
| 214 | 2026-08-15T07:00:08.389Z | Downloaded foreign-types v0.3.2 |
| 215 | 2026-08-15T07:00:08.389Z | Downloaded hash32 v0.2.1 |
| 216 | 2026-08-15T07:00:08.389Z | Downloaded nibble_vec v0.1.0 |
| 217 | 2026-08-15T07:00:08.389Z | Downloaded num-conv v0.2.0 |
| 218 | 2026-08-15T07:00:08.389Z | Downloaded futures-macro v0.3.32 |
| 219 | 2026-08-15T07:00:08.393Z | Downloaded nanorand v0.7.0 |
| 220 | 2026-08-15T07:00:08.393Z | Downloaded module-lattice v0.2.3 |
| 221 | 2026-08-15T07:00:08.393Z | Downloaded futures-sink v0.3.32 |
| 222 | 2026-08-15T07:00:08.396Z | Downloaded futures-io v0.3.32 |
| 223 | 2026-08-15T07:00:08.396Z | Downloaded futures-task v0.3.32 |
| 224 | 2026-08-15T07:00:08.396Z | Downloaded ghash v0.6.0 |
| 225 | 2026-08-15T07:00:08.396Z | Downloaded num_enum_derive v0.5.11 |
| 226 | 2026-08-15T07:00:08.399Z | Downloaded ed25519 v2.2.3 |
| 227 | 2026-08-15T07:00:08.399Z | Downloaded md-5 v0.10.6 |
| 228 | 2026-08-15T07:00:08.399Z | Downloaded memmap v0.7.0 |
| 229 | 2026-08-15T07:00:08.402Z | Downloaded elliptic-curve v0.13.8 |
| 230 | 2026-08-15T07:00:08.402Z | Downloaded memoffset v0.9.1 |
| 231 | 2026-08-15T07:00:08.407Z | Downloaded multimap v0.10.1 |
| 232 | 2026-08-15T07:00:08.410Z | Downloaded newtype-uuid-macros v0.1.0 |
| 233 | 2026-08-15T07:00:08.410Z | Downloaded foreign-types v0.5.0 |
| 234 | 2026-08-15T07:00:08.415Z | Downloaded fxhash v0.2.1 |
| 235 | 2026-08-15T07:00:08.415Z | Downloaded num_threads v0.1.7 |
| 236 | 2026-08-15T07:00:08.415Z | Downloaded git-stub v1.0.0 |
| 237 | 2026-08-15T07:00:08.415Z | Downloaded newtype_derive v0.1.6 |
| 238 | 2026-08-15T07:00:08.415Z | Downloaded openssl-probe v0.1.6 |
| 239 | 2026-08-15T07:00:08.415Z | Downloaded funty v2.0.0 |
| 240 | 2026-08-15T07:00:08.419Z | Downloaded float-ord v0.3.2 |
| 241 | 2026-08-15T07:00:08.419Z | Downloaded foreign-types-macros v0.2.3 |
| 242 | 2026-08-15T07:00:08.419Z | Downloaded futures-core v0.3.32 |
| 243 | 2026-08-15T07:00:08.422Z | Downloaded foreign-types-shared v0.3.1 |
| 244 | 2026-08-15T07:00:08.422Z | Downloaded olpc-cjson v0.1.4 |
| 245 | 2026-08-15T07:00:08.422Z | Downloaded opaque-debug v0.3.1 |
| 246 | 2026-08-15T07:00:08.422Z | Downloaded nodrop v0.1.14 |
| 247 | 2026-08-15T07:00:08.422Z | Downloaded num-iter v0.1.45 |
| 248 | 2026-08-15T07:00:08.422Z | Downloaded openssl-probe v0.2.1 |
| 249 | 2026-08-15T07:00:08.425Z | Downloaded newline-converter v0.3.0 |
| 250 | 2026-08-15T07:00:08.425Z | Downloaded nonempty v0.12.0 |
| 251 | 2026-08-15T07:00:08.434Z | Downloaded clap_lex v1.0.0 |
| 252 | 2026-08-15T07:00:08.437Z | Downloaded oso-derive v0.27.3 |
| 253 | 2026-08-15T07:00:08.437Z | Downloaded cfg_aliases v0.2.1 |
| 254 | 2026-08-15T07:00:08.437Z | Downloaded embedded-io v0.6.1 |
| 255 | 2026-08-15T07:00:08.440Z | Downloaded erased-serde v0.3.31 |
| 256 | 2026-08-15T07:00:08.440Z | Downloaded ena v0.14.4 |
| 257 | 2026-08-15T07:00:08.444Z | Downloaded either v1.15.0 |
| 258 | 2026-08-15T07:00:08.444Z | Downloaded filetime v0.2.27 |
| 259 | 2026-08-15T07:00:08.444Z | Downloaded find-msvc-tools v0.1.9 |
| 260 | 2026-08-15T07:00:08.444Z | Downloaded cargo-platform v0.3.2 |
| 261 | 2026-08-15T07:00:08.444Z | Downloaded normalize-line-endings v0.3.0 |
| 262 | 2026-08-15T07:00:08.444Z | Downloaded libsw v3.5.0 |
| 263 | 2026-08-15T07:00:08.447Z | Downloaded num-integer v0.1.46 |
| 264 | 2026-08-15T07:00:08.447Z | Downloaded oorandom v11.1.5 |
| 265 | 2026-08-15T07:00:08.447Z | Downloaded crc v3.4.0 |
| 266 | 2026-08-15T07:00:08.447Z | Downloaded cpubits v0.1.1 |
| 267 | 2026-08-15T07:00:08.450Z | Downloaded num_enum v0.7.6 |
| 268 | 2026-08-15T07:00:08.450Z | Downloaded num_enum_derive v0.7.6 |
| 269 | 2026-08-15T07:00:08.455Z | Downloaded half v2.7.1 |
| 270 | 2026-08-15T07:00:08.455Z | Downloaded git-stub-vcs v0.1.0 |
| 271 | 2026-08-15T07:00:08.458Z | Downloaded group v0.14.0 |
| 272 | 2026-08-15T07:00:08.458Z | Downloaded nu-ansi-term v0.50.3 |
| 273 | 2026-08-15T07:00:08.458Z | Downloaded form_urlencoded v1.2.2 |
| 274 | 2026-08-15T07:00:08.458Z | Downloaded fs-err v3.3.0 |
| 275 | 2026-08-15T07:00:08.458Z | Downloaded darling_macro v0.20.11 |
| 276 | 2026-08-15T07:00:08.458Z | Downloaded darling_macro v0.21.3 |
| 277 | 2026-08-15T07:00:08.458Z | Downloaded defmt v0.3.100 |
| 278 | 2026-08-15T07:00:08.461Z | Downloaded fs_extra v1.3.0 |
| 279 | 2026-08-15T07:00:08.461Z | Downloaded ff v0.14.0 |
| 280 | 2026-08-15T07:00:08.461Z | Downloaded cstr-argument v0.1.2 |
| 281 | 2026-08-15T07:00:08.462Z | Downloaded ecdsa v0.16.9 |
| 282 | 2026-08-15T07:00:08.465Z | Downloaded debug-ignore v1.0.5 |
| 283 | 2026-08-15T07:00:08.465Z | Downloaded dirs-sys-next v0.1.2 |
| 284 | 2026-08-15T07:00:08.465Z | Downloaded downcast-rs v2.0.2 |
| 285 | 2026-08-15T07:00:08.469Z | Downloaded foldhash v0.2.0 |
| 286 | 2026-08-15T07:00:08.472Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 287 | 2026-08-15T07:00:08.475Z | Downloaded dof v0.4.0 |
| 288 | 2026-08-15T07:00:08.475Z | Downloaded proc-macro-crate v1.3.1 |
| 289 | 2026-08-15T07:00:08.478Z | Downloaded rand_chacha v0.3.1 |
| 290 | 2026-08-15T07:00:08.478Z | Downloaded linear-map v1.2.0 |
| 291 | 2026-08-15T07:00:08.478Z | Downloaded macaddr v1.0.1 |
| 292 | 2026-08-15T07:00:08.478Z | Downloaded mime_guess v2.0.5 |
| 293 | 2026-08-15T07:00:08.482Z | Downloaded libsw-core v0.3.2 |
| 294 | 2026-08-15T07:00:08.482Z | Downloaded native-tls v0.2.18 |
| 295 | 2026-08-15T07:00:08.482Z | Downloaded oxide-tokio-rt v0.1.4 |
| 296 | 2026-08-15T07:00:08.487Z | Downloaded fnv v1.0.7 |
| 297 | 2026-08-15T07:00:08.487Z | Downloaded glob v0.3.3 |
| 298 | 2026-08-15T07:00:08.487Z | Downloaded futures-executor v0.3.32 |
| 299 | 2026-08-15T07:00:08.487Z | Downloaded group v0.13.0 |
| 300 | 2026-08-15T07:00:08.487Z | Downloaded num_enum v0.5.11 |
| 301 | 2026-08-15T07:00:08.494Z | Downloaded cexpr v0.6.0 |
| 302 | 2026-08-15T07:00:08.494Z | Downloaded globset v0.4.18 |
| 303 | 2026-08-15T07:00:08.494Z | Downloaded lru v0.18.2 |
| 304 | 2026-08-15T07:00:08.494Z | Downloaded num-primitive v0.2.1 |
| 305 | 2026-08-15T07:00:08.494Z | Downloaded psl-types v2.0.11 |
| 306 | 2026-08-15T07:00:08.494Z | Downloaded num-rational v0.4.2 |
| 307 | 2026-08-15T07:00:08.494Z | Downloaded num-complex v0.4.6 |
| 308 | 2026-08-15T07:00:08.494Z | Downloaded cmake v0.1.57 |
| 309 | 2026-08-15T07:00:08.497Z | Downloaded convert_case v0.10.0 |
| 310 | 2026-08-15T07:00:08.498Z | Downloaded recursive v0.1.1 |
| 311 | 2026-08-15T07:00:08.498Z | Downloaded ref-cast v1.0.25 |
| 312 | 2026-08-15T07:00:08.502Z | Downloaded litemap v0.8.1 |
| 313 | 2026-08-15T07:00:08.502Z | Downloaded event-listener v5.4.1 |
| 314 | 2026-08-15T07:00:08.505Z | Downloaded newtype-uuid v1.3.2 |
| 315 | 2026-08-15T07:00:08.505Z | Downloaded half v1.8.3 |
| 316 | 2026-08-15T07:00:08.505Z | Downloaded fixedbitset v0.5.7 |
| 317 | 2026-08-15T07:00:08.505Z | Downloaded cipher v0.4.4 |
| 318 | 2026-08-15T07:00:08.505Z | Downloaded compression-codecs v0.4.37 |
| 319 | 2026-08-15T07:00:08.509Z | Downloaded russh-util v0.52.0 |
| 320 | 2026-08-15T07:00:08.512Z | Downloaded scopeguard v1.2.0 |
| 321 | 2026-08-15T07:00:08.515Z | Downloaded memmap2 v0.9.10 |
| 322 | 2026-08-15T07:00:08.515Z | Downloaded same-file v1.0.6 |
| 323 | 2026-08-15T07:00:08.515Z | Downloaded dropshot_endpoint v0.17.1 |
| 324 | 2026-08-15T07:00:08.520Z | Downloaded serde_bytes v0.11.19 |
| 325 | 2026-08-15T07:00:08.520Z | Downloaded scroll_derive v0.13.1 |
| 326 | 2026-08-15T07:00:08.520Z | Downloaded sigpipe v0.1.3 |
| 327 | 2026-08-15T07:00:08.523Z | Downloaded miette v5.10.0 |
| 328 | 2026-08-15T07:00:08.523Z | Downloaded csv-core v0.1.13 |
| 329 | 2026-08-15T07:00:08.523Z | Downloaded phf v0.13.1 |
| 330 | 2026-08-15T07:00:08.527Z | Downloaded serde_spanned v1.1.1 |
| 331 | 2026-08-15T07:00:08.527Z | Downloaded serde_urlencoded v0.7.1 |
| 332 | 2026-08-15T07:00:08.527Z | Downloaded getrandom v0.2.17 |
| 333 | 2026-08-15T07:00:08.530Z | Downloaded postgres-protocol v0.6.10 |
| 334 | 2026-08-15T07:00:08.530Z | Downloaded plain v0.2.3 |
| 335 | 2026-08-15T07:00:08.530Z | Downloaded progenitor v0.14.0 |
| 336 | 2026-08-15T07:00:08.530Z | Downloaded signature v2.2.0 |
| 337 | 2026-08-15T07:00:08.534Z | Downloaded signature v3.0.0 |
| 338 | 2026-08-15T07:00:08.534Z | Downloaded ecdsa v0.17.0 |
| 339 | 2026-08-15T07:00:08.534Z | Downloaded supports-unicode v2.1.0 |
| 340 | 2026-08-15T07:00:08.537Z | Downloaded sync-ptr v0.1.4 |
| 341 | 2026-08-15T07:00:08.537Z | Downloaded sync_wrapper v1.0.2 |
| 342 | 2026-08-15T07:00:08.537Z | Downloaded derive-ex v0.1.8 |
| 343 | 2026-08-15T07:00:08.537Z | Downloaded derive_builder_core v0.20.2 |
| 344 | 2026-08-15T07:00:08.538Z | Downloaded predicates-core v1.0.10 |
| 345 | 2026-08-15T07:00:08.538Z | Downloaded ppv-lite86 v0.2.21 |
| 346 | 2026-08-15T07:00:08.541Z | Downloaded strip-ansi-escapes v0.2.1 |
| 347 | 2026-08-15T07:00:08.541Z | Downloaded pkg-config v0.3.32 |
| 348 | 2026-08-15T07:00:08.544Z | Downloaded litrs v1.0.0 |
| 349 | 2026-08-15T07:00:08.544Z | Downloaded strsim v0.10.0 |
| 350 | 2026-08-15T07:00:08.547Z | Downloaded num-modular v0.6.4 |
| 351 | 2026-08-15T07:00:08.550Z | Downloaded owo-colors v4.3.0 |
| 352 | 2026-08-15T07:00:08.550Z | Downloaded once_cell v1.21.3 |
| 353 | 2026-08-15T07:00:08.553Z | Downloaded console v0.16.2 |
| 354 | 2026-08-15T07:00:08.553Z | Downloaded futures-channel v0.3.32 |
| 355 | 2026-08-15T07:00:08.553Z | Downloaded futures-timer v3.0.3 |
| 356 | 2026-08-15T07:00:08.557Z | Downloaded psm v0.1.30 |
| 357 | 2026-08-15T07:00:08.557Z | Downloaded log v0.4.33 |
| 358 | 2026-08-15T07:00:08.557Z | Downloaded blake2 v0.11.0-rc.6 |
| 359 | 2026-08-15T07:00:08.560Z | Downloaded blake2b_simd v1.0.4 |
| 360 | 2026-08-15T07:00:08.563Z | Downloaded thread-id v4.2.2 |
| 361 | 2026-08-15T07:00:08.563Z | Downloaded r2d2 v0.8.10 |
| 362 | 2026-08-15T07:00:08.563Z | Downloaded take_mut v0.2.2 |
| 363 | 2026-08-15T07:00:08.568Z | Downloaded unarray v0.1.4 |
| 364 | 2026-08-15T07:00:08.571Z | Downloaded rust-argon2 v2.1.0 |
| 365 | 2026-08-15T07:00:08.575Z | Downloaded toml_datetime v0.6.11 |
| 366 | 2026-08-15T07:00:08.575Z | Downloaded scrypt v0.12.0 |
| 367 | 2026-08-15T07:00:08.578Z | Downloaded fatfs v0.3.6 |
| 368 | 2026-08-15T07:00:08.578Z | Downloaded cancel-safe-futures v0.1.5 |
| 369 | 2026-08-15T07:00:08.581Z | Downloaded shell-words v1.1.1 |
| 370 | 2026-08-15T07:00:08.581Z | Downloaded untrusted v0.7.1 |
| 371 | 2026-08-15T07:00:08.581Z | Downloaded utf8parse v0.2.2 |
| 372 | 2026-08-15T07:00:08.581Z | Downloaded utf-8 v0.7.6 |
| 373 | 2026-08-15T07:00:08.581Z | Downloaded utf8_iter v1.0.4 |
| 374 | 2026-08-15T07:00:08.581Z | Downloaded const_format_proc_macros v0.2.34 |
| 375 | 2026-08-15T07:00:08.584Z | Downloaded rand_seeder v0.4.0 |
| 376 | 2026-08-15T07:00:08.584Z | Downloaded resolv-conf v0.7.6 |
| 377 | 2026-08-15T07:00:08.584Z | Downloaded xattr v1.6.1 |
| 378 | 2026-08-15T07:00:08.584Z | Downloaded digest v0.11.3 |
| 379 | 2026-08-15T07:00:08.588Z | Downloaded unicode-linebreak v0.1.5 |
| 380 | 2026-08-15T07:00:08.589Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 381 | 2026-08-15T07:00:08.589Z | Downloaded serde-hex v0.1.0 |
| 382 | 2026-08-15T07:00:08.589Z | Downloaded slog-json v2.6.1 |
| 383 | 2026-08-15T07:00:08.592Z | Downloaded slog-scope v4.4.1 |
| 384 | 2026-08-15T07:00:08.592Z | Downloaded elliptic-curve v0.14.1 |
| 385 | 2026-08-15T07:00:08.592Z | Downloaded generic-array v1.4.3 |
| 386 | 2026-08-15T07:00:08.592Z | Downloaded zerofrom v0.1.6 |
| 387 | 2026-08-15T07:00:08.595Z | Downloaded criterion-plot v0.6.0 |
| 388 | 2026-08-15T07:00:08.598Z | Downloaded heck v0.4.1 |
| 389 | 2026-08-15T07:00:08.598Z | Downloaded void v1.0.2 |
| 390 | 2026-08-15T07:00:08.602Z | Downloaded fancy-regex v0.14.0 |
| 391 | 2026-08-15T07:00:08.605Z | Downloaded darling v0.21.3 |
| 392 | 2026-08-15T07:00:08.609Z | Downloaded des v0.9.0 |
| 393 | 2026-08-15T07:00:08.612Z | Downloaded sqlformat v0.3.5 |
| 394 | 2026-08-15T07:00:08.612Z | Downloaded stacker v0.1.23 |
| 395 | 2026-08-15T07:00:08.612Z | Downloaded stringmetrics v2.2.2 |
| 396 | 2026-08-15T07:00:08.612Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-08-15T07:00:08.615Z | Downloaded omicron-zone-package v0.12.3 |
| 398 | 2026-08-15T07:00:08.615Z | Downloaded http-range-header v0.4.2 |
| 399 | 2026-08-15T07:00:08.615Z | Downloaded internet-checksum v0.2.1 |
| 400 | 2026-08-15T07:00:08.618Z | Downloaded hyper-tls v0.6.0 |
| 401 | 2026-08-15T07:00:08.622Z | Downloaded oso v0.27.3 |
| 402 | 2026-08-15T07:00:08.625Z | Downloaded expectorate v1.2.0 |
| 403 | 2026-08-15T07:00:08.625Z | Downloaded getrandom v0.4.3 |
| 404 | 2026-08-15T07:00:08.629Z | Downloaded tokio-native-tls v0.3.1 |
| 405 | 2026-08-15T07:00:08.629Z | Downloaded futures v0.3.32 |
| 406 | 2026-08-15T07:00:08.632Z | Downloaded borsh-derive v1.8.0 |
| 407 | 2026-08-15T07:00:08.632Z | Downloaded inout v0.2.2 |
| 408 | 2026-08-15T07:00:08.635Z | Downloaded is-terminal v0.4.17 |
| 409 | 2026-08-15T07:00:08.635Z | Downloaded kstat-rs v0.2.5 |
| 410 | 2026-08-15T07:00:08.635Z | Downloaded target-lexicon v0.13.3 |
| 411 | 2026-08-15T07:00:08.636Z | Downloaded thiserror-no-std v2.0.2 |
| 412 | 2026-08-15T07:00:08.639Z | Downloaded tiny-keccak v2.0.2 |
| 413 | 2026-08-15T07:00:08.639Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 414 | 2026-08-15T07:00:08.642Z | Downloaded miniz_oxide v0.8.9 |
| 415 | 2026-08-15T07:00:08.642Z | Downloaded untrusted v0.9.0 |
| 416 | 2026-08-15T07:00:08.645Z | Downloaded parking v2.2.1 |
| 417 | 2026-08-15T07:00:08.645Z | Downloaded peg-runtime v0.8.5 |
| 418 | 2026-08-15T07:00:08.645Z | Downloaded tinystr v0.8.2 |
| 419 | 2026-08-15T07:00:08.647Z | Downloaded parse-display v0.10.0 |
| 420 | 2026-08-15T07:00:08.648Z | Downloaded path-slash v0.1.5 |
| 421 | 2026-08-15T07:00:08.650Z | Downloaded async-stream v0.3.6 |
| 422 | 2026-08-15T07:00:08.655Z | Downloaded pin-project v1.1.11 |
| 423 | 2026-08-15T07:00:08.661Z | Downloaded array-init v0.0.4 |
| 424 | 2026-08-15T07:00:08.664Z | Downloaded atomic-waker v1.1.2 |
| 425 | 2026-08-15T07:00:08.664Z | Downloaded ed25519-dalek v2.2.0 |
| 426 | 2026-08-15T07:00:08.664Z | Downloaded getrandom v0.3.4 |
| 427 | 2026-08-15T07:00:08.667Z | Downloaded semver v1.0.28 |
| 428 | 2026-08-15T07:00:08.667Z | Downloaded zstd v0.13.3 |
| 429 | 2026-08-15T07:00:08.670Z | Downloaded assert-json-diff v2.0.2 |
| 430 | 2026-08-15T07:00:08.671Z | Downloaded sha2 v0.11.0 |
| 431 | 2026-08-15T07:00:08.674Z | Downloaded vsss-rs v3.3.4 |
| 432 | 2026-08-15T07:00:08.674Z | Downloaded whoami v2.1.0 |
| 433 | 2026-08-15T07:00:08.674Z | Downloaded atomicwrites v0.4.4 |
| 434 | 2026-08-15T07:00:08.677Z | Downloaded term v0.7.0 |
| 435 | 2026-08-15T07:00:08.677Z | Downloaded term v1.2.1 |
| 436 | 2026-08-15T07:00:08.677Z | Downloaded zstd-safe v7.2.4 |
| 437 | 2026-08-15T07:00:08.680Z | Downloaded block-padding v0.4.2 |
| 438 | 2026-08-15T07:00:08.680Z | Downloaded stringprep v0.1.5 |
| 439 | 2026-08-15T07:00:08.683Z | Downloaded highway v1.3.0 |
| 440 | 2026-08-15T07:00:08.685Z | Downloaded bitfield-struct v0.6.2 |
| 441 | 2026-08-15T07:00:08.690Z | Downloaded cpufeatures v0.3.0 |
| 442 | 2026-08-15T07:00:08.692Z | Downloaded defmt-parser v1.0.0 |
| 443 | 2026-08-15T07:00:08.698Z | Downloaded openssl-sys v0.9.117 |
| 444 | 2026-08-15T07:00:08.702Z | Downloaded flume v0.11.1 |
| 445 | 2026-08-15T07:00:08.705Z | Downloaded tokio-rustls v0.26.4 |
| 446 | 2026-08-15T07:00:08.708Z | Downloaded progenitor-impl v0.13.0 |
| 447 | 2026-08-15T07:00:08.708Z | Downloaded tracing-attributes v0.1.31 |
| 448 | 2026-08-15T07:00:08.711Z | Downloaded thiserror-impl v1.0.69 |
| 449 | 2026-08-15T07:00:08.711Z | Downloaded ingot v0.2.1 |
| 450 | 2026-08-15T07:00:08.711Z | Downloaded itoa v1.0.17 |
| 451 | 2026-08-15T07:00:08.714Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 452 | 2026-08-15T07:00:08.717Z | Downloaded phf_shared v0.13.1 |
| 453 | 2026-08-15T07:00:08.720Z | Downloaded flate2 v1.1.9 |
| 454 | 2026-08-15T07:00:08.723Z | Downloaded bytes v1.11.1 |
| 455 | 2026-08-15T07:00:08.723Z | Downloaded miette v7.6.0 |
| 456 | 2026-08-15T07:00:08.727Z | Downloaded rustls-platform-verifier v0.6.2 |
| 457 | 2026-08-15T07:00:08.730Z | Downloaded peg-macros v0.8.5 |
| 458 | 2026-08-15T07:00:08.733Z | Downloaded peg v0.8.5 |
| 459 | 2026-08-15T07:00:08.735Z | Downloaded anstyle-parse v1.0.0 |
| 460 | 2026-08-15T07:00:08.735Z | Downloaded proc-macro-crate v3.4.0 |
| 461 | 2026-08-15T07:00:08.741Z | Downloaded bit-vec v0.6.3 |
| 462 | 2026-08-15T07:00:08.744Z | Downloaded assert_cmd v2.1.2 |
| 463 | 2026-08-15T07:00:08.747Z | Downloaded serde_tokenstream v0.2.3 |
| 464 | 2026-08-15T07:00:08.749Z | Downloaded socket2 v0.6.3 |
| 465 | 2026-08-15T07:00:08.749Z | Downloaded atty v0.2.14 |
| 466 | 2026-08-15T07:00:08.752Z | Downloaded zmij v1.0.21 |
| 467 | 2026-08-15T07:00:08.755Z | Downloaded rfc6979 v0.4.0 |
| 468 | 2026-08-15T07:00:08.755Z | Downloaded rfc6979 v0.6.0 |
| 469 | 2026-08-15T07:00:08.755Z | Downloaded darling_core v0.20.11 |
| 470 | 2026-08-15T07:00:08.759Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 471 | 2026-08-15T07:00:08.759Z | Downloaded russh-cryptovec v0.62.0 |
| 472 | 2026-08-15T07:00:08.762Z | Downloaded zerocopy-derive v0.7.35 |
| 473 | 2026-08-15T07:00:08.762Z | Downloaded hmac v0.13.0 |
| 474 | 2026-08-15T07:00:08.765Z | Downloaded blowfish v0.10.0 |
| 475 | 2026-08-15T07:00:08.765Z | Downloaded pretty_assertions v1.4.1 |
| 476 | 2026-08-15T07:00:08.765Z | Downloaded cassowary v0.3.0 |
| 477 | 2026-08-15T07:00:08.765Z | Downloaded chacha20 v0.9.1 |
| 478 | 2026-08-15T07:00:08.768Z | Downloaded critical-section v1.2.0 |
| 479 | 2026-08-15T07:00:08.771Z | Downloaded sapling-renderdag v0.1.0 |
| 480 | 2026-08-15T07:00:08.773Z | Downloaded bcs v0.1.6 |
| 481 | 2026-08-15T07:00:08.773Z | Downloaded serde_regex v1.1.0 |
| 482 | 2026-08-15T07:00:08.773Z | Downloaded httptest v0.16.4 |
| 483 | 2026-08-15T07:00:08.776Z | Downloaded byteorder v1.5.0 |
| 484 | 2026-08-15T07:00:08.779Z | Downloaded ctr v0.10.1 |
| 485 | 2026-08-15T07:00:08.783Z | Downloaded rustc_version v0.1.7 |
| 486 | 2026-08-15T07:00:08.783Z | Downloaded scroll_derive v0.12.1 |
| 487 | 2026-08-15T07:00:08.783Z | Downloaded secrecy v0.8.0 |
| 488 | 2026-08-15T07:00:08.786Z | Downloaded textwrap v0.15.2 |
| 489 | 2026-08-15T07:00:08.789Z | Downloaded defmt-macros v1.0.1 |
| 490 | 2026-08-15T07:00:08.792Z | Downloaded dirs-next v2.0.0 |
| 491 | 2026-08-15T07:00:08.797Z | Downloaded structmeta-derive v0.3.0 |
| 492 | 2026-08-15T07:00:08.800Z | Downloaded supports-color v2.1.0 |
| 493 | 2026-08-15T07:00:08.802Z | Downloaded libefi-sys v0.1.0 |
| 494 | 2026-08-15T07:00:08.805Z | Downloaded pin-project-internal v1.1.11 |
| 495 | 2026-08-15T07:00:08.808Z | Downloaded typify v0.6.2 |
| 496 | 2026-08-15T07:00:08.811Z | Downloaded signal-hook-mio v0.2.5 |
| 497 | 2026-08-15T07:00:08.811Z | Downloaded ahash v0.8.12 |
| 498 | 2026-08-15T07:00:08.814Z | Downloaded dof v0.3.0 |
| 499 | 2026-08-15T07:00:08.814Z | Downloaded phc v0.6.1 |
| 500 | 2026-08-15T07:00:08.817Z | Downloaded pin-project-lite v0.2.17 |
| 501 | 2026-08-15T07:00:08.817Z | Downloaded predicates v3.1.4 |
| 502 | 2026-08-15T07:00:08.821Z | Downloaded supports-unicode v3.0.0 |
| 503 | 2026-08-15T07:00:08.821Z | Downloaded tracing-core v0.1.36 |
| 504 | 2026-08-15T07:00:08.821Z | Downloaded tungstenite v0.21.0 |
| 505 | 2026-08-15T07:00:08.824Z | Downloaded unsafe-libyaml v0.2.11 |
| 506 | 2026-08-15T07:00:08.824Z | Downloaded progenitor-extras v0.2.0 |
| 507 | 2026-08-15T07:00:08.828Z | Downloaded parking_lot_core v0.9.12 |
| 508 | 2026-08-15T07:00:08.828Z | Downloaded zerocopy v0.6.6 |
| 509 | 2026-08-15T07:00:08.828Z | Downloaded polyval v0.7.1 |
| 510 | 2026-08-15T07:00:08.831Z | Downloaded tabwriter v1.4.1 |
| 511 | 2026-08-15T07:00:08.831Z | Downloaded quote v1.0.45 |
| 512 | 2026-08-15T07:00:08.834Z | Downloaded rand_chacha v0.9.0 |
| 513 | 2026-08-15T07:00:08.834Z | Downloaded relative-path v1.9.3 |
| 514 | 2026-08-15T07:00:08.836Z | Downloaded socket2 v0.5.10 |
| 515 | 2026-08-15T07:00:08.840Z | Downloaded rustls-pemfile v2.2.0 |
| 516 | 2026-08-15T07:00:08.843Z | Downloaded rand_core v0.10.0 |
| 517 | 2026-08-15T07:00:08.846Z | Downloaded terminal_size v0.1.17 |
| 518 | 2026-08-15T07:00:08.846Z | Downloaded chacha20 v0.10.0 |
| 519 | 2026-08-15T07:00:08.846Z | Downloaded cookie_store v0.22.1 |
| 520 | 2026-08-15T07:00:08.850Z | Downloaded minimal-lexical v0.2.1 |
| 521 | 2026-08-15T07:00:08.853Z | Downloaded topological-sort v0.2.2 |
| 522 | 2026-08-15T07:00:08.853Z | Downloaded subprocess v0.2.15 |
| 523 | 2026-08-15T07:00:08.856Z | Downloaded usdt-attr-macro v0.5.0 |
| 524 | 2026-08-15T07:00:08.861Z | Downloaded blake2 v0.10.6 |
| 525 | 2026-08-15T07:00:08.864Z | Downloaded camino v1.2.5 |
| 526 | 2026-08-15T07:00:08.864Z | Downloaded clang-sys v1.8.1 |
| 527 | 2026-08-15T07:00:08.869Z | Downloaded universal-hash v0.6.1 |
| 528 | 2026-08-15T07:00:08.869Z | Downloaded usdt-macro v0.5.0 |
| 529 | 2026-08-15T07:00:08.873Z | Downloaded slog-dtrace v0.3.0 |
| 530 | 2026-08-15T07:00:08.873Z | Downloaded smallvec v0.6.14 |
| 531 | 2026-08-15T07:00:08.877Z | Downloaded wait-timeout v0.2.1 |
| 532 | 2026-08-15T07:00:08.877Z | Downloaded waitgroup v0.1.2 |
| 533 | 2026-08-15T07:00:08.877Z | Downloaded wnaf v0.14.0 |
| 534 | 2026-08-15T07:00:08.877Z | Downloaded num-bigint v0.4.6 |
| 535 | 2026-08-15T07:00:08.880Z | Downloaded crossbeam-utils v0.8.21 |
| 536 | 2026-08-15T07:00:08.880Z | Downloaded zerofrom-derive v0.1.6 |
| 537 | 2026-08-15T07:00:08.880Z | Downloaded bumpalo v3.20.2 |
| 538 | 2026-08-15T07:00:08.883Z | Downloaded rstest_macros v0.25.0 |
| 539 | 2026-08-15T07:00:08.884Z | Downloaded console v0.15.11 |
| 540 | 2026-08-15T07:00:08.887Z | Downloaded const-oid v0.9.6 |
| 541 | 2026-08-15T07:00:08.887Z | Downloaded darling v0.23.0 |
| 542 | 2026-08-15T07:00:08.890Z | Downloaded derive_builder v0.20.2 |
| 543 | 2026-08-15T07:00:08.893Z | Downloaded strum_macros v0.26.4 |
| 544 | 2026-08-15T07:00:08.893Z | Downloaded synstructure v0.13.2 |
| 545 | 2026-08-15T07:00:08.893Z | Downloaded xshell-macros v0.2.7 |
| 546 | 2026-08-15T07:00:08.893Z | Downloaded http-body v1.0.1 |
| 547 | 2026-08-15T07:00:08.893Z | Downloaded httpdate v1.0.3 |
| 548 | 2026-08-15T07:00:08.896Z | Downloaded darling v0.20.11 |
| 549 | 2026-08-15T07:00:08.898Z | Downloaded samael v0.0.19 |
| 550 | 2026-08-15T07:00:08.901Z | Downloaded target-spec v3.5.7 |
| 551 | 2026-08-15T07:00:08.901Z | Downloaded spki v0.8.0 |
| 552 | 2026-08-15T07:00:08.901Z | Downloaded diff v0.1.13 |
| 553 | 2026-08-15T07:00:08.904Z | Downloaded port-file v0.1.0 |
| 554 | 2026-08-15T07:00:08.904Z | Downloaded thread_local v1.1.9 |
| 555 | 2026-08-15T07:00:08.907Z | Downloaded time-macros v0.2.27 |
| 556 | 2026-08-15T07:00:08.910Z | Downloaded indoc v1.0.9 |
| 557 | 2026-08-15T07:00:08.910Z | Downloaded inout v0.1.4 |
| 558 | 2026-08-15T07:00:08.913Z | Downloaded tinytemplate v1.2.1 |
| 559 | 2026-08-15T07:00:08.917Z | Downloaded rustls-pki-types v1.14.0 |
| 560 | 2026-08-15T07:00:08.920Z | Downloaded icu_locale_core v2.1.1 |
| 561 | 2026-08-15T07:00:08.923Z | Downloaded tokio-tungstenite v0.28.0 |
| 562 | 2026-08-15T07:00:08.926Z | Downloaded tui-tree-widget v0.23.1 |
| 563 | 2026-08-15T07:00:08.926Z | Downloaded keccak v0.1.6 |
| 564 | 2026-08-15T07:00:08.926Z | Downloaded is_terminal_polyfill v1.70.2 |
| 565 | 2026-08-15T07:00:08.929Z | Downloaded memchr v2.8.0 |
| 566 | 2026-08-15T07:00:08.932Z | Downloaded mio v1.2.0 |
| 567 | 2026-08-15T07:00:08.935Z | Downloaded rand v0.10.1 |
| 568 | 2026-08-15T07:00:08.938Z | Downloaded thiserror v2.0.18 |
| 569 | 2026-08-15T07:00:08.941Z | Downloaded heapless v0.8.0 |
| 570 | 2026-08-15T07:00:08.941Z | Downloaded rand v0.9.2 |
| 571 | 2026-08-15T07:00:08.944Z | Downloaded colored v3.1.1 |
| 572 | 2026-08-15T07:00:08.944Z | Downloaded knuffel v3.2.0 |
| 573 | 2026-08-15T07:00:08.947Z | Downloaded anstyle-query v1.1.5 |
| 574 | 2026-08-15T07:00:08.947Z | Downloaded smallvec v1.15.1 |
| 575 | 2026-08-15T07:00:08.947Z | Downloaded ascii-canvas v3.0.0 |
| 576 | 2026-08-15T07:00:08.950Z | Downloaded nom v7.1.3 |
| 577 | 2026-08-15T07:00:08.950Z | Downloaded clap v4.6.1 |
| 578 | 2026-08-15T07:00:08.954Z | Downloaded password-hash v0.6.1 |
| 579 | 2026-08-15T07:00:08.957Z | Downloaded darling_core v0.13.4 |
| 580 | 2026-08-15T07:00:08.957Z | Downloaded spin v0.9.8 |
| 581 | 2026-08-15T07:00:08.960Z | Downloaded spki v0.7.3 |
| 582 | 2026-08-15T07:00:08.960Z | Downloaded vergen-lib v0.1.6 |
| 583 | 2026-08-15T07:00:08.960Z | Downloaded toml_edit v0.22.27 |
| 584 | 2026-08-15T07:00:08.963Z | Downloaded zerovec-derive v0.11.2 |
| 585 | 2026-08-15T07:00:08.963Z | Downloaded hex-literal v1.1.0 |
| 586 | 2026-08-15T07:00:08.966Z | Downloaded ciborium-io v0.2.2 |
| 587 | 2026-08-15T07:00:08.966Z | Downloaded base16ct v1.0.0 |
| 588 | 2026-08-15T07:00:08.966Z | Downloaded p384 v0.14.0 |
| 589 | 2026-08-15T07:00:08.970Z | Downloaded progenitor-impl v0.14.0 |
| 590 | 2026-08-15T07:00:08.973Z | Downloaded constant_time_eq v0.3.1 |
| 591 | 2026-08-15T07:00:08.973Z | Downloaded base16ct v0.2.0 |
| 592 | 2026-08-15T07:00:08.976Z | Downloaded crc-catalog v2.4.0 |
| 593 | 2026-08-15T07:00:08.976Z | Downloaded unicode_categories v0.1.1 |
| 594 | 2026-08-15T07:00:08.976Z | Downloaded ipnet v2.12.1 |
| 595 | 2026-08-15T07:00:08.979Z | Downloaded toml v0.8.23 |
| 596 | 2026-08-15T07:00:08.979Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 597 | 2026-08-15T07:00:08.982Z | Downloaded base64 v0.22.1 |
| 598 | 2026-08-15T07:00:08.984Z | Downloaded diesel_derives v2.3.7 |
| 599 | 2026-08-15T07:00:08.987Z | Downloaded unicode-properties v0.1.4 |
| 600 | 2026-08-15T07:00:08.990Z | Downloaded proc-macro2 v1.0.106 |
| 601 | 2026-08-15T07:00:08.990Z | Downloaded crunchy v0.2.4 |
| 602 | 2026-08-15T07:00:08.993Z | Downloaded derive_builder_macro v0.20.2 |
| 603 | 2026-08-15T07:00:08.993Z | Downloaded phf_shared v0.11.3 |
| 604 | 2026-08-15T07:00:08.993Z | Downloaded phf_shared v0.12.1 |
| 605 | 2026-08-15T07:00:08.993Z | Downloaded darling_macro v0.23.0 |
| 606 | 2026-08-15T07:00:08.993Z | Downloaded digest-io v0.1.0 |
| 607 | 2026-08-15T07:00:08.993Z | Downloaded proc-macro-error-attr v1.0.4 |
| 608 | 2026-08-15T07:00:08.993Z | Downloaded darling_macro v0.13.4 |
| 609 | 2026-08-15T07:00:08.996Z | Downloaded precomputed-hash v0.1.1 |
| 610 | 2026-08-15T07:00:08.996Z | Downloaded predicates-tree v1.0.13 |
| 611 | 2026-08-15T07:00:08.999Z | Downloaded ucd-trie v0.1.7 |
| 612 | 2026-08-15T07:00:09.004Z | Downloaded oxnet v0.1.6 |
| 613 | 2026-08-15T07:00:09.004Z | Downloaded autocfg v1.5.0 |
| 614 | 2026-08-15T07:00:09.008Z | Downloaded tokio-postgres v0.7.16 |
| 615 | 2026-08-15T07:00:09.011Z | Downloaded async-trait v0.1.89 |
| 616 | 2026-08-15T07:00:09.014Z | Downloaded parse-display-derive v0.10.0 |
| 617 | 2026-08-15T07:00:09.014Z | Downloaded path-tree v0.8.3 |
| 618 | 2026-08-15T07:00:09.014Z | Downloaded paste v1.0.15 |
| 619 | 2026-08-15T07:00:09.018Z | Downloaded argon2 v0.5.3 |
| 620 | 2026-08-15T07:00:09.018Z | Downloaded libxml v0.3.3 |
| 621 | 2026-08-15T07:00:09.021Z | Downloaded toml_edit v0.19.15 |
| 622 | 2026-08-15T07:00:09.028Z | Downloaded drift v0.2.0 |
| 623 | 2026-08-15T07:00:09.035Z | Downloaded signal-hook v0.3.18 |
| 624 | 2026-08-15T07:00:09.037Z | Downloaded bitflags v1.3.2 |
| 625 | 2026-08-15T07:00:09.041Z | Downloaded hickory-client v0.25.2 |
| 626 | 2026-08-15T07:00:09.041Z | Downloaded progenitor-macro v0.13.0 |
| 627 | 2026-08-15T07:00:09.041Z | Downloaded rand_xorshift v0.4.0 |
| 628 | 2026-08-15T07:00:09.041Z | Downloaded buf-list v1.1.2 |
| 629 | 2026-08-15T07:00:09.044Z | Downloaded cmov v0.5.4 |
| 630 | 2026-08-15T07:00:09.044Z | Downloaded rustyline v14.0.0 |
| 631 | 2026-08-15T07:00:09.047Z | Downloaded hmac v0.12.1 |
| 632 | 2026-08-15T07:00:09.047Z | Downloaded ar_archive_writer v0.5.1 |
| 633 | 2026-08-15T07:00:09.050Z | Downloaded dropshot-api-manager v0.7.2 |
| 634 | 2026-08-15T07:00:09.053Z | Downloaded criterion v0.7.0 |
| 635 | 2026-08-15T07:00:09.057Z | Downloaded test-strategy v0.4.5 |
| 636 | 2026-08-15T07:00:09.060Z | Downloaded block-buffer v0.10.4 |
| 637 | 2026-08-15T07:00:09.060Z | Downloaded camino-tempfile-ext v0.3.3 |
| 638 | 2026-08-15T07:00:09.060Z | Downloaded cbc v0.2.1 |
| 639 | 2026-08-15T07:00:09.060Z | Downloaded serde_spanned v0.6.9 |
| 640 | 2026-08-15T07:00:09.060Z | Downloaded x509-cert v0.2.5 |
| 641 | 2026-08-15T07:00:09.063Z | Downloaded semver v0.1.20 |
| 642 | 2026-08-15T07:00:09.065Z | Downloaded crossbeam-deque v0.8.6 |
| 643 | 2026-08-15T07:00:09.065Z | Downloaded sponge-cursor v0.1.0 |
| 644 | 2026-08-15T07:00:09.066Z | Downloaded goblin v0.8.2 |
| 645 | 2026-08-15T07:00:09.068Z | Downloaded tokio-stream v0.1.18 |
| 646 | 2026-08-15T07:00:09.071Z | Downloaded serde_derive v1.0.228 |
| 647 | 2026-08-15T07:00:09.105Z | Downloaded strsim v0.11.1 |
| 648 | 2026-08-15T07:00:09.105Z | Downloaded supports-hyperlinks v2.1.0 |
| 649 | 2026-08-15T07:00:09.105Z | Downloaded testing_table v0.3.0 |
| 650 | 2026-08-15T07:00:09.105Z | Downloaded termtree v0.5.1 |
| 651 | 2026-08-15T07:00:09.105Z | Downloaded toml_write v0.1.2 |
| 652 | 2026-08-15T07:00:09.106Z | Downloaded ctutils v0.4.2 |
| 653 | 2026-08-15T07:00:09.106Z | Downloaded dashu-base v0.5.1 |
| 654 | 2026-08-15T07:00:09.106Z | Downloaded digest v0.10.7 |
| 655 | 2026-08-15T07:00:09.106Z | Downloaded stable_deref_trait v1.2.1 |
| 656 | 2026-08-15T07:00:09.106Z | Downloaded num-bigint-dig v0.8.6 |
| 657 | 2026-08-15T07:00:09.106Z | Downloaded tokio-test v0.4.5 |
| 658 | 2026-08-15T07:00:09.106Z | Downloaded cc v1.2.56 |
| 659 | 2026-08-15T07:00:09.106Z | Downloaded guppy v0.17.25 |
| 660 | 2026-08-15T07:00:09.106Z | Downloaded anstream v0.6.21 |
| 661 | 2026-08-15T07:00:09.106Z | Downloaded unicode-truncate v1.1.0 |
| 662 | 2026-08-15T07:00:09.106Z | Downloaded universal-hash v0.5.1 |
| 663 | 2026-08-15T07:00:09.106Z | Downloaded progenitor-client v0.14.0 |
| 664 | 2026-08-15T07:00:09.106Z | Downloaded try-lock v0.2.5 |
| 665 | 2026-08-15T07:00:09.106Z | Downloaded crypto-bigint v0.5.5 |
| 666 | 2026-08-15T07:00:09.106Z | Downloaded zone v0.3.1 |
| 667 | 2026-08-15T07:00:09.106Z | Downloaded hex-literal v0.4.1 |
| 668 | 2026-08-15T07:00:09.106Z | Downloaded signal-hook-registry v1.4.8 |
| 669 | 2026-08-15T07:00:09.106Z | Downloaded hybrid-array v0.4.13 |
| 670 | 2026-08-15T07:00:09.110Z | Downloaded icu_provider v2.1.1 |
| 671 | 2026-08-15T07:00:09.110Z | Downloaded schemars_derive v0.8.22 |
| 672 | 2026-08-15T07:00:09.110Z | Downloaded smf v0.2.3 |
| 673 | 2026-08-15T07:00:09.110Z | Downloaded serde_derive_internals v0.29.1 |
| 674 | 2026-08-15T07:00:09.110Z | Downloaded serdect v0.4.3 |
| 675 | 2026-08-15T07:00:09.110Z | Downloaded want v0.3.1 |
| 676 | 2026-08-15T07:00:09.113Z | Downloaded zeroize_derive v1.5.0 |
| 677 | 2026-08-15T07:00:09.113Z | Downloaded shlex v1.3.0 |
| 678 | 2026-08-15T07:00:09.113Z | Downloaded ssh-encoding v0.2.0 |
| 679 | 2026-08-15T07:00:09.113Z | Downloaded unit-prefix v0.5.2 |
| 680 | 2026-08-15T07:00:09.113Z | Downloaded hostname v0.3.1 |
| 681 | 2026-08-15T07:00:09.116Z | Downloaded indent_write v2.2.0 |
| 682 | 2026-08-15T07:00:09.116Z | Downloaded crossterm v0.29.0 |
| 683 | 2026-08-15T07:00:09.122Z | Downloaded libbz2-rs-sys v0.2.2 |
| 684 | 2026-08-15T07:00:09.125Z | Downloaded prettyplease v0.2.37 |
| 685 | 2026-08-15T07:00:09.125Z | Downloaded zerocopy-derive v0.8.56 |
| 686 | 2026-08-15T07:00:09.128Z | Downloaded rand_distr v0.5.1 |
| 687 | 2026-08-15T07:00:09.131Z | Downloaded yoke-derive v0.8.1 |
| 688 | 2026-08-15T07:00:09.131Z | Downloaded hostname v0.4.2 |
| 689 | 2026-08-15T07:00:09.131Z | Downloaded jiff-static v0.2.34 |
| 690 | 2026-08-15T07:00:09.131Z | Downloaded time-core v0.1.8 |
| 691 | 2026-08-15T07:00:09.134Z | Downloaded postcard v1.1.3 |
| 692 | 2026-08-15T07:00:09.134Z | Downloaded strum_macros v0.27.2 |
| 693 | 2026-08-15T07:00:09.134Z | Downloaded percent-encoding v2.3.2 |
| 694 | 2026-08-15T07:00:09.144Z | Downloaded derive_more-impl v2.1.1 |
| 695 | 2026-08-15T07:00:09.148Z | Downloaded tokio-tungstenite v0.21.0 |
| 696 | 2026-08-15T07:00:09.151Z | Downloaded bb8 v0.8.6 |
| 697 | 2026-08-15T07:00:09.151Z | Downloaded bitfield-macros v0.19.4 |
| 698 | 2026-08-15T07:00:09.154Z | Downloaded async-lock v3.4.2 |
| 699 | 2026-08-15T07:00:09.154Z | Downloaded assert_matches v1.5.0 |
| 700 | 2026-08-15T07:00:09.157Z | Downloaded async-object-pool v0.2.0 |
| 701 | 2026-08-15T07:00:09.157Z | Downloaded async-recursion v1.1.1 |
| 702 | 2026-08-15T07:00:09.157Z | Downloaded castaway v0.2.4 |
| 703 | 2026-08-15T07:00:09.162Z | Downloaded indexmap v2.14.0 |
| 704 | 2026-08-15T07:00:09.164Z | Downloaded nom v8.0.0 |
| 705 | 2026-08-15T07:00:09.167Z | Downloaded serde v1.0.228 |
| 706 | 2026-08-15T07:00:09.170Z | Downloaded heapless v0.7.17 |
| 707 | 2026-08-15T07:00:09.173Z | Downloaded zip v0.6.6 |
| 708 | 2026-08-15T07:00:09.175Z | Downloaded compression-core v0.4.31 |
| 709 | 2026-08-15T07:00:09.175Z | Downloaded crypto-common v0.2.2 |
| 710 | 2026-08-15T07:00:09.175Z | Downloaded document-features v0.2.12 |
| 711 | 2026-08-15T07:00:09.178Z | Downloaded icu_properties v2.1.2 |
| 712 | 2026-08-15T07:00:09.182Z | Downloaded icu_normalizer_data v2.1.1 |
| 713 | 2026-08-15T07:00:09.184Z | Downloaded plotters-backend v0.3.7 |
| 714 | 2026-08-15T07:00:09.184Z | Downloaded quick-error v1.2.3 |
| 715 | 2026-08-15T07:00:09.184Z | Downloaded unicase v2.9.0 |
| 716 | 2026-08-15T07:00:09.187Z | Downloaded pretty-hex v0.4.1 |
| 717 | 2026-08-15T07:00:09.190Z | Downloaded rustc-hash v2.1.1 |
| 718 | 2026-08-15T07:00:09.194Z | Downloaded walkdir v2.5.0 |
| 719 | 2026-08-15T07:00:09.197Z | Downloaded knuffel-derive v3.2.0 |
| 720 | 2026-08-15T07:00:09.197Z | Downloaded vergen-gitcl v1.0.8 |
| 721 | 2026-08-15T07:00:09.197Z | Downloaded plotters v0.3.7 |
| 722 | 2026-08-15T07:00:09.201Z | Downloaded derive-where v1.6.0 |
| 723 | 2026-08-15T07:00:09.204Z | Downloaded http v1.4.2 |
| 724 | 2026-08-15T07:00:09.207Z | Downloaded pbkdf2 v0.13.0 |
| 725 | 2026-08-15T07:00:09.207Z | Downloaded anstyle v1.0.14 |
| 726 | 2026-08-15T07:00:09.210Z | Downloaded secrecy v0.10.3 |
| 727 | 2026-08-15T07:00:09.210Z | Downloaded oxide-update-engine v0.1.2 |
| 728 | 2026-08-15T07:00:09.210Z | Downloaded oxide-update-engine-display v0.1.2 |
| 729 | 2026-08-15T07:00:09.212Z | Downloaded schemars v1.2.1 |
| 730 | 2026-08-15T07:00:09.219Z | Downloaded tempfile v3.27.0 |
| 731 | 2026-08-15T07:00:09.221Z | Downloaded tls_codec v0.4.2 |
| 732 | 2026-08-15T07:00:09.221Z | Downloaded base64ct v1.8.3 |
| 733 | 2026-08-15T07:00:09.224Z | Downloaded steno v0.4.1 |
| 734 | 2026-08-15T07:00:09.227Z | Downloaded sha1 v0.11.0 |
| 735 | 2026-08-15T07:00:09.227Z | Downloaded signal-hook-tokio v0.3.1 |
| 736 | 2026-08-15T07:00:09.230Z | Downloaded tagptr v0.2.0 |
| 737 | 2026-08-15T07:00:09.230Z | Downloaded papergrid v0.18.0 |
| 738 | 2026-08-15T07:00:09.233Z | Downloaded tabled_derive v0.7.0 |
| 739 | 2026-08-15T07:00:09.233Z | Downloaded twox-hash v2.1.2 |
| 740 | 2026-08-15T07:00:09.236Z | Downloaded strum v0.27.2 |
| 741 | 2026-08-15T07:00:09.239Z | Downloaded yansi v1.0.1 |
| 742 | 2026-08-15T07:00:09.242Z | Downloaded reqwest v0.12.28 |
| 743 | 2026-08-15T07:00:09.244Z | Downloaded tower-http v0.6.8 |
| 744 | 2026-08-15T07:00:09.248Z | Downloaded xshell v0.2.7 |
| 745 | 2026-08-15T07:00:09.252Z | Downloaded daft-derive v0.1.7 |
| 746 | 2026-08-15T07:00:09.255Z | Downloaded trait-variant v0.1.2 |
| 747 | 2026-08-15T07:00:09.255Z | Downloaded usdt-macro v0.6.0 |
| 748 | 2026-08-15T07:00:09.255Z | Downloaded strum v0.26.3 |
| 749 | 2026-08-15T07:00:09.255Z | Downloaded chacha20poly1305 v0.10.1 |
| 750 | 2026-08-15T07:00:09.255Z | Downloaded deranged v0.5.8 |
| 751 | 2026-08-15T07:00:09.255Z | Downloaded displaydoc v0.2.5 |
| 752 | 2026-08-15T07:00:09.259Z | Downloaded slog v2.8.2 |
| 753 | 2026-08-15T07:00:09.259Z | Downloaded compact_str v0.8.1 |
| 754 | 2026-08-15T07:00:09.262Z | Downloaded serde_json v1.0.151 |
| 755 | 2026-08-15T07:00:09.265Z | Downloaded rpassword v7.5.4 |
| 756 | 2026-08-15T07:00:09.267Z | Downloaded data-encoding v2.10.0 |
| 757 | 2026-08-15T07:00:09.267Z | Downloaded unicode-normalization v0.1.25 |
| 758 | 2026-08-15T07:00:09.270Z | Downloaded headers-core v0.3.0 |
| 759 | 2026-08-15T07:00:09.270Z | Downloaded diesel-dtrace v0.5.0 |
| 760 | 2026-08-15T07:00:09.270Z | Downloaded primefield v0.14.0 |
| 761 | 2026-08-15T07:00:09.270Z | Downloaded ingot-macros v0.2.0 |
| 762 | 2026-08-15T07:00:09.273Z | Downloaded usdt v0.6.0 |
| 763 | 2026-08-15T07:00:09.276Z | Downloaded rustc-demangle v0.1.27 |
| 764 | 2026-08-15T07:00:09.279Z | Downloaded knus v3.4.0 |
| 765 | 2026-08-15T07:00:09.282Z | Downloaded serde_with v1.14.0 |
| 766 | 2026-08-15T07:00:09.285Z | Downloaded pest_meta v2.8.6 |
| 767 | 2026-08-15T07:00:09.288Z | Downloaded parking_lot v0.11.2 |
| 768 | 2026-08-15T07:00:09.290Z | Downloaded idna_adapter v1.2.1 |
| 769 | 2026-08-15T07:00:09.290Z | Downloaded serde_with_macros v1.5.2 |
| 770 | 2026-08-15T07:00:09.293Z | Downloaded ident_case v1.0.1 |
| 771 | 2026-08-15T07:00:09.293Z | Downloaded h2 v0.4.15 |
| 772 | 2026-08-15T07:00:09.297Z | Downloaded snafu-derive v0.8.9 |
| 773 | 2026-08-15T07:00:09.300Z | Downloaded arrayref v0.3.9 |
| 774 | 2026-08-15T07:00:09.300Z | Downloaded async-stream-impl v0.3.6 |
| 775 | 2026-08-15T07:00:09.300Z | Downloaded rayon-core v1.13.0 |
| 776 | 2026-08-15T07:00:09.303Z | Downloaded crossbeam-epoch v0.9.18 |
| 777 | 2026-08-15T07:00:09.308Z | Downloaded idna v1.1.0 |
| 778 | 2026-08-15T07:00:09.308Z | Downloaded itertools v0.12.1 |
| 779 | 2026-08-15T07:00:09.311Z | Downloaded camino-tempfile v1.4.1 |
| 780 | 2026-08-15T07:00:09.314Z | Downloaded clap_derive v4.6.1 |
| 781 | 2026-08-15T07:00:09.314Z | Downloaded cfg-expr v0.20.6 |
| 782 | 2026-08-15T07:00:09.316Z | Downloaded slog-term v2.9.2 |
| 783 | 2026-08-15T07:00:09.317Z | Downloaded ssh-encoding v0.3.0 |
| 784 | 2026-08-15T07:00:09.317Z | Downloaded ciborium-ll v0.2.2 |
| 785 | 2026-08-15T07:00:09.319Z | Downloaded crc8 v0.1.1 |
| 786 | 2026-08-15T07:00:09.320Z | Downloaded packed_struct_codegen v0.10.1 |
| 787 | 2026-08-15T07:00:09.322Z | Downloaded reqwest v0.13.2 |
| 788 | 2026-08-15T07:00:09.325Z | Downloaded base64 v0.21.7 |
| 789 | 2026-08-15T07:00:09.328Z | Downloaded pkcs1 v0.7.5 |
| 790 | 2026-08-15T07:00:09.328Z | Downloaded whoami v1.6.1 |
| 791 | 2026-08-15T07:00:09.328Z | Downloaded concurrent-queue v2.5.0 |
| 792 | 2026-08-15T07:00:09.331Z | Downloaded thiserror v1.0.69 |
| 793 | 2026-08-15T07:00:09.331Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 794 | 2026-08-15T07:00:09.334Z | Downloaded cast v0.3.0 |
| 795 | 2026-08-15T07:00:09.338Z | Downloaded colorchoice v1.0.4 |
| 796 | 2026-08-15T07:00:09.338Z | Downloaded scuffle v0.1.0 |
| 797 | 2026-08-15T07:00:09.341Z | Downloaded winnow v0.5.40 |
| 798 | 2026-08-15T07:00:09.345Z | Downloaded writeable v0.6.2 |
| 799 | 2026-08-15T07:00:09.354Z | Downloaded ipnetwork v0.21.1 |
| 800 | 2026-08-15T07:00:09.356Z | Downloaded ingot-types v0.2.0 |
| 801 | 2026-08-15T07:00:09.356Z | Downloaded typed-path v0.9.3 |
| 802 | 2026-08-15T07:00:09.359Z | Downloaded pem-rfc7468 v0.7.0 |
| 803 | 2026-08-15T07:00:09.362Z | Downloaded papergrid v0.11.0 |
| 804 | 2026-08-15T07:00:09.365Z | Downloaded rand v0.8.6 |
| 805 | 2026-08-15T07:00:09.365Z | Downloaded salsa20 v0.11.0 |
| 806 | 2026-08-15T07:00:09.368Z | Downloaded knus-derive v3.4.0 |
| 807 | 2026-08-15T07:00:09.368Z | Downloaded rtoolbox v0.0.3 |
| 808 | 2026-08-15T07:00:09.368Z | Downloaded scheduled-thread-pool v0.2.7 |
| 809 | 2026-08-15T07:00:09.368Z | Downloaded icu_properties_data v2.1.2 |
| 810 | 2026-08-15T07:00:09.373Z | Downloaded sha2 v0.10.9 |
| 811 | 2026-08-15T07:00:09.375Z | Downloaded aead v0.6.1 |
| 812 | 2026-08-15T07:00:09.375Z | Downloaded anstyle-parse v0.2.7 |
| 813 | 2026-08-15T07:00:09.378Z | Downloaded bitflags v2.11.0 |
| 814 | 2026-08-15T07:00:09.378Z | Downloaded smawk v0.3.2 |
| 815 | 2026-08-15T07:00:09.381Z | Downloaded ssh-cipher v0.2.0 |
| 816 | 2026-08-15T07:00:09.381Z | Downloaded futures-util v0.3.32 |
| 817 | 2026-08-15T07:00:09.386Z | Downloaded partial-io v0.5.4 |
| 818 | 2026-08-15T07:00:09.388Z | Downloaded crc-any v2.5.0 |
| 819 | 2026-08-15T07:00:09.388Z | Downloaded target-triple v1.0.0 |
| 820 | 2026-08-15T07:00:09.388Z | Downloaded thiserror-impl v2.0.18 |
| 821 | 2026-08-15T07:00:09.392Z | Downloaded tokio-macros v2.7.0 |
| 822 | 2026-08-15T07:00:09.392Z | Downloaded bitfield v0.19.4 |
| 823 | 2026-08-15T07:00:09.395Z | Downloaded daft v0.1.7 |
| 824 | 2026-08-15T07:00:09.400Z | Downloaded moka v0.12.13 |
| 825 | 2026-08-15T07:00:09.404Z | Downloaded bs58 v0.5.1 |
| 826 | 2026-08-15T07:00:09.407Z | Downloaded rcgen v0.12.1 |
| 827 | 2026-08-15T07:00:09.407Z | Downloaded tokio-tungstenite v0.23.1 |
| 828 | 2026-08-15T07:00:09.410Z | Downloaded hex v0.4.3 |
| 829 | 2026-08-15T07:00:09.410Z | Downloaded hubpack v0.1.2 |
| 830 | 2026-08-15T07:00:09.413Z | Downloaded parse-size v1.1.0 |
| 831 | 2026-08-15T07:00:09.413Z | Downloaded proc-macro-error2 v2.0.1 |
| 832 | 2026-08-15T07:00:09.416Z | Downloaded primeorder v0.14.0 |
| 833 | 2026-08-15T07:00:09.416Z | Downloaded prefix-trie v0.7.0 |
| 834 | 2026-08-15T07:00:09.419Z | Downloaded rand_core v0.9.5 |
| 835 | 2026-08-15T07:00:09.419Z | Downloaded const_format v0.2.35 |
| 836 | 2026-08-15T07:00:09.421Z | Downloaded yoke v0.8.1 |
| 837 | 2026-08-15T07:00:09.425Z | Downloaded sha3 v0.12.0 |
| 838 | 2026-08-15T07:00:09.425Z | Downloaded serde_core v1.0.228 |
| 839 | 2026-08-15T07:00:09.428Z | Downloaded rand_core v0.6.4 |
| 840 | 2026-08-15T07:00:09.428Z | Downloaded itertools v0.10.5 |
| 841 | 2026-08-15T07:00:09.430Z | Downloaded icu_normalizer v2.1.1 |
| 842 | 2026-08-15T07:00:09.433Z | Downloaded proc-macro-error v1.0.4 |
| 843 | 2026-08-15T07:00:09.436Z | Downloaded rustls-native-certs v0.8.3 |
| 844 | 2026-08-15T07:00:09.436Z | Downloaded hyper-rustls v0.27.7 |
| 845 | 2026-08-15T07:00:09.439Z | Downloaded approx v0.5.1 |
| 846 | 2026-08-15T07:00:09.439Z | Downloaded backtrace-ext v0.2.1 |
| 847 | 2026-08-15T07:00:09.440Z | Downloaded cobs v0.3.0 |
| 848 | 2026-08-15T07:00:09.443Z | Downloaded difflib v0.4.0 |
| 849 | 2026-08-15T07:00:09.443Z | Downloaded scroll v0.13.0 |
| 850 | 2026-08-15T07:00:09.443Z | Downloaded termcolor v1.4.1 |
| 851 | 2026-08-15T07:00:09.446Z | Downloaded simd-adler32 v0.3.8 |
| 852 | 2026-08-15T07:00:09.449Z | Downloaded ssh-cipher v0.3.0 |
| 853 | 2026-08-15T07:00:09.449Z | Downloaded tinyvec_macros v0.1.1 |
| 854 | 2026-08-15T07:00:09.452Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 855 | 2026-08-15T07:00:09.455Z | Downloaded url v2.5.8 |
| 856 | 2026-08-15T07:00:09.455Z | Downloaded bzip2 v0.4.4 |
| 857 | 2026-08-15T07:00:09.459Z | Downloaded typify-macro v0.6.2 |
| 858 | 2026-08-15T07:00:09.462Z | Downloaded uuid v1.23.4 |
| 859 | 2026-08-15T07:00:09.465Z | Downloaded colored v2.2.0 |
| 860 | 2026-08-15T07:00:09.465Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 861 | 2026-08-15T07:00:09.467Z | Downloaded usdt-impl v0.5.0 |
| 862 | 2026-08-15T07:00:09.470Z | Downloaded pwd v1.4.0 |
| 863 | 2026-08-15T07:00:09.470Z | Downloaded similar-asserts v1.7.0 |
| 864 | 2026-08-15T07:00:09.470Z | Downloaded aho-corasick v1.1.4 |
| 865 | 2026-08-15T07:00:09.473Z | Downloaded rsa v0.9.10 |
| 866 | 2026-08-15T07:00:09.476Z | Downloaded zerovec v0.11.5 |
| 867 | 2026-08-15T07:00:09.479Z | Downloaded rustls-webpki v0.103.13 |
| 868 | 2026-08-15T07:00:09.482Z | Downloaded textwrap v0.16.2 |
| 869 | 2026-08-15T07:00:09.485Z | Downloaded crc32fast v1.5.0 |
| 870 | 2026-08-15T07:00:09.485Z | Downloaded zopfli v0.8.3 |
| 871 | 2026-08-15T07:00:09.485Z | Downloaded vergen-git2 v9.1.0 |
| 872 | 2026-08-15T07:00:09.488Z | Downloaded pkcs8 v0.11.0 |
| 873 | 2026-08-15T07:00:09.488Z | Downloaded instability v0.3.11 |
| 874 | 2026-08-15T07:00:09.491Z | Downloaded tap v1.0.1 |
| 875 | 2026-08-15T07:00:09.491Z | Downloaded hyper-util v0.1.20 |
| 876 | 2026-08-15T07:00:09.494Z | Downloaded zeroize v1.9.0 |
| 877 | 2026-08-15T07:00:09.494Z | Downloaded datatest-stable v0.3.3 |
| 878 | 2026-08-15T07:00:09.497Z | Downloaded serde_plain v1.0.2 |
| 879 | 2026-08-15T07:00:09.497Z | Downloaded arc-swap v1.8.2 |
| 880 | 2026-08-15T07:00:09.499Z | Downloaded structmeta v0.3.0 |
| 881 | 2026-08-15T07:00:09.499Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 882 | 2026-08-15T07:00:09.502Z | Downloaded icu_collections v2.1.1 |
| 883 | 2026-08-15T07:00:09.506Z | Downloaded schemars v0.9.0 |
| 884 | 2026-08-15T07:00:09.511Z | Downloaded httparse v1.10.1 |
| 885 | 2026-08-15T07:00:09.514Z | Downloaded parking_lot_core v0.8.6 |
| 886 | 2026-08-15T07:00:09.514Z | Downloaded cargo_metadata v0.23.1 |
| 887 | 2026-08-15T07:00:09.517Z | Downloaded defmt v1.0.1 |
| 888 | 2026-08-15T07:00:09.517Z | Downloaded postgres-types v0.2.12 |
| 889 | 2026-08-15T07:00:09.520Z | Downloaded serde_cbor v0.11.2 |
| 890 | 2026-08-15T07:00:09.520Z | Downloaded zone_cfg_derive v0.3.1 |
| 891 | 2026-08-15T07:00:09.520Z | Downloaded git2 v0.20.4 |
| 892 | 2026-08-15T07:00:09.524Z | Downloaded kem v0.3.0 |
| 893 | 2026-08-15T07:00:09.527Z | Downloaded serde_with_macros v3.21.0 |
| 894 | 2026-08-15T07:00:09.527Z | Downloaded lalrpop v0.19.12 |
| 895 | 2026-08-15T07:00:09.533Z | Downloaded bit-set v0.5.3 |
| 896 | 2026-08-15T07:00:09.536Z | Downloaded phf v0.12.1 |
| 897 | 2026-08-15T07:00:09.536Z | Downloaded pathdiff v0.2.3 |
| 898 | 2026-08-15T07:00:09.539Z | Downloaded aead v0.5.2 |
| 899 | 2026-08-15T07:00:09.547Z | Downloaded p384 v0.13.1 |
| 900 | 2026-08-15T07:00:09.550Z | Downloaded rsa v0.10.0-rc.18 |
| 901 | 2026-08-15T07:00:09.553Z | Downloaded cfg_aliases v0.1.1 |
| 902 | 2026-08-15T07:00:09.556Z | Downloaded rlimit v0.10.2 |
| 903 | 2026-08-15T07:00:09.556Z | Downloaded sec1 v0.8.1 |
| 904 | 2026-08-15T07:00:09.559Z | Downloaded qorb v0.4.1 |
| 905 | 2026-08-15T07:00:09.562Z | Downloaded termios v0.3.3 |
| 906 | 2026-08-15T07:00:09.562Z | Downloaded tls_codec_derive v0.4.2 |
| 907 | 2026-08-15T07:00:09.562Z | Downloaded yasna v0.5.2 |
| 908 | 2026-08-15T07:00:09.565Z | Downloaded swrite v0.1.0 |
| 909 | 2026-08-15T07:00:09.568Z | Downloaded slog-bunyan v2.5.0 |
| 910 | 2026-08-15T07:00:09.571Z | Downloaded seq-macro v0.3.6 |
| 911 | 2026-08-15T07:00:09.573Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 912 | 2026-08-15T07:00:09.576Z | Downloaded headers v0.4.1 |
| 913 | 2026-08-15T07:00:09.579Z | Downloaded iana-time-zone v0.1.65 |
| 914 | 2026-08-15T07:00:09.579Z | Downloaded zerotrie v0.2.3 |
| 915 | 2026-08-15T07:00:09.582Z | Downloaded strum_macros v0.24.3 |
| 916 | 2026-08-15T07:00:09.582Z | Downloaded p521 v0.14.0 |
| 917 | 2026-08-15T07:00:09.585Z | Downloaded argon2 v0.6.0-rc.8 |
| 918 | 2026-08-15T07:00:09.585Z | Downloaded hyper-staticfile v0.10.1 |
| 919 | 2026-08-15T07:00:09.588Z | Downloaded usdt-impl v0.6.0 |
| 920 | 2026-08-15T07:00:09.588Z | Downloaded usdt-attr-macro v0.6.0 |
| 921 | 2026-08-15T07:00:09.592Z | Downloaded tower-layer v0.3.3 |
| 922 | 2026-08-15T07:00:09.592Z | Downloaded home v0.5.12 |
| 923 | 2026-08-15T07:00:09.595Z | Downloaded version_check v0.9.5 |
| 924 | 2026-08-15T07:00:09.597Z | Downloaded cpufeatures v0.2.17 |
| 925 | 2026-08-15T07:00:09.597Z | Downloaded similar v2.7.0 |
| 926 | 2026-08-15T07:00:09.600Z | Downloaded aes v0.9.1 |
| 927 | 2026-08-15T07:00:09.603Z | Downloaded proptest v1.11.0 |
| 928 | 2026-08-15T07:00:09.608Z | Downloaded backon v1.6.0 |
| 929 | 2026-08-15T07:00:09.611Z | Downloaded arrayvec v0.7.6 |
| 930 | 2026-08-15T07:00:09.611Z | Downloaded cookie v0.18.1 |
| 931 | 2026-08-15T07:00:09.614Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 932 | 2026-08-15T07:00:09.616Z | Downloaded poly1305 v0.8.0 |
| 933 | 2026-08-15T07:00:09.617Z | Downloaded poly1305 v0.9.0 |
| 934 | 2026-08-15T07:00:09.617Z | Downloaded cfg-if v1.0.4 |
| 935 | 2026-08-15T07:00:09.619Z | Downloaded chrono v0.4.45 |
| 936 | 2026-08-15T07:00:09.622Z | Downloaded crypto-common v0.1.7 |
| 937 | 2026-08-15T07:00:09.622Z | Downloaded hashbrown v0.16.1 |
| 938 | 2026-08-15T07:00:09.625Z | Downloaded hashbrown v0.13.2 |
| 939 | 2026-08-15T07:00:09.628Z | Downloaded powerfmt v0.2.0 |
| 940 | 2026-08-15T07:00:09.628Z | Downloaded progenitor-macro v0.14.0 |
| 941 | 2026-08-15T07:00:09.631Z | Downloaded byte-wrapper v0.1.0 |
| 942 | 2026-08-15T07:00:09.631Z | Downloaded corncobs v0.1.4 |
| 943 | 2026-08-15T07:00:09.634Z | Downloaded hickory-server v0.25.2 |
| 944 | 2026-08-15T07:00:09.634Z | Downloaded rustc_version v0.4.1 |
| 945 | 2026-08-15T07:00:09.637Z | Downloaded tower-service v0.3.3 |
| 946 | 2026-08-15T07:00:09.637Z | Downloaded subtle v2.6.1 |
| 947 | 2026-08-15T07:00:09.637Z | Downloaded thread-id v5.1.0 |
| 948 | 2026-08-15T07:00:09.642Z | Downloaded progenitor v0.13.0 |
| 949 | 2026-08-15T07:00:09.645Z | Downloaded hubpack_derive v0.1.1 |
| 950 | 2026-08-15T07:00:09.645Z | Downloaded illumos-nvpair v0.3.0 |
| 951 | 2026-08-15T07:00:09.645Z | Downloaded rustversion v1.0.22 |
| 952 | 2026-08-15T07:00:09.648Z | Downloaded sec1 v0.7.3 |
| 953 | 2026-08-15T07:00:09.648Z | Downloaded slab v0.4.12 |
| 954 | 2026-08-15T07:00:09.648Z | Downloaded is_ci v1.2.0 |
| 955 | 2026-08-15T07:00:09.651Z | Downloaded block-buffer v0.12.1 |
| 956 | 2026-08-15T07:00:09.651Z | Downloaded slog-async v2.8.0 |
| 957 | 2026-08-15T07:00:09.651Z | Downloaded static_assertions v1.1.0 |
| 958 | 2026-08-15T07:00:09.655Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 959 | 2026-08-15T07:00:09.657Z | Downloaded p256 v0.13.2 |
| 960 | 2026-08-15T07:00:09.660Z | Downloaded goblin v0.10.5 |
| 961 | 2026-08-15T07:00:09.665Z | Downloaded http-body-util v0.1.3 |
| 962 | 2026-08-15T07:00:09.669Z | Downloaded packed_struct v0.10.1 |
| 963 | 2026-08-15T07:00:09.671Z | Downloaded backoff v0.4.0 |
| 964 | 2026-08-15T07:00:09.672Z | Downloaded radium v0.7.0 |
| 965 | 2026-08-15T07:00:09.674Z | Downloaded bzip2 v0.6.1 |
| 966 | 2026-08-15T07:00:09.674Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-08-15T07:00:09.677Z | Downloaded derive_more v0.99.20 |
| 968 | 2026-08-15T07:00:09.684Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-08-15T07:00:09.687Z | Downloaded terminal_size v0.4.3 |
| 970 | 2026-08-15T07:00:09.690Z | Downloaded bytesize v2.7.0 |
| 971 | 2026-08-15T07:00:09.692Z | Downloaded darling v0.13.4 |
| 972 | 2026-08-15T07:00:09.692Z | Downloaded http-range v0.1.5 |
| 973 | 2026-08-15T07:00:09.692Z | Downloaded pest_generator v2.8.6 |
| 974 | 2026-08-15T07:00:09.695Z | Downloaded convert_case v0.4.0 |
| 975 | 2026-08-15T07:00:09.695Z | Downloaded unicode-xid v0.2.6 |
| 976 | 2026-08-15T07:00:09.698Z | Downloaded plotters-svg v0.3.7 |
| 977 | 2026-08-15T07:00:09.702Z | Downloaded slog-stdlog v4.1.1 |
| 978 | 2026-08-15T07:00:09.704Z | Downloaded wyz v0.5.1 |
| 979 | 2026-08-15T07:00:09.707Z | Downloaded scroll v0.12.0 |
| 980 | 2026-08-15T07:00:09.707Z | Downloaded heck v0.5.0 |
| 981 | 2026-08-15T07:00:09.710Z | Downloaded quinn-udp v0.5.14 |
| 982 | 2026-08-15T07:00:09.713Z | Downloaded anstream v1.0.0 |
| 983 | 2026-08-15T07:00:09.713Z | Downloaded ryu v1.0.23 |
| 984 | 2026-08-15T07:00:09.717Z | Downloaded bit-set v0.8.0 |
| 985 | 2026-08-15T07:00:09.720Z | Downloaded tinyvec v1.12.0 |
| 986 | 2026-08-15T07:00:09.720Z | Downloaded unicode-ident v1.0.24 |
| 987 | 2026-08-15T07:00:09.724Z | Downloaded rand_pcg v0.10.2 |
| 988 | 2026-08-15T07:00:09.727Z | Downloaded pem v3.0.6 |
| 989 | 2026-08-15T07:00:09.727Z | Downloaded supports-hyperlinks v3.2.0 |
| 990 | 2026-08-15T07:00:09.727Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 991 | 2026-08-15T07:00:09.727Z | Downloaded supports-color v3.0.2 |
| 992 | 2026-08-15T07:00:09.731Z | Downloaded parking_lot v0.12.5 |
| 993 | 2026-08-15T07:00:09.737Z | Downloaded potential_utf v0.1.4 |
| 994 | 2026-08-15T07:00:09.740Z | Downloaded indexmap v1.9.3 |
| 995 | 2026-08-15T07:00:09.743Z | Downloaded allocator-api2 v0.2.21 |
| 996 | 2026-08-15T07:00:09.743Z | Downloaded sha1 v0.10.6 |
| 997 | 2026-08-15T07:00:09.746Z | Downloaded lazy_static v1.5.0 |
| 998 | 2026-08-15T07:00:09.746Z | Downloaded serde_with v3.21.0 |
| 999 | 2026-08-15T07:00:09.752Z | Downloaded ssh-key v0.6.7 |
| 1000 | 2026-08-15T07:00:09.756Z | Downloaded nix v0.27.1 |
| 1001 | 2026-08-15T07:00:09.770Z | Downloaded jobserver v0.1.34 |
| 1002 | 2026-08-15T07:00:09.773Z | Downloaded regex v1.12.3 |
| 1003 | 2026-08-15T07:00:09.776Z | Downloaded primeorder v0.13.6 |
| 1004 | 2026-08-15T07:00:09.776Z | Downloaded unicode-segmentation v1.12.0 |
| 1005 | 2026-08-15T07:00:09.778Z | Downloaded object v0.30.4 |
| 1006 | 2026-08-15T07:00:09.783Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-08-15T07:00:09.786Z | Downloaded lalrpop-util v0.19.12 |
| 1008 | 2026-08-15T07:00:09.786Z | Downloaded ref-cast-impl v1.0.25 |
| 1009 | 2026-08-15T07:00:09.786Z | Downloaded vergen-lib v9.1.0 |
| 1010 | 2026-08-15T07:00:09.789Z | Downloaded indoc v2.0.7 |
| 1011 | 2026-08-15T07:00:09.789Z | Downloaded hashbrown v0.14.5 |
| 1012 | 2026-08-15T07:00:09.792Z | Downloaded usdt v0.5.0 |
| 1013 | 2026-08-15T07:00:09.792Z | Downloaded tower v0.5.3 |
| 1014 | 2026-08-15T07:00:09.797Z | Downloaded snafu v0.8.9 |
| 1015 | 2026-08-15T07:00:09.801Z | Downloaded bit-vec v0.8.0 |
| 1016 | 2026-08-15T07:00:09.803Z | Downloaded der_derive v0.7.3 |
| 1017 | 2026-08-15T07:00:09.803Z | Downloaded serde_repr v0.1.20 |
| 1018 | 2026-08-15T07:00:09.803Z | Downloaded p256 v0.14.0 |
| 1019 | 2026-08-15T07:00:09.806Z | Downloaded backtrace v0.3.76 |
| 1020 | 2026-08-15T07:00:09.809Z | Downloaded smoltcp v0.9.1 |
| 1021 | 2026-08-15T07:00:09.815Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1022 | 2026-08-15T07:00:09.818Z | Downloaded string_cache v0.8.9 |
| 1023 | 2026-08-15T07:00:09.818Z | Downloaded unicode-bidi v0.3.18 |
| 1024 | 2026-08-15T07:00:09.818Z | Downloaded borsh v1.8.0 |
| 1025 | 2026-08-15T07:00:09.822Z | Downloaded instant v0.1.13 |
| 1026 | 2026-08-15T07:00:09.824Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1027 | 2026-08-15T07:00:09.824Z | Downloaded keccak v0.2.0 |
| 1028 | 2026-08-15T07:00:09.824Z | Downloaded password-hash v0.5.0 |
| 1029 | 2026-08-15T07:00:09.827Z | Downloaded bytecount v0.6.9 |
| 1030 | 2026-08-15T07:00:09.827Z | Downloaded quick-xml v0.37.5 |
| 1031 | 2026-08-15T07:00:09.830Z | Downloaded display-error-chain v0.2.2 |
| 1032 | 2026-08-15T07:00:09.833Z | Downloaded progenitor-client v0.13.0 |
| 1033 | 2026-08-15T07:00:09.833Z | Downloaded typenum v1.20.1 |
| 1034 | 2026-08-15T07:00:09.836Z | Downloaded chumsky v0.9.3 |
| 1035 | 2026-08-15T07:00:09.838Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1036 | 2026-08-15T07:00:09.839Z | Downloaded pem-rfc7468 v1.0.0 |
| 1037 | 2026-08-15T07:00:09.841Z | Downloaded delegate v0.13.5 |
| 1038 | 2026-08-15T07:00:09.841Z | Downloaded pest_derive v2.8.6 |
| 1039 | 2026-08-15T07:00:09.841Z | Downloaded sqlparser_derive v0.5.0 |
| 1040 | 2026-08-15T07:00:09.841Z | Downloaded cipher v0.5.2 |
| 1041 | 2026-08-15T07:00:09.846Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1042 | 2026-08-15T07:00:09.847Z | Downloaded publicsuffix v2.3.0 |
| 1043 | 2026-08-15T07:00:09.847Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1044 | 2026-08-15T07:00:09.850Z | Downloaded pkcs5 v0.8.1 |
| 1045 | 2026-08-15T07:00:09.852Z | Downloaded anes v0.1.6 |
| 1046 | 2026-08-15T07:00:09.852Z | Downloaded support-bundle-viewer v0.1.2 |
| 1047 | 2026-08-15T07:00:09.852Z | Downloaded constant_time_eq v0.4.2 |
| 1048 | 2026-08-15T07:00:09.856Z | Downloaded ron v0.8.1 |
| 1049 | 2026-08-15T07:00:09.859Z | Downloaded uzers v0.12.2 |
| 1050 | 2026-08-15T07:00:09.859Z | Downloaded darling_core v0.23.0 |
| 1051 | 2026-08-15T07:00:09.862Z | Downloaded salty v0.3.0 |
| 1052 | 2026-08-15T07:00:09.865Z | Downloaded pkcs8 v0.10.2 |
| 1053 | 2026-08-15T07:00:09.868Z | Downloaded tokio-dtrace v0.1.1 |
| 1054 | 2026-08-15T07:00:09.868Z | Downloaded rusty-fork v0.3.1 |
| 1055 | 2026-08-15T07:00:09.871Z | Downloaded humantime v2.3.0 |
| 1056 | 2026-08-15T07:00:09.871Z | Downloaded trybuild v1.0.116 |
| 1057 | 2026-08-15T07:00:09.874Z | Downloaded gimli v0.32.3 |
| 1058 | 2026-08-15T07:00:09.877Z | Downloaded indicatif v0.18.4 |
| 1059 | 2026-08-15T07:00:09.880Z | Downloaded crypto-bigint v0.7.5 |
| 1060 | 2026-08-15T07:00:09.890Z | Downloaded vergen v9.1.0 |
| 1061 | 2026-08-15T07:00:09.893Z | Downloaded ciborium v0.2.2 |
| 1062 | 2026-08-15T07:00:09.893Z | Downloaded serde_path_to_error v0.1.20 |
| 1063 | 2026-08-15T07:00:09.896Z | Downloaded der v0.8.0 |
| 1064 | 2026-08-15T07:00:09.898Z | Downloaded tungstenite v0.28.0 |
| 1065 | 2026-08-15T07:00:09.902Z | Downloaded adler2 v2.0.1 |
| 1066 | 2026-08-15T07:00:09.902Z | Downloaded nix v0.28.0 |
| 1067 | 2026-08-15T07:00:09.907Z | Downloaded tar v0.4.46 |
| 1068 | 2026-08-15T07:00:09.909Z | Downloaded pest v2.8.6 |
| 1069 | 2026-08-15T07:00:09.912Z | Downloaded toml v0.7.8 |
| 1070 | 2026-08-15T07:00:09.915Z | Downloaded darling_core v0.21.3 |
| 1071 | 2026-08-15T07:00:09.918Z | Downloaded async-bb8-diesel v0.2.1 |
| 1072 | 2026-08-15T07:00:09.918Z | Downloaded aes-gcm v0.11.0 |
| 1073 | 2026-08-15T07:00:09.927Z | Downloaded vte v0.14.1 |
| 1074 | 2026-08-15T07:00:09.930Z | Downloaded hyper v1.10.1 |
| 1075 | 2026-08-15T07:00:09.933Z | Downloaded hashbrown v0.12.3 |
| 1076 | 2026-08-15T07:00:09.936Z | Downloaded dropshot v0.17.1 |
| 1077 | 2026-08-15T07:00:09.949Z | Downloaded tungstenite v0.23.0 |
| 1078 | 2026-08-15T07:00:09.953Z | Downloaded rstest v0.25.0 |
| 1079 | 2026-08-15T07:00:09.955Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-08-15T07:00:09.963Z | Downloaded itertools v0.13.0 |
| 1081 | 2026-08-15T07:00:09.967Z | Downloaded jiff-core v0.1.0 |
| 1082 | 2026-08-15T07:00:09.971Z | Downloaded openssl v0.10.80 |
| 1083 | 2026-08-15T07:00:09.976Z | Downloaded crossterm v0.28.1 |
| 1084 | 2026-08-15T07:00:09.980Z | Downloaded hickory-resolver v0.25.2 |
| 1085 | 2026-08-15T07:00:09.983Z | Downloaded dashu-int v0.5.1 |
| 1086 | 2026-08-15T07:00:09.989Z | Downloaded derive_more v2.1.1 |
| 1087 | 2026-08-15T07:00:09.997Z | Downloaded ignore v0.4.25 |
| 1088 | 2026-08-15T07:00:10.000Z | Downloaded crossbeam-channel v0.5.15 |
| 1089 | 2026-08-15T07:00:10.003Z | Downloaded anyhow v1.0.104 |
| 1090 | 2026-08-15T07:00:10.004Z | Downloaded const-oid v0.10.2 |
| 1091 | 2026-08-15T07:00:10.007Z | Downloaded der v0.7.10 |
| 1092 | 2026-08-15T07:00:10.010Z | Downloaded quinn v0.11.11 |
| 1093 | 2026-08-15T07:00:10.013Z | Downloaded hashbrown v0.15.5 |
| 1094 | 2026-08-15T07:00:10.016Z | Downloaded hkdf v0.13.0 |
| 1095 | 2026-08-15T07:00:10.020Z | Downloaded vcpkg v0.2.15 |
| 1096 | 2026-08-15T07:00:10.045Z | Downloaded hkdf v0.12.4 |
| 1097 | 2026-08-15T07:00:10.049Z | Downloaded async-compression v0.4.41 |
| 1098 | 2026-08-15T07:00:10.051Z | Downloaded hickory-resolver v0.24.4 |
| 1099 | 2026-08-15T07:00:10.054Z | Downloaded unicode-width v0.2.0 |
| 1100 | 2026-08-15T07:00:10.057Z | Downloaded regex-syntax v0.8.10 |
| 1101 | 2026-08-15T07:00:10.063Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1102 | 2026-08-15T07:00:10.068Z | Downloaded rawzip v0.4.4 |
| 1103 | 2026-08-15T07:00:10.072Z | Downloaded zip v4.6.1 |
| 1104 | 2026-08-15T07:00:10.075Z | Downloaded object v0.37.3 |
| 1105 | 2026-08-15T07:00:10.082Z | Downloaded portable-atomic v1.13.1 |
| 1106 | 2026-08-15T07:00:10.087Z | Downloaded winnow v0.6.26 |
| 1107 | 2026-08-15T07:00:10.092Z | Downloaded reedline v0.40.0 |
| 1108 | 2026-08-15T07:00:10.097Z | Downloaded itertools v0.14.0 |
| 1109 | 2026-08-15T07:00:10.101Z | Downloaded winnow v0.7.14 |
| 1110 | 2026-08-15T07:00:10.107Z | Downloaded p521 v0.13.3 |
| 1111 | 2026-08-15T07:00:10.112Z | Downloaded itertools v0.15.0 |
| 1112 | 2026-08-15T07:00:10.122Z | Downloaded rayon v1.11.0 |
| 1113 | 2026-08-15T07:00:10.127Z | Downloaded bindgen v0.71.1 |
| 1114 | 2026-08-15T07:00:10.131Z | Downloaded nix v0.31.2 |
| 1115 | 2026-08-15T07:00:10.139Z | Downloaded tokio-util v0.7.18 |
| 1116 | 2026-08-15T07:00:10.144Z | Downloaded quinn-proto v0.11.16 |
| 1117 | 2026-08-15T07:00:10.148Z | Downloaded curve25519-dalek v4.1.3 |
| 1118 | 2026-08-15T07:00:10.154Z | Downloaded clap_builder v4.6.0 |
| 1119 | 2026-08-15T07:00:10.158Z | Downloaded hashbrown v0.17.0 |
| 1120 | 2026-08-15T07:00:10.162Z | Downloaded syn v1.0.109 |
| 1121 | 2026-08-15T07:00:10.169Z | Downloaded bitvec v1.0.1 |
| 1122 | 2026-08-15T07:00:10.178Z | Downloaded polar-core v0.27.3 |
| 1123 | 2026-08-15T07:00:10.183Z | Downloaded iri-string v0.7.10 |
| 1124 | 2026-08-15T07:00:10.187Z | Downloaded winnow v1.0.3 |
| 1125 | 2026-08-15T07:00:10.195Z | Downloaded sqlparser v0.61.0 |
| 1126 | 2026-08-15T07:00:10.200Z | Downloaded rustix v0.38.44 |
| 1127 | 2026-08-15T07:00:10.214Z | Downloaded openapiv3 v2.2.0 |
| 1128 | 2026-08-15T07:00:10.221Z | Downloaded zerocopy v0.7.35 |
| 1129 | 2026-08-15T07:00:10.231Z | Downloaded crypto-primes v0.7.2 |
| 1130 | 2026-08-15T07:00:10.234Z | Downloaded regex-syntax v0.6.29 |
| 1131 | 2026-08-15T07:00:10.238Z | Downloaded tabled v0.15.0 |
| 1132 | 2026-08-15T07:00:10.248Z | Downloaded aws-lc-rs v1.16.3 |
| 1133 | 2026-08-15T07:00:10.254Z | Downloaded tough v0.22.0 |
| 1134 | 2026-08-15T07:00:10.259Z | Downloaded petname v2.0.2 |
| 1135 | 2026-08-15T07:00:10.262Z | Downloaded time v0.3.47 |
| 1136 | 2026-08-15T07:00:10.270Z | Downloaded regress v0.11.1 |
| 1137 | 2026-08-15T07:00:10.276Z | Downloaded russh v0.62.4 |
| 1138 | 2026-08-15T07:00:10.282Z | Downloaded rustix v1.1.4 |
| 1139 | 2026-08-15T07:00:10.296Z | Downloaded syn v2.0.117 |
| 1140 | 2026-08-15T07:00:10.304Z | Downloaded unicode-width v0.1.14 |
| 1141 | 2026-08-15T07:00:10.308Z | Downloaded zlib-rs v0.6.2 |
| 1142 | 2026-08-15T07:00:10.311Z | Downloaded tracing v0.1.44 |
| 1143 | 2026-08-15T07:00:10.326Z | Downloaded iddqd v0.4.2 |
| 1144 | 2026-08-15T07:00:10.331Z | Downloaded sled v0.34.7 |
| 1145 | 2026-08-15T07:00:10.338Z | Downloaded tabled v0.21.0 |
| 1146 | 2026-08-15T07:00:10.349Z | Downloaded bstr v1.12.1 |
| 1147 | 2026-08-15T07:00:10.355Z | Downloaded zerocopy v0.8.56 |
| 1148 | 2026-08-15T07:00:10.368Z | Downloaded regress v0.10.5 |
| 1149 | 2026-08-15T07:00:10.373Z | Downloaded hickory-proto v0.25.2 |
| 1150 | 2026-08-15T07:00:10.382Z | Downloaded radix_trie v0.2.1 |
| 1151 | 2026-08-15T07:00:10.385Z | Downloaded blake3 v1.8.5 |
| 1152 | 2026-08-15T07:00:10.413Z | Downloaded hickory-proto v0.24.4 |
| 1153 | 2026-08-15T07:00:10.413Z | Downloaded regex-automata v0.4.14 |
| 1154 | 2026-08-15T07:00:10.413Z | Downloaded jiff v0.2.34 |
| 1155 | 2026-08-15T07:00:10.421Z | Downloaded curve25519-dalek v5.0.0 |
| 1156 | 2026-08-15T07:00:10.427Z | Downloaded chrono-tz v0.10.4 |
| 1157 | 2026-08-15T07:00:10.439Z | Downloaded libc v0.2.185 |
| 1158 | 2026-08-15T07:00:10.461Z | Downloaded smoltcp v0.11.0 |
| 1159 | 2026-08-15T07:00:10.468Z | Downloaded petgraph v0.6.5 |
| 1160 | 2026-08-15T07:00:10.481Z | Downloaded sha3 v0.10.8 |
| 1161 | 2026-08-15T07:00:10.484Z | Downloaded typify-impl v0.6.2 |
| 1162 | 2026-08-15T07:00:10.494Z | Downloaded diesel v2.3.7 |
| 1163 | 2026-08-15T07:00:10.507Z | Downloaded rustls v0.23.41 |
| 1164 | 2026-08-15T07:00:10.515Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1165 | 2026-08-15T07:00:10.523Z | Downloaded sha3 v0.11.0 |
| 1166 | 2026-08-15T07:00:10.545Z | Downloaded encoding_rs v0.8.35 |
| 1167 | 2026-08-15T07:00:10.560Z | Downloaded ratatui v0.29.0 |
| 1168 | 2026-08-15T07:00:10.578Z | Downloaded zerocopy-derive v0.6.6 |
| 1169 | 2026-08-15T07:00:10.585Z | Downloaded petgraph v0.8.3 |
| 1170 | 2026-08-15T07:00:10.599Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1171 | 2026-08-15T07:00:10.611Z | Downloaded httpmock v0.8.3 |
| 1172 | 2026-08-15T07:00:10.625Z | Downloaded libz-sys v1.1.24 |
| 1173 | 2026-08-15T07:00:10.639Z | Downloaded csv v1.4.0 |
| 1174 | 2026-08-15T07:00:10.673Z | Downloaded tokio v1.52.1 |
| 1175 | 2026-08-15T07:00:10.793Z | Downloaded ring v0.17.14 |
| 1176 | 2026-08-15T07:00:10.826Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1177 | 2026-08-15T07:00:10.868Z | Downloaded dsi-bitstream v0.10.1 |
| 1178 | 2026-08-15T07:00:11.342Z | Downloaded aws-lc-sys v0.40.0 |
| 1179 | 2026-08-15T07:00:11.766Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1180 | 2026-08-15T07:00:17.626Z | Startup: Refreshing catalog 'helios' ... Done |
| 1181 | 2026-08-15T07:00:17.941Z | Startup: Caching catalogs ... Done |
| 1182 | 2026-08-15T07:00:19.661Z | Planning: Solver setup ... Done (1.614s) |
| 1183 | 2026-08-15T07:00:19.715Z | Planning: Running solver ... Done (0.054s) |
| 1184 | 2026-08-15T07:00:19.753Z | Planning: Finding local manifests ... Done (0.003s) |
| 1185 | 2026-08-15T07:00:19.763Z | Planning: Fetching manifests: 0/2 0% complete |
| 1186 | 2026-08-15T07:00:19.786Z | Planning: Fetching manifests: 2/2 100% complete |
| 1187 | 2026-08-15T07:00:19.800Z | Planning: Package planning ... Done (0.014s) |
| 1188 | 2026-08-15T07:00:19.803Z | Planning: Merging actions ... Done (0.002s) |
| 1189 | 2026-08-15T07:00:19.968Z | Planning: Checking for conflicting actions ... Done (0.166s) |
| 1190 | 2026-08-15T07:00:19.971Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1191 | 2026-08-15T07:00:20.830Z | Planning: Evaluating mediators ... Done (0.861s) |
| 1192 | 2026-08-15T07:00:20.834Z | Planning: Planning completed in 2.86 seconds |
| 1193 | 2026-08-15T07:00:20.841Z | Packages to install: 2 |
| 1194 | 2026-08-15T07:00:20.841Z | Estimated space available: 155.67 GB |
| 1195 | 2026-08-15T07:00:20.841Z | Estimated space to be consumed: 67.96 MB |
| 1196 | 2026-08-15T07:00:20.841Z | Create boot environment: No |
| 1197 | 2026-08-15T07:00:20.845Z | Create backup boot environment: No |
| 1198 | 2026-08-15T07:00:20.845Z | Rebuild boot archive: No |
| 1199 | 2026-08-15T07:00:20.845Z | |
| 1200 | 2026-08-15T07:00:20.845Z | Changed packages: |
| 1201 | 2026-08-15T07:00:20.845Z | helios |
| 1202 | 2026-08-15T07:00:20.845Z | developer/build-essential |
| 1203 | 2026-08-15T07:00:20.845Z | None -> 11-3.0 |
| 1204 | 2026-08-15T07:00:20.845Z | library/libxmlsec1 |
| 1205 | 2026-08-15T07:00:20.845Z | None -> 1.2.35-3.0 |
| 1206 | 2026-08-15T07:00:20.868Z | |
| 1207 | 2026-08-15T07:00:20.868Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1208 | 2026-08-15T07:00:20.937Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 1209 | 2026-08-15T07:00:21.028Z | Actions: 1/268 actions (Installing new actions) |
| 1210 | 2026-08-15T07:00:21.066Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1211 | 2026-08-15T07:00:21.097Z | Finalize: Updating package state database ... Done (0.030s) |
| 1212 | 2026-08-15T07:00:21.100Z | Finalize: Updating package cache ... Done (0.000s) |
| 1213 | 2026-08-15T07:00:21.174Z | Finalize: Updating image state ... Done (0.076s) |
| 1214 | 2026-08-15T07:00:23.783Z | Finalize: Creating fast lookup database ... Done (2.563s) |
| 1215 | 2026-08-15T07:00:23.851Z | Finalize: Reading search index ... Done (0.012s) |
| 1216 | 2026-08-15T07:00:23.854Z | Finalize: Updating search index ... Done (0.000s) |
| 1217 | 2026-08-15T07:00:23.967Z | Finalize: Updating package cache ... Done (0.000s) |
| 1218 | 2026-08-15T07:00:24.320Z | Planning: Evaluating mediator changes ... Done |
| 1219 | 2026-08-15T07:00:24.423Z | Planning: Checking for conflicting actions ... Done |
| 1220 | 2026-08-15T07:00:24.426Z | Planning: Consolidating action changes ... Done |
| 1221 | 2026-08-15T07:00:24.581Z | Planning: Evaluating mediators ... Done |
| 1222 | 2026-08-15T07:00:24.584Z | Planning: Planning completed in 0.26 seconds |
| 1223 | 2026-08-15T07:00:24.604Z | Mediators to change: 2 |
| 1224 | 2026-08-15T07:00:24.604Z | Create boot environment: No |
| 1225 | 2026-08-15T07:00:24.604Z | Create backup boot environment: No |
| 1226 | 2026-08-15T07:00:24.659Z | Finalize: Updating package state database ... Done |
| 1227 | 2026-08-15T07:00:24.659Z | Finalize: Updating package cache ... Done |
| 1228 | 2026-08-15T07:00:24.705Z | Finalize: Updating image state ... Done |
| 1229 | 2026-08-15T07:00:26.624Z | Finalize: Creating fast lookup database ... Done |
| 1230 | 2026-08-15T07:00:26.687Z | Finalize: Reading search index ... Done |
| 1231 | 2026-08-15T07:00:26.691Z | Finalize: Updating search index ... Done |
| 1232 | 2026-08-15T07:00:26.772Z | Finalize: Updating package cache ... Done |
| 1233 | 2026-08-15T07:00:27.055Z | Planning: Evaluating mediator changes ... Done |
| 1234 | 2026-08-15T07:00:27.159Z | Planning: Checking for conflicting actions ... Done |
| 1235 | 2026-08-15T07:00:27.162Z | Planning: Consolidating action changes ... Done |
| 1236 | 2026-08-15T07:00:27.318Z | Planning: Evaluating mediators ... Done |
| 1237 | 2026-08-15T07:00:27.323Z | Planning: Planning completed in 0.26 seconds |
| 1238 | 2026-08-15T07:00:27.341Z | Mediators to change: 1 |
| 1239 | 2026-08-15T07:00:27.341Z | Create boot environment: No |
| 1240 | 2026-08-15T07:00:27.341Z | Create backup boot environment: No |
| 1241 | 2026-08-15T07:00:27.394Z | Finalize: Updating package state database ... Done |
| 1242 | 2026-08-15T07:00:27.394Z | Finalize: Updating package cache ... Done |
| 1243 | 2026-08-15T07:00:27.442Z | Finalize: Updating image state ... Done |
| 1244 | 2026-08-15T07:00:29.377Z | Finalize: Creating fast lookup database ... Done |
| 1245 | 2026-08-15T07:00:29.435Z | Finalize: Reading search index ... Done |
| 1246 | 2026-08-15T07:00:29.438Z | Finalize: Updating search index ... Done |
| 1247 | 2026-08-15T07:00:29.502Z | Finalize: Updating package cache ... Done |
| 1248 | 2026-08-15T07:00:29.812Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1249 | 2026-08-15T07:00:29.812Z | apache system 2.4 system |
| 1250 | 2026-08-15T07:00:29.812Z | clang system 15 system |
| 1251 | 2026-08-15T07:00:29.812Z | csh system system illumos |
| 1252 | 2026-08-15T07:00:29.812Z | ctags system system illumos |
| 1253 | 2026-08-15T07:00:29.812Z | file vendor vendor darwinsys |
| 1254 | 2026-08-15T07:00:29.812Z | file system system illumos |
| 1255 | 2026-08-15T07:00:29.812Z | gcc vendor 14 vendor |
| 1256 | 2026-08-15T07:00:29.812Z | gcc system 13 system |
| 1257 | 2026-08-15T07:00:29.812Z | gcc system 10 system |
| 1258 | 2026-08-15T07:00:29.812Z | go system 1.25 system |
| 1259 | 2026-08-15T07:00:29.812Z | llvm system 15 system |
| 1260 | 2026-08-15T07:00:29.812Z | mariadb system 11.4 system |
| 1261 | 2026-08-15T07:00:29.812Z | mta vendor vendor dma |
| 1262 | 2026-08-15T07:00:29.812Z | openjdk system 17 system |
| 1263 | 2026-08-15T07:00:29.812Z | openjdk system 11 system |
| 1264 | 2026-08-15T07:00:29.812Z | openssl vendor 3 vendor |
| 1265 | 2026-08-15T07:00:29.812Z | perl system 5.40 system |
| 1266 | 2026-08-15T07:00:29.812Z | postgresql system 18 system |
| 1267 | 2026-08-15T07:00:29.812Z | postgresql system 17 system |
| 1268 | 2026-08-15T07:00:29.812Z | python vendor 3 vendor |
| 1269 | 2026-08-15T07:00:29.812Z | python system 2 system |
| 1270 | 2026-08-15T07:00:29.812Z | python3 vendor 3.13 vendor |
| 1271 | 2026-08-15T07:00:29.812Z | ruby system 3.4 system |
| 1272 | 2026-08-15T07:00:29.812Z | ruby system 3.0 system |
| 1273 | 2026-08-15T07:00:29.812Z | words vendor vendor american-english |
| 1274 | 2026-08-15T07:00:29.813Z | words system system australian-english |
| 1275 | 2026-08-15T07:00:29.813Z | words system system british-english |
| 1276 | 2026-08-15T07:00:29.814Z | words system system canadian-english |
| 1277 | 2026-08-15T07:00:29.814Z | words system system french |
| 1278 | 2026-08-15T07:00:29.814Z | words system system italian |
| 1279 | 2026-08-15T07:00:29.814Z | words system system ngerman |
| 1280 | 2026-08-15T07:00:29.814Z | words system system ogerman |
| 1281 | 2026-08-15T07:00:29.814Z | words system system spanish |
| 1282 | 2026-08-15T07:00:30.064Z | PUBLISHER TYPE STATUS P LOCATION |
| 1283 | 2026-08-15T07:00:30.064Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1284 | 2026-08-15T07:00:30.513Z | FMRI IFO |
| 1285 | 2026-08-15T07:00:30.513Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1286 | 2026-08-15T07:00:30.514Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1287 | 2026-08-15T07:00:30.514Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1288 | 2026-08-15T07:00:30.514Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1289 | 2026-08-15T07:00:30.514Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1290 | 2026-08-15T07:00:30.514Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1291 | 2026-08-15T07:00:30.514Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1292 | 2026-08-15T07:00:30.514Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1293 | 2026-08-15T07:00:30.514Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1294 | 2026-08-15T07:00:31.145Z | Downloading crates ... |
| 1295 | 2026-08-15T07:00:31.183Z | Downloaded cargo_toml v0.21.0 |
| 1296 | 2026-08-15T07:00:31.243Z | Compiling proc-macro2 v1.0.106 |
| 1297 | 2026-08-15T07:00:31.271Z | Compiling unicode-ident v1.0.24 |
| 1298 | 2026-08-15T07:00:31.271Z | Compiling quote v1.0.45 |
| 1299 | 2026-08-15T07:00:31.271Z | Compiling serde_core v1.0.228 |
| 1300 | 2026-08-15T07:00:31.271Z | Compiling libc v0.2.185 |
| 1301 | 2026-08-15T07:00:31.271Z | Compiling version_check v0.9.5 |
| 1302 | 2026-08-15T07:00:31.271Z | Compiling memchr v2.8.0 |
| 1303 | 2026-08-15T07:00:31.271Z | Compiling serde v1.0.228 |
| 1304 | 2026-08-15T07:00:31.307Z | Compiling zmij v1.0.21 |
| 1305 | 2026-08-15T07:00:31.314Z | Compiling ucd-trie v0.1.7 |
| 1306 | 2026-08-15T07:00:31.314Z | Compiling itoa v1.0.17 |
| 1307 | 2026-08-15T07:00:31.314Z | Compiling thiserror v1.0.69 |
| 1308 | 2026-08-15T07:00:31.314Z | Compiling rustix v1.1.4 |
| 1309 | 2026-08-15T07:00:31.314Z | Compiling byteorder v1.5.0 |
| 1310 | 2026-08-15T07:00:31.567Z | Compiling serde_json v1.0.151 |
| 1311 | 2026-08-15T07:00:31.591Z | Compiling bitflags v2.11.0 |
| 1312 | 2026-08-15T07:00:31.699Z | Compiling proc-macro-error-attr v1.0.4 |
| 1313 | 2026-08-15T07:00:31.721Z | Compiling usdt-impl v0.5.0 |
| 1314 | 2026-08-15T07:00:31.798Z | Compiling pest v2.8.6 |
| 1315 | 2026-08-15T07:00:31.834Z | Compiling camino v1.2.5 |
| 1316 | 2026-08-15T07:00:31.856Z | Compiling syn v1.0.109 |
| 1317 | 2026-08-15T07:00:31.886Z | Compiling proc-macro-error v1.0.4 |
| 1318 | 2026-08-15T07:00:31.898Z | Compiling equivalent v1.0.2 |
| 1319 | 2026-08-15T07:00:31.970Z | Compiling log v0.4.33 |
| 1320 | 2026-08-15T07:00:31.990Z | Compiling plain v0.2.3 |
| 1321 | 2026-08-15T07:00:32.016Z | Compiling getrandom v0.3.4 |
| 1322 | 2026-08-15T07:00:32.026Z | Compiling utf8parse v0.2.2 |
| 1323 | 2026-08-15T07:00:32.039Z | Compiling hashbrown v0.17.0 |
| 1324 | 2026-08-15T07:00:32.117Z | Compiling anstyle-parse v1.0.0 |
| 1325 | 2026-08-15T07:00:32.134Z | Compiling is_terminal_polyfill v1.70.2 |
| 1326 | 2026-08-15T07:00:32.152Z | Compiling thiserror v2.0.18 |
| 1327 | 2026-08-15T07:00:32.177Z | Compiling autocfg v1.5.0 |
| 1328 | 2026-08-15T07:00:32.188Z | Compiling toml_write v0.1.2 |
| 1329 | 2026-08-15T07:00:32.298Z | Compiling errno v0.3.14 |
| 1330 | 2026-08-15T07:00:32.308Z | Compiling thread-id v4.2.2 |
| 1331 | 2026-08-15T07:00:32.327Z | Compiling pretty-hex v0.4.1 |
| 1332 | 2026-08-15T07:00:32.338Z | Compiling cfg-if v1.0.4 |
| 1333 | 2026-08-15T07:00:32.364Z | Compiling anstyle v1.0.14 |
| 1334 | 2026-08-15T07:00:32.375Z | Compiling anstyle-query v1.1.5 |
| 1335 | 2026-08-15T07:00:32.394Z | Compiling winnow v0.7.14 |
| 1336 | 2026-08-15T07:00:32.405Z | Compiling colorchoice v1.0.4 |
| 1337 | 2026-08-15T07:00:32.481Z | Compiling fnv v1.0.7 |
| 1338 | 2026-08-15T07:00:32.484Z | Compiling heck v0.4.1 |
| 1339 | 2026-08-15T07:00:32.504Z | Compiling clap_lex v1.0.0 |
| 1340 | 2026-08-15T07:00:32.533Z | Compiling anstream v1.0.0 |
| 1341 | 2026-08-15T07:00:32.589Z | Compiling indexmap v2.14.0 |
| 1342 | 2026-08-15T07:00:32.606Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-08-15T07:00:32.655Z | Compiling heck v0.5.0 |
| 1344 | 2026-08-15T07:00:32.679Z | Compiling fs-err v3.3.0 |
| 1345 | 2026-08-15T07:00:32.704Z | Compiling syn v2.0.117 |
| 1346 | 2026-08-15T07:00:32.784Z | Compiling bytecount v0.6.9 |
| 1347 | 2026-08-15T07:00:32.808Z | Compiling strsim v0.11.1 |
| 1348 | 2026-08-15T07:00:32.843Z | Compiling anyhow v1.0.104 |
| 1349 | 2026-08-15T07:00:32.854Z | Compiling fastrand v2.3.0 |
| 1350 | 2026-08-15T07:00:32.891Z | Compiling unicode-width v0.1.14 |
| 1351 | 2026-08-15T07:00:32.911Z | Compiling pest_meta v2.8.6 |
| 1352 | 2026-08-15T07:00:32.946Z | Compiling memmap v0.7.0 |
| 1353 | 2026-08-15T07:00:33.044Z | Compiling unicode-linebreak v0.1.5 |
| 1354 | 2026-08-15T07:00:33.139Z | Compiling papergrid v0.11.0 |
| 1355 | 2026-08-15T07:00:33.150Z | Compiling unicode-width v0.2.0 |
| 1356 | 2026-08-15T07:00:33.154Z | Compiling smawk v0.3.2 |
| 1357 | 2026-08-15T07:00:33.193Z | Compiling swrite v0.1.0 |
| 1358 | 2026-08-15T07:00:33.316Z | Compiling terminal_size v0.4.3 |
| 1359 | 2026-08-15T07:00:33.316Z | Compiling tempfile v3.27.0 |
| 1360 | 2026-08-15T07:00:33.419Z | Compiling clap_builder v4.6.0 |
| 1361 | 2026-08-15T07:00:33.419Z | Compiling textwrap v0.16.2 |
| 1362 | 2026-08-15T07:00:33.707Z | Compiling cargo-platform v0.3.2 |
| 1363 | 2026-08-15T07:00:33.754Z | Compiling semver v1.0.28 |
| 1364 | 2026-08-15T07:00:33.902Z | Compiling camino-tempfile v1.4.1 |
| 1365 | 2026-08-15T07:00:34.214Z | Compiling tabled_derive v0.7.0 |
| 1366 | 2026-08-15T07:00:34.845Z | Compiling pest_generator v2.8.6 |
| 1367 | 2026-08-15T07:00:34.877Z | Compiling tabled v0.15.0 |
| 1368 | 2026-08-15T07:00:35.361Z | Compiling serde_derive v1.0.228 |
| 1369 | 2026-08-15T07:00:35.361Z | Compiling thiserror-impl v1.0.69 |
| 1370 | 2026-08-15T07:00:35.364Z | Compiling zerocopy-derive v0.7.35 |
| 1371 | 2026-08-15T07:00:35.365Z | Compiling scroll_derive v0.12.1 |
| 1372 | 2026-08-15T07:00:35.365Z | Compiling thiserror-impl v2.0.18 |
| 1373 | 2026-08-15T07:00:35.365Z | Compiling clap_derive v4.6.1 |
| 1374 | 2026-08-15T07:00:35.422Z | Compiling pest_derive v2.8.6 |
| 1375 | 2026-08-15T07:00:35.947Z | Compiling scroll v0.12.0 |
| 1376 | 2026-08-15T07:00:36.044Z | Compiling zerocopy v0.7.35 |
| 1377 | 2026-08-15T07:00:36.142Z | Compiling goblin v0.8.2 |
| 1378 | 2026-08-15T07:00:36.367Z | Compiling dtrace-parser v0.2.0 |
| 1379 | 2026-08-15T07:00:36.681Z | Compiling clap v4.6.1 |
| 1380 | 2026-08-15T07:00:37.718Z | Compiling dof v0.3.0 |
| 1381 | 2026-08-15T07:00:37.718Z | Compiling serde_tokenstream v0.2.3 |
| 1382 | 2026-08-15T07:00:37.728Z | Compiling serde_spanned v0.6.9 |
| 1383 | 2026-08-15T07:00:37.731Z | Compiling toml_datetime v0.6.11 |
| 1384 | 2026-08-15T07:00:37.732Z | Compiling cargo_metadata v0.23.1 |
| 1385 | 2026-08-15T07:00:37.732Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1386 | 2026-08-15T07:00:37.732Z | Compiling macaddr v1.0.1 |
| 1387 | 2026-08-15T07:00:37.933Z | Compiling toml_edit v0.22.27 |
| 1388 | 2026-08-15T07:00:38.385Z | Compiling usdt-macro v0.5.0 |
| 1389 | 2026-08-15T07:00:38.385Z | Compiling usdt-attr-macro v0.5.0 |
| 1390 | 2026-08-15T07:00:38.995Z | Compiling usdt v0.5.0 |
| 1391 | 2026-08-15T07:00:39.203Z | Compiling toml v0.8.23 |
| 1392 | 2026-08-15T07:00:39.511Z | Compiling cargo_toml v0.21.0 |
| 1393 | 2026-08-15T07:00:40.790Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1394 | 2026-08-15T07:00:42.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
| 1395 | 2026-08-15T07:00:42.865Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1396 | 2026-08-15T07:00:43.657Z | Compiling libc v0.2.185 |
| 1397 | 2026-08-15T07:00:43.657Z | Compiling serde_core v1.0.228 |
| 1398 | 2026-08-15T07:00:43.660Z | Compiling serde v1.0.228 |
| 1399 | 2026-08-15T07:00:43.660Z | Compiling portable-atomic v1.13.1 |
| 1400 | 2026-08-15T07:00:43.660Z | Compiling smallvec v1.15.1 |
| 1401 | 2026-08-15T07:00:43.660Z | Compiling log v0.4.33 |
| 1402 | 2026-08-15T07:00:43.660Z | Compiling critical-section v1.2.0 |
| 1403 | 2026-08-15T07:00:43.660Z | Compiling subtle v2.6.1 |
| 1404 | 2026-08-15T07:00:43.660Z | Compiling allocator-api2 v0.2.21 |
| 1405 | 2026-08-15T07:00:43.821Z | Compiling zerocopy v0.8.56 |
| 1406 | 2026-08-15T07:00:43.827Z | Compiling typenum v1.20.1 |
| 1407 | 2026-08-15T07:00:43.834Z | Compiling scopeguard v1.2.0 |
| 1408 | 2026-08-15T07:00:43.866Z | Compiling foldhash v0.2.0 |
| 1409 | 2026-08-15T07:00:43.879Z | Compiling find-msvc-tools v0.1.9 |
| 1410 | 2026-08-15T07:00:43.883Z | Compiling shlex v1.3.0 |
| 1411 | 2026-08-15T07:00:43.883Z | Compiling syn v2.0.117 |
| 1412 | 2026-08-15T07:00:43.974Z | Compiling stable_deref_trait v1.2.1 |
| 1413 | 2026-08-15T07:00:44.006Z | Compiling lock_api v0.4.14 |
| 1414 | 2026-08-15T07:00:44.041Z | Compiling generic-array v0.14.7 |
| 1415 | 2026-08-15T07:00:44.044Z | Compiling serde_json v1.0.151 |
| 1416 | 2026-08-15T07:00:44.070Z | Compiling const-oid v0.9.6 |
| 1417 | 2026-08-15T07:00:44.105Z | Compiling hashbrown v0.17.0 |
| 1418 | 2026-08-15T07:00:44.188Z | Compiling libm v0.2.16 |
| 1419 | 2026-08-15T07:00:44.192Z | Compiling num-traits v0.2.19 |
| 1420 | 2026-08-15T07:00:44.192Z | Compiling getrandom v0.3.4 |
| 1421 | 2026-08-15T07:00:44.251Z | Compiling writeable v0.6.2 |
| 1422 | 2026-08-15T07:00:44.269Z | Compiling pin-project-lite v0.2.17 |
| 1423 | 2026-08-15T07:00:44.314Z | Compiling parking_lot_core v0.9.12 |
| 1424 | 2026-08-15T07:00:44.373Z | Compiling litemap v0.8.1 |
| 1425 | 2026-08-15T07:00:44.404Z | Compiling percent-encoding v2.3.2 |
| 1426 | 2026-08-15T07:00:44.420Z | Compiling icu_properties_data v2.1.2 |
| 1427 | 2026-08-15T07:00:44.451Z | Compiling icu_normalizer_data v2.1.1 |
| 1428 | 2026-08-15T07:00:44.469Z | Compiling rustix v1.1.4 |
| 1429 | 2026-08-15T07:00:44.591Z | Compiling futures-core v0.3.32 |
| 1430 | 2026-08-15T07:00:44.627Z | Compiling pkg-config v0.3.32 |
| 1431 | 2026-08-15T07:00:44.642Z | Compiling utf8_iter v1.0.4 |
| 1432 | 2026-08-15T07:00:44.689Z | Compiling base64ct v1.8.3 |
| 1433 | 2026-08-15T07:00:44.746Z | Compiling form_urlencoded v1.2.2 |
| 1434 | 2026-08-15T07:00:44.761Z | Compiling flagset v0.4.7 |
| 1435 | 2026-08-15T07:00:44.777Z | Compiling getrandom v0.4.3 |
| 1436 | 2026-08-15T07:00:44.804Z | Compiling cfg_aliases v0.2.1 |
| 1437 | 2026-08-15T07:00:44.808Z | Compiling rand_core v0.10.0 |
| 1438 | 2026-08-15T07:00:44.850Z | Compiling errno v0.3.14 |
| 1439 | 2026-08-15T07:00:44.867Z | Compiling once_cell v1.21.3 |
| 1440 | 2026-08-15T07:00:44.883Z | Compiling getrandom v0.2.17 |
| 1441 | 2026-08-15T07:00:44.898Z | Compiling jobserver v0.1.34 |
| 1442 | 2026-08-15T07:00:44.945Z | Compiling mio v1.2.0 |
| 1443 | 2026-08-15T07:00:44.948Z | Compiling socket2 v0.6.3 |
| 1444 | 2026-08-15T07:00:45.005Z | Compiling signal-hook-registry v1.4.8 |
| 1445 | 2026-08-15T07:00:45.009Z | Compiling pem-rfc7468 v0.7.0 |
| 1446 | 2026-08-15T07:00:45.036Z | Compiling rand_core v0.6.4 |
| 1447 | 2026-08-15T07:00:45.095Z | Compiling winnow v1.0.3 |
| 1448 | 2026-08-15T07:00:45.134Z | Compiling cc v1.2.56 |
| 1449 | 2026-08-15T07:00:45.138Z | Compiling parking_lot v0.12.5 |
| 1450 | 2026-08-15T07:00:45.191Z | Compiling futures-sink v0.3.32 |
| 1451 | 2026-08-15T07:00:45.224Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1452 | 2026-08-15T07:00:45.239Z | Compiling slab v0.4.12 |
| 1453 | 2026-08-15T07:00:45.294Z | Compiling futures-channel v0.3.32 |
| 1454 | 2026-08-15T07:00:45.329Z | Compiling rustversion v1.0.22 |
| 1455 | 2026-08-15T07:00:45.340Z | Compiling futures-io v0.3.32 |
| 1456 | 2026-08-15T07:00:45.343Z | Compiling futures-task v0.3.32 |
| 1457 | 2026-08-15T07:00:45.402Z | Compiling borsh v1.8.0 |
| 1458 | 2026-08-15T07:00:45.437Z | Compiling base64 v0.22.1 |
| 1459 | 2026-08-15T07:00:45.452Z | Compiling iana-time-zone v0.1.65 |
| 1460 | 2026-08-15T07:00:45.468Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-08-15T07:00:45.485Z | Compiling ident_case v1.0.1 |
| 1462 | 2026-08-15T07:00:45.511Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-08-15T07:00:45.538Z | Compiling syn v1.0.109 |
| 1464 | 2026-08-15T07:00:45.538Z | Compiling adler2 v2.0.1 |
| 1465 | 2026-08-15T07:00:45.569Z | Compiling spin v0.9.8 |
| 1466 | 2026-08-15T07:00:45.569Z | Compiling ahash v0.8.12 |
| 1467 | 2026-08-15T07:00:45.621Z | Compiling dyn-clone v1.0.20 |
| 1468 | 2026-08-15T07:00:45.672Z | Compiling schemars v0.8.22 |
| 1469 | 2026-08-15T07:00:45.688Z | Compiling miniz_oxide v0.8.9 |
| 1470 | 2026-08-15T07:00:45.717Z | Compiling dunce v1.0.5 |
| 1471 | 2026-08-15T07:00:45.744Z | Compiling fs_extra v1.3.0 |
| 1472 | 2026-08-15T07:00:45.762Z | Compiling rand_core v0.9.5 |
| 1473 | 2026-08-15T07:00:45.777Z | Compiling tracing-core v0.1.36 |
| 1474 | 2026-08-15T07:00:45.805Z | Compiling regex-syntax v0.8.10 |
| 1475 | 2026-08-15T07:00:45.823Z | Compiling tinyvec_macros v0.1.1 |
| 1476 | 2026-08-15T07:00:45.853Z | Compiling num-integer v0.1.46 |
| 1477 | 2026-08-15T07:00:45.888Z | Compiling cmake v0.1.57 |
| 1478 | 2026-08-15T07:00:45.916Z | Compiling tinyvec v1.12.0 |
| 1479 | 2026-08-15T07:00:45.947Z | Compiling object v0.37.3 |
| 1480 | 2026-08-15T07:00:45.962Z | Compiling num-bigint-dig v0.8.6 |
| 1481 | 2026-08-15T07:00:46.028Z | Compiling bitflags v2.11.0 |
| 1482 | 2026-08-15T07:00:46.048Z | Compiling indexmap v2.14.0 |
| 1483 | 2026-08-15T07:00:46.183Z | Compiling semver v1.0.28 |
| 1484 | 2026-08-15T07:00:46.183Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1485 | 2026-08-15T07:00:46.238Z | Compiling aws-lc-rs v1.16.3 |
| 1486 | 2026-08-15T07:00:46.269Z | Compiling anyhow v1.0.104 |
| 1487 | 2026-08-15T07:00:46.293Z | Compiling vcpkg v0.2.15 |
| 1488 | 2026-08-15T07:00:46.347Z | Compiling num-iter v0.1.45 |
| 1489 | 2026-08-15T07:00:46.362Z | Compiling lazy_static v1.5.0 |
| 1490 | 2026-08-15T07:00:46.380Z | Compiling ff v0.13.1 |
| 1491 | 2026-08-15T07:00:46.407Z | Compiling base16ct v0.2.0 |
| 1492 | 2026-08-15T07:00:46.469Z | Compiling rustc_version v0.4.1 |
| 1493 | 2026-08-15T07:00:46.483Z | Compiling gimli v0.32.3 |
| 1494 | 2026-08-15T07:00:46.528Z | Compiling group v0.13.0 |
| 1495 | 2026-08-15T07:00:46.563Z | Compiling owo-colors v4.3.0 |
| 1496 | 2026-08-15T07:00:46.590Z | Compiling untrusted v0.7.1 |
| 1497 | 2026-08-15T07:00:46.700Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1498 | 2026-08-15T07:00:46.714Z | Compiling aws-lc-sys v0.40.0 |
| 1499 | 2026-08-15T07:00:46.727Z | Compiling synstructure v0.13.2 |
| 1500 | 2026-08-15T07:00:46.732Z | Compiling serde_derive_internals v0.29.1 |
| 1501 | 2026-08-15T07:00:46.806Z | Compiling pest_generator v2.8.6 |
| 1502 | 2026-08-15T07:00:46.845Z | Compiling rustc-demangle v0.1.27 |
| 1503 | 2026-08-15T07:00:46.895Z | Compiling cmov v0.5.4 |
| 1504 | 2026-08-15T07:00:47.045Z | Compiling openssl-sys v0.9.117 |
| 1505 | 2026-08-15T07:00:47.147Z | Compiling crc32fast v1.5.0 |
| 1506 | 2026-08-15T07:00:47.221Z | Compiling httparse v1.10.1 |
| 1507 | 2026-08-15T07:00:47.274Z | Compiling proc-macro-crate v3.4.0 |
| 1508 | 2026-08-15T07:00:47.315Z | Compiling openssl-probe v0.2.1 |
| 1509 | 2026-08-15T07:00:47.365Z | Compiling terminal_size v0.4.3 |
| 1510 | 2026-08-15T07:00:47.425Z | Compiling tempfile v3.27.0 |
| 1511 | 2026-08-15T07:00:47.504Z | Compiling clap_builder v4.6.0 |
| 1512 | 2026-08-15T07:00:47.551Z | Compiling ctutils v0.4.2 |
| 1513 | 2026-08-15T07:00:47.635Z | Compiling curve25519-dalek v4.1.3 |
| 1514 | 2026-08-15T07:00:47.650Z | Compiling darling_core v0.23.0 |
| 1515 | 2026-08-15T07:00:47.653Z | Compiling camino v1.2.5 |
| 1516 | 2026-08-15T07:00:47.682Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1517 | 2026-08-15T07:00:47.803Z | Compiling aho-corasick v1.1.4 |
| 1518 | 2026-08-15T07:00:47.809Z | Compiling tower-layer v0.3.3 |
| 1519 | 2026-08-15T07:00:47.809Z | Compiling is_ci v1.2.0 |
| 1520 | 2026-08-15T07:00:47.836Z | Compiling tower-service v0.3.3 |
| 1521 | 2026-08-15T07:00:47.863Z | Compiling rustls v0.23.41 |
| 1522 | 2026-08-15T07:00:47.944Z | Compiling radium v0.7.0 |
| 1523 | 2026-08-15T07:00:47.971Z | Compiling try-lock v0.2.5 |
| 1524 | 2026-08-15T07:00:47.986Z | Compiling atomic-waker v1.1.2 |
| 1525 | 2026-08-15T07:00:48.002Z | Compiling untrusted v0.9.0 |
| 1526 | 2026-08-15T07:00:48.075Z | Compiling want v0.3.1 |
| 1527 | 2026-08-15T07:00:48.101Z | Compiling textwrap v0.16.2 |
| 1528 | 2026-08-15T07:00:48.105Z | Compiling proc-macro-error2 v2.0.1 |
| 1529 | 2026-08-15T07:00:48.132Z | Compiling supports-color v3.0.2 |
| 1530 | 2026-08-15T07:00:48.184Z | Compiling addr2line v0.25.1 |
| 1531 | 2026-08-15T07:00:48.253Z | Compiling darling_core v0.20.11 |
| 1532 | 2026-08-15T07:00:48.318Z | Compiling slog v2.8.2 |
| 1533 | 2026-08-15T07:00:48.449Z | Compiling supports-unicode v3.0.0 |
| 1534 | 2026-08-15T07:00:48.464Z | Compiling maybe-uninit v2.0.0 |
| 1535 | 2026-08-15T07:00:48.479Z | Compiling keccak v0.1.6 |
| 1536 | 2026-08-15T07:00:48.482Z | Compiling foreign-types-shared v0.1.1 |
| 1537 | 2026-08-15T07:00:48.506Z | Compiling serde_derive v1.0.228 |
| 1538 | 2026-08-15T07:00:48.532Z | Compiling zeroize_derive v1.5.0 |
| 1539 | 2026-08-15T07:00:48.536Z | Compiling zerocopy-derive v0.8.56 |
| 1540 | 2026-08-15T07:00:48.571Z | Compiling zerofrom-derive v0.1.6 |
| 1541 | 2026-08-15T07:00:48.588Z | Compiling yoke-derive v0.8.1 |
| 1542 | 2026-08-15T07:00:48.613Z | Compiling zerovec-derive v0.11.2 |
| 1543 | 2026-08-15T07:00:48.754Z | Compiling displaydoc v0.2.5 |
| 1544 | 2026-08-15T07:00:48.899Z | Compiling thiserror-impl v2.0.18 |
| 1545 | 2026-08-15T07:00:49.223Z | Compiling zeroize v1.9.0 |
| 1546 | 2026-08-15T07:00:49.238Z | Compiling tokio-macros v2.7.0 |
| 1547 | 2026-08-15T07:00:49.383Z | Compiling der_derive v0.7.3 |
| 1548 | 2026-08-15T07:00:49.510Z | Compiling futures-macro v0.3.32 |
| 1549 | 2026-08-15T07:00:49.582Z | Compiling borsh-derive v1.8.0 |
| 1550 | 2026-08-15T07:00:49.806Z | Compiling thiserror-impl v1.0.69 |
| 1551 | 2026-08-15T07:00:49.834Z | Compiling schemars_derive v0.8.22 |
| 1552 | 2026-08-15T07:00:49.850Z | Compiling tracing-attributes v0.1.31 |
| 1553 | 2026-08-15T07:00:50.021Z | Compiling zerofrom v0.1.6 |
| 1554 | 2026-08-15T07:00:50.042Z | Compiling crypto-common v0.1.7 |
| 1555 | 2026-08-15T07:00:50.057Z | Compiling block-buffer v0.10.4 |
| 1556 | 2026-08-15T07:00:50.159Z | Compiling yoke v0.8.1 |
| 1557 | 2026-08-15T07:00:50.223Z | Compiling digest v0.10.7 |
| 1558 | 2026-08-15T07:00:50.238Z | Compiling clap_derive v4.6.1 |
| 1559 | 2026-08-15T07:00:50.254Z | Compiling pest_derive v2.8.6 |
| 1560 | 2026-08-15T07:00:50.321Z | Compiling thiserror v2.0.18 |
| 1561 | 2026-08-15T07:00:50.362Z | Compiling zerovec v0.11.5 |
| 1562 | 2026-08-15T07:00:50.376Z | Compiling zerotrie v0.2.3 |
| 1563 | 2026-08-15T07:00:50.450Z | Compiling futures-util v0.3.32 |
| 1564 | 2026-08-15T07:00:50.478Z | Compiling der v0.7.10 |
| 1565 | 2026-08-15T07:00:50.504Z | Compiling hmac v0.12.1 |
| 1566 | 2026-08-15T07:00:50.606Z | Compiling sha2 v0.10.9 |
| 1567 | 2026-08-15T07:00:50.628Z | Compiling signature v2.2.0 |
| 1568 | 2026-08-15T07:00:50.687Z | Compiling rustls-pki-types v1.14.0 |
| 1569 | 2026-08-15T07:00:50.704Z | Compiling hkdf v0.12.4 |
| 1570 | 2026-08-15T07:00:50.740Z | Compiling crypto-bigint v0.5.5 |
| 1571 | 2026-08-15T07:00:50.832Z | Compiling tinystr v0.8.2 |
| 1572 | 2026-08-15T07:00:50.902Z | Compiling potential_utf v0.1.4 |
| 1573 | 2026-08-15T07:00:50.911Z | Compiling backtrace v0.3.76 |
| 1574 | 2026-08-15T07:00:50.999Z | Compiling scroll_derive v0.12.1 |
| 1575 | 2026-08-15T07:00:51.061Z | Compiling icu_locale_core v2.1.1 |
| 1576 | 2026-08-15T07:00:51.102Z | Compiling icu_collections v2.1.1 |
| 1577 | 2026-08-15T07:00:51.146Z | Compiling thiserror v1.0.69 |
| 1578 | 2026-08-15T07:00:51.180Z | Compiling async-trait v0.1.89 |
| 1579 | 2026-08-15T07:00:51.195Z | Compiling rfc6979 v0.4.0 |
| 1580 | 2026-08-15T07:00:51.228Z | Compiling tracing v0.1.44 |
| 1581 | 2026-08-15T07:00:51.261Z | Compiling darling_macro v0.23.0 |
| 1582 | 2026-08-15T07:00:51.345Z | Compiling spki v0.7.3 |
| 1583 | 2026-08-15T07:00:51.518Z | Compiling pkcs8 v0.10.2 |
| 1584 | 2026-08-15T07:00:51.578Z | Compiling x509-cert v0.2.5 |
| 1585 | 2026-08-15T07:00:51.612Z | Compiling backtrace-ext v0.2.1 |
| 1586 | 2026-08-15T07:00:51.718Z | Compiling icu_provider v2.1.1 |
| 1587 | 2026-08-15T07:00:51.757Z | Compiling sec1 v0.7.3 |
| 1588 | 2026-08-15T07:00:51.799Z | Compiling pkcs1 v0.7.5 |
| 1589 | 2026-08-15T07:00:51.815Z | Compiling scroll v0.12.0 |
| 1590 | 2026-08-15T07:00:51.818Z | Compiling hybrid-array v0.4.13 |
| 1591 | 2026-08-15T07:00:51.973Z | Compiling icu_normalizer v2.1.1 |
| 1592 | 2026-08-15T07:00:51.982Z | Compiling icu_properties v2.1.2 |
| 1593 | 2026-08-15T07:00:52.049Z | Compiling elliptic-curve v0.13.8 |
| 1594 | 2026-08-15T07:00:52.065Z | Compiling regex-automata v0.4.14 |
| 1595 | 2026-08-15T07:00:52.095Z | Compiling bytes v1.11.1 |
| 1596 | 2026-08-15T07:00:52.113Z | Compiling chrono v0.4.45 |
| 1597 | 2026-08-15T07:00:52.134Z | Compiling ipnet v2.12.1 |
| 1598 | 2026-08-15T07:00:52.167Z | Compiling hex v0.4.3 |
| 1599 | 2026-08-15T07:00:52.230Z | Compiling clap v4.6.1 |
| 1600 | 2026-08-15T07:00:52.272Z | Compiling toml_datetime v0.6.11 |
| 1601 | 2026-08-15T07:00:52.324Z | Compiling serde_spanned v0.6.9 |
| 1602 | 2026-08-15T07:00:52.452Z | Compiling serde_tokenstream v0.2.3 |
| 1603 | 2026-08-15T07:00:52.469Z | Compiling miette-derive v7.6.0 |
| 1604 | 2026-08-15T07:00:52.492Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1605 | 2026-08-15T07:00:52.515Z | Compiling zerocopy-derive v0.7.35 |
| 1606 | 2026-08-15T07:00:52.566Z | Compiling scroll_derive v0.13.1 |
| 1607 | 2026-08-15T07:00:52.628Z | Compiling tokio v1.52.1 |
| 1608 | 2026-08-15T07:00:52.729Z | Compiling http v1.4.2 |
| 1609 | 2026-08-15T07:00:52.789Z | Compiling openssl v0.10.80 |
| 1610 | 2026-08-15T07:00:52.866Z | Compiling idna_adapter v1.2.1 |
| 1611 | 2026-08-15T07:00:52.924Z | Compiling time-core v0.1.8 |
| 1612 | 2026-08-15T07:00:53.018Z | Compiling idna v1.1.0 |
| 1613 | 2026-08-15T07:00:53.046Z | Compiling uuid v1.23.4 |
| 1614 | 2026-08-15T07:00:53.083Z | Compiling ppv-lite86 v0.2.21 |
| 1615 | 2026-08-15T07:00:53.098Z | Compiling tap v1.0.1 |
| 1616 | 2026-08-15T07:00:53.191Z | Compiling supports-hyperlinks v3.2.0 |
| 1617 | 2026-08-15T07:00:53.216Z | Compiling httpdate v1.0.3 |
| 1618 | 2026-08-15T07:00:53.240Z | Compiling num-conv v0.2.0 |
| 1619 | 2026-08-15T07:00:53.289Z | Compiling hashbrown v0.14.5 |
| 1620 | 2026-08-15T07:00:53.346Z | Compiling url v2.5.8 |
| 1621 | 2026-08-15T07:00:53.365Z | Compiling powerfmt v0.2.0 |
| 1622 | 2026-08-15T07:00:53.385Z | Compiling rand_chacha v0.3.1 |
| 1623 | 2026-08-15T07:00:53.410Z | Compiling rand_chacha v0.9.0 |
| 1624 | 2026-08-15T07:00:53.429Z | Compiling http-body v1.0.1 |
| 1625 | 2026-08-15T07:00:53.443Z | Compiling zerocopy v0.7.35 |
| 1626 | 2026-08-15T07:00:53.460Z | Compiling scroll v0.13.0 |
| 1627 | 2026-08-15T07:00:53.516Z | Compiling deranged v0.5.8 |
| 1628 | 2026-08-15T07:00:53.587Z | Compiling time-macros v0.2.27 |
| 1629 | 2026-08-15T07:00:53.600Z | Compiling rand v0.8.6 |
| 1630 | 2026-08-15T07:00:53.672Z | Compiling rand v0.9.2 |
| 1631 | 2026-08-15T07:00:53.686Z | Compiling miette v7.6.0 |
| 1632 | 2026-08-15T07:00:53.702Z | Compiling wyz v0.5.1 |
| 1633 | 2026-08-15T07:00:53.790Z | Compiling chumsky v0.9.3 |
| 1634 | 2026-08-15T07:00:53.908Z | Compiling half v2.7.1 |
| 1635 | 2026-08-15T07:00:54.035Z | Compiling primeorder v0.13.6 |
| 1636 | 2026-08-15T07:00:54.119Z | Compiling ecdsa v0.16.9 |
| 1637 | 2026-08-15T07:00:54.156Z | Compiling erased-serde v0.3.31 |
| 1638 | 2026-08-15T07:00:54.180Z | Compiling goblin v0.8.2 |
| 1639 | 2026-08-15T07:00:54.303Z | Compiling darling v0.23.0 |
| 1640 | 2026-08-15T07:00:54.397Z | Compiling ed25519 v2.2.3 |
| 1641 | 2026-08-15T07:00:54.412Z | Compiling darling_macro v0.20.11 |
| 1642 | 2026-08-15T07:00:54.445Z | Compiling sha3 v0.10.8 |
| 1643 | 2026-08-15T07:00:54.539Z | Compiling hubpack_derive v0.1.1 |
| 1644 | 2026-08-15T07:00:54.622Z | Compiling foreign-types v0.3.2 |
| 1645 | 2026-08-15T07:00:54.784Z | Compiling knus-derive v3.4.0 |
| 1646 | 2026-08-15T07:00:54.799Z | Compiling openssl-macros v0.1.1 |
| 1647 | 2026-08-15T07:00:55.019Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1648 | 2026-08-15T07:00:55.034Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1649 | 2026-08-15T07:00:55.037Z | Compiling unicode-normalization v0.1.25 |
| 1650 | 2026-08-15T07:00:55.111Z | Compiling socket2 v0.5.10 |
| 1651 | 2026-08-15T07:00:55.162Z | Compiling wait-timeout v0.2.1 |
| 1652 | 2026-08-15T07:00:55.238Z | Compiling env_filter v2.0.0 |
| 1653 | 2026-08-15T07:00:55.348Z | Compiling rsa v0.9.10 |
| 1654 | 2026-08-15T07:00:55.365Z | Compiling bit-vec v0.8.0 |
| 1655 | 2026-08-15T07:00:55.394Z | Compiling funty v2.0.0 |
| 1656 | 2026-08-15T07:00:55.429Z | Compiling packed_struct v0.10.1 |
| 1657 | 2026-08-15T07:00:55.445Z | Compiling native-tls v0.2.18 |
| 1658 | 2026-08-15T07:00:55.449Z | Compiling quick-error v1.2.3 |
| 1659 | 2026-08-15T07:00:55.522Z | Compiling crossbeam-utils v0.8.21 |
| 1660 | 2026-08-15T07:00:55.538Z | Compiling ciborium-io v0.2.2 |
| 1661 | 2026-08-15T07:00:55.557Z | Compiling num_threads v0.1.7 |
| 1662 | 2026-08-15T07:00:55.578Z | Compiling bit-set v0.8.0 |
| 1663 | 2026-08-15T07:00:55.621Z | Compiling ciborium-ll v0.2.2 |
| 1664 | 2026-08-15T07:00:55.644Z | Compiling time v0.3.47 |
| 1665 | 2026-08-15T07:00:55.669Z | Compiling rusty-fork v0.3.1 |
| 1666 | 2026-08-15T07:00:55.731Z | Compiling bitvec v1.0.1 |
| 1667 | 2026-08-15T07:00:55.758Z | Compiling env_logger v0.11.11 |
| 1668 | 2026-08-15T07:00:55.989Z | Compiling hubpack v0.1.2 |
| 1669 | 2026-08-15T07:00:56.003Z | Compiling darling v0.20.11 |
| 1670 | 2026-08-15T07:00:56.135Z | Compiling ed25519-dalek v2.2.0 |
| 1671 | 2026-08-15T07:00:56.308Z | Compiling p384 v0.13.1 |
| 1672 | 2026-08-15T07:00:56.323Z | Compiling knus v3.4.0 |
| 1673 | 2026-08-15T07:00:56.326Z | Compiling serde_with_macros v3.21.0 |
| 1674 | 2026-08-15T07:00:56.514Z | Compiling goblin v0.10.5 |
| 1675 | 2026-08-15T07:00:56.614Z | Compiling tokio-util v0.7.18 |
| 1676 | 2026-08-15T07:00:56.676Z | Compiling dof v0.3.0 |
| 1677 | 2026-08-15T07:00:56.845Z | Compiling dtrace-parser v0.2.0 |
| 1678 | 2026-08-15T07:00:56.878Z | Compiling sha1 v0.10.6 |
| 1679 | 2026-08-15T07:00:57.115Z | Compiling packed_struct_codegen v0.10.1 |
| 1680 | 2026-08-15T07:00:57.249Z | Compiling strum_macros v0.26.4 |
| 1681 | 2026-08-15T07:00:57.276Z | Compiling zerocopy-derive v0.6.6 |
| 1682 | 2026-08-15T07:00:57.418Z | Compiling h2 v0.4.15 |
| 1683 | 2026-08-15T07:00:57.466Z | Compiling bitfield-macros v0.19.4 |
| 1684 | 2026-08-15T07:00:57.500Z | Compiling rand_xorshift v0.4.0 |
| 1685 | 2026-08-15T07:00:57.620Z | Compiling thread-id v4.2.2 |
| 1686 | 2026-08-15T07:00:57.677Z | Compiling sync_wrapper v1.0.2 |
| 1687 | 2026-08-15T07:00:57.691Z | Compiling indexmap v1.9.3 |
| 1688 | 2026-08-15T07:00:57.713Z | Compiling nodrop v0.1.14 |
| 1689 | 2026-08-15T07:00:57.800Z | Compiling zlib-rs v0.6.2 |
| 1690 | 2026-08-15T07:00:57.822Z | Compiling unarray v0.1.4 |
| 1691 | 2026-08-15T07:00:57.863Z | Compiling usdt-impl v0.6.0 |
| 1692 | 2026-08-15T07:00:57.896Z | Compiling unicode-segmentation v1.12.0 |
| 1693 | 2026-08-15T07:00:57.950Z | Compiling paste v1.0.15 |
| 1694 | 2026-08-15T07:00:58.090Z | Compiling salty v0.3.0 |
| 1695 | 2026-08-15T07:00:58.144Z | Compiling siphasher v1.0.2 |
| 1696 | 2026-08-15T07:00:58.196Z | Compiling crc-catalog v2.4.0 |
| 1697 | 2026-08-15T07:00:58.299Z | Compiling crc v3.4.0 |
| 1698 | 2026-08-15T07:00:58.305Z | Compiling bitfield v0.19.4 |
| 1699 | 2026-08-15T07:00:58.315Z | Compiling zerocopy v0.6.6 |
| 1700 | 2026-08-15T07:00:58.401Z | Compiling proptest v1.11.0 |
| 1701 | 2026-08-15T07:00:58.444Z | Compiling array-init v0.0.4 |
| 1702 | 2026-08-15T07:00:58.510Z | Compiling tower v0.5.3 |
| 1703 | 2026-08-15T07:00:58.543Z | Compiling usdt-impl v0.5.0 |
| 1704 | 2026-08-15T07:00:58.615Z | Compiling serde_with v3.21.0 |
| 1705 | 2026-08-15T07:00:58.662Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1706 | 2026-08-15T07:00:58.797Z | Compiling smallvec v0.6.14 |
| 1707 | 2026-08-15T07:00:58.810Z | Compiling derive_builder_core v0.20.2 |
| 1708 | 2026-08-15T07:00:59.012Z | Compiling strum v0.26.3 |
| 1709 | 2026-08-15T07:00:59.015Z | Compiling ciborium v0.2.2 |
| 1710 | 2026-08-15T07:00:59.042Z | Compiling ipnetwork v0.21.1 |
| 1711 | 2026-08-15T07:00:59.140Z | Compiling http-body-util v0.1.3 |
| 1712 | 2026-08-15T07:00:59.158Z | Compiling dtrace-parser v0.3.0 |
| 1713 | 2026-08-15T07:00:59.394Z | Compiling dof v0.4.0 |
| 1714 | 2026-08-15T07:00:59.397Z | Compiling structmeta-derive v0.3.0 |
| 1715 | 2026-08-15T07:00:59.454Z | Compiling enum-as-inner v0.6.1 |
| 1716 | 2026-08-15T07:00:59.609Z | Compiling heapless v0.7.17 |
| 1717 | 2026-08-15T07:00:59.629Z | Compiling thread-id v5.1.0 |
| 1718 | 2026-08-15T07:00:59.683Z | Compiling cookie v0.18.1 |
| 1719 | 2026-08-15T07:00:59.724Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1720 | 2026-08-15T07:00:59.738Z | Compiling unicode-properties v0.1.4 |
| 1721 | 2026-08-15T07:00:59.872Z | Compiling ryu v1.0.23 |
| 1722 | 2026-08-15T07:00:59.890Z | Compiling winnow v0.5.40 |
| 1723 | 2026-08-15T07:00:59.931Z | Compiling static_assertions v1.1.0 |
| 1724 | 2026-08-15T07:00:59.946Z | Compiling unicode-bidi v0.3.18 |
| 1725 | 2026-08-15T07:00:59.967Z | Compiling hashbrown v0.12.3 |
| 1726 | 2026-08-15T07:01:00.019Z | Compiling data-encoding v2.10.0 |
| 1727 | 2026-08-15T07:01:00.034Z | Compiling zstd-safe v7.2.4 |
| 1728 | 2026-08-15T07:01:00.070Z | Compiling iri-string v0.7.10 |
| 1729 | 2026-08-15T07:01:00.251Z | Compiling signal-hook v0.3.18 |
| 1730 | 2026-08-15T07:01:00.449Z | Compiling base64 v0.21.7 |
| 1731 | 2026-08-15T07:01:00.504Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1732 | 2026-08-15T07:01:00.520Z | Compiling stringprep v0.1.5 |
| 1733 | 2026-08-15T07:01:00.551Z | Compiling hyper v1.10.1 |
| 1734 | 2026-08-15T07:01:00.626Z | Compiling structmeta v0.3.0 |
| 1735 | 2026-08-15T07:01:00.732Z | Compiling ron v0.8.1 |
| 1736 | 2026-08-15T07:01:00.781Z | Compiling flate2 v1.1.9 |
| 1737 | 2026-08-15T07:01:00.861Z | Compiling newtype-uuid v1.3.2 |
| 1738 | 2026-08-15T07:01:00.885Z | Compiling serde_urlencoded v0.7.1 |
| 1739 | 2026-08-15T07:01:01.114Z | Compiling derive_builder_macro v0.20.2 |
| 1740 | 2026-08-15T07:01:01.135Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1741 | 2026-08-15T07:01:01.154Z | Compiling oxnet v0.1.6 |
| 1742 | 2026-08-15T07:01:01.216Z | Compiling tower-http v0.6.8 |
| 1743 | 2026-08-15T07:01:01.231Z | Compiling toml_edit v0.19.15 |
| 1744 | 2026-08-15T07:01:01.348Z | Compiling serde-hex v0.1.0 |
| 1745 | 2026-08-15T07:01:01.433Z | Compiling bzip2 v0.4.4 |
| 1746 | 2026-08-15T07:01:01.607Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1747 | 2026-08-15T07:01:01.607Z | Compiling tokio-native-tls v0.3.1 |
| 1748 | 2026-08-15T07:01:01.667Z | Compiling hyper-util v0.1.20 |
| 1749 | 2026-08-15T07:01:01.670Z | Compiling heck v0.4.1 |
| 1750 | 2026-08-15T07:01:01.707Z | Compiling bstr v1.12.1 |
| 1751 | 2026-08-15T07:01:01.800Z | Compiling hashbrown v0.13.2 |
| 1752 | 2026-08-15T07:01:01.820Z | Compiling futures-executor v0.3.32 |
| 1753 | 2026-08-15T07:01:01.921Z | Compiling block-buffer v0.12.1 |
| 1754 | 2026-08-15T07:01:02.050Z | Compiling crypto-common v0.2.2 |
| 1755 | 2026-08-15T07:01:02.108Z | Compiling block-padding v0.4.2 |
| 1756 | 2026-08-15T07:01:02.139Z | Compiling serde-big-array v0.5.1 |
| 1757 | 2026-08-15T07:01:02.174Z | Compiling rustls-native-certs v0.8.3 |
| 1758 | 2026-08-15T07:01:02.189Z | Compiling md-5 v0.10.6 |
| 1759 | 2026-08-15T07:01:02.291Z | Compiling pin-project-internal v1.1.11 |
| 1760 | 2026-08-15T07:01:02.305Z | Compiling daft-derive v0.1.7 |
| 1761 | 2026-08-15T07:01:02.324Z | Compiling vergen-lib v9.1.0 |
| 1762 | 2026-08-15T07:01:02.338Z | Compiling hash32 v0.2.1 |
| 1763 | 2026-08-15T07:01:02.367Z | Compiling memoffset v0.9.1 |
| 1764 | 2026-08-15T07:01:02.382Z | Compiling thread_local v1.1.9 |
| 1765 | 2026-08-15T07:01:02.472Z | Compiling encoding_rs v0.8.35 |
| 1766 | 2026-08-15T07:01:02.525Z | Compiling fallible-iterator v0.2.0 |
| 1767 | 2026-08-15T07:01:02.546Z | Compiling psl-types v2.0.11 |
| 1768 | 2026-08-15T07:01:02.578Z | Compiling slog-async v2.8.0 |
| 1769 | 2026-08-15T07:01:02.645Z | Compiling litrs v1.0.0 |
| 1770 | 2026-08-15T07:01:02.682Z | Compiling smoltcp v0.9.1 |
| 1771 | 2026-08-15T07:01:02.863Z | Compiling rustix v0.38.44 |
| 1772 | 2026-08-15T07:01:02.867Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1773 | 2026-08-15T07:01:02.893Z | Compiling linked-hash-map v0.5.6 |
| 1774 | 2026-08-15T07:01:03.050Z | Compiling crc-any v2.5.0 |
| 1775 | 2026-08-15T07:01:03.066Z | Compiling ref-cast v1.0.25 |
| 1776 | 2026-08-15T07:01:03.088Z | Compiling mime v0.3.17 |
| 1777 | 2026-08-15T07:01:03.118Z | Compiling daft v0.1.7 |
| 1778 | 2026-08-15T07:01:03.138Z | Compiling lru-cache v0.1.2 |
| 1779 | 2026-08-15T07:01:03.171Z | Compiling document-features v0.2.12 |
| 1780 | 2026-08-15T07:01:03.305Z | Compiling hyper-tls v0.6.0 |
| 1781 | 2026-08-15T07:01:03.365Z | Compiling postgres-protocol v0.6.10 |
| 1782 | 2026-08-15T07:01:03.389Z | Compiling publicsuffix v2.3.0 |
| 1783 | 2026-08-15T07:01:03.440Z | Compiling toml v0.7.8 |
| 1784 | 2026-08-15T07:01:03.457Z | Compiling pin-project v1.1.11 |
| 1785 | 2026-08-15T07:01:03.470Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1786 | 2026-08-15T07:01:03.473Z | Compiling toml_edit v0.22.27 |
| 1787 | 2026-08-15T07:01:03.570Z | Compiling object v0.30.4 |
| 1788 | 2026-08-15T07:01:03.601Z | Compiling inout v0.2.2 |
| 1789 | 2026-08-15T07:01:03.601Z | Compiling futures v0.3.32 |
| 1790 | 2026-08-15T07:01:03.604Z | Compiling snafu-derive v0.8.9 |
| 1791 | 2026-08-15T07:01:03.713Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1792 | 2026-08-15T07:01:03.785Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1793 | 2026-08-15T07:01:03.799Z | Compiling derive_builder v0.20.2 |
| 1794 | 2026-08-15T07:01:03.813Z | Compiling zip v0.6.6 |
| 1795 | 2026-08-15T07:01:03.960Z | Compiling derive-ex v0.1.8 |
| 1796 | 2026-08-15T07:01:04.056Z | Compiling hickory-proto v0.24.4 |
| 1797 | 2026-08-15T07:01:04.071Z | Compiling crossbeam-channel v0.5.15 |
| 1798 | 2026-08-15T07:01:04.089Z | Compiling usdt-macro v0.5.0 |
| 1799 | 2026-08-15T07:01:04.158Z | Compiling usdt-attr-macro v0.5.0 |
| 1800 | 2026-08-15T07:01:04.244Z | Compiling phf_shared v0.13.1 |
| 1801 | 2026-08-15T07:01:04.341Z | Compiling regex v1.12.3 |
| 1802 | 2026-08-15T07:01:04.407Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1803 | 2026-08-15T07:01:04.467Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1804 | 2026-08-15T07:01:04.540Z | Compiling ref-cast-impl v1.0.25 |
| 1805 | 2026-08-15T07:01:04.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1806 | 2026-08-15T07:01:04.648Z | Compiling strum_macros v0.27.2 |
| 1807 | 2026-08-15T07:01:04.815Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 1808 | 2026-08-15T07:01:04.833Z | Compiling vergen v9.1.0 |
| 1809 | 2026-08-15T07:01:04.926Z | Compiling cargo-platform v0.3.2 |
| 1810 | 2026-08-15T07:01:05.008Z | Compiling nix v0.31.2 |
| 1811 | 2026-08-15T07:01:05.037Z | Compiling is-terminal v0.4.17 |
| 1812 | 2026-08-15T07:01:05.052Z | Compiling memmap v0.7.0 |
| 1813 | 2026-08-15T07:01:05.065Z | Compiling fs-err v3.3.0 |
| 1814 | 2026-08-15T07:01:05.127Z | Compiling take_mut v0.2.2 |
| 1815 | 2026-08-15T07:01:05.149Z | Compiling path-slash v0.1.5 |
| 1816 | 2026-08-15T07:01:05.221Z | Compiling foldhash v0.1.5 |
| 1817 | 2026-08-15T07:01:05.248Z | Compiling libbz2-rs-sys v0.2.2 |
| 1818 | 2026-08-15T07:01:05.261Z | Compiling bumpalo v3.20.2 |
| 1819 | 2026-08-15T07:01:05.275Z | Compiling term v1.2.1 |
| 1820 | 2026-08-15T07:01:05.298Z | Compiling corncobs v0.1.4 |
| 1821 | 2026-08-15T07:01:05.404Z | Compiling resolv-conf v0.7.6 |
| 1822 | 2026-08-15T07:01:05.418Z | Compiling jiff-core v0.1.0 |
| 1823 | 2026-08-15T07:01:05.485Z | Compiling managed v0.8.0 |
| 1824 | 2026-08-15T07:01:05.533Z | Compiling same-file v1.0.6 |
| 1825 | 2026-08-15T07:01:05.615Z | Compiling bitflags v1.3.2 |
| 1826 | 2026-08-15T07:01:05.718Z | Compiling bzip2 v0.6.1 |
| 1827 | 2026-08-15T07:01:05.721Z | Compiling walkdir v2.5.0 |
| 1828 | 2026-08-15T07:01:05.748Z | Compiling test-strategy v0.4.5 |
| 1829 | 2026-08-15T07:01:05.764Z | Compiling snafu v0.8.9 |
| 1830 | 2026-08-15T07:01:05.836Z | Compiling slog-term v2.9.2 |
| 1831 | 2026-08-15T07:01:05.890Z | Compiling zopfli v0.8.3 |
| 1832 | 2026-08-15T07:01:05.952Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1833 | 2026-08-15T07:01:05.987Z | Compiling hashbrown v0.15.5 |
| 1834 | 2026-08-15T07:01:06.066Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1835 | 2026-08-15T07:01:06.263Z | Compiling hickory-resolver v0.24.4 |
| 1836 | 2026-08-15T07:01:06.378Z | Compiling jiff v0.2.34 |
| 1837 | 2026-08-15T07:01:06.416Z | Compiling usdt v0.5.0 |
| 1838 | 2026-08-15T07:01:06.550Z | Compiling cargo_metadata v0.23.1 |
| 1839 | 2026-08-15T07:01:06.614Z | Compiling toml v0.8.23 |
| 1840 | 2026-08-15T07:01:06.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1841 | 2026-08-15T07:01:06.665Z | Compiling phf v0.13.1 |
| 1842 | 2026-08-15T07:01:06.706Z | Compiling signal-hook-mio v0.2.5 |
| 1843 | 2026-08-15T07:01:06.738Z | Compiling strum v0.27.2 |
| 1844 | 2026-08-15T07:01:06.804Z | Compiling cookie_store v0.22.1 |
| 1845 | 2026-08-15T07:01:06.858Z | Compiling postgres-types v0.2.12 |
| 1846 | 2026-08-15T07:01:06.889Z | Compiling cipher v0.5.2 |
| 1847 | 2026-08-15T07:01:06.997Z | Compiling zstd v0.13.3 |
| 1848 | 2026-08-15T07:01:07.211Z | Compiling reqwest v0.12.28 |
| 1849 | 2026-08-15T07:01:07.278Z | Compiling globset v0.4.18 |
| 1850 | 2026-08-15T07:01:07.300Z | Compiling usdt-macro v0.6.0 |
| 1851 | 2026-08-15T07:01:07.347Z | Compiling usdt-attr-macro v0.6.0 |
| 1852 | 2026-08-15T07:01:07.426Z | Compiling phf_shared v0.11.3 |
| 1853 | 2026-08-15T07:01:07.452Z | Compiling tokio-stream v0.1.18 |
| 1854 | 2026-08-15T07:01:07.482Z | Compiling olpc-cjson v0.1.4 |
| 1855 | 2026-08-15T07:01:07.523Z | Compiling byte-wrapper v0.1.0 |
| 1856 | 2026-08-15T07:01:07.629Z | Compiling serde_plain v1.0.2 |
| 1857 | 2026-08-15T07:01:07.660Z | Compiling inout v0.1.4 |
| 1858 | 2026-08-15T07:01:07.838Z | Compiling secrecy v0.8.0 |
| 1859 | 2026-08-15T07:01:07.853Z | Compiling derive-where v1.6.0 |
| 1860 | 2026-08-15T07:01:07.891Z | Compiling serde_repr v0.1.20 |
| 1861 | 2026-08-15T07:01:07.917Z | Compiling async-recursion v1.1.1 |
| 1862 | 2026-08-15T07:01:07.938Z | Compiling float-cmp v0.10.0 |
| 1863 | 2026-08-15T07:01:07.956Z | Compiling pem v3.0.6 |
| 1864 | 2026-08-15T07:01:07.969Z | Compiling memmap2 v0.9.10 |
| 1865 | 2026-08-15T07:01:07.997Z | Compiling hashbrown v0.16.1 |
| 1866 | 2026-08-15T07:01:08.100Z | Compiling whoami v2.1.0 |
| 1867 | 2026-08-15T07:01:08.104Z | Compiling cpufeatures v0.3.0 |
| 1868 | 2026-08-15T07:01:08.199Z | Compiling typed-path v0.9.3 |
| 1869 | 2026-08-15T07:01:08.215Z | Compiling new_debug_unreachable v1.0.6 |
| 1870 | 2026-08-15T07:01:08.219Z | Compiling debug-ignore v1.0.5 |
| 1871 | 2026-08-15T07:01:08.300Z | Compiling difflib v0.4.0 |
| 1872 | 2026-08-15T07:01:08.304Z | Compiling const-oid v0.10.2 |
| 1873 | 2026-08-15T07:01:08.345Z | Compiling predicates-core v1.0.10 |
| 1874 | 2026-08-15T07:01:08.359Z | Compiling precomputed-hash v0.1.1 |
| 1875 | 2026-08-15T07:01:08.462Z | Compiling fixedbitset v0.4.2 |
| 1876 | 2026-08-15T07:01:08.465Z | Compiling normalize-line-endings v0.3.0 |
| 1877 | 2026-08-15T07:01:08.493Z | Compiling fixedbitset v0.5.7 |
| 1878 | 2026-08-15T07:01:08.510Z | Compiling either v1.15.0 |
| 1879 | 2026-08-15T07:01:08.551Z | Compiling iddqd v0.4.2 |
| 1880 | 2026-08-15T07:01:08.555Z | Compiling digest v0.11.3 |
| 1881 | 2026-08-15T07:01:08.581Z | Compiling zip v4.6.1 |
| 1882 | 2026-08-15T07:01:08.614Z | Compiling predicates v3.1.4 |
| 1883 | 2026-08-15T07:01:08.618Z | Compiling petgraph v0.6.5 |
| 1884 | 2026-08-15T07:01:08.698Z | Compiling petgraph v0.8.3 |
| 1885 | 2026-08-15T07:01:08.735Z | Compiling itertools v0.13.0 |
| 1886 | 2026-08-15T07:01:08.804Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1887 | 2026-08-15T07:01:08.820Z | Compiling string_cache v0.8.9 |
| 1888 | 2026-08-15T07:01:08.875Z | Compiling tokio-postgres v0.7.16 |
| 1889 | 2026-08-15T07:01:09.062Z | Compiling usdt v0.6.0 |
| 1890 | 2026-08-15T07:01:09.201Z | Compiling qorb v0.4.1 |
| 1891 | 2026-08-15T07:01:09.305Z | Compiling chacha20 v0.10.0 |
| 1892 | 2026-08-15T07:01:09.349Z | Compiling crossterm v0.28.1 |
| 1893 | 2026-08-15T07:01:09.459Z | Compiling cipher v0.4.4 |
| 1894 | 2026-08-15T07:01:09.532Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1895 | 2026-08-15T07:01:09.904Z | Compiling similar v2.7.0 |
| 1896 | 2026-08-15T07:01:09.981Z | Compiling hickory-proto v0.25.2 |
| 1897 | 2026-08-15T07:01:10.028Z | Compiling crossbeam-epoch v0.9.18 |
| 1898 | 2026-08-15T07:01:10.042Z | Compiling buf-list v1.1.2 |
| 1899 | 2026-08-15T07:01:10.187Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1900 | 2026-08-15T07:01:10.245Z | Compiling openapiv3 v2.2.0 |
| 1901 | 2026-08-15T07:01:10.347Z | Compiling peg-runtime v0.8.5 |
| 1902 | 2026-08-15T07:01:10.382Z | Compiling lalrpop-util v0.19.12 |
| 1903 | 2026-08-15T07:01:10.509Z | Compiling filetime v0.2.27 |
| 1904 | 2026-08-15T07:01:10.595Z | Compiling xattr v1.6.1 |
| 1905 | 2026-08-15T07:01:10.647Z | Compiling camino-tempfile v1.4.1 |
| 1906 | 2026-08-15T07:01:10.757Z | Compiling tar v0.4.46 |
| 1907 | 2026-08-15T07:01:28.276Z | Compiling rustls-webpki v0.103.13 |
| 1908 | 2026-08-15T07:01:30.941Z | Compiling tokio-rustls v0.26.4 |
| 1909 | 2026-08-15T07:01:30.941Z | Compiling rustls-platform-verifier v0.6.2 |
| 1910 | 2026-08-15T07:01:30.944Z | Compiling tough v0.22.0 |
| 1911 | 2026-08-15T07:01:31.146Z | Compiling hyper-rustls v0.27.7 |
| 1912 | 2026-08-15T07:01:31.351Z | Compiling reqwest v0.13.2 |
| 1913 | 2026-08-15T07:01:33.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1914 | 2026-08-15T07:01:33.763Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1915 | 2026-08-15T07:01:36.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.76s |
| 1916 | 2026-08-15T07:01:36.664Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1917 | 2026-08-15T07:01:36.664Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1918 | 2026-08-15T07:01:36.804Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1919 | 2026-08-15T07:01:36.858Z | Aug 15 07:01:35.993 INFO Starting download, target: Clickhouse |
| 1920 | 2026-08-15T07:01:36.858Z | Aug 15 07:01:35.993 INFO Starting download, target: DendriteStub |
| 1921 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Starting download, target: Console |
| 1922 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Starting download, target: Cockroach |
| 1923 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Starting download, target: MaghemiteMgd |
| 1924 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Starting download, target: MaghemiteDdmd |
| 1925 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Starting download, target: TransceiverControl |
| 1926 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1927 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.993 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1928 | 2026-08-15T07:01:36.862Z | Aug 15 07:01:35.994 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1929 | 2026-08-15T07:01:36.863Z | Aug 15 07:01:35.994 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1930 | 2026-08-15T07:01:36.863Z | Aug 15 07:01:35.994 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1931 | 2026-08-15T07:01:36.863Z | Aug 15 07:01:35.994 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1932 | 2026-08-15T07:01:36.863Z | Aug 15 07:01:35.994 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1933 | 2026-08-15T07:01:38.714Z | Aug 15 07:01:37.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1934 | 2026-08-15T07:01:38.844Z | Aug 15 07:01:37.956 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1935 | 2026-08-15T07:01:38.931Z | Aug 15 07:01:38.054 INFO Download complete, target: TransceiverControl |
| 1936 | 2026-08-15T07:01:38.987Z | Aug 15 07:01:38.063 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1937 | 2026-08-15T07:01:39.218Z | Aug 15 07:01:38.321 INFO Download complete, target: Console |
| 1938 | 2026-08-15T07:01:40.366Z | Aug 15 07:01:39.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1939 | 2026-08-15T07:01:40.701Z | Aug 15 07:01:39.823 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1940 | 2026-08-15T07:01:40.757Z | Aug 15 07:01:39.889 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1941 | 2026-08-15T07:01:41.317Z | Aug 15 07:01:40.449 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1942 | 2026-08-15T07:01:41.317Z | Aug 15 07:01:40.449 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1943 | 2026-08-15T07:01:42.972Z | Aug 15 07:01:42.106 INFO Download complete, target: MaghemiteDdmd |
| 1944 | 2026-08-15T07:01:43.137Z | Aug 15 07:01:42.271 INFO Download complete, target: MaghemiteMgd |
| 1945 | 2026-08-15T07:01:43.327Z | Aug 15 07:01:42.462 INFO Download complete, target: DendriteStub |
| 1946 | 2026-08-15T07:01:45.685Z | Aug 15 07:01:44.820 INFO Checking that binary works, target: Clickhouse |
| 1947 | 2026-08-15T07:01:45.766Z | Aug 15 07:01:44.901 INFO Download complete, target: Clickhouse |
| 1948 | 2026-08-15T07:01:46.056Z | Aug 15 07:01:45.190 INFO Checking that binary works, target: Cockroach |
| 1949 | 2026-08-15T07:01:46.185Z | Aug 15 07:01:45.320 INFO Download complete, target: Cockroach |
| 1950 | 2026-08-15T07:01:46.190Z | All prerequisites installed successfully |
| 1951 | 2026-08-15T07:01:46.193Z | |
| 1952 | 2026-08-15T07:01:46.194Z | real 1:34.420585651 |
| 1953 | 2026-08-15T07:01:46.194Z | user 7:41.919246406 |
| 1954 | 2026-08-15T07:01:46.194Z | sys 1:52.144989571 |
| 1955 | 2026-08-15T07:01:46.194Z | trap 0.279022043 |
| 1956 | 2026-08-15T07:01:46.194Z | tflt 1.021039724 |
| 1957 | 2026-08-15T07:01:46.194Z | dflt 1.931967891 |
| 1958 | 2026-08-15T07:01:46.194Z | kflt 0.028648018 |
| 1959 | 2026-08-15T07:01:46.194Z | lock 28:03.767870350 |
| 1960 | 2026-08-15T07:01:46.194Z | slp 20:52.403078709 |
| 1961 | 2026-08-15T07:01:46.194Z | lat 31.494443274 |
| 1962 | 2026-08-15T07:01:46.194Z | stop 3:18.105621417 |
| 1963 | 2026-08-15T07:01:46.194Z | + source ./tools/include/force-git-over-https.sh |
| 1964 | 2026-08-15T07:01:46.194Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1965 | 2026-08-15T07:01:46.194Z | ++ (( i = 0 )) |
| 1966 | 2026-08-15T07:01:46.194Z | ++ (( i < 5 )) |
| 1967 | 2026-08-15T07:01:46.194Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1968 | 2026-08-15T07:01:46.198Z | ++ (( i++ )) |
| 1969 | 2026-08-15T07:01:46.198Z | ++ (( i < 5 )) |
| 1970 | 2026-08-15T07:01:46.198Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1971 | 2026-08-15T07:01:46.201Z | ++ (( i++ )) |
| 1972 | 2026-08-15T07:01:46.201Z | ++ (( i < 5 )) |
| 1973 | 2026-08-15T07:01:46.201Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1974 | 2026-08-15T07:01:46.201Z | ++ (( i++ )) |
| 1975 | 2026-08-15T07:01:46.202Z | ++ (( i < 5 )) |
| 1976 | 2026-08-15T07:01:46.202Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1977 | 2026-08-15T07:01:46.205Z | ++ (( i++ )) |
| 1978 | 2026-08-15T07:01:46.205Z | ++ (( i < 5 )) |
| 1979 | 2026-08-15T07:01:46.205Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1980 | 2026-08-15T07:01:46.208Z | ++ (( i++ )) |
| 1981 | 2026-08-15T07:01:46.208Z | ++ (( i < 5 )) |
| 1982 | 2026-08-15T07:01:46.208Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1983 | 2026-08-15T07:01:46.208Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1984 | 2026-08-15T07:01:46.208Z | + rc=0 |
| 1985 | 2026-08-15T07:01:46.208Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1986 | 2026-08-15T07:01:52.772Z | + case $rc in |
| 1987 | 2026-08-15T07:01:52.772Z | + pfexec zfs create -p rpool/images/build/host |
| 1988 | 2026-08-15T07:01:52.992Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1989 | 2026-08-15T07:01:53.065Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1990 | 2026-08-15T07:01:53.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1991 | 2026-08-15T07:01:53.557Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1992 | 2026-08-15T07:01:54.435Z | Compiling proc-macro2 v1.0.106 |
| 1993 | 2026-08-15T07:01:54.435Z | Compiling quote v1.0.45 |
| 1994 | 2026-08-15T07:01:54.435Z | Compiling unicode-ident v1.0.24 |
| 1995 | 2026-08-15T07:01:54.438Z | Compiling libc v0.2.185 |
| 1996 | 2026-08-15T07:01:54.438Z | Compiling serde_core v1.0.228 |
| 1997 | 2026-08-15T07:01:54.438Z | Compiling serde v1.0.228 |
| 1998 | 2026-08-15T07:01:54.438Z | Compiling cfg-if v1.0.4 |
| 1999 | 2026-08-15T07:01:54.440Z | Compiling portable-atomic v1.13.1 |
| 2000 | 2026-08-15T07:01:54.572Z | Compiling version_check v0.9.5 |
| 2001 | 2026-08-15T07:01:54.575Z | Compiling zerocopy v0.8.56 |
| 2002 | 2026-08-15T07:01:54.576Z | Compiling autocfg v1.5.0 |
| 2003 | 2026-08-15T07:01:54.586Z | Compiling memchr v2.8.0 |
| 2004 | 2026-08-15T07:01:54.589Z | Compiling shlex v1.3.0 |
| 2005 | 2026-08-15T07:01:54.590Z | Compiling find-msvc-tools v0.1.9 |
| 2006 | 2026-08-15T07:01:54.590Z | Compiling zmij v1.0.21 |
| 2007 | 2026-08-15T07:01:54.723Z | Compiling serde_json v1.0.151 |
| 2008 | 2026-08-15T07:01:54.737Z | Compiling critical-section v1.2.0 |
| 2009 | 2026-08-15T07:01:54.742Z | Compiling allocator-api2 v0.2.21 |
| 2010 | 2026-08-15T07:01:54.940Z | Compiling libm v0.2.16 |
| 2011 | 2026-08-15T07:01:54.972Z | Compiling getrandom v0.3.4 |
| 2012 | 2026-08-15T07:01:55.015Z | Compiling generic-array v0.14.7 |
| 2013 | 2026-08-15T07:01:55.073Z | Compiling num-traits v0.2.19 |
| 2014 | 2026-08-15T07:01:55.106Z | Compiling equivalent v1.0.2 |
| 2015 | 2026-08-15T07:01:55.127Z | Compiling foldhash v0.2.0 |
| 2016 | 2026-08-15T07:01:55.199Z | Compiling icu_properties_data v2.1.2 |
| 2017 | 2026-08-15T07:01:55.213Z | Compiling icu_normalizer_data v2.1.1 |
| 2018 | 2026-08-15T07:01:55.227Z | Compiling parking_lot_core v0.9.12 |
| 2019 | 2026-08-15T07:01:55.263Z | Compiling rustix v1.1.4 |
| 2020 | 2026-08-15T07:01:55.263Z | Compiling smallvec v1.15.1 |
| 2021 | 2026-08-15T07:01:55.309Z | Compiling hashbrown v0.17.0 |
| 2022 | 2026-08-15T07:01:55.312Z | Compiling log v0.4.33 |
| 2023 | 2026-08-15T07:01:55.350Z | Compiling getrandom v0.4.3 |
| 2024 | 2026-08-15T07:01:55.430Z | Compiling subtle v2.6.1 |
| 2025 | 2026-08-15T07:01:55.482Z | Compiling jobserver v0.1.34 |
| 2026 | 2026-08-15T07:01:55.541Z | Compiling errno v0.3.14 |
| 2027 | 2026-08-15T07:01:55.571Z | Compiling itoa v1.0.17 |
| 2028 | 2026-08-15T07:01:55.619Z | Compiling pkg-config v0.3.32 |
| 2029 | 2026-08-15T07:01:55.650Z | Compiling thiserror v2.0.18 |
| 2030 | 2026-08-15T07:01:55.722Z | Compiling cc v1.2.56 |
| 2031 | 2026-08-15T07:01:55.737Z | Compiling cfg_aliases v0.2.1 |
| 2032 | 2026-08-15T07:01:55.741Z | Compiling heck v0.5.0 |
| 2033 | 2026-08-15T07:01:55.777Z | Compiling once_cell v1.21.3 |
| 2034 | 2026-08-15T07:01:55.805Z | Compiling syn v2.0.117 |
| 2035 | 2026-08-15T07:01:55.820Z | Compiling winnow v0.7.14 |
| 2036 | 2026-08-15T07:01:55.836Z | Compiling typenum v1.20.1 |
| 2037 | 2026-08-15T07:01:55.840Z | Compiling winnow v1.0.3 |
| 2038 | 2026-08-15T07:01:55.840Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2039 | 2026-08-15T07:01:55.879Z | Compiling borsh v1.8.0 |
| 2040 | 2026-08-15T07:01:55.923Z | Compiling getrandom v0.2.17 |
| 2041 | 2026-08-15T07:01:55.966Z | Compiling scopeguard v1.2.0 |
| 2042 | 2026-08-15T07:01:55.981Z | Compiling stable_deref_trait v1.2.1 |
| 2043 | 2026-08-15T07:01:56.060Z | Compiling rand_core v0.6.4 |
| 2044 | 2026-08-15T07:01:56.093Z | Compiling lock_api v0.4.14 |
| 2045 | 2026-08-15T07:01:56.225Z | Compiling const-oid v0.9.6 |
| 2046 | 2026-08-15T07:01:56.458Z | Compiling thiserror v1.0.69 |
| 2047 | 2026-08-15T07:01:56.487Z | Compiling rustversion v1.0.22 |
| 2048 | 2026-08-15T07:01:56.623Z | Compiling writeable v0.6.2 |
| 2049 | 2026-08-15T07:01:56.636Z | Compiling litemap v0.8.1 |
| 2050 | 2026-08-15T07:01:56.665Z | Compiling percent-encoding v2.3.2 |
| 2051 | 2026-08-15T07:01:56.739Z | Compiling indexmap v2.14.0 |
| 2052 | 2026-08-15T07:01:56.758Z | Compiling bitflags v2.11.0 |
| 2053 | 2026-08-15T07:01:56.808Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2054 | 2026-08-15T07:01:56.822Z | Compiling semver v1.0.28 |
| 2055 | 2026-08-15T07:01:57.088Z | Compiling schemars v0.8.22 |
| 2056 | 2026-08-15T07:01:57.126Z | Compiling strsim v0.11.1 |
| 2057 | 2026-08-15T07:01:57.325Z | Compiling cmake v0.1.57 |
| 2058 | 2026-08-15T07:01:57.329Z | Compiling dunce v1.0.5 |
| 2059 | 2026-08-15T07:01:57.355Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2060 | 2026-08-15T07:01:57.385Z | Compiling fs_extra v1.3.0 |
| 2061 | 2026-08-15T07:01:57.389Z | Compiling pin-project-lite v0.2.17 |
| 2062 | 2026-08-15T07:01:57.430Z | Compiling syn v1.0.109 |
| 2063 | 2026-08-15T07:01:57.433Z | Compiling utf8_iter v1.0.4 |
| 2064 | 2026-08-15T07:01:57.460Z | Compiling form_urlencoded v1.2.2 |
| 2065 | 2026-08-15T07:01:57.520Z | Compiling signal-hook-registry v1.4.8 |
| 2066 | 2026-08-15T07:01:57.681Z | Compiling aws-lc-sys v0.40.0 |
| 2067 | 2026-08-15T07:01:57.775Z | Compiling parking_lot v0.12.5 |
| 2068 | 2026-08-15T07:01:57.897Z | Compiling proc-macro-crate v3.4.0 |
| 2069 | 2026-08-15T07:01:57.963Z | Compiling mio v1.2.0 |
| 2070 | 2026-08-15T07:01:57.999Z | Compiling byteorder v1.5.0 |
| 2071 | 2026-08-15T07:01:58.039Z | Compiling rand_core v0.10.0 |
| 2072 | 2026-08-15T07:01:58.372Z | Compiling ahash v0.8.12 |
| 2073 | 2026-08-15T07:01:58.408Z | Compiling futures-core v0.3.32 |
| 2074 | 2026-08-15T07:01:58.429Z | Compiling base64ct v1.8.3 |
| 2075 | 2026-08-15T07:01:58.651Z | Compiling socket2 v0.6.3 |
| 2076 | 2026-08-15T07:01:58.673Z | Compiling synstructure v0.13.2 |
| 2077 | 2026-08-15T07:01:58.695Z | Compiling serde_derive_internals v0.29.1 |
| 2078 | 2026-08-15T07:01:58.745Z | Compiling pem-rfc7468 v0.7.0 |
| 2079 | 2026-08-15T07:01:58.748Z | Compiling flagset v0.4.7 |
| 2080 | 2026-08-15T07:01:58.778Z | Compiling aws-lc-rs v1.16.3 |
| 2081 | 2026-08-15T07:01:58.793Z | Compiling rustc_version v0.4.1 |
| 2082 | 2026-08-15T07:01:59.012Z | Compiling num-bigint-dig v0.8.6 |
| 2083 | 2026-08-15T07:01:59.037Z | Compiling ident_case v1.0.1 |
| 2084 | 2026-08-15T07:01:59.198Z | Compiling iana-time-zone v0.1.65 |
| 2085 | 2026-08-15T07:01:59.231Z | Compiling crc32fast v1.5.0 |
| 2086 | 2026-08-15T07:01:59.247Z | Compiling futures-sink v0.3.32 |
| 2087 | 2026-08-15T07:01:59.345Z | Compiling futures-channel v0.3.32 |
| 2088 | 2026-08-15T07:01:59.367Z | Compiling fnv v1.0.7 |
| 2089 | 2026-08-15T07:01:59.393Z | Compiling slab v0.4.12 |
| 2090 | 2026-08-15T07:01:59.451Z | Compiling futures-task v0.3.32 |
| 2091 | 2026-08-15T07:01:59.496Z | Compiling futures-io v0.3.32 |
| 2092 | 2026-08-15T07:01:59.500Z | Compiling vcpkg v0.2.15 |
| 2093 | 2026-08-15T07:01:59.543Z | Compiling ucd-trie v0.1.7 |
| 2094 | 2026-08-15T07:01:59.576Z | Compiling base64 v0.22.1 |
| 2095 | 2026-08-15T07:01:59.628Z | Compiling anyhow v1.0.104 |
| 2096 | 2026-08-15T07:01:59.654Z | Compiling rustls v0.23.41 |
| 2097 | 2026-08-15T07:01:59.690Z | Compiling camino v1.2.5 |
| 2098 | 2026-08-15T07:01:59.735Z | Compiling pest v2.8.6 |
| 2099 | 2026-08-15T07:01:59.828Z | Compiling radium v0.7.0 |
| 2100 | 2026-08-15T07:01:59.861Z | Compiling httparse v1.10.1 |
| 2101 | 2026-08-15T07:01:59.908Z | Compiling cpufeatures v0.2.17 |
| 2102 | 2026-08-15T07:01:59.923Z | Compiling terminal_size v0.4.3 |
| 2103 | 2026-08-15T07:01:59.956Z | Compiling simd-adler32 v0.3.8 |
| 2104 | 2026-08-15T07:01:59.983Z | Compiling utf8parse v0.2.2 |
| 2105 | 2026-08-15T07:02:00.007Z | Compiling dyn-clone v1.0.20 |
| 2106 | 2026-08-15T07:02:00.025Z | Compiling serde_derive v1.0.228 |
| 2107 | 2026-08-15T07:02:00.029Z | Compiling zeroize_derive v1.5.0 |
| 2108 | 2026-08-15T07:02:00.081Z | Compiling zerocopy-derive v0.8.56 |
| 2109 | 2026-08-15T07:02:00.106Z | Compiling zerofrom-derive v0.1.6 |
| 2110 | 2026-08-15T07:02:00.122Z | Compiling yoke-derive v0.8.1 |
| 2111 | 2026-08-15T07:02:00.125Z | Compiling zerovec-derive v0.11.2 |
| 2112 | 2026-08-15T07:02:00.125Z | Compiling displaydoc v0.2.5 |
| 2113 | 2026-08-15T07:02:00.169Z | Compiling tokio-macros v2.7.0 |
| 2114 | 2026-08-15T07:02:00.173Z | Compiling thiserror-impl v2.0.18 |
| 2115 | 2026-08-15T07:02:00.203Z | Compiling der_derive v0.7.3 |
| 2116 | 2026-08-15T07:02:00.224Z | Compiling futures-macro v0.3.32 |
| 2117 | 2026-08-15T07:02:00.247Z | Compiling borsh-derive v1.8.0 |
| 2118 | 2026-08-15T07:02:00.637Z | Compiling thiserror-impl v1.0.69 |
| 2119 | 2026-08-15T07:02:00.672Z | Compiling schemars_derive v0.8.22 |
| 2120 | 2026-08-15T07:02:00.775Z | Compiling zeroize v1.9.0 |
| 2121 | 2026-08-15T07:02:00.911Z | Compiling tracing-attributes v0.1.31 |
| 2122 | 2026-08-15T07:02:01.072Z | Compiling clap_derive v4.6.1 |
| 2123 | 2026-08-15T07:02:01.157Z | Compiling futures-util v0.3.32 |
| 2124 | 2026-08-15T07:02:01.249Z | Compiling der v0.7.10 |
| 2125 | 2026-08-15T07:02:01.302Z | Compiling openssl-sys v0.9.117 |
| 2126 | 2026-08-15T07:02:01.305Z | Compiling zerofrom v0.1.6 |
| 2127 | 2026-08-15T07:02:01.480Z | Compiling yoke v0.8.1 |
| 2128 | 2026-08-15T07:02:01.501Z | Compiling crypto-common v0.1.7 |
| 2129 | 2026-08-15T07:02:01.580Z | Compiling block-buffer v0.10.4 |
| 2130 | 2026-08-15T07:02:01.676Z | Compiling zerovec v0.11.5 |
| 2131 | 2026-08-15T07:02:01.724Z | Compiling zerotrie v0.2.3 |
| 2132 | 2026-08-15T07:02:01.788Z | Compiling digest v0.10.7 |
| 2133 | 2026-08-15T07:02:01.912Z | Compiling pest_meta v2.8.6 |
| 2134 | 2026-08-15T07:02:02.047Z | Compiling async-trait v0.1.89 |
| 2135 | 2026-08-15T07:02:02.136Z | Compiling spki v0.7.3 |
| 2136 | 2026-08-15T07:02:02.156Z | Compiling anstyle v1.0.14 |
| 2137 | 2026-08-15T07:02:02.253Z | Compiling tinystr v0.8.2 |
| 2138 | 2026-08-15T07:02:02.285Z | Compiling potential_utf v0.1.4 |
| 2139 | 2026-08-15T07:02:02.383Z | Compiling pkcs8 v0.10.2 |
| 2140 | 2026-08-15T07:02:02.432Z | Compiling anstyle-parse v1.0.0 |
| 2141 | 2026-08-15T07:02:02.528Z | Compiling icu_locale_core v2.1.1 |
| 2142 | 2026-08-15T07:02:02.551Z | Compiling icu_collections v2.1.1 |
| 2143 | 2026-08-15T07:02:02.661Z | Compiling pest_generator v2.8.6 |
| 2144 | 2026-08-15T07:02:02.787Z | Compiling is_terminal_polyfill v1.70.2 |
| 2145 | 2026-08-15T07:02:03.012Z | Compiling colorchoice v1.0.4 |
| 2146 | 2026-08-15T07:02:03.087Z | Compiling anstyle-query v1.1.5 |
| 2147 | 2026-08-15T07:02:03.138Z | Compiling maybe-uninit v2.0.0 |
| 2148 | 2026-08-15T07:02:03.215Z | Compiling adler2 v2.0.1 |
| 2149 | 2026-08-15T07:02:03.254Z | Compiling bytes v1.11.1 |
| 2150 | 2026-08-15T07:02:03.342Z | Compiling icu_provider v2.1.1 |
| 2151 | 2026-08-15T07:02:03.377Z | Compiling chrono v0.4.45 |
| 2152 | 2026-08-15T07:02:03.413Z | Compiling pest_derive v2.8.6 |
| 2153 | 2026-08-15T07:02:03.423Z | Compiling hex v0.4.3 |
| 2154 | 2026-08-15T07:02:03.441Z | Compiling ipnet v2.12.1 |
| 2155 | 2026-08-15T07:02:03.525Z | Compiling miniz_oxide v0.8.9 |
| 2156 | 2026-08-15T07:02:03.664Z | Compiling icu_properties v2.1.2 |
| 2157 | 2026-08-15T07:02:03.743Z | Compiling icu_normalizer v2.1.1 |
| 2158 | 2026-08-15T07:02:03.905Z | Compiling tokio v1.52.1 |
| 2159 | 2026-08-15T07:02:04.244Z | Compiling anstream v1.0.0 |
| 2160 | 2026-08-15T07:02:04.386Z | Compiling sha2 v0.10.9 |
| 2161 | 2026-08-15T07:02:04.452Z | Compiling hmac v0.12.1 |
| 2162 | 2026-08-15T07:02:04.515Z | Compiling uuid v1.23.4 |
| 2163 | 2026-08-15T07:02:04.546Z | Compiling ppv-lite86 v0.2.21 |
| 2164 | 2026-08-15T07:02:04.589Z | Compiling idna_adapter v1.2.1 |
| 2165 | 2026-08-15T07:02:04.627Z | Compiling slog v2.8.2 |
| 2166 | 2026-08-15T07:02:04.747Z | Compiling idna v1.1.0 |
| 2167 | 2026-08-15T07:02:04.870Z | Compiling rand_chacha v0.3.1 |
| 2168 | 2026-08-15T07:02:04.917Z | Compiling spin v0.9.8 |
| 2169 | 2026-08-15T07:02:04.972Z | Compiling fastrand v2.3.0 |
| 2170 | 2026-08-15T07:02:05.020Z | Compiling signature v2.2.0 |
| 2171 | 2026-08-15T07:02:05.135Z | Compiling url v2.5.8 |
| 2172 | 2026-08-15T07:02:05.173Z | Compiling rand v0.8.6 |
| 2173 | 2026-08-15T07:02:05.212Z | Compiling tempfile v3.27.0 |
| 2174 | 2026-08-15T07:02:05.212Z | Compiling rand_core v0.9.5 |
| 2175 | 2026-08-15T07:02:05.261Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2176 | 2026-08-15T07:02:05.314Z | Compiling object v0.37.3 |
| 2177 | 2026-08-15T07:02:05.324Z | Compiling clap_lex v1.0.0 |
| 2178 | 2026-08-15T07:02:05.343Z | Compiling packed_struct v0.10.1 |
| 2179 | 2026-08-15T07:02:05.496Z | Compiling regex-syntax v0.8.10 |
| 2180 | 2026-08-15T07:02:05.570Z | Compiling crossbeam-utils v0.8.21 |
| 2181 | 2026-08-15T07:02:05.614Z | Compiling plain v0.2.3 |
| 2182 | 2026-08-15T07:02:05.713Z | Compiling clap_builder v4.6.0 |
| 2183 | 2026-08-15T07:02:05.756Z | Compiling strum_macros v0.26.4 |
| 2184 | 2026-08-15T07:02:05.850Z | Compiling darling_core v0.23.0 |
| 2185 | 2026-08-15T07:02:05.939Z | Compiling openssl v0.10.80 |
| 2186 | 2026-08-15T07:02:06.098Z | Compiling rand_chacha v0.9.0 |
| 2187 | 2026-08-15T07:02:06.162Z | Compiling packed_struct_codegen v0.10.1 |
| 2188 | 2026-08-15T07:02:06.225Z | Compiling zerocopy-derive v0.6.6 |
| 2189 | 2026-08-15T07:02:06.663Z | Compiling scroll_derive v0.12.1 |
| 2190 | 2026-08-15T07:02:06.711Z | Compiling bitfield-macros v0.19.4 |
| 2191 | 2026-08-15T07:02:06.875Z | Compiling curve25519-dalek v4.1.3 |
| 2192 | 2026-08-15T07:02:07.083Z | Compiling num-integer v0.1.46 |
| 2193 | 2026-08-15T07:02:07.155Z | Compiling indexmap v1.9.3 |
| 2194 | 2026-08-15T07:02:07.171Z | Compiling time-core v0.1.8 |
| 2195 | 2026-08-15T07:02:07.222Z | Compiling clap v4.6.1 |
| 2196 | 2026-08-15T07:02:07.321Z | Compiling pretty-hex v0.4.1 |
| 2197 | 2026-08-15T07:02:07.347Z | Compiling tinyvec_macros v0.1.1 |
| 2198 | 2026-08-15T07:02:07.381Z | Compiling num-conv v0.2.0 |
| 2199 | 2026-08-15T07:02:07.454Z | Compiling num-iter v0.1.45 |
| 2200 | 2026-08-15T07:02:07.458Z | Compiling rand v0.9.2 |
| 2201 | 2026-08-15T07:02:07.458Z | Compiling tinyvec v1.12.0 |
| 2202 | 2026-08-15T07:02:07.495Z | Compiling lazy_static v1.5.0 |
| 2203 | 2026-08-15T07:02:07.510Z | Compiling openssl-macros v0.1.1 |
| 2204 | 2026-08-15T07:02:07.540Z | Compiling time-macros v0.2.27 |
| 2205 | 2026-08-15T07:02:07.568Z | Compiling tracing-core v0.1.36 |
| 2206 | 2026-08-15T07:02:07.606Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2207 | 2026-08-15T07:02:07.610Z | Compiling ff v0.13.1 |
| 2208 | 2026-08-15T07:02:07.791Z | Compiling base16ct v0.2.0 |
| 2209 | 2026-08-15T07:02:07.991Z | Compiling gimli v0.32.3 |
| 2210 | 2026-08-15T07:02:08.050Z | Compiling paste v1.0.15 |
| 2211 | 2026-08-15T07:02:08.054Z | Compiling darling_macro v0.23.0 |
| 2212 | 2026-08-15T07:02:08.101Z | Compiling native-tls v0.2.18 |
| 2213 | 2026-08-15T07:02:08.335Z | Compiling tokio-util v0.7.18 |
| 2214 | 2026-08-15T07:02:08.368Z | Compiling tracing v0.1.44 |
| 2215 | 2026-08-15T07:02:08.420Z | Compiling sec1 v0.7.3 |
| 2216 | 2026-08-15T07:02:08.562Z | Compiling group v0.13.0 |
| 2217 | 2026-08-15T07:02:08.578Z | Compiling darling v0.23.0 |
| 2218 | 2026-08-15T07:02:08.677Z | Compiling serde_with_macros v3.21.0 |
| 2219 | 2026-08-15T07:02:08.710Z | Compiling hkdf v0.12.4 |
| 2220 | 2026-08-15T07:02:08.754Z | Compiling pkcs1 v0.7.5 |
| 2221 | 2026-08-15T07:02:08.820Z | Compiling x509-cert v0.2.5 |
| 2222 | 2026-08-15T07:02:09.128Z | Compiling crypto-bigint v0.5.5 |
| 2223 | 2026-08-15T07:02:09.143Z | Compiling hubpack_derive v0.1.1 |
| 2224 | 2026-08-15T07:02:09.200Z | Compiling rustls-pki-types v1.14.0 |
| 2225 | 2026-08-15T07:02:09.601Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2226 | 2026-08-15T07:02:09.733Z | Compiling addr2line v0.25.1 |
| 2227 | 2026-08-15T07:02:09.778Z | Compiling scroll_derive v0.13.1 |
| 2228 | 2026-08-15T07:02:09.800Z | Compiling zerocopy-derive v0.7.35 |
| 2229 | 2026-08-15T07:02:09.999Z | Compiling owo-colors v4.3.0 |
| 2230 | 2026-08-15T07:02:10.047Z | Compiling rustc-demangle v0.1.27 |
| 2231 | 2026-08-15T07:02:10.112Z | Compiling elliptic-curve v0.13.8 |
| 2232 | 2026-08-15T07:02:10.250Z | Compiling rsa v0.9.10 |
| 2233 | 2026-08-15T07:02:10.418Z | Compiling http v1.4.2 |
| 2234 | 2026-08-15T07:02:10.589Z | Compiling daft-derive v0.1.7 |
| 2235 | 2026-08-15T07:02:10.655Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2236 | 2026-08-15T07:02:10.725Z | Compiling is_ci v1.2.0 |
| 2237 | 2026-08-15T07:02:10.767Z | Compiling untrusted v0.7.1 |
| 2238 | 2026-08-15T07:02:10.853Z | Compiling unicode-width v0.2.0 |
| 2239 | 2026-08-15T07:02:10.869Z | Compiling unicode-linebreak v0.1.5 |
| 2240 | 2026-08-15T07:02:10.893Z | Compiling smawk v0.3.2 |
| 2241 | 2026-08-15T07:02:10.910Z | Compiling supports-color v3.0.2 |
| 2242 | 2026-08-15T07:02:11.036Z | Compiling proc-macro-error2 v2.0.1 |
| 2243 | 2026-08-15T07:02:11.080Z | Compiling textwrap v0.16.2 |
| 2244 | 2026-08-15T07:02:11.270Z | Compiling backtrace v0.3.76 |
| 2245 | 2026-08-15T07:02:11.330Z | Compiling hashbrown v0.14.5 |
| 2246 | 2026-08-15T07:02:11.359Z | Compiling rfc6979 v0.4.0 |
| 2247 | 2026-08-15T07:02:11.418Z | Compiling toml_datetime v0.6.11 |
| 2248 | 2026-08-15T07:02:11.482Z | Compiling serde_spanned v0.6.9 |
| 2249 | 2026-08-15T07:02:11.500Z | Compiling serde_tokenstream v0.2.3 |
| 2250 | 2026-08-15T07:02:11.663Z | Compiling miette-derive v7.6.0 |
| 2251 | 2026-08-15T07:02:11.724Z | Compiling backtrace-ext v0.2.1 |
| 2252 | 2026-08-15T07:02:11.819Z | Compiling structmeta-derive v0.3.0 |
| 2253 | 2026-08-15T07:02:11.836Z | Compiling usdt-impl v0.5.0 |
| 2254 | 2026-08-15T07:02:11.895Z | Compiling supports-hyperlinks v3.2.0 |
| 2255 | 2026-08-15T07:02:11.919Z | Compiling keccak v0.1.6 |
| 2256 | 2026-08-15T07:02:12.037Z | Compiling untrusted v0.9.0 |
| 2257 | 2026-08-15T07:02:12.057Z | Compiling supports-unicode v3.0.0 |
| 2258 | 2026-08-15T07:02:12.073Z | Compiling unicode-segmentation v1.12.0 |
| 2259 | 2026-08-15T07:02:12.115Z | Compiling cmov v0.5.4 |
| 2260 | 2026-08-15T07:02:12.134Z | Compiling unicode-width v0.1.14 |
| 2261 | 2026-08-15T07:02:12.192Z | Compiling salty v0.3.0 |
| 2262 | 2026-08-15T07:02:12.195Z | Compiling sha3 v0.10.8 |
| 2263 | 2026-08-15T07:02:12.269Z | Compiling chumsky v0.9.3 |
| 2264 | 2026-08-15T07:02:12.317Z | Compiling ecdsa v0.16.9 |
| 2265 | 2026-08-15T07:02:12.363Z | Compiling ctutils v0.4.2 |
| 2266 | 2026-08-15T07:02:12.446Z | Compiling knus-derive v3.4.0 |
| 2267 | 2026-08-15T07:02:12.469Z | Compiling http-body v1.0.1 |
| 2268 | 2026-08-15T07:02:12.536Z | Compiling primeorder v0.13.6 |
| 2269 | 2026-08-15T07:02:12.566Z | Compiling scroll v0.12.0 |
| 2270 | 2026-08-15T07:02:12.640Z | Compiling ed25519 v2.2.3 |
| 2271 | 2026-08-15T07:02:12.728Z | Compiling pin-project-internal v1.1.11 |
| 2272 | 2026-08-15T07:02:12.743Z | Compiling miette v7.6.0 |
| 2273 | 2026-08-15T07:02:12.746Z | Compiling wait-timeout v0.2.1 |
| 2274 | 2026-08-15T07:02:12.769Z | Compiling cookie v0.18.1 |
| 2275 | 2026-08-15T07:02:12.829Z | Compiling structmeta v0.3.0 |
| 2276 | 2026-08-15T07:02:12.844Z | Compiling zstd-safe v7.2.4 |
| 2277 | 2026-08-15T07:02:12.887Z | Compiling openssl-probe v0.2.1 |
| 2278 | 2026-08-15T07:02:12.976Z | Compiling quick-error v1.2.3 |
| 2279 | 2026-08-15T07:02:13.014Z | Compiling tap v1.0.1 |
| 2280 | 2026-08-15T07:02:13.055Z | Compiling bit-vec v0.8.0 |
| 2281 | 2026-08-15T07:02:13.103Z | Compiling rusty-fork v0.3.1 |
| 2282 | 2026-08-15T07:02:13.137Z | Compiling wyz v0.5.1 |
| 2283 | 2026-08-15T07:02:13.152Z | Compiling derive-ex v0.1.8 |
| 2284 | 2026-08-15T07:02:13.264Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-08-15T07:02:13.361Z | Compiling bit-set v0.8.0 |
| 2286 | 2026-08-15T07:02:13.390Z | Compiling goblin v0.8.2 |
| 2287 | 2026-08-15T07:02:13.566Z | Compiling p384 v0.13.1 |
| 2288 | 2026-08-15T07:02:13.581Z | Compiling hybrid-array v0.4.13 |
| 2289 | 2026-08-15T07:02:13.598Z | Compiling heck v0.4.1 |
| 2290 | 2026-08-15T07:02:13.634Z | Compiling zerocopy v0.7.35 |
| 2291 | 2026-08-15T07:02:13.757Z | Compiling unicode-normalization v0.1.25 |
| 2292 | 2026-08-15T07:02:13.813Z | Compiling rand_xorshift v0.4.0 |
| 2293 | 2026-08-15T07:02:13.866Z | Compiling knus v3.4.0 |
| 2294 | 2026-08-15T07:02:13.897Z | Compiling sha1 v0.10.6 |
| 2295 | 2026-08-15T07:02:14.030Z | Compiling enum-as-inner v0.6.1 |
| 2296 | 2026-08-15T07:02:14.115Z | Compiling heapless v0.7.17 |
| 2297 | 2026-08-15T07:02:14.146Z | Compiling env_filter v2.0.0 |
| 2298 | 2026-08-15T07:02:14.219Z | Compiling aho-corasick v1.1.4 |
| 2299 | 2026-08-15T07:02:14.370Z | Compiling unarray v0.1.4 |
| 2300 | 2026-08-15T07:02:14.422Z | Compiling signal-hook v0.3.18 |
| 2301 | 2026-08-15T07:02:14.514Z | Compiling funty v2.0.0 |
| 2302 | 2026-08-15T07:02:14.544Z | Compiling atomic-waker v1.1.2 |
| 2303 | 2026-08-15T07:02:14.620Z | Compiling rustix v0.38.44 |
| 2304 | 2026-08-15T07:02:14.646Z | Compiling tower-service v0.3.3 |
| 2305 | 2026-08-15T07:02:14.691Z | Compiling usdt-impl v0.6.0 |
| 2306 | 2026-08-15T07:02:14.720Z | Compiling zlib-rs v0.6.2 |
| 2307 | 2026-08-15T07:02:14.741Z | Compiling tower-layer v0.3.3 |
| 2308 | 2026-08-15T07:02:14.763Z | Compiling try-lock v0.2.5 |
| 2309 | 2026-08-15T07:02:14.793Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2310 | 2026-08-15T07:02:14.978Z | Compiling bitvec v1.0.1 |
| 2311 | 2026-08-15T07:02:14.981Z | Compiling want v0.3.1 |
| 2312 | 2026-08-15T07:02:15.016Z | Compiling test-strategy v0.4.5 |
| 2313 | 2026-08-15T07:02:15.103Z | Compiling h2 v0.4.15 |
| 2314 | 2026-08-15T07:02:15.200Z | Compiling regex-automata v0.4.14 |
| 2315 | 2026-08-15T07:02:15.485Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2316 | 2026-08-15T07:02:15.719Z | Compiling dof v0.3.0 |
| 2317 | 2026-08-15T07:02:16.331Z | Compiling proptest v1.11.0 |
| 2318 | 2026-08-15T07:02:16.487Z | Compiling env_logger v0.11.11 |
| 2319 | 2026-08-15T07:02:16.910Z | Compiling flate2 v1.1.9 |
| 2320 | 2026-08-15T07:02:17.218Z | Compiling snafu-derive v0.8.9 |
| 2321 | 2026-08-15T07:02:17.479Z | Compiling scroll v0.13.0 |
| 2322 | 2026-08-15T07:02:17.537Z | Compiling strum v0.26.3 |
| 2323 | 2026-08-15T07:02:17.687Z | Compiling ipnetwork v0.21.1 |
| 2324 | 2026-08-15T07:02:18.042Z | Compiling dtrace-parser v0.2.0 |
| 2325 | 2026-08-15T07:02:18.257Z | Compiling erased-serde v0.3.31 |
| 2326 | 2026-08-15T07:02:18.730Z | Compiling darling_core v0.20.11 |
| 2327 | 2026-08-15T07:02:18.891Z | Compiling thread-id v4.2.2 |
| 2328 | 2026-08-15T07:02:18.908Z | Compiling nodrop v0.1.14 |
| 2329 | 2026-08-15T07:02:18.912Z | Compiling foreign-types-shared v0.1.1 |
| 2330 | 2026-08-15T07:02:18.952Z | Compiling httpdate v1.0.3 |
| 2331 | 2026-08-15T07:02:18.988Z | Compiling crc-catalog v2.4.0 |
| 2332 | 2026-08-15T07:02:19.023Z | Compiling winnow v0.5.40 |
| 2333 | 2026-08-15T07:02:19.054Z | Compiling powerfmt v0.2.0 |
| 2334 | 2026-08-15T07:02:19.095Z | Compiling crc v3.4.0 |
| 2335 | 2026-08-15T07:02:19.198Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2336 | 2026-08-15T07:02:19.213Z | Compiling hyper v1.10.1 |
| 2337 | 2026-08-15T07:02:19.268Z | Compiling deranged v0.5.8 |
| 2338 | 2026-08-15T07:02:19.303Z | Compiling foreign-types v0.3.2 |
| 2339 | 2026-08-15T07:02:19.319Z | Compiling array-init v0.0.4 |
| 2340 | 2026-08-15T07:02:19.694Z | Compiling newtype-uuid v1.3.2 |
| 2341 | 2026-08-15T07:02:19.893Z | Compiling oxnet v0.1.6 |
| 2342 | 2026-08-15T07:02:20.537Z | Compiling toml_edit v0.19.15 |
| 2343 | 2026-08-15T07:02:20.599Z | Compiling goblin v0.10.5 |
| 2344 | 2026-08-15T07:02:20.731Z | Compiling darling_macro v0.20.11 |
| 2345 | 2026-08-15T07:02:20.734Z | Compiling smallvec v0.6.14 |
| 2346 | 2026-08-15T07:02:20.909Z | Compiling bitfield v0.19.4 |
| 2347 | 2026-08-15T07:02:20.993Z | Compiling zerocopy v0.6.6 |
| 2348 | 2026-08-15T07:02:21.222Z | Compiling half v2.7.1 |
| 2349 | 2026-08-15T07:02:21.417Z | Compiling socket2 v0.5.10 |
| 2350 | 2026-08-15T07:02:21.647Z | Compiling memoffset v0.9.1 |
| 2351 | 2026-08-15T07:02:21.827Z | Compiling slog-async v2.8.0 |
| 2352 | 2026-08-15T07:02:21.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2353 | 2026-08-15T07:02:22.057Z | Compiling hashbrown v0.12.3 |
| 2354 | 2026-08-15T07:02:22.093Z | Compiling ciborium-io v0.2.2 |
| 2355 | 2026-08-15T07:02:22.129Z | Compiling num_threads v0.1.7 |
| 2356 | 2026-08-15T07:02:22.204Z | Compiling ref-cast v1.0.25 |
| 2357 | 2026-08-15T07:02:22.220Z | Compiling base64 v0.21.7 |
| 2358 | 2026-08-15T07:02:22.354Z | Compiling litrs v1.0.0 |
| 2359 | 2026-08-15T07:02:22.499Z | Compiling smoltcp v0.9.1 |
| 2360 | 2026-08-15T07:02:22.783Z | Compiling ron v0.8.1 |
| 2361 | 2026-08-15T07:02:22.809Z | Compiling document-features v0.2.12 |
| 2362 | 2026-08-15T07:02:22.947Z | Compiling time v0.3.47 |
| 2363 | 2026-08-15T07:02:23.033Z | Compiling ciborium-ll v0.2.2 |
| 2364 | 2026-08-15T07:02:23.293Z | Compiling dof v0.4.0 |
| 2365 | 2026-08-15T07:02:23.417Z | Compiling toml v0.7.8 |
| 2366 | 2026-08-15T07:02:23.548Z | Compiling hyper-util v0.1.20 |
| 2367 | 2026-08-15T07:02:24.364Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2368 | 2026-08-15T07:02:24.585Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2369 | 2026-08-15T07:02:24.588Z | Compiling darling v0.20.11 |
| 2370 | 2026-08-15T07:02:24.667Z | Compiling serde-hex v0.1.0 |
| 2371 | 2026-08-15T07:02:24.700Z | Compiling bzip2 v0.4.4 |
| 2372 | 2026-08-15T07:02:24.799Z | Compiling daft v0.1.7 |
| 2373 | 2026-08-15T07:02:24.928Z | Compiling hashbrown v0.13.2 |
| 2374 | 2026-08-15T07:02:25.143Z | Compiling hubpack v0.1.2 |
| 2375 | 2026-08-15T07:02:25.347Z | Compiling dtrace-parser v0.3.0 |
| 2376 | 2026-08-15T07:02:25.379Z | Compiling futures-executor v0.3.32 |
| 2377 | 2026-08-15T07:02:25.384Z | Compiling async-recursion v1.1.1 |
| 2378 | 2026-08-15T07:02:25.465Z | Compiling sync_wrapper v1.0.2 |
| 2379 | 2026-08-15T07:02:25.652Z | Compiling thread-id v5.1.0 |
| 2380 | 2026-08-15T07:02:25.799Z | Compiling crc-any v2.5.0 |
| 2381 | 2026-08-15T07:02:25.944Z | Compiling siphasher v1.0.2 |
| 2382 | 2026-08-15T07:02:26.798Z | Compiling tower v0.5.3 |
| 2383 | 2026-08-15T07:02:27.030Z | Compiling futures v0.3.32 |
| 2384 | 2026-08-15T07:02:27.124Z | Compiling object v0.30.4 |
| 2385 | 2026-08-15T07:02:27.406Z | Compiling zip v0.6.6 |
| 2386 | 2026-08-15T07:02:27.450Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2387 | 2026-08-15T07:02:27.492Z | Compiling derive_builder_core v0.20.2 |
| 2388 | 2026-08-15T07:02:28.095Z | Compiling ciborium v0.2.2 |
| 2389 | 2026-08-15T07:02:28.384Z | Compiling usdt-attr-macro v0.5.0 |
| 2390 | 2026-08-15T07:02:28.595Z | Compiling usdt-macro v0.5.0 |
| 2391 | 2026-08-15T07:02:28.611Z | Compiling bstr v1.12.1 |
| 2392 | 2026-08-15T07:02:28.677Z | Compiling block-buffer v0.12.1 |
| 2393 | 2026-08-15T07:02:28.736Z | Compiling crypto-common v0.2.2 |
| 2394 | 2026-08-15T07:02:28.923Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2395 | 2026-08-15T07:02:29.037Z | Compiling http-body-util v0.1.3 |
| 2396 | 2026-08-15T07:02:29.179Z | Compiling serde_with v3.21.0 |
| 2397 | 2026-08-15T07:02:29.321Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742) |
| 2398 | 2026-08-15T07:02:29.678Z | Compiling ref-cast-impl v1.0.25 |
| 2399 | 2026-08-15T07:02:29.704Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2400 | 2026-08-15T07:02:29.917Z | Compiling strum_macros v0.27.2 |
| 2401 | 2026-08-15T07:02:30.051Z | Compiling nix v0.31.2 |
| 2402 | 2026-08-15T07:02:30.070Z | Compiling fs-err v3.3.0 |
| 2403 | 2026-08-15T07:02:30.124Z | Compiling path-slash v0.1.5 |
| 2404 | 2026-08-15T07:02:30.231Z | Compiling data-encoding v2.10.0 |
| 2405 | 2026-08-15T07:02:30.275Z | Compiling static_assertions v1.1.0 |
| 2406 | 2026-08-15T07:02:30.290Z | Compiling iri-string v0.7.10 |
| 2407 | 2026-08-15T07:02:30.362Z | Compiling unicode-properties v0.1.4 |
| 2408 | 2026-08-15T07:02:30.411Z | Compiling ryu v1.0.23 |
| 2409 | 2026-08-15T07:02:30.760Z | Compiling unicode-bidi v0.3.18 |
| 2410 | 2026-08-15T07:02:31.250Z | Compiling same-file v1.0.6 |
| 2411 | 2026-08-15T07:02:31.458Z | Compiling tower-http v0.6.8 |
| 2412 | 2026-08-15T07:02:31.536Z | Compiling walkdir v2.5.0 |
| 2413 | 2026-08-15T07:02:31.656Z | Compiling serde_urlencoded v0.7.1 |
| 2414 | 2026-08-15T07:02:31.704Z | Compiling stringprep v0.1.5 |
| 2415 | 2026-08-15T07:02:31.832Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2416 | 2026-08-15T07:02:32.235Z | Compiling derive_builder_macro v0.20.2 |
| 2417 | 2026-08-15T07:02:32.624Z | Compiling tokio-native-tls v0.3.1 |
| 2418 | 2026-08-15T07:02:32.814Z | Compiling block-padding v0.4.2 |
| 2419 | 2026-08-15T07:02:33.244Z | Compiling pin-project v1.1.11 |
| 2420 | 2026-08-15T07:02:33.318Z | Compiling rustls-native-certs v0.8.3 |
| 2421 | 2026-08-15T07:02:33.612Z | Compiling serde-big-array v0.5.1 |
| 2422 | 2026-08-15T07:02:33.615Z | Compiling md-5 v0.10.6 |
| 2423 | 2026-08-15T07:02:33.680Z | Compiling hash32 v0.2.1 |
| 2424 | 2026-08-15T07:02:33.701Z | Compiling vergen-lib v9.1.0 |
| 2425 | 2026-08-15T07:02:33.791Z | Compiling encoding_rs v0.8.35 |
| 2426 | 2026-08-15T07:02:33.808Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-08-15T07:02:33.885Z | Compiling psl-types v2.0.11 |
| 2428 | 2026-08-15T07:02:33.912Z | Compiling cpufeatures v0.3.0 |
| 2429 | 2026-08-15T07:02:34.002Z | Compiling mime v0.3.17 |
| 2430 | 2026-08-15T07:02:34.024Z | Compiling jiff-core v0.1.0 |
| 2431 | 2026-08-15T07:02:34.095Z | Compiling toml_write v0.1.2 |
| 2432 | 2026-08-15T07:02:34.098Z | Compiling fallible-iterator v0.2.0 |
| 2433 | 2026-08-15T07:02:34.196Z | Compiling linked-hash-map v0.5.6 |
| 2434 | 2026-08-15T07:02:34.275Z | Compiling toml_edit v0.22.27 |
| 2435 | 2026-08-15T07:02:34.394Z | Compiling lru-cache v0.1.2 |
| 2436 | 2026-08-15T07:02:34.397Z | Compiling publicsuffix v2.3.0 |
| 2437 | 2026-08-15T07:02:34.443Z | Compiling postgres-protocol v0.6.10 |
| 2438 | 2026-08-15T07:02:34.753Z | Compiling snafu v0.8.9 |
| 2439 | 2026-08-15T07:02:34.958Z | Compiling jiff v0.2.34 |
| 2440 | 2026-08-15T07:02:35.152Z | Compiling inout v0.2.2 |
| 2441 | 2026-08-15T07:02:35.319Z | Compiling hyper-tls v0.6.0 |
| 2442 | 2026-08-15T07:02:35.322Z | Compiling derive_builder v0.20.2 |
| 2443 | 2026-08-15T07:02:35.350Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2444 | 2026-08-15T07:02:35.833Z | Compiling hickory-proto v0.24.4 |
| 2445 | 2026-08-15T07:02:35.856Z | Compiling globset v0.4.18 |
| 2446 | 2026-08-15T07:02:35.870Z | Compiling crossbeam-channel v0.5.15 |
| 2447 | 2026-08-15T07:02:35.957Z | Compiling usdt-macro v0.6.0 |
| 2448 | 2026-08-15T07:02:35.984Z | Compiling usdt-attr-macro v0.6.0 |
| 2449 | 2026-08-15T07:02:36.329Z | Compiling phf_shared v0.13.1 |
| 2450 | 2026-08-15T07:02:36.583Z | Compiling crossbeam-epoch v0.9.18 |
| 2451 | 2026-08-15T07:02:36.631Z | Compiling regex v1.12.3 |
| 2452 | 2026-08-15T07:02:37.030Z | Compiling serde_plain v1.0.2 |
| 2453 | 2026-08-15T07:02:37.047Z | Compiling pem v3.0.6 |
| 2454 | 2026-08-15T07:02:37.060Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2455 | 2026-08-15T07:02:37.074Z | Compiling serde_repr v0.1.20 |
| 2456 | 2026-08-15T07:02:37.215Z | Compiling derive-where v1.6.0 |
| 2457 | 2026-08-15T07:02:37.354Z | Compiling vergen v9.1.0 |
| 2458 | 2026-08-15T07:02:37.491Z | Compiling cargo-platform v0.3.2 |
| 2459 | 2026-08-15T07:02:37.536Z | Compiling filetime v0.2.27 |
| 2460 | 2026-08-15T07:02:37.565Z | Compiling memmap v0.7.0 |
| 2461 | 2026-08-15T07:02:37.581Z | Compiling is-terminal v0.4.17 |
| 2462 | 2026-08-15T07:02:37.605Z | Compiling term v1.2.1 |
| 2463 | 2026-08-15T07:02:37.736Z | Compiling typed-path v0.9.3 |
| 2464 | 2026-08-15T07:02:37.751Z | Compiling corncobs v0.1.4 |
| 2465 | 2026-08-15T07:02:37.768Z | Compiling xattr v1.6.1 |
| 2466 | 2026-08-15T07:02:37.771Z | Compiling foldhash v0.1.5 |
| 2467 | 2026-08-15T07:02:37.834Z | Compiling take_mut v0.2.2 |
| 2468 | 2026-08-15T07:02:37.973Z | Compiling bumpalo v3.20.2 |
| 2469 | 2026-08-15T07:02:38.265Z | Compiling const-oid v0.10.2 |
| 2470 | 2026-08-15T07:02:38.377Z | Compiling bitflags v1.3.2 |
| 2471 | 2026-08-15T07:02:38.403Z | Compiling libbz2-rs-sys v0.2.2 |
| 2472 | 2026-08-15T07:02:38.467Z | Compiling managed v0.8.0 |
| 2473 | 2026-08-15T07:02:38.586Z | Compiling resolv-conf v0.7.6 |
| 2474 | 2026-08-15T07:02:38.821Z | Compiling bzip2 v0.6.1 |
| 2475 | 2026-08-15T07:02:38.892Z | Compiling hickory-resolver v0.24.4 |
| 2476 | 2026-08-15T07:02:39.002Z | Compiling digest v0.11.3 |
| 2477 | 2026-08-15T07:02:39.166Z | Compiling zopfli v0.8.3 |
| 2478 | 2026-08-15T07:02:39.597Z | Compiling tar v0.4.46 |
| 2479 | 2026-08-15T07:02:39.719Z | Compiling hashbrown v0.15.5 |
| 2480 | 2026-08-15T07:02:39.758Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2481 | 2026-08-15T07:02:39.940Z | Compiling slog-term v2.9.2 |
| 2482 | 2026-08-15T07:02:40.128Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2483 | 2026-08-15T07:02:40.436Z | Compiling usdt v0.5.0 |
| 2484 | 2026-08-15T07:02:40.584Z | Compiling cargo_metadata v0.23.1 |
| 2485 | 2026-08-15T07:02:42.211Z | Compiling phf v0.13.1 |
| 2486 | 2026-08-15T07:02:42.424Z | Compiling zstd v0.13.3 |
| 2487 | 2026-08-15T07:02:42.506Z | Compiling toml v0.8.23 |
| 2488 | 2026-08-15T07:02:42.720Z | Compiling reqwest v0.12.28 |
| 2489 | 2026-08-15T07:02:42.980Z | Compiling cipher v0.5.2 |
| 2490 | 2026-08-15T07:02:43.081Z | Compiling signal-hook-mio v0.2.5 |
| 2491 | 2026-08-15T07:02:43.112Z | Compiling cookie_store v0.22.1 |
| 2492 | 2026-08-15T07:02:43.176Z | Compiling postgres-types v0.2.12 |
| 2493 | 2026-08-15T07:02:43.286Z | Compiling strum v0.27.2 |
| 2494 | 2026-08-15T07:02:43.663Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2495 | 2026-08-15T07:02:43.729Z | Compiling phf_shared v0.11.3 |
| 2496 | 2026-08-15T07:02:43.763Z | Compiling olpc-cjson v0.1.4 |
| 2497 | 2026-08-15T07:02:43.868Z | Compiling tokio-stream v0.1.18 |
| 2498 | 2026-08-15T07:02:43.920Z | Compiling byte-wrapper v0.1.0 |
| 2499 | 2026-08-15T07:02:44.233Z | Compiling inout v0.1.4 |
| 2500 | 2026-08-15T07:02:44.248Z | Compiling secrecy v0.8.0 |
| 2501 | 2026-08-15T07:02:44.396Z | Compiling float-cmp v0.10.0 |
| 2502 | 2026-08-15T07:02:44.511Z | Compiling memmap2 v0.9.10 |
| 2503 | 2026-08-15T07:02:44.577Z | Compiling hashbrown v0.16.1 |
| 2504 | 2026-08-15T07:02:44.771Z | Compiling normalize-line-endings v0.3.0 |
| 2505 | 2026-08-15T07:02:44.786Z | Compiling either v1.15.0 |
| 2506 | 2026-08-15T07:02:44.816Z | Compiling predicates-core v1.0.10 |
| 2507 | 2026-08-15T07:02:44.996Z | Compiling debug-ignore v1.0.5 |
| 2508 | 2026-08-15T07:02:45.097Z | Compiling new_debug_unreachable v1.0.6 |
| 2509 | 2026-08-15T07:02:45.116Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-08-15T07:02:45.178Z | Compiling fixedbitset v0.5.7 |
| 2511 | 2026-08-15T07:02:45.265Z | Compiling precomputed-hash v0.1.1 |
| 2512 | 2026-08-15T07:02:45.315Z | Compiling difflib v0.4.0 |
| 2513 | 2026-08-15T07:02:45.368Z | Compiling fixedbitset v0.4.2 |
| 2514 | 2026-08-15T07:02:45.486Z | Compiling whoami v2.1.0 |
| 2515 | 2026-08-15T07:02:45.587Z | Compiling predicates v3.1.4 |
| 2516 | 2026-08-15T07:02:45.736Z | Compiling tokio-postgres v0.7.16 |
| 2517 | 2026-08-15T07:02:45.830Z | Compiling petgraph v0.6.5 |
| 2518 | 2026-08-15T07:02:45.940Z | Compiling petgraph v0.8.3 |
| 2519 | 2026-08-15T07:02:46.017Z | Compiling string_cache v0.8.9 |
| 2520 | 2026-08-15T07:02:46.172Z | Compiling chacha20 v0.10.0 |
| 2521 | 2026-08-15T07:02:46.384Z | Compiling iddqd v0.4.2 |
| 2522 | 2026-08-15T07:02:46.478Z | Compiling qorb v0.4.1 |
| 2523 | 2026-08-15T07:02:47.129Z | Compiling itertools v0.13.0 |
| 2524 | 2026-08-15T07:02:47.248Z | Compiling usdt v0.6.0 |
| 2525 | 2026-08-15T07:02:47.608Z | Compiling cipher v0.4.4 |
| 2526 | 2026-08-15T07:02:47.838Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2527 | 2026-08-15T07:02:48.702Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2528 | 2026-08-15T07:02:48.730Z | Compiling crossterm v0.28.1 |
| 2529 | 2026-08-15T07:02:49.182Z | Compiling zip v4.6.1 |
| 2530 | 2026-08-15T07:02:50.408Z | Compiling similar v2.7.0 |
| 2531 | 2026-08-15T07:02:50.774Z | Compiling hickory-proto v0.25.2 |
| 2532 | 2026-08-15T07:02:51.492Z | Compiling buf-list v1.1.2 |
| 2533 | 2026-08-15T07:02:51.689Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2534 | 2026-08-15T07:02:51.709Z | Compiling openapiv3 v2.2.0 |
| 2535 | 2026-08-15T07:02:52.000Z | Compiling lalrpop-util v0.19.12 |
| 2536 | 2026-08-15T07:02:52.381Z | Compiling peg-runtime v0.8.5 |
| 2537 | 2026-08-15T07:02:54.109Z | Compiling crossbeam-deque v0.8.6 |
| 2538 | 2026-08-15T07:02:54.371Z | Compiling camino-tempfile v1.4.1 |
| 2539 | 2026-08-15T07:02:54.579Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2540 | 2026-08-15T07:02:54.884Z | Compiling blake3 v1.8.5 |
| 2541 | 2026-08-15T07:02:54.898Z | Compiling fs-err v2.11.0 |
| 2542 | 2026-08-15T07:02:55.243Z | Compiling rustls-webpki v0.103.13 |
| 2543 | 2026-08-15T07:02:57.301Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2544 | 2026-08-15T07:02:58.666Z | Compiling tokio-rustls v0.26.4 |
| 2545 | 2026-08-15T07:02:58.713Z | Compiling rustls-platform-verifier v0.6.2 |
| 2546 | 2026-08-15T07:02:58.940Z | Compiling hyper-rustls v0.27.7 |
| 2547 | 2026-08-15T07:02:58.973Z | Compiling tough v0.22.0 |
| 2548 | 2026-08-15T07:02:59.229Z | Compiling reqwest v0.13.2 |
| 2549 | 2026-08-15T07:02:59.260Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2550 | 2026-08-15T07:02:59.929Z | Compiling arrayref v0.3.9 |
| 2551 | 2026-08-15T07:03:00.020Z | Compiling arrayvec v0.7.6 |
| 2552 | 2026-08-15T07:03:00.224Z | Compiling constant_time_eq v0.4.2 |
| 2553 | 2026-08-15T07:03:00.677Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2554 | 2026-08-15T07:03:00.963Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2555 | 2026-08-15T07:03:00.979Z | Compiling atomicwrites v0.4.4 |
| 2556 | 2026-08-15T07:03:00.995Z | Compiling sha2 v0.11.0 |
| 2557 | 2026-08-15T07:03:01.191Z | Compiling digest-io v0.1.0 |
| 2558 | 2026-08-15T07:03:01.277Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2559 | 2026-08-15T07:03:01.316Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2560 | 2026-08-15T07:03:01.348Z | Compiling serde_path_to_error v0.1.20 |
| 2561 | 2026-08-15T07:03:01.495Z | Compiling indent_write v2.2.0 |
| 2562 | 2026-08-15T07:03:01.553Z | Compiling topological-sort v0.2.2 |
| 2563 | 2026-08-15T07:03:01.677Z | Compiling parse-size v1.1.0 |
| 2564 | 2026-08-15T07:03:01.750Z | Compiling rawzip v0.4.4 |
| 2565 | 2026-08-15T07:03:01.781Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2566 | 2026-08-15T07:03:01.820Z | Compiling shell-words v1.1.1 |
| 2567 | 2026-08-15T07:03:02.393Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2568 | 2026-08-15T07:03:09.913Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2569 | 2026-08-15T07:03:12.058Z | Compiling omicron-zone-package v0.12.3 |
| 2570 | 2026-08-15T07:03:12.338Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2571 | 2026-08-15T07:03:12.735Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2572 | 2026-08-15T07:03:12.760Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2573 | 2026-08-15T07:03:17.133Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2574 | 2026-08-15T07:03:29.369Z | Finished `release` profile [optimized] target(s) in 1m 35s |
| 2575 | 2026-08-15T07:03:29.373Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2576 | 2026-08-15T07:03:29.373Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2577 | 2026-08-15T07:03:29.522Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2578 | 2026-08-15T07:03:29.581Z | Aug 15 07:03:28.715 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2579 | 2026-08-15T07:03:29.678Z | Aug 15 07:03:28.812 DEBG running: git rev-parse HEAD |
| 2580 | 2026-08-15T07:03:29.681Z | Aug 15 07:03:28.815 DEBG process exited with exit status: 0 (2.470959ms) |
| 2581 | 2026-08-15T07:03:29.681Z | Aug 15 07:03:28.815 INFO version: 23.0.0-0.ci+gitc47b10a3ebc |
| 2582 | 2026-08-15T07:03:29.689Z | Aug 15 07:03:28.824 INFO cloning helios to /work/oxidecomputer/helios |
| 2583 | 2026-08-15T07:03:29.689Z | Aug 15 07:03:28.824 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2584 | 2026-08-15T07:03:29.692Z | Cloning into '/work/oxidecomputer/helios'... |
| 2585 | 2026-08-15T07:03:30.246Z | Aug 15 07:03:29.381 DEBG process exited with exit status: 0 (557.239203ms) |
| 2586 | 2026-08-15T07:03:30.247Z | Aug 15 07:03:29.381 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2587 | 2026-08-15T07:03:30.250Z | Aug 15 07:03:29.383 DEBG process exited with exit status: 0 (2.382479ms) |
| 2588 | 2026-08-15T07:03:30.250Z | Aug 15 07:03:29.383 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2589 | 2026-08-15T07:03:30.612Z | Aug 15 07:03:29.746 DEBG process exited with exit status: 0 (362.300859ms) |
| 2590 | 2026-08-15T07:03:30.612Z | Aug 15 07:03:29.746 DEBG running: zfs list rpool/images/build/host |
| 2591 | 2026-08-15T07:03:30.615Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2592 | 2026-08-15T07:03:30.615Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2593 | 2026-08-15T07:03:30.618Z | Aug 15 07:03:29.750 DEBG process exited with exit status: 0 (4.374238ms) |
| 2594 | 2026-08-15T07:03:30.618Z | Aug 15 07:03:29.750 DEBG running: zfs list rpool/images/build/recovery |
| 2595 | 2026-08-15T07:03:30.621Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2596 | 2026-08-15T07:03:30.621Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2597 | 2026-08-15T07:03:30.621Z | Aug 15 07:03:29.754 DEBG process exited with exit status: 0 (3.455289ms) |
| 2598 | 2026-08-15T07:03:30.621Z | Aug 15 07:03:29.754 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130) |
| 2599 | 2026-08-15T07:03:30.633Z | Aug 15 07:03:29.767 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026073100.0.0, but the current nexus API version is 2026081400.0.0; the console needs a client regen and tools/console_version needs a bump |
| 2600 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.768 INFO [incorp-manifest] running task |
| 2601 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.768 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2602 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.768 INFO [hubris-staging] running task |
| 2603 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.768 INFO [hubris-production] running task |
| 2604 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.768 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2605 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.769 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2606 | 2026-08-15T07:03:30.636Z | Aug 15 07:03:29.770 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2607 | 2026-08-15T07:03:30.680Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2608 | 2026-08-15T07:03:30.738Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2609 | 2026-08-15T07:03:30.865Z | Aug 15 07:03:29.999 INFO [incorp-create] process exited with exit status: 0 (230.75282ms) |
| 2610 | 2026-08-15T07:03:30.865Z | Aug 15 07:03:30.000 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2611 | 2026-08-15T07:03:31.129Z | Aug 15 07:03:30.264 INFO [incorp-publisher] process exited with exit status: 0 (264.422988ms) |
| 2612 | 2026-08-15T07:03:31.528Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2613 | 2026-08-15T07:03:31.787Z | Aug 15 07:03:30.921 INFO [hubris-production] task succeeded (1.152861311s) |
| 2614 | 2026-08-15T07:03:32.240Z | Aug 15 07:03:31.374 DEBG process exited with exit status: 0 (1.605912385s) |
| 2615 | 2026-08-15T07:03:32.243Z | Aug 15 07:03:31.374 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2616 | 2026-08-15T07:03:32.740Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2617 | 2026-08-15T07:03:32.740Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2618 | 2026-08-15T07:03:32.744Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2619 | 2026-08-15T07:03:32.745Z | [ omicron-package] Compiling itertools v0.15.0 |
| 2620 | 2026-08-15T07:03:32.745Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2621 | 2026-08-15T07:03:32.745Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2622 | 2026-08-15T07:03:32.745Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2623 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling multer v3.1.0 |
| 2624 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2625 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2626 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2627 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2628 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2629 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2630 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2631 | 2026-08-15T07:03:32.746Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2632 | 2026-08-15T07:03:33.479Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2633 | 2026-08-15T07:03:33.851Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2634 | 2026-08-15T07:03:33.854Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2635 | 2026-08-15T07:03:33.854Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2636 | 2026-08-15T07:03:33.854Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2637 | 2026-08-15T07:03:33.854Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2638 | 2026-08-15T07:03:33.854Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2639 | 2026-08-15T07:03:33.885Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2640 | 2026-08-15T07:03:33.934Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2641 | 2026-08-15T07:03:33.934Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2642 | 2026-08-15T07:03:33.937Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2643 | 2026-08-15T07:03:34.122Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2644 | 2026-08-15T07:03:34.156Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2645 | 2026-08-15T07:03:34.160Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2646 | 2026-08-15T07:03:34.373Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2647 | 2026-08-15T07:03:34.406Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2648 | 2026-08-15T07:03:34.435Z | Aug 15 07:03:33.570 DEBG process exited with exit status: 0 (2.195627976s) |
| 2649 | 2026-08-15T07:03:34.438Z | Aug 15 07:03:33.571 INFO [incorp-manifest] task succeeded (3.80314577s) |
| 2650 | 2026-08-15T07:03:34.438Z | Aug 15 07:03:33.571 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2651 | 2026-08-15T07:03:34.556Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2652 | 2026-08-15T07:03:34.570Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2653 | 2026-08-15T07:03:34.604Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2654 | 2026-08-15T07:03:34.650Z | Aug 15 07:03:33.784 INFO [incorp-fmt] process exited with exit status: 0 (213.174607ms) |
| 2655 | 2026-08-15T07:03:34.657Z | Aug 15 07:03:33.785 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2656 | 2026-08-15T07:03:34.777Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2657 | 2026-08-15T07:03:34.784Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2658 | 2026-08-15T07:03:34.857Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2659 | 2026-08-15T07:03:34.888Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2660 | 2026-08-15T07:03:34.910Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2661 | 2026-08-15T07:03:34.913Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2662 | 2026-08-15T07:03:34.913Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2663 | 2026-08-15T07:03:34.943Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2664 | 2026-08-15T07:03:35.002Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260815T070334Z |
| 2665 | 2026-08-15T07:03:35.002Z | [ incorp-pkgsend] PUBLISHED |
| 2666 | 2026-08-15T07:03:35.061Z | Aug 15 07:03:34.195 INFO [incorp-pkgsend] process exited with exit status: 0 (410.60286ms) |
| 2667 | 2026-08-15T07:03:35.063Z | Aug 15 07:03:34.195 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2668 | 2026-08-15T07:03:35.156Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2669 | 2026-08-15T07:03:35.241Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2670 | 2026-08-15T07:03:35.241Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2671 | 2026-08-15T07:03:35.327Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2672 | 2026-08-15T07:03:35.330Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2673 | 2026-08-15T07:03:35.355Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2674 | 2026-08-15T07:03:35.355Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2675 | 2026-08-15T07:03:35.366Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2676 | 2026-08-15T07:03:35.366Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2677 | 2026-08-15T07:03:35.366Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2678 | 2026-08-15T07:03:35.370Z | [ helios-incorp] |
| 2679 | 2026-08-15T07:03:35.370Z | [ helios-incorp] Archiving packages ... |
| 2680 | 2026-08-15T07:03:35.370Z | [ helios-incorp] Packages to add: 1 |
| 2681 | 2026-08-15T07:03:35.370Z | [ helios-incorp] Files to retrieve: 0 |
| 2682 | 2026-08-15T07:03:35.373Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2683 | 2026-08-15T07:03:35.373Z | [ helios-incorp] |
| 2684 | 2026-08-15T07:03:35.373Z | [ helios-incorp] Packages to archive: |
| 2685 | 2026-08-15T07:03:35.373Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260815T070334Z |
| 2686 | 2026-08-15T07:03:35.373Z | [ helios-incorp] |
| 2687 | 2026-08-15T07:03:35.373Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2688 | 2026-08-15T07:03:35.373Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2689 | 2026-08-15T07:03:35.445Z | Aug 15 07:03:34.580 INFO [helios-incorp] process exited with exit status: 0 (384.260251ms) |
| 2690 | 2026-08-15T07:03:35.482Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2691 | 2026-08-15T07:03:35.511Z | [ omicron-package] Compiling backon v1.6.0 |
| 2692 | 2026-08-15T07:03:35.535Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2693 | 2026-08-15T07:03:35.606Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2694 | 2026-08-15T07:03:35.733Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2695 | 2026-08-15T07:03:35.821Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2696 | 2026-08-15T07:03:35.876Z | [ omicron-package] Compiling aead v0.5.2 |
| 2697 | 2026-08-15T07:03:35.920Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2698 | 2026-08-15T07:03:35.924Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2699 | 2026-08-15T07:03:36.081Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2700 | 2026-08-15T07:03:36.103Z | [ omicron-package] Compiling instant v0.1.13 |
| 2701 | 2026-08-15T07:03:36.323Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2702 | 2026-08-15T07:03:36.352Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2703 | 2026-08-15T07:03:36.383Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2704 | 2026-08-15T07:03:36.430Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2705 | 2026-08-15T07:03:36.471Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2706 | 2026-08-15T07:03:36.562Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2707 | 2026-08-15T07:03:36.637Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2708 | 2026-08-15T07:03:36.734Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2709 | 2026-08-15T07:03:36.737Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2710 | 2026-08-15T07:03:36.774Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2711 | 2026-08-15T07:03:36.791Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2712 | 2026-08-15T07:03:36.831Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2713 | 2026-08-15T07:03:36.954Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2714 | 2026-08-15T07:03:37.038Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2715 | 2026-08-15T07:03:37.038Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2716 | 2026-08-15T07:03:37.176Z | [ omicron-package] Compiling regress v0.10.5 |
| 2717 | 2026-08-15T07:03:37.200Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2718 | 2026-08-15T07:03:37.260Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2719 | 2026-08-15T07:03:37.431Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2720 | 2026-08-15T07:03:37.511Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2721 | 2026-08-15T07:03:37.683Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2722 | 2026-08-15T07:03:37.723Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2723 | 2026-08-15T07:03:37.879Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2724 | 2026-08-15T07:03:38.013Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2725 | 2026-08-15T07:03:38.156Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2726 | 2026-08-15T07:03:38.159Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2727 | 2026-08-15T07:03:38.239Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2728 | 2026-08-15T07:03:38.351Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2729 | 2026-08-15T07:03:38.401Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2730 | 2026-08-15T07:03:38.401Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2731 | 2026-08-15T07:03:38.404Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2732 | 2026-08-15T07:03:38.489Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2733 | 2026-08-15T07:03:38.492Z | [ omicron-package] Compiling rand v0.10.1 |
| 2734 | 2026-08-15T07:03:38.528Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2735 | 2026-08-15T07:03:38.699Z | [ omicron-package] Compiling colored v3.1.1 |
| 2736 | 2026-08-15T07:03:38.830Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2737 | 2026-08-15T07:03:38.900Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2738 | 2026-08-15T07:03:38.947Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2739 | 2026-08-15T07:03:39.085Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2740 | 2026-08-15T07:03:39.105Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2741 | 2026-08-15T07:03:39.151Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2742 | 2026-08-15T07:03:39.289Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2743 | 2026-08-15T07:03:39.344Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2744 | 2026-08-15T07:03:39.417Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2745 | 2026-08-15T07:03:39.488Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2746 | 2026-08-15T07:03:39.571Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2747 | 2026-08-15T07:03:39.601Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2748 | 2026-08-15T07:03:39.620Z | [ omicron-package] Compiling glob v0.3.3 |
| 2749 | 2026-08-15T07:03:39.666Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2750 | 2026-08-15T07:03:39.935Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2751 | 2026-08-15T07:03:40.036Z | [ omicron-package] Compiling smf v0.2.3 |
| 2752 | 2026-08-15T07:03:40.067Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2753 | 2026-08-15T07:03:40.070Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2754 | 2026-08-15T07:03:40.185Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2755 | 2026-08-15T07:03:40.378Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2756 | 2026-08-15T07:03:40.493Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2757 | 2026-08-15T07:03:40.589Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2758 | 2026-08-15T07:03:40.603Z | [ omicron-package] Compiling zone v0.3.1 |
| 2759 | 2026-08-15T07:03:40.679Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2760 | 2026-08-15T07:03:40.808Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2761 | 2026-08-15T07:03:40.884Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2762 | 2026-08-15T07:03:40.884Z | [ omicron-package] Compiling console v0.16.2 |
| 2763 | 2026-08-15T07:03:41.155Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2764 | 2026-08-15T07:03:41.257Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2765 | 2026-08-15T07:03:41.288Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2766 | 2026-08-15T07:03:41.500Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2767 | 2026-08-15T07:03:41.575Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2768 | 2026-08-15T07:03:43.357Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2769 | 2026-08-15T07:03:44.668Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2770 | 2026-08-15T07:03:45.753Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2771 | 2026-08-15T07:03:46.667Z | [ helios-setup] Aug 15 07:03:45.801 INFO helios repository root is: /work/oxidecomputer/helios |
| 2772 | 2026-08-15T07:03:46.670Z | [ helios-setup] Aug 15 07:03:45.802 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl |
| 2773 | 2026-08-15T07:03:46.670Z | [ helios-setup] Aug 15 07:03:45.802 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2774 | 2026-08-15T07:03:46.670Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2775 | 2026-08-15T07:03:46.975Z | Aug 15 07:03:46.109 INFO [hubris-staging] task succeeded (16.341135263s) |
| 2776 | 2026-08-15T07:03:47.228Z | [ helios-setup] Aug 15 07:03:46.363 INFO clone ok!, project: phbl |
| 2777 | 2026-08-15T07:03:47.229Z | [ helios-setup] Aug 15 07:03:46.363 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2778 | 2026-08-15T07:03:47.229Z | [ helios-setup] Aug 15 07:03:46.363 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2779 | 2026-08-15T07:03:47.232Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2780 | 2026-08-15T07:03:48.250Z | [ helios-setup] Aug 15 07:03:47.384 INFO clone ok!, project: pilot |
| 2781 | 2026-08-15T07:03:48.250Z | [ helios-setup] Aug 15 07:03:47.384 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2782 | 2026-08-15T07:03:48.253Z | [ helios-setup] Aug 15 07:03:47.384 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2783 | 2026-08-15T07:03:48.253Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2784 | 2026-08-15T07:03:49.076Z | [ helios-setup] Aug 15 07:03:48.210 INFO clone ok!, project: dmar-report |
| 2785 | 2026-08-15T07:03:49.076Z | [ helios-setup] Aug 15 07:03:48.210 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder |
| 2786 | 2026-08-15T07:03:49.079Z | [ helios-setup] Aug 15 07:03:48.210 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2787 | 2026-08-15T07:03:49.079Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2788 | 2026-08-15T07:03:50.113Z | [ helios-setup] Aug 15 07:03:49.247 INFO clone ok!, project: image-builder |
| 2789 | 2026-08-15T07:03:50.113Z | [ helios-setup] Aug 15 07:03:49.247 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2790 | 2026-08-15T07:03:50.113Z | [ helios-setup] Aug 15 07:03:49.247 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2791 | 2026-08-15T07:03:50.117Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2792 | 2026-08-15T07:03:54.030Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2793 | 2026-08-15T07:03:56.535Z | [ helios-setup] Aug 15 07:03:55.670 INFO clone ok!, project: amd-firmware |
| 2794 | 2026-08-15T07:03:56.539Z | [ helios-setup] Aug 15 07:03:55.670 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2795 | 2026-08-15T07:03:56.539Z | [ helios-setup] Aug 15 07:03:55.670 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2796 | 2026-08-15T07:03:56.539Z | [ helios-setup] Aug 15 07:03:55.670 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2797 | 2026-08-15T07:03:56.539Z | [ helios-setup] Aug 15 07:03:55.670 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 |
| 2798 | 2026-08-15T07:03:56.539Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2799 | 2026-08-15T07:03:57.320Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2800 | 2026-08-15T07:03:57.421Z | [ helios-setup] Aug 15 07:03:56.556 INFO clone ok!, project: amd-host-image-builder |
| 2801 | 2026-08-15T07:03:57.424Z | [ helios-setup] Aug 15 07:03:56.556 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2802 | 2026-08-15T07:03:57.424Z | [ helios-setup] Aug 15 07:03:56.556 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2803 | 2026-08-15T07:03:57.424Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2804 | 2026-08-15T07:03:58.346Z | [ helios-setup] Aug 15 07:03:57.481 INFO clone ok!, project: chelsio-t6-roms |
| 2805 | 2026-08-15T07:03:58.347Z | [ helios-setup] Aug 15 07:03:57.481 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver |
| 2806 | 2026-08-15T07:03:58.350Z | [ helios-setup] Aug 15 07:03:57.481 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2807 | 2026-08-15T07:03:58.350Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2808 | 2026-08-15T07:03:58.393Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2809 | 2026-08-15T07:03:58.905Z | [ helios-setup] Aug 15 07:03:58.039 INFO clone ok!, project: bootserver |
| 2810 | 2026-08-15T07:03:58.905Z | [ helios-setup] Aug 15 07:03:58.039 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick |
| 2811 | 2026-08-15T07:03:58.909Z | [ helios-setup] Aug 15 07:03:58.039 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2812 | 2026-08-15T07:03:58.909Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2813 | 2026-08-15T07:03:59.453Z | [ helios-setup] Aug 15 07:03:58.587 INFO clone ok!, project: pinprick |
| 2814 | 2026-08-15T07:03:59.456Z | [ helios-setup] Aug 15 07:03:58.587 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2815 | 2026-08-15T07:03:59.456Z | [ helios-setup] Aug 15 07:03:58.587 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2816 | 2026-08-15T07:03:59.693Z | [ helios-setup] Aug 15 07:03:58.827 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2817 | 2026-08-15T07:03:59.951Z | [ helios-setup] Aug 15 07:03:59.084 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2818 | 2026-08-15T07:03:59.951Z | [ helios-setup] Aug 15 07:03:59.084 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2819 | 2026-08-15T07:04:00.200Z | [ helios-setup] Aug 15 07:03:59.334 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2820 | 2026-08-15T07:04:00.427Z | [ helios-setup] Aug 15 07:03:59.561 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2821 | 2026-08-15T07:04:00.427Z | [ helios-setup] Aug 15 07:03:59.561 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2822 | 2026-08-15T07:04:00.641Z | [ helios-setup] Aug 15 07:03:59.774 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2823 | 2026-08-15T07:04:00.847Z | [ helios-setup] Aug 15 07:03:59.982 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2824 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2825 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2826 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO ok! |
| 2827 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2828 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2829 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO ok! |
| 2830 | 2026-08-15T07:04:00.851Z | [ helios-setup] Aug 15 07:03:59.982 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2831 | 2026-08-15T07:04:00.852Z | [ helios-setup] Aug 15 07:03:59.982 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2832 | 2026-08-15T07:04:00.852Z | [ helios-setup] Aug 15 07:03:59.982 INFO ok! |
| 2833 | 2026-08-15T07:04:00.852Z | [ helios-setup] Aug 15 07:03:59.982 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 2834 | 2026-08-15T07:04:07.979Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 37.34s |
| 2835 | 2026-08-15T07:04:07.982Z | [ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2836 | 2026-08-15T07:04:07.982Z | [ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2837 | 2026-08-15T07:04:08.216Z | [ omicron-package] |
| 2838 | 2026-08-15T07:04:08.217Z | [ omicron-package] real 37.522340554 |
| 2839 | 2026-08-15T07:04:08.217Z | [ omicron-package] user 3:45.793094527 |
| 2840 | 2026-08-15T07:04:08.220Z | [ omicron-package] sys 25.829596837 |
| 2841 | 2026-08-15T07:04:08.220Z | [ omicron-package] trap 0.455626975 |
| 2842 | 2026-08-15T07:04:08.220Z | [ omicron-package] tflt 0.430041220 |
| 2843 | 2026-08-15T07:04:08.220Z | [ omicron-package] dflt 2.494932790 |
| 2844 | 2026-08-15T07:04:08.221Z | [ omicron-package] kflt 0.000135229 |
| 2845 | 2026-08-15T07:04:08.221Z | [ omicron-package] lock 10:48.733013209 |
| 2846 | 2026-08-15T07:04:08.222Z | [ omicron-package] slp 5:45.668413632 |
| 2847 | 2026-08-15T07:04:08.222Z | [ omicron-package] lat 43.496540873 |
| 2848 | 2026-08-15T07:04:08.222Z | [ omicron-package] stop 1:42.496802309 |
| 2849 | 2026-08-15T07:04:08.222Z | Aug 15 07:04:07.351 INFO [omicron-package] process exited with exit status: 0 (37.582999221s) |
| 2850 | 2026-08-15T07:04:08.222Z | Aug 15 07:04:07.351 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2851 | 2026-08-15T07:04:08.222Z | Aug 15 07:04:07.352 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2852 | 2026-08-15T07:04:08.228Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2853 | 2026-08-15T07:04:08.228Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2854 | 2026-08-15T07:04:08.231Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2855 | 2026-08-15T07:04:08.231Z | [ host-target] Created new build target 'host' and set it as active |
| 2856 | 2026-08-15T07:04:08.234Z | Aug 15 07:04:07.366 INFO [recovery-target] process exited with exit status: 0 (14.161585ms) |
| 2857 | 2026-08-15T07:04:08.234Z | Aug 15 07:04:07.366 INFO [host-target] process exited with exit status: 0 (14.769345ms) |
| 2858 | 2026-08-15T07:04:08.234Z | Aug 15 07:04:07.366 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2859 | 2026-08-15T07:04:08.238Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2860 | 2026-08-15T07:04:10.015Z | [ host-package] Compiling heck v0.5.0 |
| 2861 | 2026-08-15T07:04:10.015Z | [ host-package] Compiling regress v0.11.1 |
| 2862 | 2026-08-15T07:04:10.019Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2863 | 2026-08-15T07:04:10.310Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2864 | 2026-08-15T07:04:10.341Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2865 | 2026-08-15T07:04:10.363Z | [ host-package] Compiling bytecount v0.6.9 |
| 2866 | 2026-08-15T07:04:10.367Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2867 | 2026-08-15T07:04:10.367Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2868 | 2026-08-15T07:04:10.368Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2869 | 2026-08-15T07:04:10.382Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2870 | 2026-08-15T07:04:10.449Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2871 | 2026-08-15T07:04:10.453Z | [ host-package] Compiling console v0.15.11 |
| 2872 | 2026-08-15T07:04:10.500Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 2873 | 2026-08-15T07:04:10.503Z | [ host-package] Compiling num-rational v0.4.2 |
| 2874 | 2026-08-15T07:04:10.503Z | [ host-package] Compiling num-complex v0.4.6 |
| 2875 | 2026-08-15T07:04:10.701Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2876 | 2026-08-15T07:04:10.726Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2877 | 2026-08-15T07:04:10.751Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2878 | 2026-08-15T07:04:10.755Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2879 | 2026-08-15T07:04:10.888Z | [ host-package] Compiling compression-core v0.4.31 |
| 2880 | 2026-08-15T07:04:10.914Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2881 | 2026-08-15T07:04:10.998Z | [ host-package] Compiling expectorate v1.2.0 |
| 2882 | 2026-08-15T07:04:11.083Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2883 | 2026-08-15T07:04:11.115Z | [ host-package] Compiling num v0.4.3 |
| 2884 | 2026-08-15T07:04:11.200Z | [ host-package] Compiling hostname v0.3.1 |
| 2885 | 2026-08-15T07:04:11.203Z | [ host-package] Compiling multer v3.1.0 |
| 2886 | 2026-08-15T07:04:11.248Z | [ host-package] Compiling slog-json v2.6.1 |
| 2887 | 2026-08-15T07:04:11.279Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2888 | 2026-08-15T07:04:11.302Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2889 | 2026-08-15T07:04:11.305Z | [ host-package] Compiling float-ord v0.3.2 |
| 2890 | 2026-08-15T07:04:11.399Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2891 | 2026-08-15T07:04:11.514Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2892 | 2026-08-15T07:04:11.557Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2893 | 2026-08-15T07:04:11.610Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2894 | 2026-08-15T07:04:11.663Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2895 | 2026-08-15T07:04:11.699Z | [ host-package] Compiling async-compression v0.4.41 |
| 2896 | 2026-08-15T07:04:11.788Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2897 | 2026-08-15T07:04:11.810Z | [ host-package] Compiling dropshot v0.17.1 |
| 2898 | 2026-08-15T07:04:11.889Z | [ host-package] Compiling async-stream v0.3.6 |
| 2899 | 2026-08-15T07:04:11.968Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2900 | 2026-08-15T07:04:12.063Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2901 | 2026-08-15T07:04:12.100Z | [ host-package] Compiling sha1 v0.11.0 |
| 2902 | 2026-08-15T07:04:12.151Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2903 | 2026-08-15T07:04:12.198Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2904 | 2026-08-15T07:04:12.363Z | [ host-package] Compiling backon v1.6.0 |
| 2905 | 2026-08-15T07:04:12.389Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2906 | 2026-08-15T07:04:12.433Z | [ host-package] Compiling hostname v0.4.2 |
| 2907 | 2026-08-15T07:04:12.461Z | [ host-package] Compiling instant v0.1.13 |
| 2908 | 2026-08-15T07:04:12.546Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2909 | 2026-08-15T07:04:12.636Z | [ host-package] Compiling linear-map v1.2.0 |
| 2910 | 2026-08-15T07:04:12.636Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2911 | 2026-08-15T07:04:12.684Z | [ host-package] Compiling backoff v0.4.0 |
| 2912 | 2026-08-15T07:04:12.856Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 2913 | 2026-08-15T07:04:12.880Z | [ host-package] Compiling nom v7.1.3 |
| 2914 | 2026-08-15T07:04:12.943Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2915 | 2026-08-15T07:04:12.946Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2916 | 2026-08-15T07:04:12.964Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2917 | 2026-08-15T07:04:13.051Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2918 | 2026-08-15T07:04:13.284Z | [ host-package] Compiling parse-display v0.10.0 |
| 2919 | 2026-08-15T07:04:13.361Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2920 | 2026-08-15T07:04:13.659Z | [ host-package] Compiling itertools v0.14.0 |
| 2921 | 2026-08-15T07:04:13.799Z | [ host-package] Compiling regress v0.10.5 |
| 2922 | 2026-08-15T07:04:14.197Z | [ host-package] Compiling macaddr v1.0.1 |
| 2923 | 2026-08-15T07:04:14.465Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2924 | 2026-08-15T07:04:14.495Z | [ host-package] Compiling humantime v2.3.0 |
| 2925 | 2026-08-15T07:04:14.668Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2926 | 2026-08-15T07:04:14.726Z | [ host-package] Compiling convert_case v0.10.0 |
| 2927 | 2026-08-15T07:04:14.748Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2928 | 2026-08-15T07:04:14.866Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2929 | 2026-08-15T07:04:15.062Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2930 | 2026-08-15T07:04:15.152Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2931 | 2026-08-15T07:04:15.217Z | [ host-package] Compiling papergrid v0.11.0 |
| 2932 | 2026-08-15T07:04:15.369Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2933 | 2026-08-15T07:04:15.659Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2934 | 2026-08-15T07:04:15.983Z | [ host-package] Compiling derive_more v2.1.1 |
| 2935 | 2026-08-15T07:04:16.012Z | [ host-package] Compiling termtree v0.5.1 |
| 2936 | 2026-08-15T07:04:16.043Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2937 | 2026-08-15T07:04:16.079Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2938 | 2026-08-15T07:04:16.117Z | [ host-package] Compiling crossterm v0.29.0 |
| 2939 | 2026-08-15T07:04:16.120Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2940 | 2026-08-15T07:04:16.273Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2941 | 2026-08-15T07:04:16.339Z | [ host-package] Compiling vte v0.14.1 |
| 2942 | 2026-08-15T07:04:16.387Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2943 | 2026-08-15T07:04:16.427Z | [ host-package] Compiling tabled v0.15.0 |
| 2944 | 2026-08-15T07:04:16.608Z | [ host-package] Compiling csv-core v0.1.13 |
| 2945 | 2026-08-15T07:04:16.929Z | [ host-package] Compiling highway v1.3.0 |
| 2946 | 2026-08-15T07:04:17.003Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2947 | 2026-08-15T07:04:17.195Z | [ host-package] Compiling csv v1.4.0 |
| 2948 | 2026-08-15T07:04:17.269Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2949 | 2026-08-15T07:04:17.668Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2950 | 2026-08-15T07:04:17.747Z | [ host-package] Compiling typify v0.6.2 |
| 2951 | 2026-08-15T07:04:18.124Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 2952 | 2026-08-15T07:04:18.173Z | [ host-package] Compiling phf v0.12.1 |
| 2953 | 2026-08-15T07:04:18.236Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2954 | 2026-08-15T07:04:18.329Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2955 | 2026-08-15T07:04:18.380Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2956 | 2026-08-15T07:04:18.574Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2957 | 2026-08-15T07:04:18.845Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2958 | 2026-08-15T07:04:19.214Z | [ host-package] Compiling reedline v0.40.0 |
| 2959 | 2026-08-15T07:04:19.436Z | [ host-package] Compiling const_format v0.2.35 |
| 2960 | 2026-08-15T07:04:19.967Z | [ host-package] Compiling peg v0.8.5 |
| 2961 | 2026-08-15T07:04:20.101Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2962 | 2026-08-15T07:04:20.374Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 2963 | 2026-08-15T07:04:21.372Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2964 | 2026-08-15T07:04:21.400Z | [ host-package] Compiling bcs v0.1.6 |
| 2965 | 2026-08-15T07:04:21.532Z | [ host-package] Compiling nom v8.0.0 |
| 2966 | 2026-08-15T07:04:21.897Z | [ host-package] Compiling semver v0.1.20 |
| 2967 | 2026-08-15T07:04:21.938Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2968 | 2026-08-15T07:04:22.178Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2969 | 2026-08-15T07:04:22.225Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2970 | 2026-08-15T07:04:22.294Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2971 | 2026-08-15T07:04:22.434Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2972 | 2026-08-15T07:04:22.495Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2973 | 2026-08-15T07:04:22.858Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2974 | 2026-08-15T07:04:22.924Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2975 | 2026-08-15T07:04:23.966Z | [ host-package] Compiling sha1 v0.10.6 |
| 2976 | 2026-08-15T07:04:24.073Z | [ host-package] Compiling steno v0.4.1 |
| 2977 | 2026-08-15T07:04:24.392Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2978 | 2026-08-15T07:04:24.481Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2979 | 2026-08-15T07:04:24.734Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2980 | 2026-08-15T07:04:24.798Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 2981 | 2026-08-15T07:04:24.888Z | [ host-package] Compiling progenitor v0.14.0 |
| 2982 | 2026-08-15T07:04:25.142Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2983 | 2026-08-15T07:04:25.332Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2984 | 2026-08-15T07:04:25.360Z | [ host-package] Compiling tagptr v0.2.0 |
| 2985 | 2026-08-15T07:04:25.363Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2986 | 2026-08-15T07:04:25.522Z | [ host-package] Compiling moka v0.12.13 |
| 2987 | 2026-08-15T07:04:25.585Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2988 | 2026-08-15T07:04:25.695Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2989 | 2026-08-15T07:04:25.712Z | [ helios-setup] Aug 15 07:04:24.846 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 2990 | 2026-08-15T07:04:25.712Z | [ helios-setup] Aug 15 07:04:24.846 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2991 | 2026-08-15T07:04:25.723Z | [ helios-setup] Aug 15 07:04:24.858 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 2992 | 2026-08-15T07:04:25.724Z | [ helios-setup] Aug 15 07:04:24.858 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2993 | 2026-08-15T07:04:25.724Z | [ helios-setup] Aug 15 07:04:24.858 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2994 | 2026-08-15T07:04:25.833Z | [ helios-setup] Aug 15 07:04:24.968 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2995 | 2026-08-15T07:04:25.855Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2996 | 2026-08-15T07:04:25.930Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2997 | 2026-08-15T07:04:25.953Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2998 | 2026-08-15T07:04:26.170Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2999 | 2026-08-15T07:04:26.178Z | [ helios-setup] Aug 15 07:04:25.313 INFO E| From https://github.com/jclulow/hiercmd |
| 3000 | 2026-08-15T07:04:26.178Z | [ helios-setup] Aug 15 07:04:25.313 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3001 | 2026-08-15T07:04:26.192Z | [ helios-setup] Aug 15 07:04:25.326 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3002 | 2026-08-15T07:04:26.522Z | [ helios-setup] Aug 15 07:04:25.656 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3003 | 2026-08-15T07:04:26.524Z | [ helios-setup] Aug 15 07:04:25.656 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3004 | 2026-08-15T07:04:26.534Z | [ helios-setup] Aug 15 07:04:25.668 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3005 | 2026-08-15T07:04:26.833Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3006 | 2026-08-15T07:04:26.941Z | [ helios-setup] Aug 15 07:04:26.074 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3007 | 2026-08-15T07:04:26.941Z | [ helios-setup] Aug 15 07:04:26.075 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3008 | 2026-08-15T07:04:26.960Z | [ helios-setup] Aug 15 07:04:26.093 INFO E| Updating crates.io index |
| 3009 | 2026-08-15T07:04:27.265Z | [ helios-setup] Aug 15 07:04:26.399 INFO E| Downloading crates ... |
| 3010 | 2026-08-15T07:04:27.314Z | [ helios-setup] Aug 15 07:04:26.448 INFO E| Downloaded devinfo v0.1.0 |
| 3011 | 2026-08-15T07:04:27.323Z | [ helios-setup] Aug 15 07:04:26.457 INFO E| Downloaded anstyle v1.0.13 |
| 3012 | 2026-08-15T07:04:27.328Z | [ helios-setup] Aug 15 07:04:26.461 INFO E| Downloaded indexmap v2.12.0 |
| 3013 | 2026-08-15T07:04:27.331Z | [ helios-setup] Aug 15 07:04:26.464 INFO E| Downloaded zeroize v1.8.2 |
| 3014 | 2026-08-15T07:04:27.334Z | [ helios-setup] Aug 15 07:04:26.465 INFO E| Downloaded futures-macro v0.3.31 |
| 3015 | 2026-08-15T07:04:27.341Z | [ helios-setup] Aug 15 07:04:26.475 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3016 | 2026-08-15T07:04:27.352Z | [ helios-setup] Aug 15 07:04:26.486 INFO E| Downloaded clap_lex v0.7.6 |
| 3017 | 2026-08-15T07:04:27.356Z | [ helios-setup] Aug 15 07:04:26.488 INFO E| Downloaded pin-utils v0.1.0 |
| 3018 | 2026-08-15T07:04:27.356Z | [ helios-setup] Aug 15 07:04:26.488 INFO E| Downloaded futures-task v0.3.31 |
| 3019 | 2026-08-15T07:04:27.356Z | [ helios-setup] Aug 15 07:04:26.489 INFO E| Downloaded itoa v1.0.15 |
| 3020 | 2026-08-15T07:04:27.356Z | [ helios-setup] Aug 15 07:04:26.490 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3021 | 2026-08-15T07:04:27.376Z | [ helios-setup] Aug 15 07:04:26.510 INFO E| Downloaded anstyle-query v1.1.4 |
| 3022 | 2026-08-15T07:04:27.379Z | [ helios-setup] Aug 15 07:04:26.511 INFO E| Downloaded futures-io v0.3.31 |
| 3023 | 2026-08-15T07:04:27.379Z | [ helios-setup] Aug 15 07:04:26.512 INFO E| Downloaded futures-sink v0.3.31 |
| 3024 | 2026-08-15T07:04:27.389Z | [ helios-setup] Aug 15 07:04:26.523 INFO E| Downloaded futures-core v0.3.31 |
| 3025 | 2026-08-15T07:04:27.392Z | [ helios-setup] Aug 15 07:04:26.524 INFO E| Downloaded time-core v0.1.6 |
| 3026 | 2026-08-15T07:04:27.392Z | [ helios-setup] Aug 15 07:04:26.525 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3027 | 2026-08-15T07:04:27.392Z | [ helios-setup] Aug 15 07:04:26.526 INFO E| Downloaded crc v3.3.0 |
| 3028 | 2026-08-15T07:04:27.396Z | [ helios-setup] Aug 15 07:04:26.527 INFO E| Downloaded futures-channel v0.3.31 |
| 3029 | 2026-08-15T07:04:27.427Z | [ helios-setup] Aug 15 07:04:26.561 INFO E| Downloaded base64ct v1.8.0 |
| 3030 | 2026-08-15T07:04:27.431Z | [ helios-setup] Aug 15 07:04:26.563 INFO E| Downloaded thiserror v2.0.17 |
| 3031 | 2026-08-15T07:04:27.434Z | [ helios-setup] Aug 15 07:04:26.566 INFO E| Downloaded bitfield v0.19.3 |
| 3032 | 2026-08-15T07:04:27.435Z | [ helios-setup] Aug 15 07:04:26.567 INFO E| Downloaded env_logger v0.11.8 |
| 3033 | 2026-08-15T07:04:27.438Z | [ helios-setup] Aug 15 07:04:26.570 INFO E| Downloaded getopts v0.2.24 |
| 3034 | 2026-08-15T07:04:27.438Z | [ helios-setup] Aug 15 07:04:26.571 INFO E| Downloaded env_filter v0.1.4 |
| 3035 | 2026-08-15T07:04:27.441Z | [ helios-setup] Aug 15 07:04:26.572 INFO E| Downloaded serde_spanned v1.0.3 |
| 3036 | 2026-08-15T07:04:27.441Z | [ helios-setup] Aug 15 07:04:26.573 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3037 | 2026-08-15T07:04:27.441Z | [ helios-setup] Aug 15 07:04:26.574 INFO E| Downloaded tokio-macros v2.6.0 |
| 3038 | 2026-08-15T07:04:27.441Z | [ helios-setup] Aug 15 07:04:26.574 INFO E| Downloaded slab v0.4.11 |
| 3039 | 2026-08-15T07:04:27.441Z | [ helios-setup] Aug 15 07:04:26.575 INFO E| Downloaded time-macros v0.2.24 |
| 3040 | 2026-08-15T07:04:27.445Z | [ helios-setup] Aug 15 07:04:26.577 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3041 | 2026-08-15T07:04:27.479Z | [ helios-setup] Aug 15 07:04:26.613 INFO E| Downloaded getrandom v0.2.16 |
| 3042 | 2026-08-15T07:04:27.482Z | [ helios-setup] Aug 15 07:04:26.615 INFO E| Downloaded bitflags v2.10.0 |
| 3043 | 2026-08-15T07:04:27.487Z | [ helios-setup] Aug 15 07:04:26.618 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3044 | 2026-08-15T07:04:27.487Z | [ helios-setup] Aug 15 07:04:26.620 INFO E| Downloaded toml_writer v1.0.4 |
| 3045 | 2026-08-15T07:04:27.487Z | [ helios-setup] Aug 15 07:04:26.620 INFO E| Downloaded generic-array v0.14.9 |
| 3046 | 2026-08-15T07:04:27.490Z | [ helios-setup] Aug 15 07:04:26.621 INFO E| Downloaded toml_datetime v0.7.3 |
| 3047 | 2026-08-15T07:04:27.490Z | [ helios-setup] Aug 15 07:04:26.622 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3048 | 2026-08-15T07:04:27.491Z | [ helios-setup] Aug 15 07:04:26.623 INFO E| Downloaded deranged v0.5.5 |
| 3049 | 2026-08-15T07:04:27.491Z | [ helios-setup] Aug 15 07:04:26.624 INFO E| Downloaded quote v1.0.41 |
| 3050 | 2026-08-15T07:04:27.495Z | [ helios-setup] Aug 15 07:04:26.626 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3051 | 2026-08-15T07:04:27.495Z | [ helios-setup] Aug 15 07:04:26.627 INFO E| Downloaded futures-executor v0.3.31 |
| 3052 | 2026-08-15T07:04:27.495Z | [ helios-setup] Aug 15 07:04:26.628 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3053 | 2026-08-15T07:04:27.498Z | [ helios-setup] Aug 15 07:04:26.631 INFO E| Downloaded unicode-ident v1.0.22 |
| 3054 | 2026-08-15T07:04:27.498Z | [ helios-setup] Aug 15 07:04:26.632 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3055 | 2026-08-15T07:04:27.502Z | [ helios-setup] Aug 15 07:04:26.635 INFO E| Downloaded ryu v1.0.20 |
| 3056 | 2026-08-15T07:04:27.506Z | [ helios-setup] Aug 15 07:04:26.636 INFO E| Downloaded term v1.2.0 |
| 3057 | 2026-08-15T07:04:27.509Z | [ helios-setup] Aug 15 07:04:26.640 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3058 | 2026-08-15T07:04:27.509Z | [ helios-setup] Aug 15 07:04:26.640 INFO E| Downloaded toml_parser v1.0.4 |
| 3059 | 2026-08-15T07:04:27.509Z | [ helios-setup] Aug 15 07:04:26.642 INFO E| Downloaded flate2 v1.1.5 |
| 3060 | 2026-08-15T07:04:27.512Z | [ helios-setup] Aug 15 07:04:26.645 INFO E| Downloaded anyhow v1.0.100 |
| 3061 | 2026-08-15T07:04:27.516Z | [ helios-setup] Aug 15 07:04:26.647 INFO E| Downloaded num_enum v0.7.5 |
| 3062 | 2026-08-15T07:04:27.519Z | [ helios-setup] Aug 15 07:04:26.650 INFO E| Downloaded futures v0.3.31 |
| 3063 | 2026-08-15T07:04:27.523Z | [ helios-setup] Aug 15 07:04:26.653 INFO E| Downloaded log v0.4.28 |
| 3064 | 2026-08-15T07:04:27.526Z | [ helios-setup] Aug 15 07:04:26.657 INFO E| Downloaded clap_derive v4.5.49 |
| 3065 | 2026-08-15T07:04:27.526Z | [ helios-setup] Aug 15 07:04:26.657 INFO E| Downloaded bytes v1.10.1 |
| 3066 | 2026-08-15T07:04:27.531Z | [ helios-setup] Aug 15 07:04:26.665 INFO E| Downloaded memchr v2.7.6 |
| 3067 | 2026-08-15T07:04:27.535Z | [ helios-setup] Aug 15 07:04:26.669 INFO E| Downloaded uuid v1.18.1 |
| 3068 | 2026-08-15T07:04:27.538Z | [ helios-setup] Aug 15 07:04:26.671 INFO E| Downloaded clap v4.5.51 |
| 3069 | 2026-08-15T07:04:27.542Z | [ helios-setup] Aug 15 07:04:26.676 INFO E| Downloaded socket2 v0.6.1 |
| 3070 | 2026-08-15T07:04:27.546Z | [ helios-setup] Aug 15 07:04:26.678 INFO E| Downloaded toml v0.9.8 |
| 3071 | 2026-08-15T07:04:27.561Z | [ helios-setup] Aug 15 07:04:26.695 INFO E| Downloaded cc v1.2.44 |
| 3072 | 2026-08-15T07:04:27.594Z | [ helios-setup] Aug 15 07:04:26.728 INFO E| Downloaded toml_edit v0.23.7 |
| 3073 | 2026-08-15T07:04:27.598Z | [ helios-setup] Aug 15 07:04:26.730 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3074 | 2026-08-15T07:04:27.601Z | [ helios-setup] Aug 15 07:04:26.734 INFO E| Downloaded mio v1.1.0 |
| 3075 | 2026-08-15T07:04:27.605Z | [ helios-setup] Aug 15 07:04:26.738 INFO E| Downloaded typenum v1.19.0 |
| 3076 | 2026-08-15T07:04:27.608Z | [ helios-setup] Aug 15 07:04:26.740 INFO E| Downloaded rsa v0.9.8 |
| 3077 | 2026-08-15T07:04:27.611Z | [ helios-setup] Aug 15 07:04:26.743 INFO E| Downloaded rand v0.8.5 |
| 3078 | 2026-08-15T07:04:27.611Z | [ helios-setup] Aug 15 07:04:26.745 INFO E| Downloaded libm v0.2.15 |
| 3079 | 2026-08-15T07:04:27.624Z | [ helios-setup] Aug 15 07:04:26.758 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3080 | 2026-08-15T07:04:27.627Z | [ helios-setup] Aug 15 07:04:26.761 INFO E| Downloaded iddqd v0.3.14 |
| 3081 | 2026-08-15T07:04:27.631Z | [ helios-setup] Aug 15 07:04:26.765 INFO E| Downloaded hashbrown v0.16.0 |
| 3082 | 2026-08-15T07:04:27.635Z | [ helios-setup] Aug 15 07:04:26.769 INFO E| Downloaded clap_builder v4.5.51 |
| 3083 | 2026-08-15T07:04:27.639Z | [ helios-setup] Aug 15 07:04:26.773 INFO E| Downloaded serde_json v1.0.145 |
| 3084 | 2026-08-15T07:04:27.644Z | [ helios-setup] Aug 15 07:04:26.778 INFO E| Downloaded time v0.3.44 |
| 3085 | 2026-08-15T07:04:27.649Z | [ helios-setup] Aug 15 07:04:26.784 INFO E| Downloaded futures-util v0.3.31 |
| 3086 | 2026-08-15T07:04:27.657Z | [ helios-setup] Aug 15 07:04:26.791 INFO E| Downloaded winnow v0.7.13 |
| 3087 | 2026-08-15T07:04:27.688Z | [ helios-setup] Aug 15 07:04:26.821 INFO E| Downloaded zerocopy v0.8.27 |
| 3088 | 2026-08-15T07:04:27.702Z | [ helios-setup] Aug 15 07:04:26.836 INFO E| Downloaded chrono v0.4.42 |
| 3089 | 2026-08-15T07:04:27.707Z | [ helios-setup] Aug 15 07:04:26.841 INFO E| Downloaded unicode-width v0.2.2 |
| 3090 | 2026-08-15T07:04:27.711Z | [ helios-setup] Aug 15 07:04:26.845 INFO E| Downloaded syn v2.0.108 |
| 3091 | 2026-08-15T07:04:27.750Z | [ helios-setup] Aug 15 07:04:26.884 INFO E| Downloaded rustix v1.1.2 |
| 3092 | 2026-08-15T07:04:27.798Z | [ helios-setup] Aug 15 07:04:26.932 INFO E| Downloaded libc v0.2.177 |
| 3093 | 2026-08-15T07:04:27.815Z | [ helios-setup] Aug 15 07:04:26.949 INFO E| Downloaded tokio v1.48.0 |
| 3094 | 2026-08-15T07:04:27.949Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling proc-macro2 v1.0.103 |
| 3095 | 2026-08-15T07:04:27.949Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling unicode-ident v1.0.22 |
| 3096 | 2026-08-15T07:04:27.949Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling quote v1.0.41 |
| 3097 | 2026-08-15T07:04:27.949Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling libc v0.2.177 |
| 3098 | 2026-08-15T07:04:27.949Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling serde_core v1.0.228 |
| 3099 | 2026-08-15T07:04:27.953Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling cfg-if v1.0.4 |
| 3100 | 2026-08-15T07:04:27.953Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling serde v1.0.228 |
| 3101 | 2026-08-15T07:04:27.953Z | [ helios-setup] Aug 15 07:04:27.083 INFO E| Compiling version_check v0.9.5 |
| 3102 | 2026-08-15T07:04:27.993Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling autocfg v1.5.0 |
| 3103 | 2026-08-15T07:04:27.993Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling const-oid v0.9.6 |
| 3104 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling typenum v1.19.0 |
| 3105 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling libm v0.2.15 |
| 3106 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling zerocopy v0.8.27 |
| 3107 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling rustversion v1.0.22 |
| 3108 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling smallvec v1.15.1 |
| 3109 | 2026-08-15T07:04:27.996Z | [ helios-setup] Aug 15 07:04:27.127 INFO E| Compiling base64ct v1.8.0 |
| 3110 | 2026-08-15T07:04:28.015Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3111 | 2026-08-15T07:04:28.478Z | [ helios-setup] Aug 15 07:04:27.612 INFO E| Compiling zeroize v1.8.2 |
| 3112 | 2026-08-15T07:04:28.478Z | [ helios-setup] Aug 15 07:04:27.612 INFO E| Compiling hashbrown v0.16.0 |
| 3113 | 2026-08-15T07:04:28.920Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3114 | 2026-08-15T07:04:28.966Z | [ helios-setup] Aug 15 07:04:28.100 INFO E| Compiling num-traits v0.2.19 |
| 3115 | 2026-08-15T07:04:29.004Z | [ helios-setup] Aug 15 07:04:28.138 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3116 | 2026-08-15T07:04:29.011Z | [ helios-setup] Aug 15 07:04:28.138 INFO E| Compiling generic-array v0.14.9 |
| 3117 | 2026-08-15T07:04:29.027Z | [ helios-setup] Aug 15 07:04:28.157 INFO E| Compiling winnow v0.7.13 |
| 3118 | 2026-08-15T07:04:29.047Z | [ helios-setup] Aug 15 07:04:28.181 INFO E| Compiling byteorder v1.5.0 |
| 3119 | 2026-08-15T07:04:29.112Z | [ helios-setup] Aug 15 07:04:28.181 INFO E| Compiling anyhow v1.0.100 |
| 3120 | 2026-08-15T07:04:29.129Z | [ helios-setup] Aug 15 07:04:28.264 INFO E| Compiling memchr v2.7.6 |
| 3121 | 2026-08-15T07:04:29.209Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3122 | 2026-08-15T07:04:29.374Z | [ helios-setup] Aug 15 07:04:28.509 INFO E| Compiling equivalent v1.0.2 |
| 3123 | 2026-08-15T07:04:29.620Z | [ helios-setup] Aug 15 07:04:28.754 INFO E| Compiling utf8parse v0.2.2 |
| 3124 | 2026-08-15T07:04:29.824Z | [ helios-setup] Aug 15 07:04:28.958 INFO E| Compiling getrandom v0.2.16 |
| 3125 | 2026-08-15T07:04:29.840Z | [ helios-setup] Aug 15 07:04:28.974 INFO E| Compiling rustix v1.1.2 |
| 3126 | 2026-08-15T07:04:29.846Z | [ helios-setup] Aug 15 07:04:28.980 INFO E| Compiling flagset v0.4.7 |
| 3127 | 2026-08-15T07:04:29.870Z | [ helios-setup] Aug 15 07:04:29.004 INFO E| Compiling crc32fast v1.5.0 |
| 3128 | 2026-08-15T07:04:29.880Z | [ helios-setup] Aug 15 07:04:29.014 INFO E| Compiling anstyle-parse v0.2.7 |
| 3129 | 2026-08-15T07:04:29.939Z | [ helios-setup] Aug 15 07:04:29.073 INFO E| Compiling errno v0.3.14 |
| 3130 | 2026-08-15T07:04:29.956Z | [ helios-setup] Aug 15 07:04:29.090 INFO E| Compiling indexmap v2.12.0 |
| 3131 | 2026-08-15T07:04:30.064Z | [ helios-setup] Aug 15 07:04:29.198 INFO E| Compiling allocator-api2 v0.2.21 |
| 3132 | 2026-08-15T07:04:30.120Z | [ helios-setup] Aug 15 07:04:29.254 INFO E| Compiling rand_core v0.6.4 |
| 3133 | 2026-08-15T07:04:30.304Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3134 | 2026-08-15T07:04:30.441Z | [ helios-setup] Aug 15 07:04:29.575 INFO E| Compiling toml_datetime v0.7.3 |
| 3135 | 2026-08-15T07:04:30.501Z | [ helios-setup] Aug 15 07:04:29.635 INFO E| Compiling anstyle-query v1.1.4 |
| 3136 | 2026-08-15T07:04:30.541Z | [ helios-setup] Aug 15 07:04:29.675 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3137 | 2026-08-15T07:04:30.580Z | [ helios-setup] Aug 15 07:04:29.714 INFO E| Compiling syn v1.0.109 |
| 3138 | 2026-08-15T07:04:30.733Z | [ helios-setup] Aug 15 07:04:29.866 INFO E| Compiling anstyle v1.0.13 |
| 3139 | 2026-08-15T07:04:30.849Z | [ helios-setup] Aug 15 07:04:29.983 INFO E| Compiling syn v2.0.108 |
| 3140 | 2026-08-15T07:04:30.923Z | [ helios-setup] Aug 15 07:04:30.056 INFO E| Compiling cpufeatures v0.2.17 |
| 3141 | 2026-08-15T07:04:30.959Z | [ helios-setup] Aug 15 07:04:30.093 INFO E| Compiling radium v0.7.0 |
| 3142 | 2026-08-15T07:04:31.009Z | [ helios-setup] Aug 15 07:04:30.143 INFO E| Compiling colorchoice v1.0.4 |
| 3143 | 2026-08-15T07:04:31.015Z | [ helios-setup] Aug 15 07:04:30.150 INFO E| Compiling shlex v1.3.0 |
| 3144 | 2026-08-15T07:04:31.022Z | [ helios-setup] Aug 15 07:04:30.157 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3145 | 2026-08-15T07:04:31.029Z | [ helios-setup] Aug 15 07:04:30.163 INFO E| Compiling slog v2.8.2 |
| 3146 | 2026-08-15T07:04:31.135Z | [ helios-setup] Aug 15 07:04:30.269 INFO E| Compiling anstream v0.6.21 |
| 3147 | 2026-08-15T07:04:31.330Z | [ helios-setup] Aug 15 07:04:30.464 INFO E| Compiling cc v1.2.44 |
| 3148 | 2026-08-15T07:04:31.412Z | [ helios-setup] Aug 15 07:04:30.546 INFO E| Compiling pin-project-lite v0.2.16 |
| 3149 | 2026-08-15T07:04:31.502Z | [ helios-setup] Aug 15 07:04:30.636 INFO E| Compiling pkg-config v0.3.32 |
| 3150 | 2026-08-15T07:04:31.535Z | [ helios-setup] Aug 15 07:04:30.669 INFO E| Compiling tap v1.0.1 |
| 3151 | 2026-08-15T07:04:31.561Z | [ helios-setup] Aug 15 07:04:30.695 INFO E| Compiling parking_lot_core v0.9.12 |
| 3152 | 2026-08-15T07:04:31.694Z | [ helios-setup] Aug 15 07:04:30.828 INFO E| Compiling toml_parser v1.0.4 |
| 3153 | 2026-08-15T07:04:31.707Z | [ helios-setup] Aug 15 07:04:30.842 INFO E| Compiling maybe-uninit v2.0.0 |
| 3154 | 2026-08-15T07:04:31.749Z | [ helios-setup] Aug 15 07:04:30.883 INFO E| Compiling futures-core v0.3.31 |
| 3155 | 2026-08-15T07:04:31.865Z | [ helios-setup] Aug 15 07:04:30.999 INFO E| Compiling block-buffer v0.10.4 |
| 3156 | 2026-08-15T07:04:31.908Z | [ helios-setup] Aug 15 07:04:31.042 INFO E| Compiling crypto-common v0.1.6 |
| 3157 | 2026-08-15T07:04:32.010Z | [ helios-setup] Aug 15 07:04:31.144 INFO E| Compiling unicode-width v0.2.2 |
| 3158 | 2026-08-15T07:04:32.039Z | [ helios-setup] Aug 15 07:04:31.173 INFO E| Compiling futures-sink v0.3.31 |
| 3159 | 2026-08-15T07:04:32.120Z | [ helios-setup] Aug 15 07:04:31.254 INFO E| Compiling digest v0.10.7 |
| 3160 | 2026-08-15T07:04:32.155Z | [ helios-setup] Aug 15 07:04:31.289 INFO E| Compiling num-integer v0.1.46 |
| 3161 | 2026-08-15T07:04:32.207Z | [ helios-setup] Aug 15 07:04:31.341 INFO E| Compiling wyz v0.5.1 |
| 3162 | 2026-08-15T07:04:32.323Z | [ helios-setup] Aug 15 07:04:31.456 INFO E| Compiling futures-channel v0.3.31 |
| 3163 | 2026-08-15T07:04:32.502Z | [ helios-setup] Aug 15 07:04:31.635 INFO E| Compiling sha2 v0.10.9 |
| 3164 | 2026-08-15T07:04:32.519Z | [ helios-setup] Aug 15 07:04:31.649 INFO E| Compiling getopts v0.2.24 |
| 3165 | 2026-08-15T07:04:32.531Z | [ helios-setup] Aug 15 07:04:31.666 INFO E| Compiling ahash v0.8.12 |
| 3166 | 2026-08-15T07:04:32.648Z | [ helios-setup] Aug 15 07:04:31.782 INFO E| Compiling itoa v1.0.15 |
| 3167 | 2026-08-15T07:04:32.728Z | [ helios-setup] Aug 15 07:04:31.861 INFO E| Compiling spin v0.9.8 |
| 3168 | 2026-08-15T07:04:32.788Z | [ helios-setup] Aug 15 07:04:31.920 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3169 | 2026-08-15T07:04:32.941Z | [ helios-setup] Aug 15 07:04:32.074 INFO E| Compiling toml_edit v0.23.7 |
| 3170 | 2026-08-15T07:04:32.941Z | [ helios-setup] Aug 15 07:04:32.074 INFO E| Compiling time-core v0.1.6 |
| 3171 | 2026-08-15T07:04:32.952Z | [ helios-setup] Aug 15 07:04:32.086 INFO E| Compiling getrandom v0.3.4 |
| 3172 | 2026-08-15T07:04:32.974Z | [ helios-setup] Aug 15 07:04:32.108 INFO E| Compiling heck v0.5.0 |
| 3173 | 2026-08-15T07:04:32.988Z | [ helios-setup] Aug 15 07:04:32.122 INFO E| Compiling futures-task v0.3.31 |
| 3174 | 2026-08-15T07:04:33.012Z | [ helios-setup] Aug 15 07:04:32.146 INFO E| Compiling powerfmt v0.2.0 |
| 3175 | 2026-08-15T07:04:33.130Z | [ helios-setup] Aug 15 07:04:32.264 INFO E| Compiling bitflags v2.10.0 |
| 3176 | 2026-08-15T07:04:33.193Z | [ helios-setup] Aug 15 07:04:32.327 INFO E| Compiling futures-io v0.3.31 |
| 3177 | 2026-08-15T07:04:33.282Z | [ helios-setup] Aug 15 07:04:32.416 INFO E| Compiling bytes v1.10.1 |
| 3178 | 2026-08-15T07:04:33.369Z | [ helios-setup] Aug 15 07:04:32.503 INFO E| Compiling scopeguard v1.2.0 |
| 3179 | 2026-08-15T07:04:33.406Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3180 | 2026-08-15T07:04:33.502Z | [ helios-setup] Aug 15 07:04:32.636 INFO E| Compiling slab v0.4.11 |
| 3181 | 2026-08-15T07:04:33.517Z | [ helios-setup] Aug 15 07:04:32.651 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3182 | 2026-08-15T07:04:33.551Z | [ helios-setup] Aug 15 07:04:32.684 INFO E| Compiling thiserror v1.0.69 |
| 3183 | 2026-08-15T07:04:33.575Z | [ helios-setup] Aug 15 07:04:32.709 INFO E| Compiling num-conv v0.1.0 |
| 3184 | 2026-08-15T07:04:33.764Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3185 | 2026-08-15T07:04:33.810Z | [ helios-setup] Aug 15 07:04:32.944 INFO E| Compiling pin-utils v0.1.0 |
| 3186 | 2026-08-15T07:04:33.873Z | [ helios-setup] Aug 15 07:04:33.007 INFO E| Compiling funty v2.0.0 |
| 3187 | 2026-08-15T07:04:33.902Z | [ helios-setup] Aug 15 07:04:33.036 INFO E| Compiling strsim v0.11.1 |
| 3188 | 2026-08-15T07:04:33.973Z | [ helios-setup] Aug 15 07:04:33.107 INFO E| Compiling clap_lex v0.7.6 |
| 3189 | 2026-08-15T07:04:33.977Z | [ helios-setup] Aug 15 07:04:33.108 INFO E| Compiling packed_struct v0.10.1 |
| 3190 | 2026-08-15T07:04:34.009Z | [ helios-setup] Aug 15 07:04:33.143 INFO E| Compiling time-macros v0.2.24 |
| 3191 | 2026-08-15T07:04:34.153Z | [ helios-setup] Aug 15 07:04:33.287 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3192 | 2026-08-15T07:04:34.188Z | [ helios-setup] Aug 15 07:04:33.321 INFO E| Compiling lock_api v0.4.14 |
| 3193 | 2026-08-15T07:04:34.552Z | [ host-package] Compiling darling_core v0.21.3 |
| 3194 | 2026-08-15T07:04:34.697Z | [ helios-setup] Aug 15 07:04:33.831 INFO E| Compiling terminal_size v0.4.3 |
| 3195 | 2026-08-15T07:04:34.807Z | [ helios-setup] Aug 15 07:04:33.941 INFO E| Compiling bitvec v1.0.1 |
| 3196 | 2026-08-15T07:04:34.939Z | [ helios-setup] Aug 15 07:04:34.073 INFO E| Compiling clap_builder v4.5.51 |
| 3197 | 2026-08-15T07:04:34.965Z | [ helios-setup] Aug 15 07:04:34.099 INFO E| Compiling deranged v0.5.5 |
| 3198 | 2026-08-15T07:04:34.972Z | [ helios-setup] Aug 15 07:04:34.106 INFO E| Compiling lazy_static v1.5.0 |
| 3199 | 2026-08-15T07:04:35.013Z | [ helios-setup] Aug 15 07:04:34.146 INFO E| Compiling num-iter v0.1.45 |
| 3200 | 2026-08-15T07:04:35.088Z | [ helios-setup] Aug 15 07:04:34.222 INFO E| Compiling indexmap v1.9.3 |
| 3201 | 2026-08-15T07:04:35.215Z | [ helios-setup] Aug 15 07:04:34.349 INFO E| Compiling thiserror v2.0.17 |
| 3202 | 2026-08-15T07:04:35.350Z | [ helios-setup] Aug 15 07:04:34.484 INFO E| Compiling iana-time-zone v0.1.64 |
| 3203 | 2026-08-15T07:04:35.452Z | [ helios-setup] Aug 15 07:04:34.586 INFO E| Compiling adler2 v2.0.1 |
| 3204 | 2026-08-15T07:04:35.462Z | [ helios-setup] Aug 15 07:04:34.596 INFO E| Compiling serde_json v1.0.145 |
| 3205 | 2026-08-15T07:04:35.541Z | [ helios-setup] Aug 15 07:04:34.675 INFO E| Compiling log v0.4.28 |
| 3206 | 2026-08-15T07:04:35.550Z | [ helios-setup] Aug 15 07:04:34.684 INFO E| Compiling once_cell v1.21.3 |
| 3207 | 2026-08-15T07:04:35.784Z | [ helios-setup] Aug 15 07:04:34.918 INFO E| Compiling simd-adler32 v0.3.7 |
| 3208 | 2026-08-15T07:04:35.829Z | [ helios-setup] Aug 15 07:04:34.963 INFO E| Compiling nodrop v0.1.14 |
| 3209 | 2026-08-15T07:04:35.840Z | [ helios-setup] Aug 15 07:04:34.974 INFO E| Compiling crc-catalog v2.4.0 |
| 3210 | 2026-08-15T07:04:35.949Z | [ helios-setup] Aug 15 07:04:35.083 INFO E| Compiling crc v3.3.0 |
| 3211 | 2026-08-15T07:04:35.967Z | [ helios-setup] Aug 15 07:04:35.101 INFO E| Compiling array-init v0.0.4 |
| 3212 | 2026-08-15T07:04:35.973Z | [ helios-setup] Aug 15 07:04:35.108 INFO E| Compiling env_filter v0.1.4 |
| 3213 | 2026-08-15T07:04:36.036Z | [ helios-setup] Aug 15 07:04:35.170 INFO E| Compiling miniz_oxide v0.8.9 |
| 3214 | 2026-08-15T07:04:36.119Z | [ helios-setup] Aug 15 07:04:35.252 INFO E| Compiling chrono v0.4.42 |
| 3215 | 2026-08-15T07:04:36.162Z | [ helios-setup] Aug 15 07:04:35.296 INFO E| Compiling parking_lot v0.12.5 |
| 3216 | 2026-08-15T07:04:36.338Z | [ helios-setup] Aug 15 07:04:35.471 INFO E| Compiling smallvec v0.6.14 |
| 3217 | 2026-08-15T07:04:36.801Z | [ helios-setup] Aug 15 07:04:35.934 INFO E| Compiling serde_spanned v1.0.3 |
| 3218 | 2026-08-15T07:04:36.966Z | [ helios-setup] Aug 15 07:04:36.100 INFO E| Compiling signature v2.2.0 |
| 3219 | 2026-08-15T07:04:37.052Z | [ helios-setup] Aug 15 07:04:36.185 INFO E| Compiling socket2 v0.6.1 |
| 3220 | 2026-08-15T07:04:37.309Z | [ helios-setup] Aug 15 07:04:36.442 INFO E| Compiling time v0.3.44 |
| 3221 | 2026-08-15T07:04:37.427Z | [ helios-setup] Aug 15 07:04:36.561 INFO E| Compiling serde_derive v1.0.228 |
| 3222 | 2026-08-15T07:04:37.458Z | [ helios-setup] Aug 15 07:04:36.592 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3223 | 2026-08-15T07:04:37.642Z | [ helios-setup] Aug 15 07:04:36.775 INFO E| Compiling der_derive v0.7.3 |
| 3224 | 2026-08-15T07:04:37.666Z | [ helios-setup] Aug 15 07:04:36.798 INFO E| Compiling futures-macro v0.3.31 |
| 3225 | 2026-08-15T07:04:37.678Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3226 | 2026-08-15T07:04:37.736Z | [ helios-setup] Aug 15 07:04:36.868 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3227 | 2026-08-15T07:04:37.847Z | [ helios-setup] Aug 15 07:04:36.981 INFO E| Compiling thiserror-impl v1.0.69 |
| 3228 | 2026-08-15T07:04:37.987Z | [ helios-setup] Aug 15 07:04:37.121 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-08-15T07:04:38.025Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3230 | 2026-08-15T07:04:38.152Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3231 | 2026-08-15T07:04:38.334Z | [ helios-setup] Aug 15 07:04:37.467 INFO E| Compiling num_enum_derive v0.7.5 |
| 3232 | 2026-08-15T07:04:38.334Z | [ helios-setup] Aug 15 07:04:37.468 INFO E| Compiling bitfield-macros v0.19.3 |
| 3233 | 2026-08-15T07:04:38.344Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3234 | 2026-08-15T07:04:38.608Z | [ helios-setup] Aug 15 07:04:37.741 INFO E| Compiling clap_derive v4.5.49 |
| 3235 | 2026-08-15T07:04:38.655Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3236 | 2026-08-15T07:04:39.035Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3237 | 2026-08-15T07:04:39.039Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3238 | 2026-08-15T07:04:39.512Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3239 | 2026-08-15T07:04:39.523Z | [ helios-setup] Aug 15 07:04:38.657 INFO E| Compiling tokio-macros v2.6.0 |
| 3240 | 2026-08-15T07:04:39.581Z | [ helios-setup] Aug 15 07:04:38.715 INFO E| Compiling thiserror-impl v2.0.17 |
| 3241 | 2026-08-15T07:04:39.628Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3242 | 2026-08-15T07:04:39.688Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3243 | 2026-08-15T07:04:39.764Z | [ host-package] Compiling glob v0.3.3 |
| 3244 | 2026-08-15T07:04:39.768Z | [ host-package] Compiling maplit v1.0.2 |
| 3245 | 2026-08-15T07:04:39.866Z | [ helios-setup] Aug 15 07:04:39.000 INFO E| Compiling futures-util v0.3.31 |
| 3246 | 2026-08-15T07:04:39.997Z | [ helios-setup] Aug 15 07:04:39.131 INFO E| Compiling der v0.7.10 |
| 3247 | 2026-08-15T07:04:39.997Z | [ helios-setup] Aug 15 07:04:39.131 INFO E| Compiling bitfield v0.19.3 |
| 3248 | 2026-08-15T07:04:40.013Z | [ helios-setup] Aug 15 07:04:39.147 INFO E| Compiling zerocopy v0.6.6 |
| 3249 | 2026-08-15T07:04:40.034Z | [ host-package] Compiling darling v0.21.3 |
| 3250 | 2026-08-15T07:04:40.177Z | [ host-package] Compiling crunchy v0.2.4 |
| 3251 | 2026-08-15T07:04:40.180Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3252 | 2026-08-15T07:04:40.203Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3253 | 2026-08-15T07:04:40.244Z | [ helios-setup] Aug 15 07:04:39.378 INFO E| Compiling mio v1.1.0 |
| 3254 | 2026-08-15T07:04:40.422Z | [ helios-setup] Aug 15 07:04:39.556 INFO E| Compiling num_enum v0.7.5 |
| 3255 | 2026-08-15T07:04:40.454Z | [ helios-setup] Aug 15 07:04:39.587 INFO E| Compiling is-terminal v0.4.17 |
| 3256 | 2026-08-15T07:04:40.489Z | [ helios-setup] Aug 15 07:04:39.623 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3257 | 2026-08-15T07:04:40.581Z | [ helios-setup] Aug 15 07:04:39.713 INFO E| Compiling thread_local v1.1.9 |
| 3258 | 2026-08-15T07:04:40.632Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3259 | 2026-08-15T07:04:40.704Z | [ helios-setup] Aug 15 07:04:39.838 INFO E| Compiling winnow v0.5.40 |
| 3260 | 2026-08-15T07:04:40.942Z | [ helios-setup] Aug 15 07:04:40.076 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3261 | 2026-08-15T07:04:40.981Z | [ helios-setup] Aug 15 07:04:40.115 INFO E| Compiling toml_writer v1.0.4 |
| 3262 | 2026-08-15T07:04:41.007Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3263 | 2026-08-15T07:04:41.012Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3264 | 2026-08-15T07:04:41.012Z | [ host-package] Compiling papergrid v0.18.0 |
| 3265 | 2026-08-15T07:04:41.012Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3266 | 2026-08-15T07:04:41.050Z | [ helios-setup] Aug 15 07:04:40.183 INFO E| Compiling hashbrown v0.12.3 |
| 3267 | 2026-08-15T07:04:41.065Z | [ helios-setup] Aug 15 07:04:40.199 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3268 | 2026-08-15T07:04:41.192Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3269 | 2026-08-15T07:04:41.224Z | [ helios-setup] Aug 15 07:04:40.358 INFO E| Compiling term v1.2.0 |
| 3270 | 2026-08-15T07:04:41.255Z | [ helios-setup] Aug 15 07:04:40.389 INFO E| Compiling ryu v1.0.20 |
| 3271 | 2026-08-15T07:04:41.356Z | [ helios-setup] Aug 15 07:04:40.482 INFO E| Compiling subtle v2.6.1 |
| 3272 | 2026-08-15T07:04:41.385Z | [ helios-setup] Aug 15 07:04:40.519 INFO E| Compiling base64 v0.21.7 |
| 3273 | 2026-08-15T07:04:41.629Z | [ helios-setup] Aug 15 07:04:40.762 INFO E| Compiling toml v0.9.8 |
| 3274 | 2026-08-15T07:04:41.876Z | [ helios-setup] Aug 15 07:04:41.010 INFO E| Compiling spki v0.7.3 |
| 3275 | 2026-08-15T07:04:41.896Z | [ host-package] Compiling term v0.7.0 |
| 3276 | 2026-08-15T07:04:41.974Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3277 | 2026-08-15T07:04:42.009Z | [ helios-setup] Aug 15 07:04:41.143 INFO E| Compiling clap v4.5.51 |
| 3278 | 2026-08-15T07:04:42.027Z | [ host-package] Compiling itertools v0.15.0 |
| 3279 | 2026-08-15T07:04:42.107Z | [ helios-setup] Aug 15 07:04:41.241 INFO E| Compiling tokio v1.48.0 |
| 3280 | 2026-08-15T07:04:42.171Z | [ helios-setup] Aug 15 07:04:41.305 INFO E| Compiling devinfo v0.1.0 |
| 3281 | 2026-08-15T07:04:42.186Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3282 | 2026-08-15T07:04:42.235Z | [ helios-setup] Aug 15 07:04:41.369 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3283 | 2026-08-15T07:04:42.253Z | [ helios-setup] Aug 15 07:04:41.386 INFO E| Compiling bzip2 v0.4.4 |
| 3284 | 2026-08-15T07:04:42.292Z | [ helios-setup] Aug 15 07:04:41.426 INFO E| Compiling pkcs8 v0.10.2 |
| 3285 | 2026-08-15T07:04:42.743Z | [ helios-setup] Aug 15 07:04:41.877 INFO E| Compiling pkcs1 v0.7.5 |
| 3286 | 2026-08-15T07:04:42.772Z | [ helios-setup] Aug 15 07:04:41.906 INFO E| Compiling x509-cert v0.2.5 |
| 3287 | 2026-08-15T07:04:42.860Z | [ helios-setup] Aug 15 07:04:41.994 INFO E| Compiling flate2 v1.1.5 |
| 3288 | 2026-08-15T07:04:43.053Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3289 | 2026-08-15T07:04:43.057Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3290 | 2026-08-15T07:04:43.228Z | [ helios-setup] Aug 15 07:04:42.361 INFO E| Compiling uuid v1.18.1 |
| 3291 | 2026-08-15T07:04:43.546Z | [ helios-setup] Aug 15 07:04:42.680 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3292 | 2026-08-15T07:04:43.648Z | [ host-package] Compiling tabled v0.21.0 |
| 3293 | 2026-08-15T07:04:43.704Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3294 | 2026-08-15T07:04:43.898Z | [ host-package] Compiling bit-set v0.5.3 |
| 3295 | 2026-08-15T07:04:43.956Z | [ helios-setup] Aug 15 07:04:43.090 INFO E| Compiling erased-serde v0.3.31 |
| 3296 | 2026-08-15T07:04:43.976Z | [ helios-setup] Aug 15 07:04:43.109 INFO E| Compiling toml_datetime v0.6.11 |
| 3297 | 2026-08-15T07:04:44.073Z | [ helios-setup] Aug 15 07:04:43.206 INFO E| Compiling rand_chacha v0.3.1 |
| 3298 | 2026-08-15T07:04:44.109Z | [ helios-setup] Aug 15 07:04:43.243 INFO E| Compiling serde_spanned v0.6.9 |
| 3299 | 2026-08-15T07:04:44.320Z | [ helios-setup] Aug 15 07:04:43.454 INFO E| Compiling ron v0.8.1 |
| 3300 | 2026-08-15T07:04:44.374Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3301 | 2026-08-15T07:04:44.494Z | [ helios-setup] Aug 15 07:04:43.628 INFO E| Compiling rand v0.8.5 |
| 3302 | 2026-08-15T07:04:44.563Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3303 | 2026-08-15T07:04:44.669Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3304 | 2026-08-15T07:04:44.757Z | [ helios-setup] Aug 15 07:04:43.891 INFO E| Compiling hashbrown v0.13.2 |
| 3305 | 2026-08-15T07:04:44.952Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3306 | 2026-08-15T07:04:44.987Z | [ helios-setup] Aug 15 07:04:44.121 INFO E| Compiling toml_edit v0.19.15 |
| 3307 | 2026-08-15T07:04:45.079Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3308 | 2026-08-15T07:04:45.079Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3309 | 2026-08-15T07:04:45.130Z | [ helios-setup] Aug 15 07:04:44.263 INFO E| Compiling serde-hex v0.1.0 |
| 3310 | 2026-08-15T07:04:45.187Z | [ helios-setup] Aug 15 07:04:44.320 INFO E| Compiling futures-executor v0.3.31 |
| 3311 | 2026-08-15T07:04:45.264Z | [ helios-setup] Aug 15 07:04:44.398 INFO E| Compiling env_logger v0.11.8 |
| 3312 | 2026-08-15T07:04:45.529Z | [ host-package] Compiling itertools v0.10.5 |
| 3313 | 2026-08-15T07:04:45.845Z | [ host-package] Compiling ena v0.14.4 |
| 3314 | 2026-08-15T07:04:45.962Z | [ helios-setup] Aug 15 07:04:45.095 INFO E| Compiling futures v0.3.31 |
| 3315 | 2026-08-15T07:04:45.967Z | [ host-package] Compiling libloading v0.8.9 |
| 3316 | 2026-08-15T07:04:45.983Z | [ helios-setup] Aug 15 07:04:45.117 INFO E| Compiling slog-term v2.9.2 |
| 3317 | 2026-08-15T07:04:45.983Z | [ helios-setup] Aug 15 07:04:45.117 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3318 | 2026-08-15T07:04:46.082Z | [ helios-setup] Aug 15 07:04:45.214 INFO E| Compiling crc-any v2.5.0 |
| 3319 | 2026-08-15T07:04:46.207Z | [ helios-setup] Aug 15 07:04:45.340 INFO E| Compiling rustc-hash v2.1.1 |
| 3320 | 2026-08-15T07:04:46.221Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3321 | 2026-08-15T07:04:46.354Z | [ host-package] Compiling diff v0.1.13 |
| 3322 | 2026-08-15T07:04:46.507Z | [ helios-setup] Aug 15 07:04:45.641 INFO E| Compiling bitflags v1.3.2 |
| 3323 | 2026-08-15T07:04:46.530Z | [ helios-setup] Aug 15 07:04:45.664 INFO E| Compiling hex v0.4.3 |
| 3324 | 2026-08-15T07:04:46.562Z | [ helios-setup] Aug 15 07:04:45.695 INFO E| Compiling foldhash v0.2.0 |
| 3325 | 2026-08-15T07:04:46.595Z | [ helios-setup] Aug 15 07:04:45.729 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3326 | 2026-08-15T07:04:46.809Z | [ helios-setup] Aug 15 07:04:45.943 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3327 | 2026-08-15T07:04:46.996Z | [ helios-setup] Aug 15 07:04:46.129 INFO E| Compiling iddqd v0.3.14 |
| 3328 | 2026-08-15T07:04:47.062Z | [ host-package] Compiling unicase v2.9.0 |
| 3329 | 2026-08-15T07:04:47.110Z | [ helios-setup] Aug 15 07:04:46.244 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3330 | 2026-08-15T07:04:47.114Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3331 | 2026-08-15T07:04:47.170Z | [ helios-setup] Aug 15 07:04:46.304 INFO E| Compiling object v0.30.4 |
| 3332 | 2026-08-15T07:04:47.554Z | [ host-package] Compiling bindgen v0.71.1 |
| 3333 | 2026-08-15T07:04:47.610Z | [ helios-setup] Aug 15 07:04:46.743 INFO E| Compiling rsa v0.9.8 |
| 3334 | 2026-08-15T07:04:47.838Z | [ host-package] Compiling xshell v0.2.7 |
| 3335 | 2026-08-15T07:04:48.014Z | [ helios-setup] Aug 15 07:04:47.148 INFO E| Compiling toml v0.7.8 |
| 3336 | 2026-08-15T07:04:48.179Z | [ helios-setup] Aug 15 07:04:47.312 INFO E| Compiling zip v0.6.6 |
| 3337 | 2026-08-15T07:04:48.731Z | [ helios-setup] Aug 15 07:04:47.864 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3338 | 2026-08-15T07:04:48.788Z | [ helios-setup] Aug 15 07:04:47.922 INFO E| Compiling path-slash v0.1.5 |
| 3339 | 2026-08-15T07:04:48.904Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3340 | 2026-08-15T07:04:50.228Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3341 | 2026-08-15T07:04:50.706Z | [ helios-setup] Aug 15 07:04:49.840 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3342 | 2026-08-15T07:04:50.757Z | [ helios-setup] Aug 15 07:04:49.891 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3343 | 2026-08-15T07:04:51.189Z | [ host-package] Compiling cexpr v0.6.0 |
| 3344 | 2026-08-15T07:04:51.302Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3345 | 2026-08-15T07:04:51.511Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3346 | 2026-08-15T07:04:51.511Z | [ host-package] Compiling diesel v2.3.7 |
| 3347 | 2026-08-15T07:04:51.951Z | [ host-package] Compiling crc8 v0.1.1 |
| 3348 | 2026-08-15T07:04:52.204Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3349 | 2026-08-15T07:04:52.396Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3350 | 2026-08-15T07:04:52.496Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3351 | 2026-08-15T07:04:52.766Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3352 | 2026-08-15T07:04:52.906Z | [ host-package] Compiling headers-core v0.3.0 |
| 3353 | 2026-08-15T07:04:53.090Z | [ host-package] Compiling libxml v0.3.3 |
| 3354 | 2026-08-15T07:04:53.356Z | [ host-package] Compiling headers v0.4.1 |
| 3355 | 2026-08-15T07:04:54.058Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3356 | 2026-08-15T07:04:54.172Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3357 | 2026-08-15T07:04:54.561Z | [ host-package] Compiling indoc v1.0.9 |
| 3358 | 2026-08-15T07:04:54.796Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3359 | 2026-08-15T07:04:55.139Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3360 | 2026-08-15T07:04:55.193Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3361 | 2026-08-15T07:04:55.292Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3362 | 2026-08-15T07:04:55.589Z | [ helios-setup] Aug 15 07:04:54.723 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3363 | 2026-08-15T07:04:55.642Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3364 | 2026-08-15T07:04:55.803Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3365 | 2026-08-15T07:04:56.045Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3366 | 2026-08-15T07:04:56.132Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3367 | 2026-08-15T07:04:56.287Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3368 | 2026-08-15T07:04:56.339Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3369 | 2026-08-15T07:04:56.641Z | [ host-package] Compiling bb8 v0.8.6 |
| 3370 | 2026-08-15T07:04:56.915Z | [ helios-setup] Aug 15 07:04:56.049 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3371 | 2026-08-15T07:04:56.939Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3372 | 2026-08-15T07:04:56.978Z | [ host-package] Compiling half v1.8.3 |
| 3373 | 2026-08-15T07:04:57.167Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3374 | 2026-08-15T07:04:57.298Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3375 | 2026-08-15T07:04:57.461Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3376 | 2026-08-15T07:04:57.693Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2026-08-15T07:04:57.774Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3378 | 2026-08-15T07:04:57.867Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3379 | 2026-08-15T07:04:58.653Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3380 | 2026-08-15T07:04:58.808Z | [ host-package] Compiling nonempty v0.12.0 |
| 3381 | 2026-08-15T07:04:59.123Z | [ host-package] Compiling samael v0.0.19 |
| 3382 | 2026-08-15T07:04:59.187Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3383 | 2026-08-15T07:04:59.478Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3384 | 2026-08-15T07:05:00.096Z | [ host-package] Compiling fxhash v0.2.1 |
| 3385 | 2026-08-15T07:05:00.312Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3386 | 2026-08-15T07:05:00.686Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3387 | 2026-08-15T07:05:00.797Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3388 | 2026-08-15T07:05:00.844Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3389 | 2026-08-15T07:05:00.936Z | [ helios-setup] Aug 15 07:05:00.070 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3390 | 2026-08-15T07:05:01.133Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3391 | 2026-08-15T07:05:01.454Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3392 | 2026-08-15T07:05:01.592Z | [ host-package] Compiling dashu-int v0.5.1 |
| 3393 | 2026-08-15T07:05:01.824Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3394 | 2026-08-15T07:05:01.923Z | [ host-package] Compiling polar-core v0.27.3 |
| 3395 | 2026-08-15T07:05:02.588Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3396 | 2026-08-15T07:05:02.997Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3397 | 2026-08-15T07:05:03.185Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3398 | 2026-08-15T07:05:03.246Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3399 | 2026-08-15T07:05:03.729Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3400 | 2026-08-15T07:05:04.046Z | [ host-package] Compiling ssh-encoding v0.2.0 |
| 3401 | 2026-08-15T07:05:04.560Z | [ host-package] Compiling nanorand v0.7.0 |
| 3402 | 2026-08-15T07:05:04.779Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3403 | 2026-08-15T07:05:04.984Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3404 | 2026-08-15T07:05:05.048Z | [ host-package] Compiling num-modular v0.6.4 |
| 3405 | 2026-08-15T07:05:05.401Z | [ host-package] Compiling rlimit v0.10.2 |
| 3406 | 2026-08-15T07:05:05.636Z | [ host-package] Compiling dashu-base v0.5.1 |
| 3407 | 2026-08-15T07:05:05.922Z | [ host-package] Compiling progenitor v0.13.0 |
| 3408 | 2026-08-15T07:05:06.640Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3409 | 2026-08-15T07:05:06.707Z | [ host-package] Compiling flume v0.11.1 |
| 3410 | 2026-08-15T07:05:06.922Z | [ host-package] Compiling ssh-cipher v0.2.0 |
| 3411 | 2026-08-15T07:05:07.187Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3412 | 2026-08-15T07:05:07.441Z | [ host-package] Compiling tungstenite v0.28.0 |
| 3413 | 2026-08-15T07:05:08.177Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3414 | 2026-08-15T07:05:08.562Z | [ host-package] Compiling p256 v0.13.2 |
| 3415 | 2026-08-15T07:05:08.725Z | [ host-package] Compiling git-stub v1.0.0 |
| 3416 | 2026-08-15T07:05:09.130Z | [ host-package] Compiling instability v0.3.11 |
| 3417 | 2026-08-15T07:05:09.534Z | [ host-package] Compiling num-primitive v0.2.1 |
| 3418 | 2026-08-15T07:05:09.837Z | [ host-package] Compiling http-range v0.1.5 |
| 3419 | 2026-08-15T07:05:09.954Z | [ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3420 | 2026-08-15T07:05:10.254Z | [ host-package] Compiling strsim v0.10.0 |
| 3421 | 2026-08-15T07:05:10.342Z | [ host-package] Compiling dsi-bitstream v0.10.1 |
| 3422 | 2026-08-15T07:05:10.518Z | [ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 3423 | 2026-08-15T07:05:10.798Z | [ host-package] Compiling darling_core v0.13.4 |
| 3424 | 2026-08-15T07:05:11.502Z | [ host-package] Compiling ssh-key v0.6.7 |
| 3425 | 2026-08-15T07:05:11.587Z | [ host-package] Compiling tokio-tungstenite v0.28.0 |
| 3426 | 2026-08-15T07:05:12.009Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3427 | 2026-08-15T07:05:12.392Z | [ host-package] Compiling oso v0.27.3 |
| 3428 | 2026-08-15T07:05:12.775Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3429 | 2026-08-15T07:05:12.833Z | [ helios-setup] Aug 15 07:05:11.967 INFO E| Finished `release` profile [optimized] target(s) in 47.09s |
| 3430 | 2026-08-15T07:05:12.836Z | [ helios-setup] Aug 15 07:05:11.969 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3431 | 2026-08-15T07:05:12.837Z | [ helios-setup] Aug 15 07:05:11.969 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3432 | 2026-08-15T07:05:12.893Z | [ helios-setup] Aug 15 07:05:12.027 INFO building project "pilot" ok (47 seconds) |
| 3433 | 2026-08-15T07:05:12.893Z | [ helios-setup] Aug 15 07:05:12.027 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3434 | 2026-08-15T07:05:12.903Z | [ helios-setup] Aug 15 07:05:12.037 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 3435 | 2026-08-15T07:05:12.903Z | [ helios-setup] Aug 15 07:05:12.037 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3436 | 2026-08-15T07:05:12.903Z | [ helios-setup] Aug 15 07:05:12.037 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3437 | 2026-08-15T07:05:13.055Z | [ helios-setup] Aug 15 07:05:12.189 INFO E| Updating crates.io index |
| 3438 | 2026-08-15T07:05:13.158Z | [ helios-setup] Aug 15 07:05:12.292 INFO E| Downloading crates ... |
| 3439 | 2026-08-15T07:05:13.207Z | [ helios-setup] Aug 15 07:05:12.341 INFO E| Downloaded bitflags v2.9.1 |
| 3440 | 2026-08-15T07:05:13.230Z | [ helios-setup] Aug 15 07:05:12.363 INFO E| Downloaded errno v0.3.12 |
| 3441 | 2026-08-15T07:05:13.241Z | [ helios-setup] Aug 15 07:05:12.375 INFO E| Downloaded time-core v0.1.4 |
| 3442 | 2026-08-15T07:05:13.255Z | [ helios-setup] Aug 15 07:05:12.389 INFO E| Downloaded quote v1.0.40 |
| 3443 | 2026-08-15T07:05:13.258Z | [ helios-setup] Aug 15 07:05:12.390 INFO E| Downloaded thiserror v2.0.12 |
| 3444 | 2026-08-15T07:05:13.261Z | [ helios-setup] Aug 15 07:05:12.394 INFO E| Downloaded autocfg v1.4.0 |
| 3445 | 2026-08-15T07:05:13.261Z | [ helios-setup] Aug 15 07:05:12.395 INFO E| Downloaded deranged v0.4.0 |
| 3446 | 2026-08-15T07:05:13.264Z | [ helios-setup] Aug 15 07:05:12.397 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3447 | 2026-08-15T07:05:13.264Z | [ helios-setup] Aug 15 07:05:12.398 INFO E| Downloaded time-macros v0.2.22 |
| 3448 | 2026-08-15T07:05:13.271Z | [ helios-setup] Aug 15 07:05:12.405 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3449 | 2026-08-15T07:05:13.274Z | [ helios-setup] Aug 15 07:05:12.408 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3450 | 2026-08-15T07:05:13.284Z | [ helios-setup] Aug 15 07:05:12.418 INFO E| Downloaded tempfile v3.20.0 |
| 3451 | 2026-08-15T07:05:13.289Z | [ helios-setup] Aug 15 07:05:12.423 INFO E| Downloaded unicode-ident v1.0.18 |
| 3452 | 2026-08-15T07:05:13.299Z | [ helios-setup] Aug 15 07:05:12.433 INFO E| Downloaded getrandom v0.3.3 |
| 3453 | 2026-08-15T07:05:13.302Z | [ helios-setup] Aug 15 07:05:12.435 INFO E| Downloaded serde_derive v1.0.219 |
| 3454 | 2026-08-15T07:05:13.305Z | [ helios-setup] Aug 15 07:05:12.438 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3455 | 2026-08-15T07:05:13.315Z | [ helios-setup] Aug 15 07:05:12.449 INFO E| Downloaded anyhow v1.0.98 |
| 3456 | 2026-08-15T07:05:13.324Z | [ helios-setup] Aug 15 07:05:12.457 INFO E| Downloaded indexmap v2.9.0 |
| 3457 | 2026-08-15T07:05:13.327Z | [ helios-setup] Aug 15 07:05:12.460 INFO E| Downloaded memchr v2.7.4 |
| 3458 | 2026-08-15T07:05:13.358Z | [ helios-setup] Aug 15 07:05:12.491 INFO E| Downloaded serde v1.0.219 |
| 3459 | 2026-08-15T07:05:13.361Z | [ helios-setup] Aug 15 07:05:12.493 INFO E| Downloaded hashbrown v0.15.3 |
| 3460 | 2026-08-15T07:05:13.366Z | [ helios-setup] Aug 15 07:05:12.496 INFO E| Downloaded serde_with v3.12.0 |
| 3461 | 2026-08-15T07:05:13.370Z | [ helios-setup] Aug 15 07:05:12.504 INFO E| Downloaded serde_json v1.0.140 |
| 3462 | 2026-08-15T07:05:13.374Z | [ helios-setup] Aug 15 07:05:12.508 INFO E| Downloaded time v0.3.41 |
| 3463 | 2026-08-15T07:05:13.392Z | [ helios-setup] Aug 15 07:05:12.525 INFO E| Downloaded chrono v0.4.41 |
| 3464 | 2026-08-15T07:05:13.399Z | [ helios-setup] Aug 15 07:05:12.533 INFO E| Downloaded syn v2.0.101 |
| 3465 | 2026-08-15T07:05:13.407Z | [ helios-setup] Aug 15 07:05:12.541 INFO E| Downloaded rustix v1.0.7 |
| 3466 | 2026-08-15T07:05:13.481Z | [ helios-setup] Aug 15 07:05:12.615 INFO E| Downloaded libc v0.2.172 |
| 3467 | 2026-08-15T07:05:13.556Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling proc-macro2 v1.0.95 |
| 3468 | 2026-08-15T07:05:13.556Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling unicode-ident v1.0.18 |
| 3469 | 2026-08-15T07:05:13.556Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling libc v0.2.172 |
| 3470 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling ident_case v1.0.1 |
| 3471 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling fnv v1.0.7 |
| 3472 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling strsim v0.11.1 |
| 3473 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling serde v1.0.219 |
| 3474 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.689 INFO E| Compiling rustix v1.0.7 |
| 3475 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling getrandom v0.3.3 |
| 3476 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling bitflags v2.9.1 |
| 3477 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling cfg-if v1.0.0 |
| 3478 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling anyhow v1.0.98 |
| 3479 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling serde_json v1.0.140 |
| 3480 | 2026-08-15T07:05:13.560Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling thiserror v2.0.12 |
| 3481 | 2026-08-15T07:05:13.561Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling once_cell v1.21.3 |
| 3482 | 2026-08-15T07:05:13.561Z | [ helios-setup] Aug 15 07:05:12.690 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3483 | 2026-08-15T07:05:13.921Z | [ helios-setup] Aug 15 07:05:13.055 INFO E| Compiling memchr v2.7.4 |
| 3484 | 2026-08-15T07:05:14.051Z | [ helios-setup] Aug 15 07:05:13.184 INFO E| Compiling itoa v1.0.15 |
| 3485 | 2026-08-15T07:05:14.102Z | [ helios-setup] Aug 15 07:05:13.235 INFO E| Compiling fastrand v2.3.0 |
| 3486 | 2026-08-15T07:05:14.177Z | [ helios-setup] Aug 15 07:05:13.310 INFO E| Compiling ryu v1.0.20 |
| 3487 | 2026-08-15T07:05:15.029Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3488 | 2026-08-15T07:05:15.075Z | [ helios-setup] Aug 15 07:05:14.208 INFO E| Compiling errno v0.3.12 |
| 3489 | 2026-08-15T07:05:15.162Z | [ helios-setup] Aug 15 07:05:14.295 INFO E| Compiling quote v1.0.40 |
| 3490 | 2026-08-15T07:05:15.337Z | [ helios-setup] Aug 15 07:05:14.470 INFO E| Compiling syn v2.0.101 |
| 3491 | 2026-08-15T07:05:15.512Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3492 | 2026-08-15T07:05:16.034Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3493 | 2026-08-15T07:05:16.057Z | [ helios-setup] Aug 15 07:05:15.190 INFO E| Compiling tempfile v3.20.0 |
| 3494 | 2026-08-15T07:05:16.610Z | [ host-package] Compiling ignore v0.4.25 |
| 3495 | 2026-08-15T07:05:17.514Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3496 | 2026-08-15T07:05:17.871Z | [ helios-setup] Aug 15 07:05:17.005 INFO E| Compiling darling_core v0.20.11 |
| 3497 | 2026-08-15T07:05:18.608Z | [ helios-setup] Aug 15 07:05:17.741 INFO E| Compiling serde_derive v1.0.219 |
| 3498 | 2026-08-15T07:05:18.609Z | [ helios-setup] Aug 15 07:05:17.741 INFO E| Compiling thiserror-impl v2.0.12 |
| 3499 | 2026-08-15T07:05:18.619Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3500 | 2026-08-15T07:05:18.647Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3501 | 2026-08-15T07:05:19.131Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3502 | 2026-08-15T07:05:19.154Z | [ host-package] Compiling anstyle-parse v0.2.7 |
| 3503 | 2026-08-15T07:05:19.566Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3504 | 2026-08-15T07:05:19.960Z | [ host-package] Compiling castaway v0.2.4 |
| 3505 | 2026-08-15T07:05:19.984Z | [ helios-setup] Aug 15 07:05:19.117 INFO E| Compiling darling_macro v0.20.11 |
| 3506 | 2026-08-15T07:05:20.128Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3507 | 2026-08-15T07:05:20.236Z | [ host-package] Compiling indoc v2.0.7 |
| 3508 | 2026-08-15T07:05:20.386Z | [ host-package] Compiling bytesize v2.7.0 |
| 3509 | 2026-08-15T07:05:20.489Z | [ host-package] Compiling http-range-header v0.4.2 |
| 3510 | 2026-08-15T07:05:20.654Z | [ host-package] Compiling compact_str v0.8.1 |
| 3511 | 2026-08-15T07:05:20.685Z | [ helios-setup] Aug 15 07:05:19.818 INFO E| Compiling darling v0.20.11 |
| 3512 | 2026-08-15T07:05:20.778Z | [ helios-setup] Aug 15 07:05:19.910 INFO E| Compiling serde_with_macros v3.12.0 |
| 3513 | 2026-08-15T07:05:21.249Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3514 | 2026-08-15T07:05:21.702Z | [ host-package] Compiling anstream v0.6.21 |
| 3515 | 2026-08-15T07:05:21.789Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3516 | 2026-08-15T07:05:21.954Z | [ host-package] Compiling globwalk v0.9.1 |
| 3517 | 2026-08-15T07:05:21.974Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3518 | 2026-08-15T07:05:22.311Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3519 | 2026-08-15T07:05:22.872Z | [ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 3520 | 2026-08-15T07:05:23.213Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3521 | 2026-08-15T07:05:23.243Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3522 | 2026-08-15T07:05:23.672Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3523 | 2026-08-15T07:05:23.836Z | [ helios-setup] Aug 15 07:05:22.970 INFO E| Compiling serde_with v3.12.0 |
| 3524 | 2026-08-15T07:05:23.858Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3525 | 2026-08-15T07:05:23.920Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3526 | 2026-08-15T07:05:24.462Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3527 | 2026-08-15T07:05:24.924Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3528 | 2026-08-15T07:05:25.414Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3529 | 2026-08-15T07:05:25.710Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3530 | 2026-08-15T07:05:25.967Z | [ host-package] Compiling lru v0.12.5 |
| 3531 | 2026-08-15T07:05:26.013Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3532 | 2026-08-15T07:05:26.198Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3533 | 2026-08-15T07:05:26.360Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3534 | 2026-08-15T07:05:26.489Z | [ host-package] Compiling cassowary v0.3.0 |
| 3535 | 2026-08-15T07:05:26.517Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3536 | 2026-08-15T07:05:26.587Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3537 | 2026-08-15T07:05:26.838Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3538 | 2026-08-15T07:05:26.904Z | [ host-package] Compiling ratatui v0.29.0 |
| 3539 | 2026-08-15T07:05:27.053Z | [ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 3540 | 2026-08-15T07:05:27.456Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3541 | 2026-08-15T07:05:27.525Z | [ host-package] Compiling darling v0.13.4 |
| 3542 | 2026-08-15T07:05:27.799Z | [ host-package] Compiling sled v0.34.7 |
| 3543 | 2026-08-15T07:05:27.844Z | [ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3544 | 2026-08-15T07:05:28.170Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3545 | 2026-08-15T07:05:28.219Z | [ helios-setup] Aug 15 07:05:27.353 INFO E| Finished `release` profile [optimized] target(s) in 15.30s |
| 3546 | 2026-08-15T07:05:28.248Z | [ helios-setup] Aug 15 07:05:27.381 INFO building project "dmar-report" ok (15 seconds) |
| 3547 | 2026-08-15T07:05:28.251Z | [ helios-setup] Aug 15 07:05:27.381 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3548 | 2026-08-15T07:05:28.256Z | [ helios-setup] Aug 15 07:05:27.390 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3549 | 2026-08-15T07:05:28.256Z | [ helios-setup] Aug 15 07:05:27.390 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3550 | 2026-08-15T07:05:28.256Z | [ helios-setup] Aug 15 07:05:27.390 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3551 | 2026-08-15T07:05:28.363Z | [ helios-setup] Aug 15 07:05:27.497 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3552 | 2026-08-15T07:05:28.460Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3553 | 2026-08-15T07:05:28.691Z | [ helios-setup] Aug 15 07:05:27.824 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3554 | 2026-08-15T07:05:28.691Z | [ helios-setup] Aug 15 07:05:27.824 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3555 | 2026-08-15T07:05:28.709Z | [ helios-setup] Aug 15 07:05:27.843 INFO E| Updating crates.io index |
| 3556 | 2026-08-15T07:05:28.762Z | [ helios-setup] Aug 15 07:05:27.895 INFO E| Downloading crates ... |
| 3557 | 2026-08-15T07:05:28.801Z | [ helios-setup] Aug 15 07:05:27.935 INFO E| Downloaded glob v0.3.1 |
| 3558 | 2026-08-15T07:05:28.807Z | [ helios-setup] Aug 15 07:05:27.941 INFO E| Downloaded itoa v1.0.9 |
| 3559 | 2026-08-15T07:05:28.810Z | [ helios-setup] Aug 15 07:05:27.943 INFO E| Downloaded md-5 v0.9.1 |
| 3560 | 2026-08-15T07:05:28.813Z | [ helios-setup] Aug 15 07:05:27.947 INFO E| Downloaded once_cell v1.18.0 |
| 3561 | 2026-08-15T07:05:28.816Z | [ helios-setup] Aug 15 07:05:27.948 INFO E| Downloaded fastrand v2.0.0 |
| 3562 | 2026-08-15T07:05:28.816Z | [ helios-setup] Aug 15 07:05:27.950 INFO E| Downloaded opaque-debug v0.3.0 |
| 3563 | 2026-08-15T07:05:28.824Z | [ helios-setup] Aug 15 07:05:27.958 INFO E| Downloaded block-buffer v0.9.0 |
| 3564 | 2026-08-15T07:05:28.830Z | [ helios-setup] Aug 15 07:05:27.964 INFO E| Downloaded errno v0.3.1 |
| 3565 | 2026-08-15T07:05:28.833Z | [ helios-setup] Aug 15 07:05:27.965 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3566 | 2026-08-15T07:05:28.833Z | [ helios-setup] Aug 15 07:05:27.965 INFO E| Downloaded sha-1 v0.9.8 |
| 3567 | 2026-08-15T07:05:28.833Z | [ helios-setup] Aug 15 07:05:27.967 INFO E| Downloaded digest v0.9.0 |
| 3568 | 2026-08-15T07:05:28.842Z | [ helios-setup] Aug 15 07:05:27.976 INFO E| Downloaded anyhow v1.0.72 |
| 3569 | 2026-08-15T07:05:28.845Z | [ helios-setup] Aug 15 07:05:27.979 INFO E| Downloaded cpufeatures v0.2.9 |
| 3570 | 2026-08-15T07:05:28.849Z | [ helios-setup] Aug 15 07:05:27.981 INFO E| Downloaded walkdir v2.3.3 |
| 3571 | 2026-08-15T07:05:28.852Z | [ helios-setup] Aug 15 07:05:27.983 INFO E| Downloaded quote v1.0.31 |
| 3572 | 2026-08-15T07:05:28.857Z | [ helios-setup] Aug 15 07:05:27.991 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3573 | 2026-08-15T07:05:28.860Z | [ helios-setup] Aug 15 07:05:27.993 INFO E| Downloaded ryu v1.0.15 |
| 3574 | 2026-08-15T07:05:28.863Z | [ helios-setup] Aug 15 07:05:27.995 INFO E| Downloaded getrandom v0.2.10 |
| 3575 | 2026-08-15T07:05:28.863Z | [ helios-setup] Aug 15 07:05:27.997 INFO E| Downloaded tempfile v3.7.0 |
| 3576 | 2026-08-15T07:05:28.867Z | [ helios-setup] Aug 15 07:05:27.998 INFO E| Downloaded unicode-ident v1.0.11 |
| 3577 | 2026-08-15T07:05:28.867Z | [ helios-setup] Aug 15 07:05:28.000 INFO E| Downloaded unicode-width v0.1.10 |
| 3578 | 2026-08-15T07:05:28.867Z | [ helios-setup] Aug 15 07:05:28.001 INFO E| Downloaded bitflags v2.3.3 |
| 3579 | 2026-08-15T07:05:28.870Z | [ helios-setup] Aug 15 07:05:28.002 INFO E| Downloaded uuid v0.8.2 |
| 3580 | 2026-08-15T07:05:28.870Z | [ helios-setup] Aug 15 07:05:28.004 INFO E| Downloaded typenum v1.16.0 |
| 3581 | 2026-08-15T07:05:28.873Z | [ helios-setup] Aug 15 07:05:28.005 INFO E| Downloaded toml v0.5.11 |
| 3582 | 2026-08-15T07:05:28.876Z | [ helios-setup] Aug 15 07:05:28.009 INFO E| Downloaded serde_derive v1.0.193 |
| 3583 | 2026-08-15T07:05:28.879Z | [ helios-setup] Aug 15 07:05:28.012 INFO E| Downloaded serde v1.0.193 |
| 3584 | 2026-08-15T07:05:28.902Z | [ helios-setup] Aug 15 07:05:28.036 INFO E| Downloaded serde_json v1.0.103 |
| 3585 | 2026-08-15T07:05:28.916Z | [ helios-setup] Aug 15 07:05:28.050 INFO E| Downloaded syn v2.0.32 |
| 3586 | 2026-08-15T07:05:28.927Z | [ helios-setup] Aug 15 07:05:28.060 INFO E| Downloaded rustix v0.38.4 |
| 3587 | 2026-08-15T07:05:28.947Z | [ helios-setup] Aug 15 07:05:28.081 INFO E| Downloaded libc v0.2.147 |
| 3588 | 2026-08-15T07:05:29.010Z | [ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling libc v0.2.147 |
| 3589 | 2026-08-15T07:05:29.010Z | [ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling proc-macro2 v1.0.66 |
| 3590 | 2026-08-15T07:05:29.010Z | [ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling cfg-if v1.0.0 |
| 3591 | 2026-08-15T07:05:29.010Z | [ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling unicode-ident v1.0.11 |
| 3592 | 2026-08-15T07:05:29.014Z | [ helios-setup] Aug 15 07:05:28.144 INFO E| Compiling typenum v1.16.0 |
| 3593 | 2026-08-15T07:05:29.057Z | [ helios-setup] Aug 15 07:05:28.191 INFO E| Compiling version_check v0.9.4 |
| 3594 | 2026-08-15T07:05:29.057Z | [ helios-setup] Aug 15 07:05:28.191 INFO E| Compiling serde v1.0.193 |
| 3595 | 2026-08-15T07:05:29.080Z | [ helios-setup] Aug 15 07:05:28.214 INFO E| Compiling num-conv v0.1.0 |
| 3596 | 2026-08-15T07:05:29.111Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling slog v2.7.0 |
| 3597 | 2026-08-15T07:05:29.111Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling rustix v0.38.4 |
| 3598 | 2026-08-15T07:05:29.111Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling itoa v1.0.9 |
| 3599 | 2026-08-15T07:05:29.114Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling powerfmt v0.2.0 |
| 3600 | 2026-08-15T07:05:29.114Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling time-core v0.1.2 |
| 3601 | 2026-08-15T07:05:29.114Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling num_threads v0.1.6 |
| 3602 | 2026-08-15T07:05:29.114Z | [ helios-setup] Aug 15 07:05:28.245 INFO E| Compiling once_cell v1.18.0 |
| 3603 | 2026-08-15T07:05:29.151Z | [ helios-setup] Aug 15 07:05:28.285 INFO E| Compiling bitflags v2.3.3 |
| 3604 | 2026-08-15T07:05:29.491Z | [ helios-setup] Aug 15 07:05:28.624 INFO E| Compiling deranged v0.3.11 |
| 3605 | 2026-08-15T07:05:29.507Z | [ helios-setup] Aug 15 07:05:28.641 INFO E| Compiling thread_local v1.1.7 |
| 3606 | 2026-08-15T07:05:29.539Z | [ helios-setup] Aug 15 07:05:28.673 INFO E| Compiling opaque-debug v0.3.0 |
| 3607 | 2026-08-15T07:05:29.583Z | [ helios-setup] Aug 15 07:05:28.717 INFO E| Compiling fastrand v2.0.0 |
| 3608 | 2026-08-15T07:05:29.620Z | [ helios-setup] Aug 15 07:05:28.754 INFO E| Compiling serde_json v1.0.103 |
| 3609 | 2026-08-15T07:05:29.665Z | [ helios-setup] Aug 15 07:05:28.799 INFO E| Compiling anyhow v1.0.72 |
| 3610 | 2026-08-15T07:05:29.669Z | [ helios-setup] Aug 15 07:05:28.799 INFO E| Compiling same-file v1.0.6 |
| 3611 | 2026-08-15T07:05:29.746Z | [ helios-setup] Aug 15 07:05:28.880 INFO E| Compiling cpufeatures v0.2.9 |
| 3612 | 2026-08-15T07:05:29.746Z | [ helios-setup] Aug 15 07:05:28.880 INFO E| Compiling unicode-width v0.1.10 |
| 3613 | 2026-08-15T07:05:29.872Z | [ helios-setup] Aug 15 07:05:29.006 INFO E| Compiling time-macros v0.2.18 |
| 3614 | 2026-08-15T07:05:29.940Z | [ helios-setup] Aug 15 07:05:29.074 INFO E| Compiling ryu v1.0.15 |
| 3615 | 2026-08-15T07:05:30.009Z | [ helios-setup] Aug 15 07:05:29.143 INFO E| Compiling getopts v0.2.21 |
| 3616 | 2026-08-15T07:05:30.018Z | [ helios-setup] Aug 15 07:05:29.152 INFO E| Compiling generic-array v0.14.7 |
| 3617 | 2026-08-15T07:05:30.096Z | [ helios-setup] Aug 15 07:05:29.230 INFO E| Compiling walkdir v2.3.3 |
| 3618 | 2026-08-15T07:05:30.161Z | [ helios-setup] Aug 15 07:05:29.294 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3619 | 2026-08-15T07:05:30.172Z | [ helios-setup] Aug 15 07:05:29.306 INFO E| Compiling glob v0.3.1 |
| 3620 | 2026-08-15T07:05:30.463Z | [ helios-setup] Aug 15 07:05:29.597 INFO E| Compiling quote v1.0.31 |
| 3621 | 2026-08-15T07:05:30.692Z | [ helios-setup] Aug 15 07:05:29.825 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3622 | 2026-08-15T07:05:30.713Z | [ helios-setup] Aug 15 07:05:29.846 INFO E| Compiling syn v2.0.32 |
| 3623 | 2026-08-15T07:05:30.768Z | [ helios-setup] Aug 15 07:05:29.902 INFO E| Compiling errno v0.3.1 |
| 3624 | 2026-08-15T07:05:30.768Z | [ helios-setup] Aug 15 07:05:29.902 INFO E| Compiling atty v0.2.14 |
| 3625 | 2026-08-15T07:05:30.789Z | [ helios-setup] Aug 15 07:05:29.923 INFO E| Compiling getrandom v0.2.10 |
| 3626 | 2026-08-15T07:05:30.817Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3627 | 2026-08-15T07:05:30.972Z | [ helios-setup] Aug 15 07:05:30.106 INFO E| Compiling dirs-next v2.0.0 |
| 3628 | 2026-08-15T07:05:31.050Z | [ helios-setup] Aug 15 07:05:30.184 INFO E| Compiling term v0.7.0 |
| 3629 | 2026-08-15T07:05:31.591Z | [ helios-setup] Aug 15 07:05:30.724 INFO E| Compiling time v0.3.36 |
| 3630 | 2026-08-15T07:05:31.620Z | [ helios-setup] Aug 15 07:05:30.753 INFO E| Compiling tempfile v3.7.0 |
| 3631 | 2026-08-15T07:05:31.655Z | [ helios-setup] Aug 15 07:05:30.788 INFO E| Compiling block-buffer v0.9.0 |
| 3632 | 2026-08-15T07:05:31.655Z | [ helios-setup] Aug 15 07:05:30.788 INFO E| Compiling digest v0.9.0 |
| 3633 | 2026-08-15T07:05:31.772Z | [ helios-setup] Aug 15 07:05:30.905 INFO E| Compiling sha-1 v0.9.8 |
| 3634 | 2026-08-15T07:05:31.772Z | [ helios-setup] Aug 15 07:05:30.905 INFO E| Compiling md-5 v0.9.1 |
| 3635 | 2026-08-15T07:05:32.609Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3636 | 2026-08-15T07:05:32.747Z | [ helios-setup] Aug 15 07:05:31.880 INFO E| Compiling slog-term v2.9.0 |
| 3637 | 2026-08-15T07:05:32.785Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3638 | 2026-08-15T07:05:32.915Z | [ helios-setup] Aug 15 07:05:32.048 INFO E| Compiling serde_derive v1.0.193 |
| 3639 | 2026-08-15T07:05:32.951Z | [ host-package] Compiling lru v0.18.2 |
| 3640 | 2026-08-15T07:05:33.041Z | [ host-package] Compiling pwd v1.4.0 |
| 3641 | 2026-08-15T07:05:33.310Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3642 | 2026-08-15T07:05:33.360Z | [ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 3643 | 2026-08-15T07:05:33.397Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3644 | 2026-08-15T07:05:33.801Z | [ host-package] Compiling git2 v0.20.4 |
| 3645 | 2026-08-15T07:05:34.041Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3646 | 2026-08-15T07:05:34.104Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3647 | 2026-08-15T07:05:34.592Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3648 | 2026-08-15T07:05:35.286Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3649 | 2026-08-15T07:05:35.525Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3650 | 2026-08-15T07:05:35.776Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3651 | 2026-08-15T07:05:35.866Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3652 | 2026-08-15T07:05:36.023Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3653 | 2026-08-15T07:05:36.479Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3654 | 2026-08-15T07:05:36.683Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3655 | 2026-08-15T07:05:36.825Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3656 | 2026-08-15T07:05:36.937Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3657 | 2026-08-15T07:05:36.961Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3658 | 2026-08-15T07:05:36.995Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3659 | 2026-08-15T07:05:37.140Z | [ host-package] Compiling void v1.0.2 |
| 3660 | 2026-08-15T07:05:37.257Z | [ host-package] Compiling lzss v0.8.2 |
| 3661 | 2026-08-15T07:05:37.370Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3662 | 2026-08-15T07:05:37.578Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3663 | 2026-08-15T07:05:37.664Z | [ host-package] Compiling serde_with v1.14.0 |
| 3664 | 2026-08-15T07:05:37.667Z | [ helios-setup] Aug 15 07:05:36.798 INFO E| Compiling toml v0.5.11 |
| 3665 | 2026-08-15T07:05:37.667Z | [ helios-setup] Aug 15 07:05:36.798 INFO E| Compiling uuid v0.8.2 |
| 3666 | 2026-08-15T07:05:37.925Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3667 | 2026-08-15T07:05:38.195Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3668 | 2026-08-15T07:05:38.458Z | [ helios-setup] Aug 15 07:05:37.592 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3669 | 2026-08-15T07:05:38.941Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3670 | 2026-08-15T07:05:39.278Z | [ helios-setup] Aug 15 07:05:38.412 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3671 | 2026-08-15T07:05:40.905Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3672 | 2026-08-15T07:05:42.170Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3673 | 2026-08-15T07:05:42.823Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3674 | 2026-08-15T07:05:43.251Z | [ host-package] Compiling scuffle v0.1.0 |
| 3675 | 2026-08-15T07:05:43.467Z | [ helios-setup] Aug 15 07:05:42.601 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s |
| 3676 | 2026-08-15T07:05:43.492Z | [ helios-setup] Aug 15 07:05:42.625 INFO building project "image-builder" ok (15 seconds) |
| 3677 | 2026-08-15T07:05:43.492Z | [ helios-setup] Aug 15 07:05:42.625 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3678 | 2026-08-15T07:05:43.526Z | [ helios-setup] Aug 15 07:05:42.660 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3679 | 2026-08-15T07:05:43.526Z | [ helios-setup] Aug 15 07:05:42.660 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3680 | 2026-08-15T07:05:43.526Z | [ helios-setup] Aug 15 07:05:42.660 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3681 | 2026-08-15T07:05:43.671Z | [ helios-setup] Aug 15 07:05:42.805 INFO E| Blocking waiting for file lock on package cache |
| 3682 | 2026-08-15T07:05:45.187Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3683 | 2026-08-15T07:05:45.495Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3684 | 2026-08-15T07:05:47.458Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3685 | 2026-08-15T07:05:47.561Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3686 | 2026-08-15T07:05:47.768Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3687 | 2026-08-15T07:05:47.830Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3688 | 2026-08-15T07:05:47.999Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3689 | 2026-08-15T07:05:48.060Z | [ host-package] Compiling nix v0.27.1 |
| 3690 | 2026-08-15T07:05:48.258Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3691 | 2026-08-15T07:05:48.592Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3692 | 2026-08-15T07:05:48.821Z | [ host-package] Compiling atty v0.2.14 |
| 3693 | 2026-08-15T07:05:48.844Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3694 | 2026-08-15T07:05:48.979Z | [ host-package] Compiling libsw v3.5.0 |
| 3695 | 2026-08-15T07:05:49.073Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3696 | 2026-08-15T07:05:49.147Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3697 | 2026-08-15T07:05:49.246Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3698 | 2026-08-15T07:05:49.302Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3699 | 2026-08-15T07:05:49.510Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3700 | 2026-08-15T07:05:49.693Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3701 | 2026-08-15T07:05:49.891Z | [ helios-setup] Aug 15 07:05:49.024 INFO E| Updating crates.io index |
| 3702 | 2026-08-15T07:05:49.895Z | [ helios-setup] Aug 15 07:05:49.025 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3703 | 2026-08-15T07:05:50.339Z | [ helios-setup] Aug 15 07:05:49.472 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3704 | 2026-08-15T07:05:50.339Z | [ helios-setup] Aug 15 07:05:49.472 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3705 | 2026-08-15T07:05:50.354Z | [ helios-setup] Aug 15 07:05:49.487 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3706 | 2026-08-15T07:05:50.553Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3707 | 2026-08-15T07:05:50.580Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3708 | 2026-08-15T07:05:50.657Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3709 | 2026-08-15T07:05:50.745Z | [ helios-setup] Aug 15 07:05:49.878 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3710 | 2026-08-15T07:05:50.745Z | [ helios-setup] Aug 15 07:05:49.878 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3711 | 2026-08-15T07:05:50.954Z | [ helios-setup] Aug 15 07:05:50.087 INFO E| Blocking waiting for file lock on package cache |
| 3712 | 2026-08-15T07:05:51.039Z | [ helios-setup] Aug 15 07:05:50.170 INFO E| Blocking waiting for file lock on package cache |
| 3713 | 2026-08-15T07:05:52.064Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3714 | 2026-08-15T07:05:52.133Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3715 | 2026-08-15T07:05:52.449Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3716 | 2026-08-15T07:05:52.551Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3717 | 2026-08-15T07:05:52.753Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3718 | 2026-08-15T07:05:53.042Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3719 | 2026-08-15T07:05:53.518Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3720 | 2026-08-15T07:05:54.428Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3721 | 2026-08-15T07:05:55.160Z | [ helios-setup] Aug 15 07:05:54.293 INFO E| Downloading crates ... |
| 3722 | 2026-08-15T07:05:55.207Z | [ helios-setup] Aug 15 07:05:54.340 INFO E| Downloaded four-cc v0.4.0 |
| 3723 | 2026-08-15T07:05:55.210Z | [ helios-setup] Aug 15 07:05:54.342 INFO E| Downloaded dyn-clone v1.0.19 |
| 3724 | 2026-08-15T07:05:55.214Z | [ helios-setup] Aug 15 07:05:54.348 INFO E| Downloaded bytesize v2.0.1 |
| 3725 | 2026-08-15T07:05:55.218Z | [ helios-setup] Aug 15 07:05:54.350 INFO E| Downloaded strum v0.27.1 |
| 3726 | 2026-08-15T07:05:55.218Z | [ helios-setup] Aug 15 07:05:54.351 INFO E| Downloaded ansi_term v0.12.1 |
| 3727 | 2026-08-15T07:05:55.222Z | [ helios-setup] Aug 15 07:05:54.352 INFO E| Downloaded fletcher v1.0.0 |
| 3728 | 2026-08-15T07:05:55.222Z | [ helios-setup] Aug 15 07:05:54.353 INFO E| Downloaded heck v0.3.3 |
| 3729 | 2026-08-15T07:05:55.229Z | [ helios-setup] Aug 15 07:05:54.363 INFO E| Downloaded unic-char-property v0.9.0 |
| 3730 | 2026-08-15T07:05:55.233Z | [ helios-setup] Aug 15 07:05:54.364 INFO E| Downloaded unic-char-range v0.9.0 |
| 3731 | 2026-08-15T07:05:55.238Z | [ helios-setup] Aug 15 07:05:54.371 INFO E| Downloaded unic-common v0.9.0 |
| 3732 | 2026-08-15T07:05:55.241Z | [ helios-setup] Aug 15 07:05:54.372 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3733 | 2026-08-15T07:05:55.242Z | [ helios-setup] Aug 15 07:05:54.374 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3734 | 2026-08-15T07:05:55.249Z | [ helios-setup] Aug 15 07:05:54.383 INFO E| Downloaded parse_int v0.9.0 |
| 3735 | 2026-08-15T07:05:55.253Z | [ helios-setup] Aug 15 07:05:54.387 INFO E| Downloaded strum_macros v0.27.1 |
| 3736 | 2026-08-15T07:05:55.261Z | [ helios-setup] Aug 15 07:05:54.394 INFO E| Downloaded vec_map v0.8.2 |
| 3737 | 2026-08-15T07:05:55.264Z | [ helios-setup] Aug 15 07:05:54.395 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3738 | 2026-08-15T07:05:55.264Z | [ helios-setup] Aug 15 07:05:54.396 INFO E| Downloaded rustversion v1.0.20 |
| 3739 | 2026-08-15T07:05:55.267Z | [ helios-setup] Aug 15 07:05:54.400 INFO E| Downloaded textwrap v0.11.0 |
| 3740 | 2026-08-15T07:05:55.271Z | [ helios-setup] Aug 15 07:05:54.403 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3741 | 2026-08-15T07:05:55.271Z | [ helios-setup] Aug 15 07:05:54.404 INFO E| Downloaded strsim v0.8.0 |
| 3742 | 2026-08-15T07:05:55.274Z | [ helios-setup] Aug 15 07:05:54.405 INFO E| Downloaded structopt-derive v0.4.18 |
| 3743 | 2026-08-15T07:05:55.274Z | [ helios-setup] Aug 15 07:05:54.406 INFO E| Downloaded pest_generator v2.8.0 |
| 3744 | 2026-08-15T07:05:55.279Z | [ helios-setup] Aug 15 07:05:54.413 INFO E| Downloaded pest_derive v2.8.0 |
| 3745 | 2026-08-15T07:05:55.283Z | [ helios-setup] Aug 15 07:05:54.415 INFO E| Downloaded pest_meta v2.8.0 |
| 3746 | 2026-08-15T07:05:55.286Z | [ helios-setup] Aug 15 07:05:54.418 INFO E| Downloaded log v0.4.27 |
| 3747 | 2026-08-15T07:05:55.290Z | [ helios-setup] Aug 15 07:05:54.424 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3748 | 2026-08-15T07:05:55.297Z | [ helios-setup] Aug 15 07:05:54.430 INFO E| Downloaded typenum v1.18.0 |
| 3749 | 2026-08-15T07:05:55.301Z | [ helios-setup] Aug 15 07:05:54.435 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3750 | 2026-08-15T07:05:55.306Z | [ helios-setup] Aug 15 07:05:54.440 INFO E| Downloaded structopt v0.3.26 |
| 3751 | 2026-08-15T07:05:55.311Z | [ helios-setup] Aug 15 07:05:54.444 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3752 | 2026-08-15T07:05:55.323Z | [ helios-setup] Aug 15 07:05:54.456 INFO E| Downloaded pest v2.8.0 |
| 3753 | 2026-08-15T07:05:55.327Z | [ helios-setup] Aug 15 07:05:54.460 INFO E| Downloaded goblin v0.9.3 |
| 3754 | 2026-08-15T07:05:55.339Z | [ helios-setup] Aug 15 07:05:54.472 INFO E| Downloaded clap v2.34.0 |
| 3755 | 2026-08-15T07:05:55.343Z | [ helios-setup] Aug 15 07:05:54.477 INFO E| Downloaded zerocopy v0.8.25 |
| 3756 | 2026-08-15T07:05:55.475Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling proc-macro2 v1.0.95 |
| 3757 | 2026-08-15T07:05:55.476Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling unicode-ident v1.0.18 |
| 3758 | 2026-08-15T07:05:55.476Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling memchr v2.7.4 |
| 3759 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling thiserror v2.0.12 |
| 3760 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling autocfg v1.4.0 |
| 3761 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling syn v1.0.109 |
| 3762 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling serde v1.0.219 |
| 3763 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling version_check v0.9.5 |
| 3764 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling serde_json v1.0.140 |
| 3765 | 2026-08-15T07:05:55.479Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling itoa v1.0.15 |
| 3766 | 2026-08-15T07:05:55.480Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling schemars v0.8.22 |
| 3767 | 2026-08-15T07:05:55.480Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling ryu v1.0.20 |
| 3768 | 2026-08-15T07:05:55.480Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling dyn-clone v1.0.19 |
| 3769 | 2026-08-15T07:05:55.480Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling rustversion v1.0.20 |
| 3770 | 2026-08-15T07:05:55.480Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling paste v1.0.15 |
| 3771 | 2026-08-15T07:05:55.481Z | [ helios-setup] Aug 15 07:05:54.609 INFO E| Compiling static_assertions v1.1.0 |
| 3772 | 2026-08-15T07:05:55.957Z | [ helios-setup] Aug 15 07:05:55.090 INFO E| Compiling libc v0.2.172 |
| 3773 | 2026-08-15T07:05:56.112Z | [ helios-setup] Aug 15 07:05:55.245 INFO E| Compiling ucd-trie v0.1.7 |
| 3774 | 2026-08-15T07:05:56.233Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3775 | 2026-08-15T07:05:56.403Z | [ helios-setup] Aug 15 07:05:55.536 INFO E| Compiling zerocopy v0.8.25 |
| 3776 | 2026-08-15T07:05:56.432Z | [ helios-setup] Aug 15 07:05:55.565 INFO E| Compiling once_cell v1.21.3 |
| 3777 | 2026-08-15T07:05:56.437Z | [ helios-setup] Aug 15 07:05:55.570 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3778 | 2026-08-15T07:05:56.543Z | [ helios-setup] Aug 15 07:05:55.676 INFO E| Compiling proc-macro-error v1.0.4 |
| 3779 | 2026-08-15T07:05:56.560Z | [ helios-setup] Aug 15 07:05:55.694 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3780 | 2026-08-15T07:05:56.705Z | [ helios-setup] Aug 15 07:05:55.839 INFO E| Compiling heck v0.5.0 |
| 3781 | 2026-08-15T07:05:56.895Z | [ helios-setup] Aug 15 07:05:56.028 INFO E| Compiling unicode-width v0.1.14 |
| 3782 | 2026-08-15T07:05:56.991Z | [ helios-setup] Aug 15 07:05:56.124 INFO E| Compiling unic-char-range v0.9.0 |
| 3783 | 2026-08-15T07:05:57.002Z | [ helios-setup] Aug 15 07:05:56.135 INFO E| Compiling strsim v0.8.0 |
| 3784 | 2026-08-15T07:05:57.021Z | [ helios-setup] Aug 15 07:05:56.155 INFO E| Compiling bitflags v1.3.2 |
| 3785 | 2026-08-15T07:05:57.112Z | [ helios-setup] Aug 15 07:05:56.245 INFO E| Compiling strum v0.27.1 |
| 3786 | 2026-08-15T07:05:57.132Z | [ helios-setup] Aug 15 07:05:56.266 INFO E| Compiling atty v0.2.14 |
| 3787 | 2026-08-15T07:05:57.147Z | [ helios-setup] Aug 15 07:05:56.280 INFO E| Compiling num-traits v0.2.19 |
| 3788 | 2026-08-15T07:05:57.193Z | [ helios-setup] Aug 15 07:05:56.327 INFO E| Compiling memoffset v0.9.1 |
| 3789 | 2026-08-15T07:05:57.243Z | [ helios-setup] Aug 15 07:05:56.376 INFO E| Compiling heck v0.3.3 |
| 3790 | 2026-08-15T07:05:57.262Z | [ helios-setup] Aug 15 07:05:56.395 INFO E| Compiling byteorder v1.5.0 |
| 3791 | 2026-08-15T07:05:57.276Z | [ helios-setup] Aug 15 07:05:56.409 INFO E| Compiling fletcher v1.0.0 |
| 3792 | 2026-08-15T07:05:57.348Z | [ helios-setup] Aug 15 07:05:56.481 INFO E| Compiling ansi_term v0.12.1 |
| 3793 | 2026-08-15T07:05:57.363Z | [ helios-setup] Aug 15 07:05:56.497 INFO E| Compiling unic-common v0.9.0 |
| 3794 | 2026-08-15T07:05:57.404Z | [ helios-setup] Aug 15 07:05:56.537 INFO E| Compiling vec_map v0.8.2 |
| 3795 | 2026-08-15T07:05:57.404Z | [ helios-setup] Aug 15 07:05:56.537 INFO E| Compiling unic-char-property v0.9.0 |
| 3796 | 2026-08-15T07:05:57.445Z | [ helios-setup] Aug 15 07:05:56.578 INFO E| Compiling log v0.4.27 |
| 3797 | 2026-08-15T07:05:57.537Z | [ helios-setup] Aug 15 07:05:56.671 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3798 | 2026-08-15T07:05:57.580Z | [ helios-setup] Aug 15 07:05:56.713 INFO E| Compiling textwrap v0.11.0 |
| 3799 | 2026-08-15T07:05:57.679Z | [ helios-setup] Aug 15 07:05:56.812 INFO E| Compiling plain v0.2.3 |
| 3800 | 2026-08-15T07:05:57.718Z | [ helios-setup] Aug 15 07:05:56.851 INFO E| Compiling lazy_static v1.5.0 |
| 3801 | 2026-08-15T07:05:57.746Z | [ helios-setup] Aug 15 07:05:56.880 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3802 | 2026-08-15T07:05:57.762Z | [ helios-setup] Aug 15 07:05:56.895 INFO E| Compiling bytesize v2.0.1 |
| 3803 | 2026-08-15T07:05:57.832Z | [ helios-setup] Aug 15 07:05:56.965 INFO E| Compiling clap v2.34.0 |
| 3804 | 2026-08-15T07:05:58.286Z | [ helios-setup] Aug 15 07:05:57.419 INFO E| Compiling quote v1.0.40 |
| 3805 | 2026-08-15T07:05:58.508Z | [ helios-setup] Aug 15 07:05:57.641 INFO E| Compiling syn v2.0.101 |
| 3806 | 2026-08-15T07:05:58.771Z | [ helios-setup] Aug 15 07:05:57.904 INFO E| Compiling parse_int v0.9.0 |
| 3807 | 2026-08-15T07:06:01.593Z | [ helios-setup] Aug 15 07:06:00.726 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3808 | 2026-08-15T07:06:01.593Z | [ helios-setup] Aug 15 07:06:00.726 INFO E| Compiling structopt-derive v0.4.18 |
| 3809 | 2026-08-15T07:06:01.617Z | [ helios-setup] Aug 15 07:06:00.751 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3810 | 2026-08-15T07:06:01.862Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3811 | 2026-08-15T07:06:02.157Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3812 | 2026-08-15T07:06:02.358Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3813 | 2026-08-15T07:06:02.454Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling thiserror-impl v2.0.12 |
| 3814 | 2026-08-15T07:06:02.455Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling serde_derive v1.0.219 |
| 3815 | 2026-08-15T07:06:02.455Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3816 | 2026-08-15T07:06:02.460Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling num-derive v0.4.2 |
| 3817 | 2026-08-15T07:06:02.460Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3818 | 2026-08-15T07:06:02.460Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling strum_macros v0.27.1 |
| 3819 | 2026-08-15T07:06:02.460Z | [ helios-setup] Aug 15 07:06:01.588 INFO E| Compiling scroll_derive v0.12.1 |
| 3820 | 2026-08-15T07:06:02.571Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3821 | 2026-08-15T07:06:02.872Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3822 | 2026-08-15T07:06:02.974Z | [ helios-setup] Aug 15 07:06:02.107 INFO E| Compiling schemars_derive v0.8.22 |
| 3823 | 2026-08-15T07:06:03.096Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3824 | 2026-08-15T07:06:03.401Z | [ helios-setup] Aug 15 07:06:02.534 INFO E| Compiling structopt v0.3.26 |
| 3825 | 2026-08-15T07:06:03.638Z | [ helios-setup] Aug 15 07:06:02.770 INFO E| Compiling scroll v0.12.0 |
| 3826 | 2026-08-15T07:06:03.644Z | [ helios-setup] Aug 15 07:06:02.777 INFO E| Compiling modular-bitfield v0.11.2 |
| 3827 | 2026-08-15T07:06:03.889Z | [ helios-setup] Aug 15 07:06:03.023 INFO E| Compiling goblin v0.9.3 |
| 3828 | 2026-08-15T07:06:04.723Z | [ helios-setup] Aug 15 07:06:03.857 INFO E| Compiling modular-bitfield v0.13.1 |
| 3829 | 2026-08-15T07:06:04.885Z | [ helios-setup] Aug 15 07:06:04.019 INFO E| Compiling pest v2.8.0 |
| 3830 | 2026-08-15T07:06:06.360Z | [ helios-setup] Aug 15 07:06:05.493 INFO E| Compiling pest_meta v2.8.0 |
| 3831 | 2026-08-15T07:06:06.739Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3832 | 2026-08-15T07:06:06.819Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3833 | 2026-08-15T07:06:07.005Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3834 | 2026-08-15T07:06:07.201Z | [ helios-setup] Aug 15 07:06:06.334 INFO E| Compiling pest_generator v2.8.0 |
| 3835 | 2026-08-15T07:06:07.276Z | [ host-package] Compiling fatfs v0.3.6 |
| 3836 | 2026-08-15T07:06:07.868Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3837 | 2026-08-15T07:06:07.975Z | [ host-package] Compiling yasna v0.5.2 |
| 3838 | 2026-08-15T07:06:08.049Z | [ helios-setup] Aug 15 07:06:07.182 INFO E| Compiling pest_derive v2.8.0 |
| 3839 | 2026-08-15T07:06:08.137Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3840 | 2026-08-15T07:06:08.709Z | [ helios-setup] Aug 15 07:06:07.842 INFO E| Compiling json5 v0.4.1 |
| 3841 | 2026-08-15T07:06:08.861Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3842 | 2026-08-15T07:06:08.955Z | [ host-package] Compiling is_ci v1.2.0 |
| 3843 | 2026-08-15T07:06:09.118Z | [ host-package] Compiling rcgen v0.12.1 |
| 3844 | 2026-08-15T07:06:09.229Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3845 | 2026-08-15T07:06:09.392Z | [ host-package] Compiling supports-color v3.0.2 |
| 3846 | 2026-08-15T07:06:09.712Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3847 | 2026-08-15T07:06:10.295Z | [ helios-setup] Aug 15 07:06:09.428 INFO E| Compiling four-cc v0.4.0 |
| 3848 | 2026-08-15T07:06:10.295Z | [ helios-setup] Aug 15 07:06:09.428 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3849 | 2026-08-15T07:06:10.421Z | [ helios-setup] Aug 15 07:06:09.554 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3850 | 2026-08-15T07:06:11.218Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3851 | 2026-08-15T07:06:11.932Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3852 | 2026-08-15T07:06:12.099Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3853 | 2026-08-15T07:06:12.574Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3854 | 2026-08-15T07:06:12.652Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3855 | 2026-08-15T07:06:12.656Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3856 | 2026-08-15T07:06:12.989Z | [ host-package] Compiling port-file v0.1.0 |
| 3857 | 2026-08-15T07:06:13.023Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3858 | 2026-08-15T07:06:13.072Z | [ host-package] Compiling subprocess v0.2.15 |
| 3859 | 2026-08-15T07:06:13.313Z | [ host-package] Compiling rpassword v7.5.4 |
| 3860 | 2026-08-15T07:06:13.335Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3861 | 2026-08-15T07:06:14.015Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3862 | 2026-08-15T07:06:15.407Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3863 | 2026-08-15T07:06:15.569Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3864 | 2026-08-15T07:06:16.542Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3865 | 2026-08-15T07:06:16.583Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3866 | 2026-08-15T07:06:16.930Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3867 | 2026-08-15T07:06:17.320Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3868 | 2026-08-15T07:06:17.996Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3869 | 2026-08-15T07:06:18.732Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3870 | 2026-08-15T07:06:19.744Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3871 | 2026-08-15T07:06:19.978Z | [ host-package] Compiling uzers v0.12.2 |
| 3872 | 2026-08-15T07:06:21.393Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3873 | 2026-08-15T07:06:21.475Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3874 | 2026-08-15T07:06:22.208Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3875 | 2026-08-15T07:06:22.849Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3876 | 2026-08-15T07:06:24.629Z | [ helios-setup] Aug 15 07:06:23.762 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3877 | 2026-08-15T07:06:24.731Z | [ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3878 | 2026-08-15T07:06:26.212Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3879 | 2026-08-15T07:06:28.269Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3880 | 2026-08-15T07:06:28.624Z | [ helios-setup] Aug 15 07:06:27.758 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3881 | 2026-08-15T07:06:30.704Z | [ host-package] Compiling multimap v0.10.1 |
| 3882 | 2026-08-15T07:06:39.523Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3883 | 2026-08-15T07:06:41.619Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3884 | 2026-08-15T07:06:42.740Z | [ helios-setup] Aug 15 07:06:41.873 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.17s |
| 3885 | 2026-08-15T07:06:42.777Z | [ helios-setup] Aug 15 07:06:41.910 INFO building project "amd-host-image-builder" ok (59 seconds) |
| 3886 | 2026-08-15T07:06:42.781Z | [ helios-setup] Aug 15 07:06:41.910 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3887 | 2026-08-15T07:06:42.786Z | [ helios-setup] Aug 15 07:06:41.919 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3888 | 2026-08-15T07:06:42.786Z | [ helios-setup] Aug 15 07:06:41.919 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3889 | 2026-08-15T07:06:42.789Z | [ helios-setup] Aug 15 07:06:41.919 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3890 | 2026-08-15T07:06:42.908Z | [ helios-setup] Aug 15 07:06:42.041 INFO E| Downloading crates ... |
| 3891 | 2026-08-15T07:06:42.956Z | [ helios-setup] Aug 15 07:06:42.089 INFO E| Downloaded bytes v1.2.1 |
| 3892 | 2026-08-15T07:06:42.960Z | [ helios-setup] Aug 15 07:06:42.092 INFO E| Downloaded digest v0.10.3 |
| 3893 | 2026-08-15T07:06:42.960Z | [ helios-setup] Aug 15 07:06:42.093 INFO E| Downloaded cpufeatures v0.2.5 |
| 3894 | 2026-08-15T07:06:42.964Z | [ helios-setup] Aug 15 07:06:42.097 INFO E| Downloaded generic-array v0.14.6 |
| 3895 | 2026-08-15T07:06:42.967Z | [ helios-setup] Aug 15 07:06:42.098 INFO E| Downloaded block-buffer v0.10.3 |
| 3896 | 2026-08-15T07:06:42.967Z | [ helios-setup] Aug 15 07:06:42.099 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3897 | 2026-08-15T07:06:42.973Z | [ helios-setup] Aug 15 07:06:42.106 INFO E| Downloaded sha2 v0.10.5 |
| 3898 | 2026-08-15T07:06:42.976Z | [ helios-setup] Aug 15 07:06:42.108 INFO E| Downloaded typenum v1.15.0 |
| 3899 | 2026-08-15T07:06:42.976Z | [ helios-setup] Aug 15 07:06:42.109 INFO E| Downloaded anyhow v1.0.62 |
| 3900 | 2026-08-15T07:06:42.979Z | [ helios-setup] Aug 15 07:06:42.111 INFO E| Downloaded flate2 v1.0.25 |
| 3901 | 2026-08-15T07:06:43.027Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling typenum v1.15.0 |
| 3902 | 2026-08-15T07:06:43.027Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling version_check v0.9.4 |
| 3903 | 2026-08-15T07:06:43.031Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling crc32fast v1.3.2 |
| 3904 | 2026-08-15T07:06:43.031Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling cfg-if v1.0.0 |
| 3905 | 2026-08-15T07:06:43.031Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling adler v1.0.2 |
| 3906 | 2026-08-15T07:06:43.031Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling anyhow v1.0.62 |
| 3907 | 2026-08-15T07:06:43.031Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling unicode-width v0.1.10 |
| 3908 | 2026-08-15T07:06:43.032Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling cpufeatures v0.2.5 |
| 3909 | 2026-08-15T07:06:43.032Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling bytes v1.2.1 |
| 3910 | 2026-08-15T07:06:43.032Z | [ helios-setup] Aug 15 07:06:42.160 INFO E| Compiling bitflags v1.3.2 |
| 3911 | 2026-08-15T07:06:43.158Z | [ helios-setup] Aug 15 07:06:42.291 INFO E| Compiling getopts v0.2.21 |
| 3912 | 2026-08-15T07:06:43.195Z | [ helios-setup] Aug 15 07:06:42.328 INFO E| Compiling miniz_oxide v0.6.2 |
| 3913 | 2026-08-15T07:06:43.896Z | [ helios-setup] Aug 15 07:06:43.029 INFO E| Compiling flate2 v1.0.25 |
| 3914 | 2026-08-15T07:06:43.916Z | [ helios-setup] Aug 15 07:06:43.049 INFO E| Compiling generic-array v0.14.6 |
| 3915 | 2026-08-15T07:06:45.052Z | [ helios-setup] Aug 15 07:06:44.185 INFO E| Compiling crypto-common v0.1.6 |
| 3916 | 2026-08-15T07:06:45.052Z | [ helios-setup] Aug 15 07:06:44.185 INFO E| Compiling block-buffer v0.10.3 |
| 3917 | 2026-08-15T07:06:45.182Z | [ helios-setup] Aug 15 07:06:44.315 INFO E| Compiling digest v0.10.3 |
| 3918 | 2026-08-15T07:06:45.404Z | [ helios-setup] Aug 15 07:06:44.537 INFO E| Compiling sha2 v0.10.5 |
| 3919 | 2026-08-15T07:06:45.677Z | [ helios-setup] Aug 15 07:06:44.811 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3920 | 2026-08-15T07:06:48.491Z | [ helios-setup] Aug 15 07:06:47.624 INFO E| Finished `release` profile [optimized] target(s) in 5.69s |
| 3921 | 2026-08-15T07:06:48.505Z | [ helios-setup] Aug 15 07:06:47.638 INFO building project "bootserver" ok (5 seconds) |
| 3922 | 2026-08-15T07:06:48.505Z | [ helios-setup] Aug 15 07:06:47.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3923 | 2026-08-15T07:06:48.514Z | [ helios-setup] Aug 15 07:06:47.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3924 | 2026-08-15T07:06:48.514Z | [ helios-setup] Aug 15 07:06:47.647 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3925 | 2026-08-15T07:06:48.514Z | [ helios-setup] Aug 15 07:06:47.647 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3926 | 2026-08-15T07:06:48.715Z | [ helios-setup] Aug 15 07:06:47.848 INFO E| Downloading crates ... |
| 3927 | 2026-08-15T07:06:48.752Z | [ helios-setup] Aug 15 07:06:47.885 INFO E| Downloaded adler2 v2.0.0 |
| 3928 | 2026-08-15T07:06:48.760Z | [ helios-setup] Aug 15 07:06:47.893 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3929 | 2026-08-15T07:06:48.804Z | [ helios-setup] Aug 15 07:06:47.937 INFO E| Compiling adler2 v2.0.0 |
| 3930 | 2026-08-15T07:06:48.901Z | [ helios-setup] Aug 15 07:06:48.034 INFO E| Compiling miniz_oxide v0.8.8 |
| 3931 | 2026-08-15T07:06:49.371Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3932 | 2026-08-15T07:06:50.227Z | [ helios-setup] Aug 15 07:06:49.361 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3933 | 2026-08-15T07:06:50.828Z | [ helios-setup] Aug 15 07:06:49.961 INFO E| Finished `release` profile [optimized] target(s) in 2.30s |
| 3934 | 2026-08-15T07:06:50.839Z | [ helios-setup] Aug 15 07:06:49.973 INFO building project "pinprick" ok (2 seconds) |
| 3935 | 2026-08-15T07:06:50.843Z | [ helios-setup] rm -f helios-build |
| 3936 | 2026-08-15T07:06:50.847Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3937 | 2026-08-15T07:06:50.850Z | [ helios-setup] |
| 3938 | 2026-08-15T07:06:50.854Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3939 | 2026-08-15T07:06:50.854Z | [ helios-setup] |
| 3940 | 2026-08-15T07:06:50.854Z | [ helios-setup] |
| 3941 | 2026-08-15T07:06:50.854Z | [ helios-setup] real 3:20.214178757 |
| 3942 | 2026-08-15T07:06:50.854Z | [ helios-setup] user 7:05.925493555 |
| 3943 | 2026-08-15T07:06:50.854Z | [ helios-setup] sys 1:21.771032424 |
| 3944 | 2026-08-15T07:06:50.854Z | [ helios-setup] trap 0.497286173 |
| 3945 | 2026-08-15T07:06:50.854Z | [ helios-setup] tflt 3.506411627 |
| 3946 | 2026-08-15T07:06:50.854Z | [ helios-setup] dflt 9.511950398 |
| 3947 | 2026-08-15T07:06:50.854Z | [ helios-setup] kflt 0.000557961 |
| 3948 | 2026-08-15T07:06:50.854Z | [ helios-setup] lock 58:24.729238679 |
| 3949 | 2026-08-15T07:06:50.854Z | [ helios-setup] slp 40:01.052563516 |
| 3950 | 2026-08-15T07:06:50.854Z | [ helios-setup] lat 7:25.060094680 |
| 3951 | 2026-08-15T07:06:50.854Z | [ helios-setup] stop 1:40.096300033 |
| 3952 | 2026-08-15T07:06:50.854Z | Aug 15 07:06:49.987 INFO [helios-setup] process exited with exit status: 0 (200.217261215s) |
| 3953 | 2026-08-15T07:06:50.854Z | Aug 15 07:06:49.987 INFO [helios-record] running task |
| 3954 | 2026-08-15T07:06:50.854Z | Aug 15 07:06:49.987 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3955 | 2026-08-15T07:06:50.858Z | Aug 15 07:06:49.992 DEBG process exited with exit status: 0 (4.357318ms) |
| 3956 | 2026-08-15T07:06:50.858Z | Aug 15 07:06:49.992 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3957 | 2026-08-15T07:06:50.862Z | Aug 15 07:06:49.995 DEBG process exited with exit status: 0 (3.521299ms) |
| 3958 | 2026-08-15T07:06:50.862Z | Aug 15 07:06:49.995 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3959 | 2026-08-15T07:06:50.868Z | Aug 15 07:06:49.999 DEBG process exited with exit status: 0 (3.186609ms) |
| 3960 | 2026-08-15T07:06:50.868Z | Aug 15 07:06:49.999 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3961 | 2026-08-15T07:06:50.872Z | Aug 15 07:06:50.003 DEBG process exited with exit status: 0 (3.326038ms) |
| 3962 | 2026-08-15T07:06:50.872Z | Aug 15 07:06:50.003 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3963 | 2026-08-15T07:06:50.876Z | Aug 15 07:06:50.006 DEBG process exited with exit status: 0 (3.567229ms) |
| 3964 | 2026-08-15T07:06:50.876Z | Aug 15 07:06:50.006 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3965 | 2026-08-15T07:06:50.885Z | Aug 15 07:06:50.018 DEBG process exited with exit status: 0 (10.158136ms) |
| 3966 | 2026-08-15T07:06:50.885Z | Aug 15 07:06:50.018 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3967 | 2026-08-15T07:06:50.888Z | Aug 15 07:06:50.022 DEBG process exited with exit status: 0 (5.718708ms) |
| 3968 | 2026-08-15T07:06:50.888Z | Aug 15 07:06:50.022 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3969 | 2026-08-15T07:06:50.924Z | Aug 15 07:06:50.056 DEBG process exited with exit status: 0 (31.032108ms) |
| 3970 | 2026-08-15T07:06:50.924Z | Aug 15 07:06:50.056 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3971 | 2026-08-15T07:06:50.924Z | Aug 15 07:06:50.057 DEBG process exited with exit status: 0 (4.575818ms) |
| 3972 | 2026-08-15T07:06:50.927Z | Aug 15 07:06:50.058 INFO [helios-record] task succeeded (70.286293ms) |
| 3973 | 2026-08-15T07:06:51.174Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3974 | 2026-08-15T07:06:53.133Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3975 | 2026-08-15T07:14:17.566Z | [ host-package] Finished `release` profile [optimized] target(s) in 10m 09s |
| 3976 | 2026-08-15T07:14:17.569Z | [ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3977 | 2026-08-15T07:14:17.569Z | [ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3978 | 2026-08-15T07:15:11.527Z | Aug 15 07:15:10.658 INFO [host-package] process exited with exit status: 0 (663.291481729s) |
| 3979 | 2026-08-15T07:15:11.527Z | Aug 15 07:15:10.658 INFO [host-libraries] running task |
| 3980 | 2026-08-15T07:15:11.527Z | Aug 15 07:15:10.658 INFO [host-stamp] running task |
| 3981 | 2026-08-15T07:15:11.531Z | Aug 15 07:15:10.660 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+gitc47b10a3ebc |
| 3982 | 2026-08-15T07:15:11.531Z | Aug 15 07:15:10.660 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+gitc47b10a3ebc |
| 3983 | 2026-08-15T07:15:11.531Z | Aug 15 07:15:10.661 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+gitc47b10a3ebc |
| 3984 | 2026-08-15T07:15:11.532Z | Aug 15 07:15:10.661 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+gitc47b10a3ebc |
| 3985 | 2026-08-15T07:15:11.532Z | Aug 15 07:15:10.661 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+gitc47b10a3ebc |
| 3986 | 2026-08-15T07:15:11.532Z | Aug 15 07:15:10.661 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+gitc47b10a3ebc |
| 3987 | 2026-08-15T07:15:11.535Z | Aug 15 07:15:10.662 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+gitc47b10a3ebc |
| 3988 | 2026-08-15T07:15:11.535Z | Aug 15 07:15:10.662 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+gitc47b10a3ebc |
| 3989 | 2026-08-15T07:15:11.539Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3990 | 2026-08-15T07:15:11.539Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3991 | 2026-08-15T07:15:11.539Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3992 | 2026-08-15T07:15:11.539Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3993 | 2026-08-15T07:15:11.539Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3994 | 2026-08-15T07:15:11.542Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3995 | 2026-08-15T07:15:11.542Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3996 | 2026-08-15T07:15:11.542Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3997 | 2026-08-15T07:15:11.542Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3998 | 2026-08-15T07:15:11.545Z | Aug 15 07:15:10.674 INFO [stamp-overlay] process exited with exit status: 0 (13.824635ms) |
| 3999 | 2026-08-15T07:15:11.551Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 4000 | 2026-08-15T07:15:11.554Z | Aug 15 07:15:10.684 INFO [stamp-oxlog] process exited with exit status: 0 (22.917211ms) |
| 4001 | 2026-08-15T07:15:11.580Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 4002 | 2026-08-15T07:15:11.583Z | Aug 15 07:15:10.714 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.578709ms) |
| 4003 | 2026-08-15T07:15:11.608Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 4004 | 2026-08-15T07:15:11.612Z | Aug 15 07:15:10.743 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (80.900578ms) |
| 4005 | 2026-08-15T07:15:11.773Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 4006 | 2026-08-15T07:15:11.777Z | Aug 15 07:15:10.908 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (247.493613ms) |
| 4007 | 2026-08-15T07:15:12.071Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 4008 | 2026-08-15T07:15:12.075Z | Aug 15 07:15:11.206 INFO [stamp-propolis-server] process exited with exit status: 0 (544.604068ms) |
| 4009 | 2026-08-15T07:15:12.237Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 4010 | 2026-08-15T07:15:12.241Z | Aug 15 07:15:11.371 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (710.543224ms) |
| 4011 | 2026-08-15T07:15:13.333Z | Aug 15 07:15:12.463 INFO [host-libraries] task succeeded (1.805359958s) |
| 4012 | 2026-08-15T07:15:13.336Z | Aug 15 07:15:12.463 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 4013 | 2026-08-15T07:15:13.340Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 4014 | 2026-08-15T07:15:14.323Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4015 | 2026-08-15T07:15:15.162Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4016 | 2026-08-15T07:15:18.807Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 4017 | 2026-08-15T07:15:18.811Z | Aug 15 07:15:17.941 INFO [stamp-switch-asic] process exited with exit status: 0 (7.279846888s) |
| 4018 | 2026-08-15T07:15:18.811Z | Aug 15 07:15:17.941 INFO [host-stamp] task succeeded (7.283186977s) |
| 4019 | 2026-08-15T07:15:18.811Z | Aug 15 07:15:17.941 INFO [host-proto] running task |
| 4020 | 2026-08-15T07:15:19.317Z | Aug 15 07:15:18.448 INFO [host-proto] task succeeded (506.593463ms) |
| 4021 | 2026-08-15T07:15:19.318Z | Aug 15 07:15:18.448 INFO [host-profile] running task |
| 4022 | 2026-08-15T07:15:19.322Z | Aug 15 07:15:18.448 INFO [host-profile] task succeeded (211.67µs) |
| 4023 | 2026-08-15T07:15:19.322Z | Aug 15 07:15:18.448 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.41.506' -P /tmp/.tmpjfI385/proto/host/root -N 'ci c47b10a/${os_short_commit} 2026-08-15 07:03' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4024 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'gimlet' |
| 4025 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4026 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4027 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo' |
| 4028 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4029 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4030 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4031 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4032 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO Checking files for board 'cosmo-mbist' |
| 4033 | 2026-08-15T07:15:19.326Z | [ host-image] Aug 15 07:15:18.454 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4034 | 2026-08-15T07:15:19.332Z | [ host-image] Aug 15 07:15:18.462 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjfI385/proto/host/root" |
| 4035 | 2026-08-15T07:15:19.335Z | [ host-image] Aug 15 07:15:18.463 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4036 | 2026-08-15T07:15:19.335Z | [ host-image] Aug 15 07:15:18.463 INFO image builder template: ramdisk-01-os... |
| 4037 | 2026-08-15T07:15:19.335Z | [ host-image] Aug 15 07:15:18.463 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/.tmpjfI385/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4038 | 2026-08-15T07:15:19.344Z | [ host-image] Aug 15 07:15:18.475 INFO O| Aug 15 07:15:18.475 INFO CREATE DATASET: rpool/images/build/host/output |
| 4039 | 2026-08-15T07:15:20.487Z | [ host-image] Aug 15 07:15:19.618 INFO O| Aug 15 07:15:19.618 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4040 | 2026-08-15T07:15:20.491Z | [ host-image] Aug 15 07:15:19.621 INFO O| Aug 15 07:15:19.621 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4041 | 2026-08-15T07:15:20.709Z | [ host-image] Aug 15 07:15:19.839 INFO O| Aug 15 07:15:19.839 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 4042 | 2026-08-15T07:15:20.770Z | [ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4043 | 2026-08-15T07:15:20.770Z | [ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4044 | 2026-08-15T07:15:20.770Z | [ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4045 | 2026-08-15T07:15:20.774Z | [ host-image] Aug 15 07:15:19.900 INFO O| Aug 15 07:15:19.900 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4046 | 2026-08-15T07:15:20.777Z | [ host-image] Aug 15 07:15:19.906 INFO O| Aug 15 07:15:19.906 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4047 | 2026-08-15T07:15:21.003Z | [ host-image] Aug 15 07:15:20.134 INFO O| Aug 15 07:15:20.134 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4048 | 2026-08-15T07:15:21.011Z | [ host-image] Aug 15 07:15:20.142 INFO O| Aug 15 07:15:20.142 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 4049 | 2026-08-15T07:15:21.307Z | [ host-image] Aug 15 07:15:20.437 INFO O| Aug 15 07:15:20.437 INFO O| Caching catalogs ... Done |
| 4050 | 2026-08-15T07:15:21.375Z | [ host-image] Aug 15 07:15:20.505 INFO O| Aug 15 07:15:20.505 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4051 | 2026-08-15T07:15:21.375Z | [ host-image] Aug 15 07:15:20.505 INFO O| Aug 15 07:15:20.505 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4052 | 2026-08-15T07:15:21.381Z | [ host-image] Aug 15 07:15:20.512 INFO O| Aug 15 07:15:20.512 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"] |
| 4053 | 2026-08-15T07:15:21.650Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.780 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4054 | 2026-08-15T07:15:21.650Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.780 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4055 | 2026-08-15T07:15:21.650Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_1_name" is not enabled |
| 4056 | 2026-08-15T07:15:21.654Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4057 | 2026-08-15T07:15:21.654Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_2_name" is not enabled |
| 4058 | 2026-08-15T07:15:21.654Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4059 | 2026-08-15T07:15:21.655Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO skip step because feature "publisher_3_name" is not enabled |
| 4060 | 2026-08-15T07:15:21.655Z | [ host-image] Aug 15 07:15:20.781 INFO O| Aug 15 07:15:20.781 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4061 | 2026-08-15T07:15:21.902Z | [ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO variant opensolaris.zone is already global |
| 4062 | 2026-08-15T07:15:21.902Z | [ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4063 | 2026-08-15T07:15:21.905Z | [ host-image] Aug 15 07:15:21.032 INFO O| Aug 15 07:15:21.032 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4064 | 2026-08-15T07:15:22.140Z | [ host-image] Aug 15 07:15:21.271 INFO O| Aug 15 07:15:21.271 INFO variant opensolaris.imagetype is full; changing to partial |
| 4065 | 2026-08-15T07:15:22.140Z | [ host-image] Aug 15 07:15:21.271 INFO O| Aug 15 07:15:21.271 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4066 | 2026-08-15T07:15:23.674Z | [ host-image] Aug 15 07:15:22.805 INFO O| Aug 15 07:15:22.804 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4067 | 2026-08-15T07:15:24.023Z | [ host-image] Aug 15 07:15:23.153 INFO O| Aug 15 07:15:23.153 INFO O| Startup: Caching catalogs ... Done |
| 4068 | 2026-08-15T07:15:24.034Z | [ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Planning completed in 0.00 seconds |
| 4069 | 2026-08-15T07:15:24.038Z | [ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Consolidating action changes ... Done |
| 4070 | 2026-08-15T07:15:24.038Z | [ host-image] Aug 15 07:15:23.165 INFO O| Aug 15 07:15:23.165 INFO O| Planning: Evaluating mediators ... Done |
| 4071 | 2026-08-15T07:15:24.038Z | [ host-image] Aug 15 07:15:23.166 INFO O| Aug 15 07:15:23.166 INFO O| Planning: Planning completed in 0.00 seconds |
| 4072 | 2026-08-15T07:15:24.038Z | [ host-image] Aug 15 07:15:23.166 INFO O| Aug 15 07:15:23.166 INFO O| Variants/Facets to change: 1 |
| 4073 | 2026-08-15T07:15:24.043Z | [ host-image] Aug 15 07:15:23.174 INFO O| Aug 15 07:15:23.174 INFO O| Finalize: Updating package state database ... Done |
| 4074 | 2026-08-15T07:15:24.043Z | [ host-image] Aug 15 07:15:23.174 INFO O| Aug 15 07:15:23.174 INFO O| Finalize: Updating package cache ... Done |
| 4075 | 2026-08-15T07:15:24.102Z | [ host-image] Aug 15 07:15:23.232 INFO O| Aug 15 07:15:23.232 INFO O| Finalize: Updating image state ... Done |
| 4076 | 2026-08-15T07:15:24.110Z | [ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Creating fast lookup database ... Done |
| 4077 | 2026-08-15T07:15:24.113Z | [ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Reading search index ... Done |
| 4078 | 2026-08-15T07:15:24.113Z | [ host-image] Aug 15 07:15:23.241 INFO O| Aug 15 07:15:23.241 INFO O| Finalize: Updating search index ... Done |
| 4079 | 2026-08-15T07:15:24.113Z | [ host-image] Aug 15 07:15:23.242 INFO O| Aug 15 07:15:23.242 INFO O| Finalize: Updating package cache ... Done |
| 4080 | 2026-08-15T07:15:24.268Z | [ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4081 | 2026-08-15T07:15:24.268Z | [ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4082 | 2026-08-15T07:15:24.271Z | [ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO skip step because feature "debug_variant" is not enabled |
| 4083 | 2026-08-15T07:15:24.273Z | [ host-image] Aug 15 07:15:23.398 INFO O| Aug 15 07:15:23.398 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4084 | 2026-08-15T07:15:24.507Z | [ host-image] Aug 15 07:15:23.638 INFO O| Aug 15 07:15:23.638 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4085 | 2026-08-15T07:15:25.859Z | [ host-image] Aug 15 07:15:24.990 INFO O| Aug 15 07:15:24.990 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4086 | 2026-08-15T07:15:26.221Z | [ host-image] Aug 15 07:15:25.351 INFO O| Aug 15 07:15:25.351 INFO O| Startup: Caching catalogs ... Done |
| 4087 | 2026-08-15T07:15:26.231Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.78s |
| 4088 | 2026-08-15T07:15:26.234Z | [recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4089 | 2026-08-15T07:15:26.234Z | [recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4090 | 2026-08-15T07:15:26.234Z | [ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Planning completed in 0.00 seconds |
| 4091 | 2026-08-15T07:15:26.236Z | [ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Consolidating action changes ... Done |
| 4092 | 2026-08-15T07:15:26.236Z | [ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Evaluating mediators ... Done |
| 4093 | 2026-08-15T07:15:26.236Z | [ host-image] Aug 15 07:15:25.364 INFO O| Aug 15 07:15:25.364 INFO O| Planning: Planning completed in 0.00 seconds |
| 4094 | 2026-08-15T07:15:26.236Z | [ host-image] Aug 15 07:15:25.365 INFO O| Aug 15 07:15:25.365 INFO O| Variants/Facets to change: 1 |
| 4095 | 2026-08-15T07:15:26.242Z | [ host-image] Aug 15 07:15:25.373 INFO O| Aug 15 07:15:25.373 INFO O| Finalize: Updating package state database ... Done |
| 4096 | 2026-08-15T07:15:26.245Z | [ host-image] Aug 15 07:15:25.373 INFO O| Aug 15 07:15:25.373 INFO O| Finalize: Updating package cache ... Done |
| 4097 | 2026-08-15T07:15:26.297Z | [ host-image] Aug 15 07:15:25.428 INFO O| Aug 15 07:15:25.428 INFO O| Finalize: Updating image state ... Done |
| 4098 | 2026-08-15T07:15:26.305Z | [ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Creating fast lookup database ... Done |
| 4099 | 2026-08-15T07:15:26.308Z | [ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Reading search index ... Done |
| 4100 | 2026-08-15T07:15:26.308Z | [ host-image] Aug 15 07:15:25.436 INFO O| Aug 15 07:15:25.436 INFO O| Finalize: Updating search index ... Done |
| 4101 | 2026-08-15T07:15:26.308Z | [ host-image] Aug 15 07:15:25.437 INFO O| Aug 15 07:15:25.437 INFO O| Finalize: Updating package cache ... Done |
| 4102 | 2026-08-15T07:15:26.466Z | [ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4103 | 2026-08-15T07:15:26.466Z | [ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4104 | 2026-08-15T07:15:26.466Z | [ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO skip step because feature "recovery" is not enabled |
| 4105 | 2026-08-15T07:15:26.469Z | [ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4106 | 2026-08-15T07:15:26.469Z | [ host-image] Aug 15 07:15:25.596 INFO O| Aug 15 07:15:25.596 INFO skip step because feature "recovery" is not enabled |
| 4107 | 2026-08-15T07:15:26.470Z | [ host-image] Aug 15 07:15:25.597 INFO O| Aug 15 07:15:25.596 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4108 | 2026-08-15T07:15:26.474Z | [ host-image] Aug 15 07:15:25.605 INFO O| Aug 15 07:15:25.605 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"] |
| 4109 | 2026-08-15T07:15:27.808Z | [ host-image] Aug 15 07:15:26.938 INFO O| Aug 15 07:15:26.938 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4110 | 2026-08-15T07:15:28.156Z | [ host-image] Aug 15 07:15:27.286 INFO O| Aug 15 07:15:27.286 INFO O| Startup: Caching catalogs ... Done |
| 4111 | 2026-08-15T07:15:29.778Z | [ host-image] Aug 15 07:15:28.908 INFO O| Aug 15 07:15:28.908 INFO O| Planning: Solver setup ... Done |
| 4112 | 2026-08-15T07:15:29.925Z | [ host-image] Aug 15 07:15:29.056 INFO O| Aug 15 07:15:29.056 INFO O| Planning: Running solver ... Done |
| 4113 | 2026-08-15T07:15:29.962Z | [ host-image] Aug 15 07:15:29.093 INFO O| Aug 15 07:15:29.093 INFO O| Planning: Finding local manifests ... Done |
| 4114 | 2026-08-15T07:15:29.980Z | [ host-image] Aug 15 07:15:29.110 INFO O| Aug 15 07:15:29.110 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4115 | 2026-08-15T07:15:30.728Z | Aug 15 07:15:29.859 INFO [recovery-package] process exited with exit status: 0 (17.395329673s) |
| 4116 | 2026-08-15T07:15:30.728Z | Aug 15 07:15:29.859 INFO [recovery-libraries] running task |
| 4117 | 2026-08-15T07:15:30.728Z | Aug 15 07:15:29.859 INFO [recovery-stamp] running task |
| 4118 | 2026-08-15T07:15:30.732Z | Aug 15 07:15:29.859 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+gitc47b10a3ebc |
| 4119 | 2026-08-15T07:15:30.732Z | Aug 15 07:15:29.859 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitc47b10a3ebc |
| 4120 | 2026-08-15T07:15:30.736Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 4121 | 2026-08-15T07:15:30.739Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 4122 | 2026-08-15T07:15:30.783Z | Aug 15 07:15:29.913 INFO [recovery-libraries] task succeeded (54.635979ms) |
| 4123 | 2026-08-15T07:15:30.786Z | Aug 15 07:15:29.914 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 4124 | 2026-08-15T07:15:30.835Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 4125 | 2026-08-15T07:15:30.838Z | Aug 15 07:15:29.969 INFO [stamp-installinator] process exited with exit status: 0 (109.725727ms) |
| 4126 | 2026-08-15T07:15:30.896Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 4127 | 2026-08-15T07:15:30.899Z | Aug 15 07:15:30.029 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.141024ms) |
| 4128 | 2026-08-15T07:15:30.899Z | Aug 15 07:15:30.029 INFO [recovery-stamp] task succeeded (170.531514ms) |
| 4129 | 2026-08-15T07:15:30.899Z | Aug 15 07:15:30.029 INFO [recovery-proto] running task |
| 4130 | 2026-08-15T07:15:30.899Z | Aug 15 07:15:30.029 INFO [tuf-stamp] running task |
| 4131 | 2026-08-15T07:15:30.899Z | Aug 15 07:15:30.030 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+gitc47b10a3ebc |
| 4132 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.030 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+gitc47b10a3ebc |
| 4133 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.031 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+gitc47b10a3ebc |
| 4134 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.031 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+gitc47b10a3ebc |
| 4135 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.031 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+gitc47b10a3ebc |
| 4136 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.032 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+gitc47b10a3ebc |
| 4137 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.032 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+gitc47b10a3ebc |
| 4138 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.032 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+gitc47b10a3ebc |
| 4139 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.032 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+gitc47b10a3ebc |
| 4140 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.033 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+gitc47b10a3ebc |
| 4141 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.033 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+gitc47b10a3ebc |
| 4142 | 2026-08-15T07:15:30.903Z | Aug 15 07:15:30.033 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+gitc47b10a3ebc |
| 4143 | 2026-08-15T07:15:30.907Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4144 | 2026-08-15T07:15:30.910Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4145 | 2026-08-15T07:15:30.910Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4146 | 2026-08-15T07:15:30.910Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4147 | 2026-08-15T07:15:30.910Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4148 | 2026-08-15T07:15:30.910Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4149 | 2026-08-15T07:15:30.910Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4150 | 2026-08-15T07:15:30.910Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4151 | 2026-08-15T07:15:30.913Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4152 | 2026-08-15T07:15:30.913Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4153 | 2026-08-15T07:15:30.913Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4154 | 2026-08-15T07:15:30.913Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4155 | 2026-08-15T07:15:31.014Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4156 | 2026-08-15T07:15:31.018Z | Aug 15 07:15:30.149 INFO [stamp-probe] process exited with exit status: 0 (115.787365ms) |
| 4157 | 2026-08-15T07:15:31.032Z | Aug 15 07:15:30.163 INFO [recovery-proto] task succeeded (133.195598ms) |
| 4158 | 2026-08-15T07:15:31.036Z | Aug 15 07:15:30.163 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.41.506' -P /tmp/.tmpjfI385/proto/recovery/root -N 'recovery c47b10a/${os_short_commit} 2026-08-15 07:03' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4159 | 2026-08-15T07:15:31.039Z | [ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo-mbist' |
| 4160 | 2026-08-15T07:15:31.039Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4161 | 2026-08-15T07:15:31.039Z | [ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'gimlet' |
| 4162 | 2026-08-15T07:15:31.039Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4163 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4164 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4165 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4166 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO Checking files for board 'cosmo' |
| 4167 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4168 | 2026-08-15T07:15:31.043Z | [ recovery-image] Aug 15 07:15:30.170 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4169 | 2026-08-15T07:15:31.050Z | [ recovery-image] Aug 15 07:15:30.181 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjfI385/proto/recovery/root" |
| 4170 | 2026-08-15T07:15:31.054Z | [ recovery-image] Aug 15 07:15:30.181 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4171 | 2026-08-15T07:15:31.054Z | [ recovery-image] Aug 15 07:15:30.181 INFO image builder template: ramdisk-01-os... |
| 4172 | 2026-08-15T07:15:31.054Z | [ recovery-image] Aug 15 07:15:30.181 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/.tmpjfI385/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", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4173 | 2026-08-15T07:15:31.068Z | [ recovery-image] Aug 15 07:15:30.199 INFO O| Aug 15 07:15:30.199 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4174 | 2026-08-15T07:15:31.397Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4175 | 2026-08-15T07:15:31.424Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4176 | 2026-08-15T07:15:31.439Z | [ recovery-image] Aug 15 07:15:30.570 INFO O| Aug 15 07:15:30.570 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4177 | 2026-08-15T07:15:31.443Z | [ recovery-image] Aug 15 07:15:30.573 INFO O| Aug 15 07:15:30.573 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4178 | 2026-08-15T07:15:31.501Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4179 | 2026-08-15T07:15:31.504Z | Aug 15 07:15:30.635 INFO [stamp-ntp] process exited with exit status: 0 (604.585915ms) |
| 4180 | 2026-08-15T07:15:31.560Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4181 | 2026-08-15T07:15:31.564Z | Aug 15 07:15:30.694 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (664.531101ms) |
| 4182 | 2026-08-15T07:15:31.741Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4183 | 2026-08-15T07:15:31.778Z | Aug 15 07:15:30.875 INFO [stamp-crucible-zone] process exited with exit status: 0 (844.517572ms) |
| 4184 | 2026-08-15T07:15:31.778Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4185 | 2026-08-15T07:15:31.778Z | [ host-image] Aug 15 07:15:30.880 INFO O| Aug 15 07:15:30.880 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4186 | 2026-08-15T07:15:31.778Z | Aug 15 07:15:30.881 INFO [stamp-internal-dns] process exited with exit status: 0 (849.212939ms) |
| 4187 | 2026-08-15T07:15:31.782Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4188 | 2026-08-15T07:15:31.786Z | Aug 15 07:15:30.914 INFO [stamp-external-dns] process exited with exit status: 0 (881.588108ms) |
| 4189 | 2026-08-15T07:15:32.068Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4190 | 2026-08-15T07:15:32.071Z | Aug 15 07:15:31.202 INFO [stamp-oximeter] process exited with exit status: 0 (1.169445985s) |
| 4191 | 2026-08-15T07:15:32.139Z | [ host-image] Aug 15 07:15:31.269 INFO O| Aug 15 07:15:31.269 INFO O| Planning: Package planning ... Done |
| 4192 | 2026-08-15T07:15:32.238Z | [ recovery-image] Aug 15 07:15:31.368 INFO O| Aug 15 07:15:31.368 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4193 | 2026-08-15T07:15:32.559Z | [ recovery-image] Aug 15 07:15:31.689 INFO O| Aug 15 07:15:31.689 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4194 | 2026-08-15T07:15:32.560Z | [ recovery-image] Aug 15 07:15:31.689 INFO O| Aug 15 07:15:31.689 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4195 | 2026-08-15T07:15:32.563Z | [ recovery-image] Aug 15 07:15:31.690 INFO O| Aug 15 07:15:31.689 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4196 | 2026-08-15T07:15:32.563Z | [ recovery-image] Aug 15 07:15:31.690 INFO O| Aug 15 07:15:31.690 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4197 | 2026-08-15T07:15:32.566Z | [ recovery-image] Aug 15 07:15:31.696 INFO O| Aug 15 07:15:31.696 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4198 | 2026-08-15T07:15:32.582Z | [ host-image] Aug 15 07:15:31.712 INFO O| Aug 15 07:15:31.712 INFO O| Planning: Merging actions ... Done |
| 4199 | 2026-08-15T07:15:32.685Z | [ host-image] Aug 15 07:15:31.815 INFO O| Aug 15 07:15:31.815 INFO O| Planning: Checking for conflicting actions ... Done |
| 4200 | 2026-08-15T07:15:32.784Z | [ host-image] Aug 15 07:15:31.915 INFO O| Aug 15 07:15:31.915 INFO O| Planning: Consolidating action changes ... Done |
| 4201 | 2026-08-15T07:15:32.951Z | [ host-image] Aug 15 07:15:32.081 INFO O| Aug 15 07:15:32.081 INFO O| Planning: Evaluating mediators ... Done |
| 4202 | 2026-08-15T07:15:33.597Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4203 | 2026-08-15T07:15:33.601Z | Aug 15 07:15:32.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.697875141s) |
| 4204 | 2026-08-15T07:15:34.341Z | [ host-image] Aug 15 07:15:33.471 INFO O| Aug 15 07:15:33.471 INFO O| Planning: Planning completed in 6.17 seconds |
| 4205 | 2026-08-15T07:15:34.344Z | [ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Packages to install: 130 |
| 4206 | 2026-08-15T07:15:34.344Z | [ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Mediators to change: 5 |
| 4207 | 2026-08-15T07:15:34.344Z | [ host-image] Aug 15 07:15:33.473 INFO O| Aug 15 07:15:33.473 INFO O| Services to change: 6 |
| 4208 | 2026-08-15T07:15:34.371Z | [ host-image] Aug 15 07:15:33.502 INFO O| Aug 15 07:15:33.502 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete |
| 4209 | 2026-08-15T07:15:35.569Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4210 | 2026-08-15T07:15:35.573Z | Aug 15 07:15:34.703 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.671182233s) |
| 4211 | 2026-08-15T07:15:35.845Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4212 | 2026-08-15T07:15:35.848Z | Aug 15 07:15:34.978 INFO [stamp-clickhouse] process exited with exit status: 0 (4.946844746s) |
| 4213 | 2026-08-15T07:15:35.891Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4214 | 2026-08-15T07:15:35.894Z | Aug 15 07:15:35.024 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.993387878s) |
| 4215 | 2026-08-15T07:15:36.231Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4216 | 2026-08-15T07:15:36.235Z | Aug 15 07:15:35.365 INFO [stamp-nexus] process exited with exit status: 0 (5.332825755s) |
| 4217 | 2026-08-15T07:15:36.235Z | Aug 15 07:15:35.365 INFO [tuf-stamp] task succeeded (5.335472704s) |
| 4218 | 2026-08-15T07:15:36.235Z | Aug 15 07:15:35.365 INFO [tuf-v2-zones] running task |
| 4219 | 2026-08-15T07:15:36.418Z | Aug 15 07:15:35.548 INFO [tuf-v2-zones] task succeeded (183.255949ms) |
| 4220 | 2026-08-15T07:15:36.497Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4221 | 2026-08-15T07:15:36.497Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4222 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4223 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4224 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4225 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4226 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling multer v3.1.0 |
| 4227 | 2026-08-15T07:15:36.500Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4228 | 2026-08-15T07:15:36.845Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4229 | 2026-08-15T07:15:36.849Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4230 | 2026-08-15T07:15:36.849Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4231 | 2026-08-15T07:15:36.849Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4232 | 2026-08-15T07:15:36.849Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4233 | 2026-08-15T07:15:36.849Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4234 | 2026-08-15T07:15:36.921Z | [ recovery-image] Aug 15 07:15:36.052 INFO O| Aug 15 07:15:36.051 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4235 | 2026-08-15T07:15:36.931Z | [ recovery-image] Aug 15 07:15:36.061 INFO O| Aug 15 07:15:36.061 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4236 | 2026-08-15T07:15:36.992Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4237 | 2026-08-15T07:15:37.016Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4238 | 2026-08-15T07:15:37.016Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4239 | 2026-08-15T07:15:37.016Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4240 | 2026-08-15T07:15:37.110Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4241 | 2026-08-15T07:15:37.110Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4242 | 2026-08-15T07:15:37.114Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4243 | 2026-08-15T07:15:37.114Z | [verify-libraries] Compiling regress v0.10.5 |
| 4244 | 2026-08-15T07:15:37.114Z | [verify-libraries] Compiling instant v0.1.13 |
| 4245 | 2026-08-15T07:15:37.114Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4246 | 2026-08-15T07:15:37.114Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4247 | 2026-08-15T07:15:37.228Z | [ recovery-image] Aug 15 07:15:36.358 INFO O| Aug 15 07:15:36.358 INFO O| Caching catalogs ... Done |
| 4248 | 2026-08-15T07:15:37.239Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4249 | 2026-08-15T07:15:37.286Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4250 | 2026-08-15T07:15:37.290Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4251 | 2026-08-15T07:15:37.291Z | [verify-libraries] Compiling backon v1.6.0 |
| 4252 | 2026-08-15T07:15:37.315Z | [ recovery-image] Aug 15 07:15:36.445 INFO O| Aug 15 07:15:36.445 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4253 | 2026-08-15T07:15:37.315Z | [ recovery-image] Aug 15 07:15:36.445 INFO O| Aug 15 07:15:36.445 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4254 | 2026-08-15T07:15:37.325Z | [ recovery-image] Aug 15 07:15:36.455 INFO O| Aug 15 07:15:36.455 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"] |
| 4255 | 2026-08-15T07:15:37.394Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4256 | 2026-08-15T07:15:37.420Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4257 | 2026-08-15T07:15:37.446Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4258 | 2026-08-15T07:15:37.446Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4259 | 2026-08-15T07:15:37.450Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4260 | 2026-08-15T07:15:37.538Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4261 | 2026-08-15T07:15:37.597Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4262 | 2026-08-15T07:15:37.628Z | [verify-libraries] Compiling regress v0.11.1 |
| 4263 | 2026-08-15T07:15:37.657Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4264 | 2026-08-15T07:15:37.690Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4265 | 2026-08-15T07:15:37.690Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4266 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_1_name" is not enabled |
| 4267 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4268 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_2_name" is not enabled |
| 4269 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4270 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO skip step because feature "publisher_3_name" is not enabled |
| 4271 | 2026-08-15T07:15:37.694Z | [ recovery-image] Aug 15 07:15:36.820 INFO O| Aug 15 07:15:36.820 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4272 | 2026-08-15T07:15:37.698Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4273 | 2026-08-15T07:15:37.698Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4274 | 2026-08-15T07:15:37.767Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4275 | 2026-08-15T07:15:37.830Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4276 | 2026-08-15T07:15:37.854Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4277 | 2026-08-15T07:15:37.889Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4278 | 2026-08-15T07:15:37.947Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4279 | 2026-08-15T07:15:37.947Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4280 | 2026-08-15T07:15:38.031Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4281 | 2026-08-15T07:15:38.031Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4282 | 2026-08-15T07:15:38.072Z | [ recovery-image] Aug 15 07:15:37.202 INFO O| Aug 15 07:15:37.202 INFO variant opensolaris.zone is already global |
| 4283 | 2026-08-15T07:15:38.072Z | [ recovery-image] Aug 15 07:15:37.203 INFO O| Aug 15 07:15:37.202 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4284 | 2026-08-15T07:15:38.072Z | [ recovery-image] Aug 15 07:15:37.203 INFO O| Aug 15 07:15:37.202 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4285 | 2026-08-15T07:15:38.086Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4286 | 2026-08-15T07:15:38.215Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4287 | 2026-08-15T07:15:38.262Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4288 | 2026-08-15T07:15:38.265Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4289 | 2026-08-15T07:15:38.315Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4290 | 2026-08-15T07:15:38.378Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4291 | 2026-08-15T07:15:38.381Z | [verify-libraries] Compiling aead v0.5.2 |
| 4292 | 2026-08-15T07:15:38.416Z | [ recovery-image] Aug 15 07:15:37.547 INFO O| Aug 15 07:15:37.547 INFO variant opensolaris.imagetype is full; changing to partial |
| 4293 | 2026-08-15T07:15:38.416Z | [ recovery-image] Aug 15 07:15:37.547 INFO O| Aug 15 07:15:37.547 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4294 | 2026-08-15T07:15:38.597Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4295 | 2026-08-15T07:15:38.716Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4296 | 2026-08-15T07:15:38.738Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4297 | 2026-08-15T07:15:38.762Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4298 | 2026-08-15T07:15:38.788Z | [verify-libraries] Compiling itertools v0.15.0 |
| 4299 | 2026-08-15T07:15:38.791Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4300 | 2026-08-15T07:15:38.970Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4301 | 2026-08-15T07:15:39.020Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4302 | 2026-08-15T07:15:39.049Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4303 | 2026-08-15T07:15:39.052Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4304 | 2026-08-15T07:15:39.134Z | [verify-libraries] Compiling glob v0.3.3 |
| 4305 | 2026-08-15T07:15:39.200Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4306 | 2026-08-15T07:15:39.352Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4307 | 2026-08-15T07:15:39.372Z | [ host-image] Aug 15 07:15:38.502 INFO O| Aug 15 07:15:38.502 INFO O| Download: 17245/23887 items 145.1/222.8MB 65% complete (29.1M/s) |
| 4308 | 2026-08-15T07:15:39.484Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4309 | 2026-08-15T07:15:39.515Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4310 | 2026-08-15T07:15:39.584Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4311 | 2026-08-15T07:15:39.613Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4312 | 2026-08-15T07:15:39.925Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4313 | 2026-08-15T07:15:39.950Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4314 | 2026-08-15T07:15:39.950Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4315 | 2026-08-15T07:15:40.044Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4316 | 2026-08-15T07:15:40.290Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4317 | 2026-08-15T07:15:40.343Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4318 | 2026-08-15T07:15:40.346Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4319 | 2026-08-15T07:15:40.400Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4320 | 2026-08-15T07:15:40.429Z | [verify-libraries] Compiling colored v3.1.1 |
| 4321 | 2026-08-15T07:15:40.503Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4322 | 2026-08-15T07:15:40.548Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4323 | 2026-08-15T07:15:40.636Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4324 | 2026-08-15T07:15:40.673Z | [verify-libraries] Compiling rand v0.10.1 |
| 4325 | 2026-08-15T07:15:40.758Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4326 | 2026-08-15T07:15:40.854Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4327 | 2026-08-15T07:15:40.881Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4328 | 2026-08-15T07:15:40.912Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4329 | 2026-08-15T07:15:40.978Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4330 | 2026-08-15T07:15:41.135Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4331 | 2026-08-15T07:15:41.182Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4332 | 2026-08-15T07:15:41.219Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4333 | 2026-08-15T07:15:41.242Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4334 | 2026-08-15T07:15:41.246Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4335 | 2026-08-15T07:15:41.265Z | [ recovery-image] Aug 15 07:15:40.396 INFO O| Aug 15 07:15:40.396 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4336 | 2026-08-15T07:15:41.290Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4337 | 2026-08-15T07:15:41.290Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4338 | 2026-08-15T07:15:41.339Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 4339 | 2026-08-15T07:15:41.392Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4340 | 2026-08-15T07:15:41.507Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4341 | 2026-08-15T07:15:41.599Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4342 | 2026-08-15T07:15:41.650Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4343 | 2026-08-15T07:15:41.675Z | [ recovery-image] Aug 15 07:15:40.805 INFO O| Aug 15 07:15:40.805 INFO O| Startup: Caching catalogs ... Done |
| 4344 | 2026-08-15T07:15:41.688Z | [ recovery-image] Aug 15 07:15:40.818 INFO O| Aug 15 07:15:40.818 INFO O| Planning: Planning completed in 0.00 seconds |
| 4345 | 2026-08-15T07:15:41.691Z | [ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Consolidating action changes ... Done |
| 4346 | 2026-08-15T07:15:41.692Z | [ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Evaluating mediators ... Done |
| 4347 | 2026-08-15T07:15:41.692Z | [ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Planning: Planning completed in 0.00 seconds |
| 4348 | 2026-08-15T07:15:41.692Z | [ recovery-image] Aug 15 07:15:40.819 INFO O| Aug 15 07:15:40.819 INFO O| Variants/Facets to change: 1 |
| 4349 | 2026-08-15T07:15:41.700Z | [ recovery-image] Aug 15 07:15:40.830 INFO O| Aug 15 07:15:40.830 INFO O| Finalize: Updating package state database ... Done |
| 4350 | 2026-08-15T07:15:41.700Z | [ recovery-image] Aug 15 07:15:40.830 INFO O| Aug 15 07:15:40.830 INFO O| Finalize: Updating package cache ... Done |
| 4351 | 2026-08-15T07:15:41.716Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4352 | 2026-08-15T07:15:41.747Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4353 | 2026-08-15T07:15:41.780Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4354 | 2026-08-15T07:15:41.789Z | [ recovery-image] Aug 15 07:15:40.920 INFO O| Aug 15 07:15:40.916 INFO O| Finalize: Updating image state ... Done |
| 4355 | 2026-08-15T07:15:41.801Z | [ recovery-image] Aug 15 07:15:40.930 INFO O| Aug 15 07:15:40.930 INFO O| Finalize: Creating fast lookup database ... Done |
| 4356 | 2026-08-15T07:15:41.804Z | [ recovery-image] Aug 15 07:15:40.931 INFO O| Aug 15 07:15:40.931 INFO O| Finalize: Reading search index ... Done |
| 4357 | 2026-08-15T07:15:41.804Z | [ recovery-image] Aug 15 07:15:40.931 INFO O| Aug 15 07:15:40.931 INFO O| Finalize: Updating search index ... Done |
| 4358 | 2026-08-15T07:15:41.804Z | [ recovery-image] Aug 15 07:15:40.932 INFO O| Aug 15 07:15:40.932 INFO O| Finalize: Updating package cache ... Done |
| 4359 | 2026-08-15T07:15:41.840Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4360 | 2026-08-15T07:15:41.898Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4361 | 2026-08-15T07:15:41.959Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4362 | 2026-08-15T07:15:42.085Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4363 | 2026-08-15T07:15:42.085Z | [ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4364 | 2026-08-15T07:15:42.089Z | [ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4365 | 2026-08-15T07:15:42.089Z | [ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO skip step because feature "debug_variant" is not enabled |
| 4366 | 2026-08-15T07:15:42.089Z | [ recovery-image] Aug 15 07:15:41.216 INFO O| Aug 15 07:15:41.216 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4367 | 2026-08-15T07:15:42.117Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4368 | 2026-08-15T07:15:42.148Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4369 | 2026-08-15T07:15:42.238Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4370 | 2026-08-15T07:15:42.291Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4371 | 2026-08-15T07:15:42.348Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4372 | 2026-08-15T07:15:42.422Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4373 | 2026-08-15T07:15:42.449Z | [ recovery-image] Aug 15 07:15:41.578 INFO O| Aug 15 07:15:41.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4374 | 2026-08-15T07:15:42.474Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4375 | 2026-08-15T07:15:42.484Z | [ host-image] Aug 15 07:15:41.614 INFO O| Aug 15 07:15:41.614 INFO O| Download: Completed 222.83 MB in 8.11 seconds (27.4M/s) |
| 4376 | 2026-08-15T07:15:42.607Z | [verify-libraries] Compiling smf v0.2.3 |
| 4377 | 2026-08-15T07:15:42.633Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4378 | 2026-08-15T07:15:42.659Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4379 | 2026-08-15T07:15:42.663Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4380 | 2026-08-15T07:15:42.707Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4381 | 2026-08-15T07:15:42.733Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4382 | 2026-08-15T07:15:42.761Z | [verify-libraries] Compiling zone v0.3.1 |
| 4383 | 2026-08-15T07:15:42.991Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4384 | 2026-08-15T07:15:43.025Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4385 | 2026-08-15T07:15:43.050Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4386 | 2026-08-15T07:15:43.114Z | [verify-libraries] Compiling console v0.15.11 |
| 4387 | 2026-08-15T07:15:43.164Z | [ host-image] Aug 15 07:15:42.295 INFO O| Aug 15 07:15:42.294 INFO O| Actions: 1/54180 actions (Installing new actions) |
| 4388 | 2026-08-15T07:15:43.254Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4389 | 2026-08-15T07:15:43.315Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4390 | 2026-08-15T07:15:43.404Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4391 | 2026-08-15T07:15:43.513Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4392 | 2026-08-15T07:15:43.580Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4393 | 2026-08-15T07:15:43.680Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4394 | 2026-08-15T07:15:43.714Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4395 | 2026-08-15T07:15:43.809Z | [verify-libraries] Compiling num v0.4.3 |
| 4396 | 2026-08-15T07:15:43.842Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4397 | 2026-08-15T07:15:43.845Z | [verify-libraries] Compiling convert_case v0.10.0 |
| 4398 | 2026-08-15T07:15:43.935Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4399 | 2026-08-15T07:15:43.935Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4400 | 2026-08-15T07:15:43.959Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4401 | 2026-08-15T07:15:44.006Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4402 | 2026-08-15T07:15:44.056Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4403 | 2026-08-15T07:15:44.056Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4404 | 2026-08-15T07:15:44.059Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4405 | 2026-08-15T07:15:44.166Z | [verify-libraries] Compiling nom v7.1.3 |
| 4406 | 2026-08-15T07:15:44.170Z | [verify-libraries] Compiling vte v0.14.1 |
| 4407 | 2026-08-15T07:15:44.243Z | [ recovery-image] Aug 15 07:15:43.373 INFO O| Aug 15 07:15:43.373 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4408 | 2026-08-15T07:15:44.272Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4409 | 2026-08-15T07:15:44.308Z | [verify-libraries] Compiling derive_more-impl v2.1.1 |
| 4410 | 2026-08-15T07:15:44.312Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4411 | 2026-08-15T07:15:44.498Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4412 | 2026-08-15T07:15:44.501Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4413 | 2026-08-15T07:15:44.588Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4414 | 2026-08-15T07:15:44.592Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4415 | 2026-08-15T07:15:44.638Z | [ recovery-image] Aug 15 07:15:43.768 INFO O| Aug 15 07:15:43.768 INFO O| Startup: Caching catalogs ... Done |
| 4416 | 2026-08-15T07:15:44.653Z | [ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Planning completed in 0.00 seconds |
| 4417 | 2026-08-15T07:15:44.656Z | [ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Consolidating action changes ... Done |
| 4418 | 2026-08-15T07:15:44.656Z | [ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Evaluating mediators ... Done |
| 4419 | 2026-08-15T07:15:44.656Z | [ recovery-image] Aug 15 07:15:43.783 INFO O| Aug 15 07:15:43.783 INFO O| Planning: Planning completed in 0.00 seconds |
| 4420 | 2026-08-15T07:15:44.656Z | [ recovery-image] Aug 15 07:15:43.784 INFO O| Aug 15 07:15:43.784 INFO O| Variants/Facets to change: 1 |
| 4421 | 2026-08-15T07:15:44.671Z | [ recovery-image] Aug 15 07:15:43.801 INFO O| Aug 15 07:15:43.801 INFO O| Finalize: Updating package state database ... Done |
| 4422 | 2026-08-15T07:15:44.672Z | [ recovery-image] Aug 15 07:15:43.801 INFO O| Aug 15 07:15:43.801 INFO O| Finalize: Updating package cache ... Done |
| 4423 | 2026-08-15T07:15:44.727Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4424 | 2026-08-15T07:15:44.736Z | [ recovery-image] Aug 15 07:15:43.866 INFO O| Aug 15 07:15:43.866 INFO O| Finalize: Updating image state ... Done |
| 4425 | 2026-08-15T07:15:44.751Z | [ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.880 INFO O| Finalize: Creating fast lookup database ... Done |
| 4426 | 2026-08-15T07:15:44.751Z | [ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.881 INFO O| Finalize: Reading search index ... Done |
| 4427 | 2026-08-15T07:15:44.751Z | [ recovery-image] Aug 15 07:15:43.881 INFO O| Aug 15 07:15:43.881 INFO O| Finalize: Updating search index ... Done |
| 4428 | 2026-08-15T07:15:44.755Z | [ recovery-image] Aug 15 07:15:43.882 INFO O| Aug 15 07:15:43.882 INFO O| Finalize: Updating package cache ... Done |
| 4429 | 2026-08-15T07:15:44.775Z | [verify-libraries] Compiling nix v0.28.0 |
| 4430 | 2026-08-15T07:15:44.823Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4431 | 2026-08-15T07:15:44.978Z | [verify-libraries] Compiling semver v0.1.20 |
| 4432 | 2026-08-15T07:15:44.998Z | [ recovery-image] Aug 15 07:15:44.128 INFO O| Aug 15 07:15:44.128 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4433 | 2026-08-15T07:15:44.998Z | [ recovery-image] Aug 15 07:15:44.128 INFO O| Aug 15 07:15:44.128 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4434 | 2026-08-15T07:15:45.036Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4435 | 2026-08-15T07:15:45.040Z | [verify-libraries] Compiling psm v0.1.30 |
| 4436 | 2026-08-15T07:15:45.165Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4437 | 2026-08-15T07:15:45.235Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4438 | 2026-08-15T07:15:45.285Z | [verify-libraries] Compiling derive_more v2.1.1 |
| 4439 | 2026-08-15T07:15:45.289Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4440 | 2026-08-15T07:15:45.342Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4441 | 2026-08-15T07:15:45.346Z | [ recovery-image] Aug 15 07:15:44.473 INFO O| Aug 15 07:15:44.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4442 | 2026-08-15T07:15:45.373Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4443 | 2026-08-15T07:15:45.403Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4444 | 2026-08-15T07:15:45.407Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4445 | 2026-08-15T07:15:45.454Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4446 | 2026-08-15T07:15:45.608Z | [verify-libraries] Compiling highway v1.3.0 |
| 4447 | 2026-08-15T07:15:45.633Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4448 | 2026-08-15T07:15:45.633Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4449 | 2026-08-15T07:15:45.690Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4450 | 2026-08-15T07:15:45.744Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4451 | 2026-08-15T07:15:45.775Z | [verify-libraries] Compiling phf v0.12.1 |
| 4452 | 2026-08-15T07:15:45.830Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4453 | 2026-08-15T07:15:45.990Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4454 | 2026-08-15T07:15:46.017Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4455 | 2026-08-15T07:15:46.086Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4456 | 2026-08-15T07:15:46.090Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4457 | 2026-08-15T07:15:46.090Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4458 | 2026-08-15T07:15:46.114Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4459 | 2026-08-15T07:15:46.516Z | [verify-libraries] Compiling typify v0.6.2 |
| 4460 | 2026-08-15T07:15:46.553Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4461 | 2026-08-15T07:15:46.557Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4462 | 2026-08-15T07:15:46.662Z | [verify-libraries] Compiling home v0.5.12 |
| 4463 | 2026-08-15T07:15:46.738Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4464 | 2026-08-15T07:15:46.806Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4465 | 2026-08-15T07:15:46.897Z | [verify-libraries] Compiling csv v1.4.0 |
| 4466 | 2026-08-15T07:15:47.054Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4467 | 2026-08-15T07:15:47.153Z | [ recovery-image] Aug 15 07:15:46.284 INFO O| Aug 15 07:15:46.284 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4468 | 2026-08-15T07:15:47.168Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4469 | 2026-08-15T07:15:47.271Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4470 | 2026-08-15T07:15:47.274Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4471 | 2026-08-15T07:15:47.363Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4472 | 2026-08-15T07:15:47.537Z | [ recovery-image] Aug 15 07:15:46.668 INFO O| Aug 15 07:15:46.668 INFO O| Startup: Caching catalogs ... Done |
| 4473 | 2026-08-15T07:15:47.551Z | [ recovery-image] Aug 15 07:15:46.681 INFO O| Aug 15 07:15:46.681 INFO O| Planning: Planning completed in 0.00 seconds |
| 4474 | 2026-08-15T07:15:47.554Z | [ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Consolidating action changes ... Done |
| 4475 | 2026-08-15T07:15:47.554Z | [ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Evaluating mediators ... Done |
| 4476 | 2026-08-15T07:15:47.554Z | [ recovery-image] Aug 15 07:15:46.682 INFO O| Aug 15 07:15:46.682 INFO O| Planning: Planning completed in 0.00 seconds |
| 4477 | 2026-08-15T07:15:47.554Z | [ recovery-image] Aug 15 07:15:46.684 INFO O| Aug 15 07:15:46.683 INFO O| Variants/Facets to change: 1 |
| 4478 | 2026-08-15T07:15:47.573Z | [ recovery-image] Aug 15 07:15:46.703 INFO O| Aug 15 07:15:46.703 INFO O| Finalize: Updating package state database ... Done |
| 4479 | 2026-08-15T07:15:47.573Z | [ recovery-image] Aug 15 07:15:46.703 INFO O| Aug 15 07:15:46.703 INFO O| Finalize: Updating package cache ... Done |
| 4480 | 2026-08-15T07:15:47.632Z | [ recovery-image] Aug 15 07:15:46.762 INFO O| Aug 15 07:15:46.762 INFO O| Finalize: Updating image state ... Done |
| 4481 | 2026-08-15T07:15:47.648Z | [ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Creating fast lookup database ... Done |
| 4482 | 2026-08-15T07:15:47.648Z | [ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Reading search index ... Done |
| 4483 | 2026-08-15T07:15:47.648Z | [ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.776 INFO O| Finalize: Updating search index ... Done |
| 4484 | 2026-08-15T07:15:47.648Z | [ recovery-image] Aug 15 07:15:46.777 INFO O| Aug 15 07:15:46.777 INFO O| Finalize: Updating package cache ... Done |
| 4485 | 2026-08-15T07:15:47.664Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4486 | 2026-08-15T07:15:47.694Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4487 | 2026-08-15T07:15:47.737Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4488 | 2026-08-15T07:15:47.741Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4489 | 2026-08-15T07:15:47.760Z | [verify-libraries] Compiling peg v0.8.5 |
| 4490 | 2026-08-15T07:15:47.909Z | [ recovery-image] Aug 15 07:15:47.039 INFO O| Aug 15 07:15:47.039 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4491 | 2026-08-15T07:15:47.909Z | [ recovery-image] Aug 15 07:15:47.040 INFO O| Aug 15 07:15:47.039 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4492 | 2026-08-15T07:15:47.940Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4493 | 2026-08-15T07:15:47.944Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4494 | 2026-08-15T07:15:48.126Z | [verify-libraries] Compiling nom v8.0.0 |
| 4495 | 2026-08-15T07:15:48.165Z | [ host-image] Aug 15 07:15:47.295 INFO O| Aug 15 07:15:47.295 INFO O| Actions: 23466/54180 actions (Installing new actions) |
| 4496 | 2026-08-15T07:15:48.173Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4497 | 2026-08-15T07:15:48.279Z | [ recovery-image] Aug 15 07:15:47.409 INFO O| Aug 15 07:15:47.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4498 | 2026-08-15T07:15:48.443Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4499 | 2026-08-15T07:15:48.824Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4500 | 2026-08-15T07:15:48.851Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4501 | 2026-08-15T07:15:48.972Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4502 | 2026-08-15T07:15:49.187Z | [verify-libraries] Compiling steno v0.4.1 |
| 4503 | 2026-08-15T07:15:49.227Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4504 | 2026-08-15T07:15:49.273Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4505 | 2026-08-15T07:15:49.323Z | [verify-libraries] Compiling dropshot-api-manager-types v0.7.2 |
| 4506 | 2026-08-15T07:15:49.431Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4507 | 2026-08-15T07:15:49.588Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4508 | 2026-08-15T07:15:49.623Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4509 | 2026-08-15T07:15:49.790Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4510 | 2026-08-15T07:15:49.831Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4511 | 2026-08-15T07:15:49.909Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4512 | 2026-08-15T07:15:49.912Z | [verify-libraries] Compiling moka v0.12.13 |
| 4513 | 2026-08-15T07:15:49.939Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4514 | 2026-08-15T07:15:50.037Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4515 | 2026-08-15T07:15:50.218Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4516 | 2026-08-15T07:15:50.277Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4517 | 2026-08-15T07:15:50.325Z | [ recovery-image] Aug 15 07:15:49.455 INFO O| Aug 15 07:15:49.455 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4518 | 2026-08-15T07:15:50.435Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4519 | 2026-08-15T07:15:50.467Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4520 | 2026-08-15T07:15:50.626Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4521 | 2026-08-15T07:15:50.768Z | [ recovery-image] Aug 15 07:15:49.899 INFO O| Aug 15 07:15:49.898 INFO O| Startup: Caching catalogs ... Done |
| 4522 | 2026-08-15T07:15:50.777Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4523 | 2026-08-15T07:15:50.782Z | [ recovery-image] Aug 15 07:15:49.912 INFO O| Aug 15 07:15:49.912 INFO O| Planning: Planning completed in 0.00 seconds |
| 4524 | 2026-08-15T07:15:50.785Z | [ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Consolidating action changes ... Done |
| 4525 | 2026-08-15T07:15:50.785Z | [ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Evaluating mediators ... Done |
| 4526 | 2026-08-15T07:15:50.785Z | [ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Planning: Planning completed in 0.00 seconds |
| 4527 | 2026-08-15T07:15:50.786Z | [ recovery-image] Aug 15 07:15:49.913 INFO O| Aug 15 07:15:49.913 INFO O| Variants/Facets to change: 1 |
| 4528 | 2026-08-15T07:15:50.795Z | [ recovery-image] Aug 15 07:15:49.925 INFO O| Aug 15 07:15:49.925 INFO O| Finalize: Updating package state database ... Done |
| 4529 | 2026-08-15T07:15:50.795Z | [ recovery-image] Aug 15 07:15:49.925 INFO O| Aug 15 07:15:49.925 INFO O| Finalize: Updating package cache ... Done |
| 4530 | 2026-08-15T07:15:50.855Z | [ recovery-image] Aug 15 07:15:49.986 INFO O| Aug 15 07:15:49.986 INFO O| Finalize: Updating image state ... Done |
| 4531 | 2026-08-15T07:15:50.870Z | [ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Creating fast lookup database ... Done |
| 4532 | 2026-08-15T07:15:50.873Z | [ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Reading search index ... Done |
| 4533 | 2026-08-15T07:15:50.873Z | [ recovery-image] Aug 15 07:15:50.000 INFO O| Aug 15 07:15:50.000 INFO O| Finalize: Updating search index ... Done |
| 4534 | 2026-08-15T07:15:50.873Z | [ recovery-image] Aug 15 07:15:50.001 INFO O| Aug 15 07:15:50.001 INFO O| Finalize: Updating package cache ... Done |
| 4535 | 2026-08-15T07:15:50.926Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4536 | 2026-08-15T07:15:50.967Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4537 | 2026-08-15T07:15:51.010Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4538 | 2026-08-15T07:15:51.092Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4539 | 2026-08-15T07:15:51.136Z | [ host-image] Aug 15 07:15:50.266 INFO O| Aug 15 07:15:50.266 INFO O| Actions: Completed 54180 actions in 7.97 seconds. |
| 4540 | 2026-08-15T07:15:51.139Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4541 | 2026-08-15T07:15:51.149Z | [ recovery-image] Aug 15 07:15:50.279 INFO O| Aug 15 07:15:50.279 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4542 | 2026-08-15T07:15:51.149Z | [ recovery-image] Aug 15 07:15:50.279 INFO O| Aug 15 07:15:50.279 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4543 | 2026-08-15T07:15:51.160Z | [ recovery-image] Aug 15 07:15:50.290 INFO O| Aug 15 07:15:50.290 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"] |
| 4544 | 2026-08-15T07:15:51.184Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4545 | 2026-08-15T07:15:51.228Z | [ host-image] Aug 15 07:15:50.358 INFO O| Aug 15 07:15:50.358 INFO O| Finalize: Updating package state database ... Done |
| 4546 | 2026-08-15T07:15:51.228Z | [ host-image] Aug 15 07:15:50.358 INFO O| Aug 15 07:15:50.358 INFO O| Finalize: Updating package cache ... Done |
| 4547 | 2026-08-15T07:15:51.264Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4548 | 2026-08-15T07:15:51.337Z | [ host-image] Aug 15 07:15:50.468 INFO O| Aug 15 07:15:50.467 INFO O| Finalize: Updating image state ... Done |
| 4549 | 2026-08-15T07:15:51.351Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4550 | 2026-08-15T07:15:51.415Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4551 | 2026-08-15T07:15:51.460Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4552 | 2026-08-15T07:15:51.699Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4553 | 2026-08-15T07:15:51.759Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4554 | 2026-08-15T07:15:51.875Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4555 | 2026-08-15T07:15:51.984Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4556 | 2026-08-15T07:15:52.093Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4557 | 2026-08-15T07:15:52.328Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4558 | 2026-08-15T07:15:52.383Z | [ host-image] Aug 15 07:15:51.511 INFO O| Aug 15 07:15:51.494 INFO O| Finalize: Creating fast lookup database ... Done |
| 4559 | 2026-08-15T07:15:52.391Z | [ host-image] Aug 15 07:15:51.522 INFO O| Aug 15 07:15:51.522 INFO O| Finalize: Reading search index ... Done |
| 4560 | 2026-08-15T07:15:52.533Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4561 | 2026-08-15T07:15:52.574Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4562 | 2026-08-15T07:15:52.642Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4563 | 2026-08-15T07:15:52.702Z | [verify-libraries] Compiling headers v0.4.1 |
| 4564 | 2026-08-15T07:15:52.839Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4565 | 2026-08-15T07:15:52.911Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4566 | 2026-08-15T07:15:53.072Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4567 | 2026-08-15T07:15:53.096Z | [ recovery-image] Aug 15 07:15:52.226 INFO O| Aug 15 07:15:52.226 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4568 | 2026-08-15T07:15:53.120Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4569 | 2026-08-15T07:15:53.203Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4570 | 2026-08-15T07:15:53.279Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4571 | 2026-08-15T07:15:53.326Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4572 | 2026-08-15T07:15:53.326Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4573 | 2026-08-15T07:15:53.536Z | [ recovery-image] Aug 15 07:15:52.667 INFO O| Aug 15 07:15:52.666 INFO O| Startup: Caching catalogs ... Done |
| 4574 | 2026-08-15T07:15:53.557Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4575 | 2026-08-15T07:15:53.655Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4576 | 2026-08-15T07:15:53.740Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4577 | 2026-08-15T07:15:53.825Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4578 | 2026-08-15T07:15:53.870Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4579 | 2026-08-15T07:15:53.945Z | [verify-libraries] Compiling half v1.8.3 |
| 4580 | 2026-08-15T07:15:54.044Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4581 | 2026-08-15T07:15:54.208Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4582 | 2026-08-15T07:15:54.324Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4583 | 2026-08-15T07:15:54.414Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4584 | 2026-08-15T07:15:54.543Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4585 | 2026-08-15T07:15:54.688Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4586 | 2026-08-15T07:15:54.772Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4587 | 2026-08-15T07:15:54.868Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4588 | 2026-08-15T07:15:54.908Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4589 | 2026-08-15T07:15:55.020Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4590 | 2026-08-15T07:15:55.068Z | [verify-libraries] Compiling term v0.7.0 |
| 4591 | 2026-08-15T07:15:55.140Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4592 | 2026-08-15T07:15:55.183Z | [ host-image] Aug 15 07:15:54.314 INFO O| Aug 15 07:15:54.314 INFO O| Finalize: Building new search index ... Done |
| 4593 | 2026-08-15T07:15:55.354Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4594 | 2026-08-15T07:15:55.462Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4595 | 2026-08-15T07:15:55.521Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4596 | 2026-08-15T07:15:55.558Z | [verify-libraries] Compiling diff v0.1.13 |
| 4597 | 2026-08-15T07:15:55.599Z | [ recovery-image] Aug 15 07:15:54.729 INFO O| Aug 15 07:15:54.729 INFO O| Planning: Solver setup ... Done |
| 4598 | 2026-08-15T07:15:55.622Z | [ host-image] Aug 15 07:15:54.752 INFO O| Aug 15 07:15:54.752 INFO O| Finalize: Updating package cache ... Done |
| 4599 | 2026-08-15T07:15:55.627Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4600 | 2026-08-15T07:15:55.631Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4601 | 2026-08-15T07:15:55.631Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4602 | 2026-08-15T07:15:55.717Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4603 | 2026-08-15T07:15:55.741Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4604 | 2026-08-15T07:15:55.754Z | [ recovery-image] Aug 15 07:15:54.884 INFO O| Aug 15 07:15:54.884 INFO O| Planning: Running solver ... Done |
| 4605 | 2026-08-15T07:15:55.795Z | [ recovery-image] Aug 15 07:15:54.924 INFO O| Aug 15 07:15:54.924 INFO O| Planning: Finding local manifests ... Done |
| 4606 | 2026-08-15T07:15:55.822Z | [ recovery-image] Aug 15 07:15:54.953 INFO O| Aug 15 07:15:54.953 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4607 | 2026-08-15T07:15:55.833Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4608 | 2026-08-15T07:15:55.879Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4609 | 2026-08-15T07:15:55.917Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4610 | 2026-08-15T07:15:55.937Z | [ host-image] Aug 15 07:15:55.067 INFO O| Aug 15 07:15:55.067 INFO STEP 11 (pkg_install) COMPLETE |
| 4611 | 2026-08-15T07:15:55.941Z | [ host-image] Aug 15 07:15:55.067 INFO O| Aug 15 07:15:55.067 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4612 | 2026-08-15T07:15:55.948Z | [ host-image] Aug 15 07:15:55.079 INFO O| Aug 15 07:15:55.078 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"] |
| 4613 | 2026-08-15T07:15:55.963Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4614 | 2026-08-15T07:15:56.004Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4615 | 2026-08-15T07:15:56.053Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4616 | 2026-08-15T07:15:56.053Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4617 | 2026-08-15T07:15:56.115Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4618 | 2026-08-15T07:15:56.210Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4619 | 2026-08-15T07:15:56.250Z | [verify-libraries] Compiling darling v0.21.3 |
| 4620 | 2026-08-15T07:15:56.272Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4621 | 2026-08-15T07:15:56.382Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4622 | 2026-08-15T07:15:56.432Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4623 | 2026-08-15T07:15:56.470Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 4624 | 2026-08-15T07:15:56.534Z | [verify-libraries] Compiling ena v0.14.4 |
| 4625 | 2026-08-15T07:15:56.847Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4626 | 2026-08-15T07:15:56.989Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4627 | 2026-08-15T07:15:57.029Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4628 | 2026-08-15T07:15:57.178Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4629 | 2026-08-15T07:15:57.259Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4630 | 2026-08-15T07:15:57.650Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4631 | 2026-08-15T07:15:57.700Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4632 | 2026-08-15T07:15:57.703Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4633 | 2026-08-15T07:15:57.743Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4634 | 2026-08-15T07:15:57.836Z | [ host-image] Aug 15 07:15:56.966 INFO O| Aug 15 07:15:56.966 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4635 | 2026-08-15T07:15:57.911Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 4636 | 2026-08-15T07:15:58.140Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 4637 | 2026-08-15T07:15:58.165Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4638 | 2026-08-15T07:15:58.230Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 4639 | 2026-08-15T07:15:58.279Z | [ host-image] Aug 15 07:15:57.409 INFO O| Aug 15 07:15:57.409 INFO O| Startup: Caching catalogs ... Done |
| 4640 | 2026-08-15T07:15:58.368Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4641 | 2026-08-15T07:15:58.408Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4642 | 2026-08-15T07:15:58.452Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4643 | 2026-08-15T07:15:58.504Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4644 | 2026-08-15T07:15:58.696Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4645 | 2026-08-15T07:15:58.802Z | [ host-image] Aug 15 07:15:57.932 INFO O| Aug 15 07:15:57.932 INFO O| Planning: Solver setup ... Done |
| 4646 | 2026-08-15T07:15:58.808Z | [ host-image] Aug 15 07:15:57.938 INFO O| Aug 15 07:15:57.938 INFO O| Planning: Running solver ... Done |
| 4647 | 2026-08-15T07:15:58.815Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4648 | 2026-08-15T07:15:58.821Z | [ host-image] Aug 15 07:15:57.952 INFO O| Aug 15 07:15:57.952 INFO O| Planning: Finding local manifests ... Done |
| 4649 | 2026-08-15T07:15:58.881Z | [ host-image] Aug 15 07:15:58.011 INFO O| Aug 15 07:15:58.011 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4650 | 2026-08-15T07:15:58.950Z | [ host-image] Aug 15 07:15:58.080 INFO O| Aug 15 07:15:58.080 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4651 | 2026-08-15T07:15:58.975Z | [ host-image] Aug 15 07:15:58.105 INFO O| Aug 15 07:15:58.105 INFO O| Planning: Package planning ... Done |
| 4652 | 2026-08-15T07:15:58.978Z | [ host-image] Aug 15 07:15:58.107 INFO O| Aug 15 07:15:58.107 INFO O| Planning: Merging actions ... Done |
| 4653 | 2026-08-15T07:15:59.006Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4654 | 2026-08-15T07:15:59.147Z | [ host-image] Aug 15 07:15:58.277 INFO O| Aug 15 07:15:58.277 INFO O| Planning: Checking for conflicting actions ... Done |
| 4655 | 2026-08-15T07:15:59.150Z | [ host-image] Aug 15 07:15:58.278 INFO O| Aug 15 07:15:58.278 INFO O| Planning: Consolidating action changes ... Done |
| 4656 | 2026-08-15T07:15:59.252Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4657 | 2026-08-15T07:15:59.290Z | [ recovery-image] Aug 15 07:15:58.415 INFO O| Aug 15 07:15:58.415 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4658 | 2026-08-15T07:15:59.295Z | [ host-image] Aug 15 07:15:58.426 INFO O| Aug 15 07:15:58.425 INFO O| Planning: Evaluating mediators ... Done |
| 4659 | 2026-08-15T07:15:59.298Z | [ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Planning: Planning completed in 1.00 seconds |
| 4660 | 2026-08-15T07:15:59.298Z | [ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Packages to install: 6 |
| 4661 | 2026-08-15T07:15:59.298Z | [ host-image] Aug 15 07:15:58.427 INFO O| Aug 15 07:15:58.427 INFO O| Services to change: 2 |
| 4662 | 2026-08-15T07:15:59.308Z | [ host-image] Aug 15 07:15:58.438 INFO O| Aug 15 07:15:58.438 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4663 | 2026-08-15T07:15:59.423Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4664 | 2026-08-15T07:15:59.473Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4665 | 2026-08-15T07:15:59.622Z | [ host-image] Aug 15 07:15:58.751 INFO O| Aug 15 07:15:58.751 INFO O| Download: Completed 1.75 MB in 0.31 seconds (5.6M/s) |
| 4666 | 2026-08-15T07:15:59.653Z | [ host-image] Aug 15 07:15:58.783 INFO O| Aug 15 07:15:58.783 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4667 | 2026-08-15T07:15:59.724Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4668 | 2026-08-15T07:15:59.744Z | [ recovery-image] Aug 15 07:15:58.875 INFO O| Aug 15 07:15:58.875 INFO O| Planning: Package planning ... Done |
| 4669 | 2026-08-15T07:15:59.803Z | [ host-image] Aug 15 07:15:58.933 INFO O| Aug 15 07:15:58.933 INFO O| Actions: Completed 390 actions in 0.15 seconds. |
| 4670 | 2026-08-15T07:15:59.811Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4671 | 2026-08-15T07:15:59.843Z | [ host-image] Aug 15 07:15:58.972 INFO O| Aug 15 07:15:58.972 INFO O| Finalize: Updating package state database ... Done |
| 4672 | 2026-08-15T07:15:59.843Z | [ host-image] Aug 15 07:15:58.972 INFO O| Aug 15 07:15:58.972 INFO O| Finalize: Updating package cache ... Done |
| 4673 | 2026-08-15T07:15:59.910Z | [ recovery-image] Aug 15 07:15:59.037 INFO O| Aug 15 07:15:59.037 INFO O| Planning: Merging actions ... Done |
| 4674 | 2026-08-15T07:15:59.927Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4675 | 2026-08-15T07:15:59.951Z | [ host-image] Aug 15 07:15:59.080 INFO O| Aug 15 07:15:59.080 INFO O| Finalize: Updating image state ... Done |
| 4676 | 2026-08-15T07:16:00.162Z | [ recovery-image] Aug 15 07:15:59.292 INFO O| Aug 15 07:15:59.292 INFO O| Planning: Checking for conflicting actions ... Done |
| 4677 | 2026-08-15T07:16:00.223Z | [ recovery-image] Aug 15 07:15:59.353 INFO O| Aug 15 07:15:59.353 INFO O| Planning: Consolidating action changes ... Done |
| 4678 | 2026-08-15T07:16:00.371Z | [ recovery-image] Aug 15 07:15:59.501 INFO O| Aug 15 07:15:59.501 INFO O| Planning: Evaluating mediators ... Done |
| 4679 | 2026-08-15T07:16:00.854Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4680 | 2026-08-15T07:16:00.975Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4681 | 2026-08-15T07:16:01.163Z | [ host-image] Aug 15 07:16:00.293 INFO O| Aug 15 07:16:00.293 INFO O| Finalize: Creating fast lookup database ... Done |
| 4682 | 2026-08-15T07:16:01.192Z | [ host-image] Aug 15 07:16:00.323 INFO O| Aug 15 07:16:00.322 INFO O| Finalize: Reading search index ... Done |
| 4683 | 2026-08-15T07:16:01.196Z | [ host-image] Aug 15 07:16:00.323 INFO O| Aug 15 07:16:00.323 INFO O| Finalize: Updating search index ... Done |
| 4684 | 2026-08-15T07:16:01.208Z | [ host-image] Aug 15 07:16:00.339 INFO O| Aug 15 07:16:00.339 INFO O| Finalize: Updating package cache ... Done |
| 4685 | 2026-08-15T07:16:01.376Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4686 | 2026-08-15T07:16:01.505Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4687 | 2026-08-15T07:16:01.510Z | [ host-image] Aug 15 07:16:00.640 INFO O| Aug 15 07:16:00.640 INFO STEP 12 (pkg_install) COMPLETE |
| 4688 | 2026-08-15T07:16:01.510Z | [ host-image] Aug 15 07:16:00.640 INFO O| Aug 15 07:16:00.640 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4689 | 2026-08-15T07:16:01.520Z | [ host-image] Aug 15 07:16:00.650 INFO O| Aug 15 07:16:00.650 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4690 | 2026-08-15T07:16:01.664Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4691 | 2026-08-15T07:16:02.122Z | [ recovery-image] Aug 15 07:16:01.252 INFO O| Aug 15 07:16:01.252 INFO O| Planning: Planning completed in 8.57 seconds |
| 4692 | 2026-08-15T07:16:02.126Z | [ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Packages to install: 130 |
| 4693 | 2026-08-15T07:16:02.126Z | [ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Mediators to change: 5 |
| 4694 | 2026-08-15T07:16:02.126Z | [ recovery-image] Aug 15 07:16:01.254 INFO O| Aug 15 07:16:01.254 INFO O| Services to change: 5 |
| 4695 | 2026-08-15T07:16:02.181Z | [ recovery-image] Aug 15 07:16:01.309 INFO O| Aug 15 07:16:01.309 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4696 | 2026-08-15T07:16:02.349Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4697 | 2026-08-15T07:16:02.400Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4698 | 2026-08-15T07:16:02.404Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4699 | 2026-08-15T07:16:02.775Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4700 | 2026-08-15T07:16:03.091Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4701 | 2026-08-15T07:16:03.242Z | [ host-image] Aug 15 07:16:02.371 INFO O| Aug 15 07:16:02.371 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4702 | 2026-08-15T07:16:03.349Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4703 | 2026-08-15T07:16:03.353Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4704 | 2026-08-15T07:16:03.716Z | [ host-image] Aug 15 07:16:02.846 INFO O| Aug 15 07:16:02.846 INFO O| Startup: Caching catalogs ... Done |
| 4705 | 2026-08-15T07:16:03.814Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4706 | 2026-08-15T07:16:03.993Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4707 | 2026-08-15T07:16:04.168Z | [ host-image] Aug 15 07:16:03.298 INFO O| Aug 15 07:16:03.298 INFO O| Planning: Solver setup ... Done |
| 4708 | 2026-08-15T07:16:04.173Z | [ host-image] Aug 15 07:16:03.303 INFO O| Aug 15 07:16:03.303 INFO O| Planning: Running solver ... Done |
| 4709 | 2026-08-15T07:16:04.186Z | [ host-image] Aug 15 07:16:03.316 INFO O| Aug 15 07:16:03.316 INFO O| Planning: Finding local manifests ... Done |
| 4710 | 2026-08-15T07:16:04.250Z | [ host-image] Aug 15 07:16:03.380 INFO O| Aug 15 07:16:03.380 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4711 | 2026-08-15T07:16:04.271Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4712 | 2026-08-15T07:16:04.379Z | [ host-image] Aug 15 07:16:03.509 INFO O| Aug 15 07:16:03.509 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4713 | 2026-08-15T07:16:04.487Z | [ host-image] Aug 15 07:16:03.617 INFO O| Aug 15 07:16:03.617 INFO O| Planning: Package planning ... Done |
| 4714 | 2026-08-15T07:16:04.495Z | [ host-image] Aug 15 07:16:03.626 INFO O| Aug 15 07:16:03.625 INFO O| Planning: Merging actions ... Done |
| 4715 | 2026-08-15T07:16:04.645Z | [ host-image] Aug 15 07:16:03.775 INFO O| Aug 15 07:16:03.775 INFO O| Planning: Checking for conflicting actions ... Done |
| 4716 | 2026-08-15T07:16:04.649Z | [ host-image] Aug 15 07:16:03.778 INFO O| Aug 15 07:16:03.778 INFO O| Planning: Consolidating action changes ... Done |
| 4717 | 2026-08-15T07:16:04.784Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4718 | 2026-08-15T07:16:04.787Z | [ host-image] Aug 15 07:16:03.917 INFO O| Aug 15 07:16:03.917 INFO O| Planning: Evaluating mediators ... Done |
| 4719 | 2026-08-15T07:16:04.792Z | [ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Planning: Planning completed in 1.05 seconds |
| 4720 | 2026-08-15T07:16:04.792Z | [ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Packages to install: 6 |
| 4721 | 2026-08-15T07:16:04.792Z | [ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Mediators to change: 1 |
| 4722 | 2026-08-15T07:16:04.792Z | [ host-image] Aug 15 07:16:03.920 INFO O| Aug 15 07:16:03.920 INFO O| Services to change: 1 |
| 4723 | 2026-08-15T07:16:04.801Z | [ host-image] Aug 15 07:16:03.932 INFO O| Aug 15 07:16:03.932 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4724 | 2026-08-15T07:16:04.813Z | [verify-libraries] Compiling der v0.8.0 |
| 4725 | 2026-08-15T07:16:05.108Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4726 | 2026-08-15T07:16:05.131Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4727 | 2026-08-15T07:16:05.341Z | [ host-image] Aug 15 07:16:04.471 INFO O| Aug 15 07:16:04.471 INFO O| Download: Completed 7.84 MB in 0.54 seconds (14.5M/s) |
| 4728 | 2026-08-15T07:16:05.405Z | [ host-image] Aug 15 07:16:04.535 INFO O| Aug 15 07:16:04.531 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4729 | 2026-08-15T07:16:05.518Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4730 | 2026-08-15T07:16:05.603Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4731 | 2026-08-15T07:16:05.633Z | [ host-image] Aug 15 07:16:04.763 INFO O| Aug 15 07:16:04.763 INFO O| Actions: Completed 1366 actions in 0.23 seconds. |
| 4732 | 2026-08-15T07:16:05.647Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4733 | 2026-08-15T07:16:05.673Z | [ host-image] Aug 15 07:16:04.803 INFO O| Aug 15 07:16:04.803 INFO O| Finalize: Updating package state database ... Done |
| 4734 | 2026-08-15T07:16:05.673Z | [ host-image] Aug 15 07:16:04.803 INFO O| Aug 15 07:16:04.803 INFO O| Finalize: Updating package cache ... Done |
| 4735 | 2026-08-15T07:16:05.762Z | [ host-image] Aug 15 07:16:04.892 INFO O| Aug 15 07:16:04.892 INFO O| Finalize: Updating image state ... Done |
| 4736 | 2026-08-15T07:16:05.786Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4737 | 2026-08-15T07:16:05.877Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4738 | 2026-08-15T07:16:05.932Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4739 | 2026-08-15T07:16:06.041Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4740 | 2026-08-15T07:16:06.149Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4741 | 2026-08-15T07:16:06.256Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4742 | 2026-08-15T07:16:06.280Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4743 | 2026-08-15T07:16:06.389Z | [verify-libraries] Compiling aes v0.9.1 |
| 4744 | 2026-08-15T07:16:06.463Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4745 | 2026-08-15T07:16:06.527Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4746 | 2026-08-15T07:16:06.707Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4747 | 2026-08-15T07:16:06.778Z | [ host-image] Aug 15 07:16:05.908 INFO O| Aug 15 07:16:05.908 INFO O| Finalize: Creating fast lookup database ... Done |
| 4748 | 2026-08-15T07:16:06.809Z | [ host-image] Aug 15 07:16:05.939 INFO O| Aug 15 07:16:05.939 INFO O| Finalize: Reading search index ... Done |
| 4749 | 2026-08-15T07:16:06.809Z | [ host-image] Aug 15 07:16:05.939 INFO O| Aug 15 07:16:05.939 INFO O| Finalize: Updating search index ... Done |
| 4750 | 2026-08-15T07:16:06.842Z | [ host-image] Aug 15 07:16:05.973 INFO O| Aug 15 07:16:05.973 INFO O| Finalize: Updating package cache ... Done |
| 4751 | 2026-08-15T07:16:06.950Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4752 | 2026-08-15T07:16:06.976Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4753 | 2026-08-15T07:16:07.049Z | [verify-libraries] Compiling aead v0.6.1 |
| 4754 | 2026-08-15T07:16:07.086Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4755 | 2026-08-15T07:16:07.127Z | [ host-image] Aug 15 07:16:06.257 INFO O| Aug 15 07:16:06.257 INFO STEP 13 (pkg_install) COMPLETE |
| 4756 | 2026-08-15T07:16:07.127Z | [ host-image] Aug 15 07:16:06.257 INFO O| Aug 15 07:16:06.257 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4757 | 2026-08-15T07:16:07.138Z | [ host-image] Aug 15 07:16:06.269 INFO O| Aug 15 07:16:06.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4758 | 2026-08-15T07:16:07.190Z | [ recovery-image] Aug 15 07:16:06.320 INFO O| Aug 15 07:16:06.320 INFO O| Download: 8723/16682 items 89.9/200.0MB 44% complete (18.1M/s) |
| 4759 | 2026-08-15T07:16:07.202Z | [verify-libraries] Compiling dashu-int v0.5.1 |
| 4760 | 2026-08-15T07:16:07.294Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4761 | 2026-08-15T07:16:07.390Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 4762 | 2026-08-15T07:16:07.564Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4763 | 2026-08-15T07:16:07.629Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4764 | 2026-08-15T07:16:07.697Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4765 | 2026-08-15T07:16:07.732Z | [verify-libraries] Compiling spki v0.8.0 |
| 4766 | 2026-08-15T07:16:07.811Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4767 | 2026-08-15T07:16:08.023Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4768 | 2026-08-15T07:16:08.075Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4769 | 2026-08-15T07:16:08.294Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4770 | 2026-08-15T07:16:08.322Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4771 | 2026-08-15T07:16:08.352Z | [verify-libraries] Compiling dashu-base v0.5.1 |
| 4772 | 2026-08-15T07:16:08.567Z | [verify-libraries] Compiling rlimit v0.10.2 |
| 4773 | 2026-08-15T07:16:08.640Z | [verify-libraries] Compiling num-modular v0.6.4 |
| 4774 | 2026-08-15T07:16:08.684Z | [verify-libraries] Compiling flume v0.11.1 |
| 4775 | 2026-08-15T07:16:08.773Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4776 | 2026-08-15T07:16:08.853Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4777 | 2026-08-15T07:16:08.973Z | [verify-libraries] Compiling tungstenite v0.28.0 |
| 4778 | 2026-08-15T07:16:09.036Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4779 | 2026-08-15T07:16:09.045Z | [ host-image] Aug 15 07:16:08.175 INFO O| Aug 15 07:16:08.175 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4780 | 2026-08-15T07:16:09.123Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4781 | 2026-08-15T07:16:09.174Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4782 | 2026-08-15T07:16:09.251Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4783 | 2026-08-15T07:16:09.420Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4784 | 2026-08-15T07:16:09.491Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4785 | 2026-08-15T07:16:09.508Z | [ host-image] Aug 15 07:16:08.636 INFO O| Aug 15 07:16:08.636 INFO O| Startup: Caching catalogs ... Done |
| 4786 | 2026-08-15T07:16:09.539Z | [verify-libraries] Compiling num-primitive v0.2.1 |
| 4787 | 2026-08-15T07:16:09.587Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4788 | 2026-08-15T07:16:09.671Z | [verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 4789 | 2026-08-15T07:16:09.752Z | [verify-libraries] Compiling tokio-tungstenite v0.28.0 |
| 4790 | 2026-08-15T07:16:09.837Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4791 | 2026-08-15T07:16:09.893Z | [ host-image] Aug 15 07:16:09.023 INFO O| Aug 15 07:16:09.023 INFO O| Planning: Solver setup ... Done |
| 4792 | 2026-08-15T07:16:09.898Z | [ host-image] Aug 15 07:16:09.028 INFO O| Aug 15 07:16:09.028 INFO O| Planning: Running solver ... Done |
| 4793 | 2026-08-15T07:16:09.910Z | [ host-image] Aug 15 07:16:09.040 INFO O| Aug 15 07:16:09.040 INFO O| Planning: Finding local manifests ... Done |
| 4794 | 2026-08-15T07:16:09.926Z | [ host-image] Aug 15 07:16:09.057 INFO O| Aug 15 07:16:09.056 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4795 | 2026-08-15T07:16:09.932Z | [ host-image] Aug 15 07:16:09.062 INFO O| Aug 15 07:16:09.062 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4796 | 2026-08-15T07:16:09.956Z | [ host-image] Aug 15 07:16:09.087 INFO O| Aug 15 07:16:09.087 INFO O| Planning: Package planning ... Done |
| 4797 | 2026-08-15T07:16:09.957Z | [ host-image] Aug 15 07:16:09.087 INFO O| Aug 15 07:16:09.087 INFO O| Planning: Merging actions ... Done |
| 4798 | 2026-08-15T07:16:10.094Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4799 | 2026-08-15T07:16:10.094Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4800 | 2026-08-15T07:16:10.106Z | [ host-image] Aug 15 07:16:09.236 INFO O| Aug 15 07:16:09.236 INFO O| Planning: Checking for conflicting actions ... Done |
| 4801 | 2026-08-15T07:16:10.110Z | [ host-image] Aug 15 07:16:09.237 INFO O| Aug 15 07:16:09.237 INFO O| Planning: Consolidating action changes ... Done |
| 4802 | 2026-08-15T07:16:10.158Z | [verify-libraries] Compiling dsi-bitstream v0.10.1 |
| 4803 | 2026-08-15T07:16:10.198Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4804 | 2026-08-15T07:16:10.240Z | [ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.370 INFO O| Planning: Evaluating mediators ... Done |
| 4805 | 2026-08-15T07:16:10.244Z | [ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.371 INFO O| Planning: Planning completed in 0.72 seconds |
| 4806 | 2026-08-15T07:16:10.244Z | [ host-image] Aug 15 07:16:09.371 INFO O| Aug 15 07:16:09.371 INFO O| Packages to install: 1 |
| 4807 | 2026-08-15T07:16:10.251Z | [ host-image] Aug 15 07:16:09.382 INFO O| Aug 15 07:16:09.382 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4808 | 2026-08-15T07:16:10.507Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4809 | 2026-08-15T07:16:10.518Z | [ host-image] Aug 15 07:16:09.637 INFO O| Aug 15 07:16:09.637 INFO O| Download: Completed 13.27 MB in 0.25 seconds (52.0M/s) |
| 4810 | 2026-08-15T07:16:10.538Z | [ host-image] Aug 15 07:16:09.668 INFO O| Aug 15 07:16:09.668 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4811 | 2026-08-15T07:16:10.661Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4812 | 2026-08-15T07:16:10.781Z | [ host-image] Aug 15 07:16:09.911 INFO O| Aug 15 07:16:09.911 INFO O| Actions: Completed 22 actions in 0.24 seconds. |
| 4813 | 2026-08-15T07:16:10.814Z | [ host-image] Aug 15 07:16:09.944 INFO O| Aug 15 07:16:09.944 INFO O| Finalize: Updating package state database ... Done |
| 4814 | 2026-08-15T07:16:10.815Z | [ host-image] Aug 15 07:16:09.944 INFO O| Aug 15 07:16:09.944 INFO O| Finalize: Updating package cache ... Done |
| 4815 | 2026-08-15T07:16:10.905Z | [ host-image] Aug 15 07:16:10.035 INFO O| Aug 15 07:16:10.035 INFO O| Finalize: Updating image state ... Done |
| 4816 | 2026-08-15T07:16:11.000Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4817 | 2026-08-15T07:16:11.147Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4818 | 2026-08-15T07:16:11.460Z | [verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 4819 | 2026-08-15T07:16:11.520Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4820 | 2026-08-15T07:16:11.631Z | [ recovery-image] Aug 15 07:16:10.761 INFO O| Aug 15 07:16:10.761 INFO O| Download: Completed 200.00 MB in 9.45 seconds (21.1M/s) |
| 4821 | 2026-08-15T07:16:11.736Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4822 | 2026-08-15T07:16:11.942Z | [ recovery-image] Aug 15 07:16:11.067 INFO O| Aug 15 07:16:11.067 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4823 | 2026-08-15T07:16:11.953Z | [verify-libraries] Compiling http-range-header v0.4.2 |
| 4824 | 2026-08-15T07:16:11.968Z | [ host-image] Aug 15 07:16:11.098 INFO O| Aug 15 07:16:11.098 INFO O| Finalize: Creating fast lookup database ... Done |
| 4825 | 2026-08-15T07:16:12.008Z | [ host-image] Aug 15 07:16:11.138 INFO O| Aug 15 07:16:11.138 INFO O| Finalize: Reading search index ... Done |
| 4826 | 2026-08-15T07:16:12.008Z | [ host-image] Aug 15 07:16:11.138 INFO O| Aug 15 07:16:11.138 INFO O| Finalize: Updating search index ... Done |
| 4827 | 2026-08-15T07:16:12.018Z | [ host-image] Aug 15 07:16:11.148 INFO O| Aug 15 07:16:11.148 INFO O| Finalize: Updating package cache ... Done |
| 4828 | 2026-08-15T07:16:12.043Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4829 | 2026-08-15T07:16:12.185Z | [verify-libraries] Compiling bytesize v2.7.0 |
| 4830 | 2026-08-15T07:16:12.246Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4831 | 2026-08-15T07:16:12.282Z | [ host-image] Aug 15 07:16:11.411 INFO O| Aug 15 07:16:11.411 INFO STEP 14 (pkg_install) COMPLETE |
| 4832 | 2026-08-15T07:16:12.282Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4833 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "mbist" is not enabled |
| 4834 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4835 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "mfg" is not enabled |
| 4836 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4837 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "compliance" is not enabled |
| 4838 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4839 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "stress" is not enabled |
| 4840 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4841 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "compliance" is not enabled |
| 4842 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4843 | 2026-08-15T07:16:12.285Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.411 INFO skip step because feature "nfs" is not enabled |
| 4844 | 2026-08-15T07:16:12.286Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.412 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4845 | 2026-08-15T07:16:12.286Z | [ host-image] Aug 15 07:16:11.412 INFO O| Aug 15 07:16:11.412 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4846 | 2026-08-15T07:16:12.320Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4847 | 2026-08-15T07:16:12.398Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4848 | 2026-08-15T07:16:12.664Z | [verify-libraries] Compiling sled v0.34.7 |
| 4849 | 2026-08-15T07:16:12.836Z | [ host-image] Aug 15 07:16:11.967 INFO O| Aug 15 07:16:11.966 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4850 | 2026-08-15T07:16:12.942Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4851 | 2026-08-15T07:16:12.995Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4852 | 2026-08-15T07:16:13.021Z | [ host-image] Aug 15 07:16:12.151 INFO O| Aug 15 07:16:12.151 INFO completed processing sled/ramdisk-01-os |
| 4853 | 2026-08-15T07:16:13.023Z | [ host-image] Aug 15 07:16:12.153 INFO omicron1 baseline generation... |
| 4854 | 2026-08-15T07:16:13.024Z | [ host-image] Aug 15 07:16:12.153 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4855 | 2026-08-15T07:16:13.069Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4856 | 2026-08-15T07:16:13.269Z | [verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 4857 | 2026-08-15T07:16:13.406Z | [ host-image] Aug 15 07:16:12.537 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z |
| 4858 | 2026-08-15T07:16:13.433Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4859 | 2026-08-15T07:16:13.509Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4860 | 2026-08-15T07:16:13.630Z | [verify-libraries] Compiling anstyle-parse v0.2.7 |
| 4861 | 2026-08-15T07:16:13.952Z | [verify-libraries] Compiling ff v0.14.0 |
| 4862 | 2026-08-15T07:16:14.223Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4863 | 2026-08-15T07:16:14.335Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4864 | 2026-08-15T07:16:14.377Z | [verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 4865 | 2026-08-15T07:16:14.534Z | [verify-libraries] Compiling anstream v0.6.21 |
| 4866 | 2026-08-15T07:16:14.773Z | [verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe) |
| 4867 | 2026-08-15T07:16:14.935Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4868 | 2026-08-15T07:16:14.992Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4869 | 2026-08-15T07:16:15.055Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4870 | 2026-08-15T07:16:15.188Z | [verify-libraries] Compiling pwd v1.4.0 |
| 4871 | 2026-08-15T07:16:15.323Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4872 | 2026-08-15T07:16:15.501Z | [verify-libraries] Compiling lru v0.18.2 |
| 4873 | 2026-08-15T07:16:15.688Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4874 | 2026-08-15T07:16:15.814Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4875 | 2026-08-15T07:16:15.817Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4876 | 2026-08-15T07:16:16.053Z | [verify-libraries] Compiling group v0.14.0 |
| 4877 | 2026-08-15T07:16:16.087Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4878 | 2026-08-15T07:16:16.171Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4879 | 2026-08-15T07:16:16.223Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4880 | 2026-08-15T07:16:16.352Z | [verify-libraries] Compiling signature v3.0.0 |
| 4881 | 2026-08-15T07:16:16.443Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4882 | 2026-08-15T07:16:16.537Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4883 | 2026-08-15T07:16:16.777Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4884 | 2026-08-15T07:16:16.851Z | [verify-libraries] Compiling instability v0.3.11 |
| 4885 | 2026-08-15T07:16:16.939Z | [ recovery-image] Aug 15 07:16:16.069 INFO O| Aug 15 07:16:16.069 INFO O| Actions: 21743/27580 actions (Installing new actions) |
| 4886 | 2026-08-15T07:16:16.944Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4887 | 2026-08-15T07:16:17.016Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4888 | 2026-08-15T07:16:17.052Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4889 | 2026-08-15T07:16:17.143Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4890 | 2026-08-15T07:16:17.265Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4891 | 2026-08-15T07:16:17.368Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4892 | 2026-08-15T07:16:17.423Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4893 | 2026-08-15T07:16:17.474Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4894 | 2026-08-15T07:16:17.558Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4895 | 2026-08-15T07:16:17.679Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4896 | 2026-08-15T07:16:17.770Z | [ recovery-image] Aug 15 07:16:16.900 INFO O| Aug 15 07:16:16.900 INFO O| Actions: Completed 27580 actions in 5.83 seconds. |
| 4897 | 2026-08-15T07:16:17.841Z | [ recovery-image] Aug 15 07:16:16.972 INFO O| Aug 15 07:16:16.971 INFO O| Finalize: Updating package state database ... Done |
| 4898 | 2026-08-15T07:16:17.841Z | [ recovery-image] Aug 15 07:16:16.972 INFO O| Aug 15 07:16:16.971 INFO O| Finalize: Updating package cache ... Done |
| 4899 | 2026-08-15T07:16:17.942Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4900 | 2026-08-15T07:16:17.959Z | [ recovery-image] Aug 15 07:16:17.089 INFO O| Aug 15 07:16:17.089 INFO O| Finalize: Updating image state ... Done |
| 4901 | 2026-08-15T07:16:18.318Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4902 | 2026-08-15T07:16:18.368Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4903 | 2026-08-15T07:16:18.513Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4904 | 2026-08-15T07:16:18.590Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4905 | 2026-08-15T07:16:18.734Z | [ recovery-image] Aug 15 07:16:17.863 INFO O| Aug 15 07:16:17.863 INFO O| Finalize: Creating fast lookup database ... Done |
| 4906 | 2026-08-15T07:16:18.752Z | [ recovery-image] Aug 15 07:16:17.882 INFO O| Aug 15 07:16:17.882 INFO O| Finalize: Reading search index ... Done |
| 4907 | 2026-08-15T07:16:18.958Z | [verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e) |
| 4908 | 2026-08-15T07:16:19.199Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4909 | 2026-08-15T07:16:19.304Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4910 | 2026-08-15T07:16:19.394Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4911 | 2026-08-15T07:16:19.540Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4912 | 2026-08-15T07:16:19.864Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4913 | 2026-08-15T07:16:20.014Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4914 | 2026-08-15T07:16:20.052Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4915 | 2026-08-15T07:16:20.402Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4916 | 2026-08-15T07:16:20.451Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4917 | 2026-08-15T07:16:20.501Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4918 | 2026-08-15T07:16:20.532Z | [ recovery-image] Aug 15 07:16:19.662 INFO O| Aug 15 07:16:19.661 INFO O| Finalize: Building new search index ... Done |
| 4919 | 2026-08-15T07:16:20.663Z | [verify-libraries] Compiling lru v0.12.5 |
| 4920 | 2026-08-15T07:16:20.813Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4921 | 2026-08-15T07:16:20.865Z | [ recovery-image] Aug 15 07:16:19.995 INFO O| Aug 15 07:16:19.995 INFO O| Finalize: Updating package cache ... Done |
| 4922 | 2026-08-15T07:16:20.882Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4923 | 2026-08-15T07:16:21.082Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4924 | 2026-08-15T07:16:21.218Z | [ recovery-image] Aug 15 07:16:20.348 INFO O| Aug 15 07:16:20.348 INFO STEP 11 (pkg_install) COMPLETE |
| 4925 | 2026-08-15T07:16:21.218Z | [ recovery-image] Aug 15 07:16:20.348 INFO O| Aug 15 07:16:20.348 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4926 | 2026-08-15T07:16:21.222Z | [ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO skip step because feature "recovery" is enabled |
| 4927 | 2026-08-15T07:16:21.222Z | [ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4928 | 2026-08-15T07:16:21.222Z | [ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO skip step because feature "omicron1" is not enabled |
| 4929 | 2026-08-15T07:16:21.222Z | [ recovery-image] Aug 15 07:16:20.349 INFO O| Aug 15 07:16:20.348 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4930 | 2026-08-15T07:16:21.230Z | [ recovery-image] Aug 15 07:16:20.360 INFO O| Aug 15 07:16:20.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4931 | 2026-08-15T07:16:21.276Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4932 | 2026-08-15T07:16:21.280Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4933 | 2026-08-15T07:16:21.353Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4934 | 2026-08-15T07:16:21.577Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4935 | 2026-08-15T07:16:21.604Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4936 | 2026-08-15T07:16:21.636Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4937 | 2026-08-15T07:16:21.734Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4938 | 2026-08-15T07:16:21.885Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4939 | 2026-08-15T07:16:21.908Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4940 | 2026-08-15T07:16:22.077Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4941 | 2026-08-15T07:16:22.100Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4942 | 2026-08-15T07:16:22.129Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4943 | 2026-08-15T07:16:22.296Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4944 | 2026-08-15T07:16:22.353Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4945 | 2026-08-15T07:16:22.409Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4946 | 2026-08-15T07:16:22.684Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4947 | 2026-08-15T07:16:22.879Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4948 | 2026-08-15T07:16:23.012Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4949 | 2026-08-15T07:16:23.182Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4950 | 2026-08-15T07:16:23.436Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4951 | 2026-08-15T07:16:23.922Z | [verify-libraries] Compiling console v0.16.2 |
| 4952 | 2026-08-15T07:16:23.958Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4953 | 2026-08-15T07:16:23.987Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4954 | 2026-08-15T07:16:24.112Z | [verify-libraries] Compiling void v1.0.2 |
| 4955 | 2026-08-15T07:16:24.198Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4956 | 2026-08-15T07:16:24.270Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4957 | 2026-08-15T07:16:24.416Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4958 | 2026-08-15T07:16:24.509Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4959 | 2026-08-15T07:16:24.621Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4960 | 2026-08-15T07:16:24.643Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4961 | 2026-08-15T07:16:24.721Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4962 | 2026-08-15T07:16:24.756Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4963 | 2026-08-15T07:16:24.978Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4964 | 2026-08-15T07:16:25.005Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4965 | 2026-08-15T07:16:25.069Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4966 | 2026-08-15T07:16:25.204Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4967 | 2026-08-15T07:16:25.326Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4968 | 2026-08-15T07:16:25.372Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4969 | 2026-08-15T07:16:25.372Z | [verify-libraries] Compiling nix v0.27.1 |
| 4970 | 2026-08-15T07:16:25.462Z | [verify-libraries] Compiling colored v2.2.0 |
| 4971 | 2026-08-15T07:16:25.625Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4972 | 2026-08-15T07:16:25.628Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4973 | 2026-08-15T07:16:25.980Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4974 | 2026-08-15T07:16:26.050Z | [verify-libraries] Compiling darling v0.13.4 |
| 4975 | 2026-08-15T07:16:26.137Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4976 | 2026-08-15T07:16:26.231Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4977 | 2026-08-15T07:16:26.326Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4978 | 2026-08-15T07:16:26.378Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4979 | 2026-08-15T07:16:26.807Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4980 | 2026-08-15T07:16:26.981Z | [ recovery-image] Aug 15 07:16:26.111 INFO O| Aug 15 07:16:26.111 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4981 | 2026-08-15T07:16:27.085Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4982 | 2026-08-15T07:16:27.281Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4983 | 2026-08-15T07:16:27.471Z | [ recovery-image] Aug 15 07:16:26.601 INFO O| Aug 15 07:16:26.601 INFO O| Startup: Caching catalogs ... Done |
| 4984 | 2026-08-15T07:16:27.811Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4985 | 2026-08-15T07:16:27.873Z | [ recovery-image] Aug 15 07:16:27.003 INFO O| Aug 15 07:16:27.003 INFO O| Planning: Solver setup ... Done |
| 4986 | 2026-08-15T07:16:27.878Z | [ recovery-image] Aug 15 07:16:27.008 INFO O| Aug 15 07:16:27.008 INFO O| Planning: Running solver ... Done |
| 4987 | 2026-08-15T07:16:27.891Z | [ recovery-image] Aug 15 07:16:27.021 INFO O| Aug 15 07:16:27.021 INFO O| Planning: Finding local manifests ... Done |
| 4988 | 2026-08-15T07:16:27.915Z | [ recovery-image] Aug 15 07:16:27.046 INFO O| Aug 15 07:16:27.046 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4989 | 2026-08-15T07:16:27.920Z | [ recovery-image] Aug 15 07:16:27.051 INFO O| Aug 15 07:16:27.051 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4990 | 2026-08-15T07:16:27.938Z | [ recovery-image] Aug 15 07:16:27.069 INFO O| Aug 15 07:16:27.069 INFO O| Planning: Package planning ... Done |
| 4991 | 2026-08-15T07:16:27.941Z | [ recovery-image] Aug 15 07:16:27.069 INFO O| Aug 15 07:16:27.069 INFO O| Planning: Merging actions ... Done |
| 4992 | 2026-08-15T07:16:27.960Z | [ recovery-image] Aug 15 07:16:27.090 INFO O| Aug 15 07:16:27.090 INFO O| Planning: Checking for conflicting actions ... Done |
| 4993 | 2026-08-15T07:16:27.963Z | [ recovery-image] Aug 15 07:16:27.090 INFO O| Aug 15 07:16:27.090 INFO O| Planning: Consolidating action changes ... Done |
| 4994 | 2026-08-15T07:16:28.034Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4995 | 2026-08-15T07:16:28.059Z | [ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Planning: Evaluating mediators ... Done |
| 4996 | 2026-08-15T07:16:28.059Z | [ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Planning: Planning completed in 0.57 seconds |
| 4997 | 2026-08-15T07:16:28.059Z | [ recovery-image] Aug 15 07:16:27.189 INFO O| Aug 15 07:16:27.189 INFO O| Packages to install: 1 |
| 4998 | 2026-08-15T07:16:28.071Z | [ recovery-image] Aug 15 07:16:27.200 INFO O| Aug 15 07:16:27.200 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4999 | 2026-08-15T07:16:28.228Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5000 | 2026-08-15T07:16:28.352Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 5001 | 2026-08-15T07:16:28.422Z | [ recovery-image] Aug 15 07:16:27.552 INFO O| Aug 15 07:16:27.552 INFO O| Download: Completed 13.27 MB in 0.35 seconds (37.7M/s) |
| 5002 | 2026-08-15T07:16:28.442Z | [ recovery-image] Aug 15 07:16:27.572 INFO O| Aug 15 07:16:27.572 INFO O| Actions: 1/22 actions (Installing new actions) |
| 5003 | 2026-08-15T07:16:28.490Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5004 | 2026-08-15T07:16:28.717Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5005 | 2026-08-15T07:16:28.752Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5006 | 2026-08-15T07:16:28.761Z | [ recovery-image] Aug 15 07:16:27.889 INFO O| Aug 15 07:16:27.889 INFO O| Actions: Completed 22 actions in 0.32 seconds. |
| 5007 | 2026-08-15T07:16:28.786Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5008 | 2026-08-15T07:16:28.792Z | [ recovery-image] Aug 15 07:16:27.922 INFO O| Aug 15 07:16:27.922 INFO O| Finalize: Updating package state database ... Done |
| 5009 | 2026-08-15T07:16:28.792Z | [ recovery-image] Aug 15 07:16:27.922 INFO O| Aug 15 07:16:27.922 INFO O| Finalize: Updating package cache ... Done |
| 5010 | 2026-08-15T07:16:28.816Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 5011 | 2026-08-15T07:16:28.848Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 5012 | 2026-08-15T07:16:28.880Z | [ recovery-image] Aug 15 07:16:28.010 INFO O| Aug 15 07:16:28.010 INFO O| Finalize: Updating image state ... Done |
| 5013 | 2026-08-15T07:16:28.980Z | [verify-libraries] Compiling petname v2.0.2 |
| 5014 | 2026-08-15T07:16:29.129Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 5015 | 2026-08-15T07:16:29.185Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 5016 | 2026-08-15T07:16:29.421Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 5017 | 2026-08-15T07:16:29.486Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 5018 | 2026-08-15T07:16:29.549Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 5019 | 2026-08-15T07:16:29.595Z | [ recovery-image] Aug 15 07:16:28.710 INFO O| Aug 15 07:16:28.710 INFO O| Finalize: Creating fast lookup database ... Done |
| 5020 | 2026-08-15T07:16:29.598Z | [ recovery-image] Aug 15 07:16:28.727 INFO O| Aug 15 07:16:28.727 INFO O| Finalize: Reading search index ... Done |
| 5021 | 2026-08-15T07:16:29.598Z | [ recovery-image] Aug 15 07:16:28.727 INFO O| Aug 15 07:16:28.727 INFO O| Finalize: Updating search index ... Done |
| 5022 | 2026-08-15T07:16:29.607Z | [ recovery-image] Aug 15 07:16:28.737 INFO O| Aug 15 07:16:28.737 INFO O| Finalize: Updating package cache ... Done |
| 5023 | 2026-08-15T07:16:29.623Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 5024 | 2026-08-15T07:16:29.867Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 5025 | 2026-08-15T07:16:29.895Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 14 (pkg_install) COMPLETE |
| 5026 | 2026-08-15T07:16:29.896Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5027 | 2026-08-15T07:16:29.897Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "mbist" is not enabled |
| 5028 | 2026-08-15T07:16:29.901Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5029 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "mfg" is not enabled |
| 5030 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5031 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "compliance" is not enabled |
| 5032 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5033 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "stress" is not enabled |
| 5034 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5035 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "compliance" is not enabled |
| 5036 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5037 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO skip step because feature "nfs" is not enabled |
| 5038 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5039 | 2026-08-15T07:16:29.902Z | [ recovery-image] Aug 15 07:16:29.025 INFO O| Aug 15 07:16:29.025 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5040 | 2026-08-15T07:16:29.936Z | [verify-libraries] Compiling p256 v0.14.0 |
| 5041 | 2026-08-15T07:16:29.943Z | [verify-libraries] Compiling p521 v0.14.0 |
| 5042 | 2026-08-15T07:16:30.184Z | [verify-libraries] Compiling p384 v0.14.0 |
| 5043 | 2026-08-15T07:16:30.299Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 5044 | 2026-08-15T07:16:30.380Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5045 | 2026-08-15T07:16:30.461Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5046 | 2026-08-15T07:16:30.581Z | [ recovery-image] Aug 15 07:16:29.711 INFO O| Aug 15 07:16:29.711 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 5047 | 2026-08-15T07:16:30.720Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 5048 | 2026-08-15T07:16:30.723Z | [ recovery-image] Aug 15 07:16:29.851 INFO O| Aug 15 07:16:29.851 INFO completed processing sled/ramdisk-01-os |
| 5049 | 2026-08-15T07:16:30.726Z | [ recovery-image] Aug 15 07:16:29.854 INFO image builder template: ramdisk-02-trim... |
| 5050 | 2026-08-15T07:16:30.726Z | [ recovery-image] Aug 15 07:16:29.854 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/.tmpjfI385/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", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 5051 | 2026-08-15T07:16:30.748Z | [ recovery-image] Aug 15 07:16:29.875 INFO O| Aug 15 07:16:29.874 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5052 | 2026-08-15T07:16:30.748Z | [ recovery-image] Aug 15 07:16:29.879 INFO O| Aug 15 07:16:29.879 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5053 | 2026-08-15T07:16:30.774Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5054 | 2026-08-15T07:16:30.823Z | [ recovery-image] Aug 15 07:16:29.953 INFO O| Aug 15 07:16:29.953 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 5055 | 2026-08-15T07:16:30.887Z | [ recovery-image] Aug 15 07:16:30.018 INFO O| Aug 15 07:16:30.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5056 | 2026-08-15T07:16:30.887Z | [ recovery-image] Aug 15 07:16:30.018 INFO O| Aug 15 07:16:30.018 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5057 | 2026-08-15T07:16:30.893Z | [ recovery-image] Aug 15 07:16:30.022 INFO O| Aug 15 07:16:30.022 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5058 | 2026-08-15T07:16:30.896Z | [ recovery-image] Aug 15 07:16:30.026 INFO O| Aug 15 07:16:30.026 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5059 | 2026-08-15T07:16:30.899Z | [ recovery-image] Aug 15 07:16:30.030 INFO O| Aug 15 07:16:30.030 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5060 | 2026-08-15T07:16:31.036Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5061 | 2026-08-15T07:16:31.183Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5062 | 2026-08-15T07:16:31.246Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5063 | 2026-08-15T07:16:31.328Z | [ recovery-image] Aug 15 07:16:30.459 INFO O| Aug 15 07:16:30.459 INFO rolled back to input snapshot; work may begin |
| 5064 | 2026-08-15T07:16:31.329Z | [ recovery-image] Aug 15 07:16:30.459 INFO O| Aug 15 07:16:30.459 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5065 | 2026-08-15T07:16:31.334Z | [ recovery-image] Aug 15 07:16:30.464 INFO O| Aug 15 07:16:30.464 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5066 | 2026-08-15T07:16:31.343Z | [ recovery-image] Aug 15 07:16:30.474 INFO O| Aug 15 07:16:30.474 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 5067 | 2026-08-15T07:16:31.389Z | [ recovery-image] Aug 15 07:16:30.520 INFO O| Aug 15 07:16:30.520 INFO STEP 0 (remove_files) COMPLETE |
| 5068 | 2026-08-15T07:16:31.389Z | [ recovery-image] Aug 15 07:16:30.520 INFO O| Aug 15 07:16:30.520 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5069 | 2026-08-15T07:16:31.399Z | [ recovery-image] Aug 15 07:16:30.530 INFO O| Aug 15 07:16:30.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 5070 | 2026-08-15T07:16:31.402Z | [ recovery-image] Aug 15 07:16:30.531 INFO O| Aug 15 07:16:30.531 INFO STEP 1 (remove_files) COMPLETE |
| 5071 | 2026-08-15T07:16:31.402Z | [ recovery-image] Aug 15 07:16:30.531 INFO O| Aug 15 07:16:30.531 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5072 | 2026-08-15T07:16:31.411Z | [ recovery-image] Aug 15 07:16:30.541 INFO O| Aug 15 07:16:30.541 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 5073 | 2026-08-15T07:16:31.424Z | [ recovery-image] Aug 15 07:16:30.554 INFO O| Aug 15 07:16:30.554 INFO STEP 2 (remove_files) COMPLETE |
| 5074 | 2026-08-15T07:16:31.424Z | [ recovery-image] Aug 15 07:16:30.554 INFO O| Aug 15 07:16:30.554 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5075 | 2026-08-15T07:16:31.435Z | [ recovery-image] Aug 15 07:16:30.565 INFO O| Aug 15 07:16:30.565 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 5076 | 2026-08-15T07:16:31.438Z | [ recovery-image] Aug 15 07:16:30.566 INFO O| Aug 15 07:16:30.566 INFO STEP 3 (remove_files) COMPLETE |
| 5077 | 2026-08-15T07:16:31.438Z | [ recovery-image] Aug 15 07:16:30.566 INFO O| Aug 15 07:16:30.566 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5078 | 2026-08-15T07:16:31.446Z | [ recovery-image] Aug 15 07:16:30.576 INFO O| Aug 15 07:16:30.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 5079 | 2026-08-15T07:16:31.449Z | [ recovery-image] Aug 15 07:16:30.579 INFO O| Aug 15 07:16:30.579 INFO STEP 4 (remove_files) COMPLETE |
| 5080 | 2026-08-15T07:16:31.449Z | [ recovery-image] Aug 15 07:16:30.579 INFO O| Aug 15 07:16:30.579 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5081 | 2026-08-15T07:16:31.459Z | [ recovery-image] Aug 15 07:16:30.589 INFO O| Aug 15 07:16:30.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 5082 | 2026-08-15T07:16:31.459Z | [ recovery-image] Aug 15 07:16:30.590 INFO O| Aug 15 07:16:30.590 INFO STEP 5 (remove_files) COMPLETE |
| 5083 | 2026-08-15T07:16:31.462Z | [ recovery-image] Aug 15 07:16:30.590 INFO O| Aug 15 07:16:30.590 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5084 | 2026-08-15T07:16:31.469Z | [ recovery-image] Aug 15 07:16:30.599 INFO O| Aug 15 07:16:30.599 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 5085 | 2026-08-15T07:16:31.480Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 6 (remove_files) COMPLETE |
| 5086 | 2026-08-15T07:16:31.480Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5087 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "heliosv2" is not enabled |
| 5088 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5089 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled |
| 5090 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5091 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled |
| 5092 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5093 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO skip step because feature "recovery" is enabled |
| 5094 | 2026-08-15T07:16:31.483Z | [ recovery-image] Aug 15 07:16:30.610 INFO O| Aug 15 07:16:30.610 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5095 | 2026-08-15T07:16:31.491Z | [ recovery-image] Aug 15 07:16:30.622 INFO O| Aug 15 07:16:30.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 5096 | 2026-08-15T07:16:31.494Z | [ recovery-image] Aug 15 07:16:30.624 INFO O| Aug 15 07:16:30.624 INFO STEP 11 (remove_files) COMPLETE |
| 5097 | 2026-08-15T07:16:31.494Z | [ recovery-image] Aug 15 07:16:30.624 INFO O| Aug 15 07:16:30.624 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5098 | 2026-08-15T07:16:31.504Z | [ recovery-image] Aug 15 07:16:30.635 INFO O| Aug 15 07:16:30.635 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 5099 | 2026-08-15T07:16:31.507Z | [ recovery-image] Aug 15 07:16:30.636 INFO O| Aug 15 07:16:30.636 INFO STEP 12 (remove_files) COMPLETE |
| 5100 | 2026-08-15T07:16:31.507Z | [ recovery-image] Aug 15 07:16:30.636 INFO O| Aug 15 07:16:30.636 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5101 | 2026-08-15T07:16:31.515Z | [ recovery-image] Aug 15 07:16:30.646 INFO O| Aug 15 07:16:30.646 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 5102 | 2026-08-15T07:16:31.518Z | [ recovery-image] Aug 15 07:16:30.647 INFO O| Aug 15 07:16:30.647 INFO STEP 13 (remove_files) COMPLETE |
| 5103 | 2026-08-15T07:16:31.518Z | [ recovery-image] Aug 15 07:16:30.647 INFO O| Aug 15 07:16:30.647 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5104 | 2026-08-15T07:16:31.627Z | [ recovery-image] Aug 15 07:16:30.757 INFO O| Aug 15 07:16:30.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5105 | 2026-08-15T07:16:31.630Z | [ recovery-image] Aug 15 07:16:30.760 INFO O| Aug 15 07:16:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5106 | 2026-08-15T07:16:31.690Z | [ recovery-image] Aug 15 07:16:30.821 INFO O| Aug 15 07:16:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5107 | 2026-08-15T07:16:31.690Z | [ recovery-image] Aug 15 07:16:30.821 INFO O| Aug 15 07:16:30.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5108 | 2026-08-15T07:16:31.695Z | [ recovery-image] Aug 15 07:16:30.826 INFO O| Aug 15 07:16:30.826 INFO STEP 14 (remove_files) COMPLETE |
| 5109 | 2026-08-15T07:16:31.695Z | [ recovery-image] Aug 15 07:16:30.826 INFO O| Aug 15 07:16:30.826 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5110 | 2026-08-15T07:16:31.706Z | [ recovery-image] Aug 15 07:16:30.837 INFO O| Aug 15 07:16:30.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5111 | 2026-08-15T07:16:31.709Z | [ recovery-image] Aug 15 07:16:30.838 INFO O| Aug 15 07:16:30.838 INFO STEP 15 (remove_files) COMPLETE |
| 5112 | 2026-08-15T07:16:31.709Z | [ recovery-image] Aug 15 07:16:30.838 INFO O| Aug 15 07:16:30.838 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5113 | 2026-08-15T07:16:31.718Z | [ recovery-image] Aug 15 07:16:30.848 INFO O| Aug 15 07:16:30.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5114 | 2026-08-15T07:16:31.724Z | [ recovery-image] Aug 15 07:16:30.854 INFO O| Aug 15 07:16:30.854 INFO STEP 16 (remove_files) COMPLETE |
| 5115 | 2026-08-15T07:16:31.724Z | [ recovery-image] Aug 15 07:16:30.854 INFO O| Aug 15 07:16:30.854 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5116 | 2026-08-15T07:16:32.737Z | [ recovery-image] Aug 15 07:16:30.864 INFO O| Aug 15 07:16:30.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5117 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.865 INFO O| Aug 15 07:16:30.865 INFO STEP 17 (remove_files) COMPLETE |
| 5118 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.865 INFO O| Aug 15 07:16:30.865 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5119 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.904 INFO O| Aug 15 07:16:30.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5120 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.905 INFO O| Aug 15 07:16:30.905 INFO STEP 18 (remove_files) COMPLETE |
| 5121 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.905 INFO O| Aug 15 07:16:30.905 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5122 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5123 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO STEP 19 (remove_files) COMPLETE |
| 5124 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.916 INFO O| Aug 15 07:16:30.916 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5125 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5126 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO STEP 20 (remove_files) COMPLETE |
| 5127 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.926 INFO O| Aug 15 07:16:30.926 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5128 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5129 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO STEP 21 (remove_files) COMPLETE |
| 5130 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.935 INFO O| Aug 15 07:16:30.935 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5131 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5132 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.945 INFO STEP 22 (remove_files) COMPLETE |
| 5133 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.945 INFO O| Aug 15 07:16:30.945 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5134 | 2026-08-15T07:16:32.742Z | [ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5135 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO STEP 23 (remove_files) COMPLETE |
| 5136 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.955 INFO O| Aug 15 07:16:30.955 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5137 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5138 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO STEP 24 (remove_files) COMPLETE |
| 5139 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.964 INFO O| Aug 15 07:16:30.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5140 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5141 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.973 INFO STEP 25 (remove_files) COMPLETE |
| 5142 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.973 INFO O| Aug 15 07:16:30.973 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5143 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5144 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO STEP 26 (remove_files) COMPLETE |
| 5145 | 2026-08-15T07:16:32.743Z | [ recovery-image] Aug 15 07:16:30.980 INFO O| Aug 15 07:16:30.980 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5146 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5147 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.988 INFO STEP 27 (remove_files) COMPLETE |
| 5148 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.988 INFO O| Aug 15 07:16:30.988 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5149 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5150 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO STEP 28 (remove_files) COMPLETE |
| 5151 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:30.995 INFO O| Aug 15 07:16:30.995 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5152 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5153 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO STEP 29 (remove_files) COMPLETE |
| 5154 | 2026-08-15T07:16:32.744Z | [ recovery-image] Aug 15 07:16:31.003 INFO O| Aug 15 07:16:31.003 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5155 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5156 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO STEP 30 (remove_files) COMPLETE |
| 5157 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.011 INFO O| Aug 15 07:16:31.011 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5158 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5159 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO STEP 31 (remove_files) COMPLETE |
| 5160 | 2026-08-15T07:16:32.745Z | [ recovery-image] Aug 15 07:16:31.020 INFO O| Aug 15 07:16:31.020 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5161 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5162 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO STEP 32 (remove_files) COMPLETE |
| 5163 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.041 INFO O| Aug 15 07:16:31.041 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5164 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5165 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO STEP 33 (remove_files) COMPLETE |
| 5166 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.062 INFO O| Aug 15 07:16:31.062 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5167 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5168 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO STEP 34 (remove_files) COMPLETE |
| 5169 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.071 INFO O| Aug 15 07:16:31.071 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5170 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5171 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO STEP 35 (remove_files) COMPLETE |
| 5172 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.080 INFO O| Aug 15 07:16:31.080 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5173 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5174 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO STEP 36 (remove_files) COMPLETE |
| 5175 | 2026-08-15T07:16:32.746Z | [ recovery-image] Aug 15 07:16:31.088 INFO O| Aug 15 07:16:31.088 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5176 | 2026-08-15T07:16:32.747Z | [ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5177 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO STEP 37 (remove_files) COMPLETE |
| 5178 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.097 INFO O| Aug 15 07:16:31.097 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5179 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5180 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO STEP 38 (remove_files) COMPLETE |
| 5181 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.104 INFO O| Aug 15 07:16:31.104 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5182 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5183 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO STEP 39 (remove_files) COMPLETE |
| 5184 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.113 INFO O| Aug 15 07:16:31.113 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5185 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5186 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO STEP 40 (remove_files) COMPLETE |
| 5187 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.121 INFO O| Aug 15 07:16:31.121 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5188 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5189 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO STEP 41 (remove_files) COMPLETE |
| 5190 | 2026-08-15T07:16:32.748Z | [ recovery-image] Aug 15 07:16:31.129 INFO O| Aug 15 07:16:31.129 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5191 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5192 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO STEP 42 (remove_files) COMPLETE |
| 5193 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.138 INFO O| Aug 15 07:16:31.138 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5194 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5195 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO STEP 43 (remove_files) COMPLETE |
| 5196 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.147 INFO O| Aug 15 07:16:31.147 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5197 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5198 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.157 INFO STEP 44 (remove_files) COMPLETE |
| 5199 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.157 INFO O| Aug 15 07:16:31.157 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5200 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5201 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO STEP 45 (remove_files) COMPLETE |
| 5202 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.167 INFO O| Aug 15 07:16:31.167 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5203 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5204 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO STEP 46 (remove_files) COMPLETE |
| 5205 | 2026-08-15T07:16:32.749Z | [ recovery-image] Aug 15 07:16:31.176 INFO O| Aug 15 07:16:31.176 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5206 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5207 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO STEP 47 (remove_files) COMPLETE |
| 5208 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.187 INFO O| Aug 15 07:16:31.187 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5209 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5210 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO STEP 48 (remove_files) COMPLETE |
| 5211 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.198 INFO O| Aug 15 07:16:31.198 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5212 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5213 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO STEP 49 (remove_files) COMPLETE |
| 5214 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.207 INFO O| Aug 15 07:16:31.207 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5215 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5216 | 2026-08-15T07:16:32.750Z | [ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO STEP 50 (remove_files) COMPLETE |
| 5217 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.215 INFO O| Aug 15 07:16:31.215 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5218 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5219 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO STEP 51 (remove_files) COMPLETE |
| 5220 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.222 INFO O| Aug 15 07:16:31.222 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5221 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5222 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO STEP 52 (remove_files) COMPLETE |
| 5223 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.230 INFO O| Aug 15 07:16:31.230 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5224 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5225 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO STEP 53 (remove_files) COMPLETE |
| 5226 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.241 INFO O| Aug 15 07:16:31.241 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5227 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5228 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO STEP 54 (remove_files) COMPLETE |
| 5229 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.252 INFO O| Aug 15 07:16:31.252 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5230 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5231 | 2026-08-15T07:16:32.756Z | [ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO STEP 55 (remove_files) COMPLETE |
| 5232 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.262 INFO O| Aug 15 07:16:31.262 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5233 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5234 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO STEP 56 (remove_files) COMPLETE |
| 5235 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.272 INFO O| Aug 15 07:16:31.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5236 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5237 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO STEP 57 (remove_files) COMPLETE |
| 5238 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.282 INFO O| Aug 15 07:16:31.282 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5239 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5240 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO STEP 58 (remove_files) COMPLETE |
| 5241 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.292 INFO O| Aug 15 07:16:31.292 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5242 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5243 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5244 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5245 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5246 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5247 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5248 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO ok! |
| 5249 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO STEP 59 (ensure_file) COMPLETE |
| 5250 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.301 INFO O| Aug 15 07:16:31.301 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5251 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5252 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5253 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5254 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5255 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5256 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5257 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO ok! |
| 5258 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO STEP 60 (ensure_file) COMPLETE |
| 5259 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.311 INFO O| Aug 15 07:16:31.311 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5260 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5261 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5262 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5263 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO ok! |
| 5264 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO STEP 61 (ensure_file) COMPLETE |
| 5265 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.321 INFO O| Aug 15 07:16:31.321 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5266 | 2026-08-15T07:16:32.757Z | [ recovery-image] Aug 15 07:16:31.330 INFO O| Aug 15 07:16:31.330 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5267 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5268 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5269 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO ok! |
| 5270 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO STEP 62 (ensure_file) COMPLETE |
| 5271 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.331 INFO O| Aug 15 07:16:31.331 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5272 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5273 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5274 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.340 INFO O| Aug 15 07:16:31.340 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5275 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.340 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5276 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO ok! |
| 5277 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO STEP 63 (ensure_file) COMPLETE |
| 5278 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.341 INFO O| Aug 15 07:16:31.341 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5279 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5280 | 2026-08-15T07:16:32.758Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5281 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5282 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5283 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO ok! |
| 5284 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO STEP 64 (ensure_file) COMPLETE |
| 5285 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.350 INFO O| Aug 15 07:16:31.350 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5286 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5287 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5288 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5289 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO ok! |
| 5290 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO STEP 65 (assemble_files) COMPLETE |
| 5291 | 2026-08-15T07:16:32.759Z | [ recovery-image] Aug 15 07:16:31.361 INFO O| Aug 15 07:16:31.361 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5292 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5293 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5294 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5295 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5296 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO ok! |
| 5297 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 66 (ensure_file) COMPLETE |
| 5298 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5299 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled |
| 5300 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5301 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled |
| 5302 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5303 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO skip step because feature "omicron1" is not enabled |
| 5304 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.371 INFO O| Aug 15 07:16:31.371 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5305 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.388 INFO O| Aug 15 07:16:31.387 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5306 | 2026-08-15T07:16:32.760Z | [ recovery-image] Aug 15 07:16:31.388 INFO O| Aug 15 07:16:31.387 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5307 | 2026-08-15T07:16:32.761Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5308 | 2026-08-15T07:16:33.356Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5309 | 2026-08-15T07:16:33.579Z | [ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO STEP 70 (pack_tar) COMPLETE |
| 5310 | 2026-08-15T07:16:33.579Z | [ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5311 | 2026-08-15T07:16:33.582Z | [ recovery-image] Aug 15 07:16:32.709 INFO O| Aug 15 07:16:32.709 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5312 | 2026-08-15T07:16:34.005Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5313 | 2026-08-15T07:16:34.034Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5314 | 2026-08-15T07:16:34.074Z | [ recovery-image] Aug 15 07:16:33.205 INFO O| Aug 15 07:16:33.205 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5315 | 2026-08-15T07:16:34.207Z | [ recovery-image] Aug 15 07:16:33.337 INFO O| Aug 15 07:16:33.337 INFO completed processing sled/ramdisk-02-trim |
| 5316 | 2026-08-15T07:16:34.210Z | [ recovery-image] Aug 15 07:16:33.339 INFO image builder template: ramdisk-03-recovery-trim... |
| 5317 | 2026-08-15T07:16:34.210Z | [ recovery-image] Aug 15 07:16:33.340 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/.tmpjfI385/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", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 5318 | 2026-08-15T07:16:34.214Z | [ recovery-image] Aug 15 07:16:33.345 INFO O| Aug 15 07:16:33.345 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5319 | 2026-08-15T07:16:34.290Z | [ recovery-image] Aug 15 07:16:33.420 INFO O| Aug 15 07:16:33.420 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5320 | 2026-08-15T07:16:34.294Z | [ recovery-image] Aug 15 07:16:33.425 INFO O| Aug 15 07:16:33.424 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5321 | 2026-08-15T07:16:34.460Z | [ recovery-image] Aug 15 07:16:33.591 INFO O| Aug 15 07:16:33.590 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5322 | 2026-08-15T07:16:34.578Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5323 | 2026-08-15T07:16:34.627Z | [ recovery-image] Aug 15 07:16:33.757 INFO O| Aug 15 07:16:33.757 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5324 | 2026-08-15T07:16:34.630Z | [ recovery-image] Aug 15 07:16:33.757 INFO O| Aug 15 07:16:33.757 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5325 | 2026-08-15T07:16:34.633Z | [ recovery-image] Aug 15 07:16:33.764 INFO O| Aug 15 07:16:33.764 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5326 | 2026-08-15T07:16:34.637Z | [ recovery-image] Aug 15 07:16:33.768 INFO O| Aug 15 07:16:33.768 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5327 | 2026-08-15T07:16:34.642Z | [ recovery-image] Aug 15 07:16:33.773 INFO O| Aug 15 07:16:33.773 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5328 | 2026-08-15T07:16:34.832Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5329 | 2026-08-15T07:16:35.407Z | [ recovery-image] Aug 15 07:16:34.538 INFO O| Aug 15 07:16:34.538 INFO rolled back to input snapshot; work may begin |
| 5330 | 2026-08-15T07:16:35.407Z | [ recovery-image] Aug 15 07:16:34.538 INFO O| Aug 15 07:16:34.538 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5331 | 2026-08-15T07:16:35.413Z | [ recovery-image] Aug 15 07:16:34.542 INFO O| Aug 15 07:16:34.542 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5332 | 2026-08-15T07:16:35.421Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 5333 | 2026-08-15T07:16:35.424Z | [ recovery-image] Aug 15 07:16:34.553 INFO O| Aug 15 07:16:34.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5334 | 2026-08-15T07:16:35.427Z | [ recovery-image] Aug 15 07:16:34.558 INFO O| Aug 15 07:16:34.558 INFO STEP 0 (remove_files) COMPLETE |
| 5335 | 2026-08-15T07:16:35.427Z | [ recovery-image] Aug 15 07:16:34.558 INFO O| Aug 15 07:16:34.558 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5336 | 2026-08-15T07:16:35.441Z | [ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5337 | 2026-08-15T07:16:35.442Z | [ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.570 INFO STEP 1 (remove_files) COMPLETE |
| 5338 | 2026-08-15T07:16:35.442Z | [ recovery-image] Aug 15 07:16:34.570 INFO O| Aug 15 07:16:34.570 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5339 | 2026-08-15T07:16:35.451Z | [ recovery-image] Aug 15 07:16:34.581 INFO O| Aug 15 07:16:34.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5340 | 2026-08-15T07:16:35.461Z | [ recovery-image] Aug 15 07:16:34.591 INFO O| Aug 15 07:16:34.591 INFO STEP 2 (remove_files) COMPLETE |
| 5341 | 2026-08-15T07:16:35.461Z | [ recovery-image] Aug 15 07:16:34.591 INFO O| Aug 15 07:16:34.591 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5342 | 2026-08-15T07:16:35.472Z | [ recovery-image] Aug 15 07:16:34.602 INFO O| Aug 15 07:16:34.602 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5343 | 2026-08-15T07:16:35.518Z | [ recovery-image] Aug 15 07:16:34.649 INFO O| Aug 15 07:16:34.649 INFO STEP 3 (remove_files) COMPLETE |
| 5344 | 2026-08-15T07:16:35.518Z | [ recovery-image] Aug 15 07:16:34.649 INFO O| Aug 15 07:16:34.649 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5345 | 2026-08-15T07:16:35.528Z | [ recovery-image] Aug 15 07:16:34.658 INFO O| Aug 15 07:16:34.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5346 | 2026-08-15T07:16:35.535Z | [ recovery-image] Aug 15 07:16:34.666 INFO O| Aug 15 07:16:34.666 INFO STEP 4 (remove_files) COMPLETE |
| 5347 | 2026-08-15T07:16:35.535Z | [ recovery-image] Aug 15 07:16:34.666 INFO O| Aug 15 07:16:34.666 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5348 | 2026-08-15T07:16:35.545Z | [ recovery-image] Aug 15 07:16:34.675 INFO O| Aug 15 07:16:34.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5349 | 2026-08-15T07:16:35.579Z | [ recovery-image] Aug 15 07:16:34.709 INFO O| Aug 15 07:16:34.709 INFO STEP 5 (remove_files) COMPLETE |
| 5350 | 2026-08-15T07:16:35.579Z | [ recovery-image] Aug 15 07:16:34.709 INFO O| Aug 15 07:16:34.709 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5351 | 2026-08-15T07:16:35.589Z | [ recovery-image] Aug 15 07:16:34.719 INFO O| Aug 15 07:16:34.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5352 | 2026-08-15T07:16:35.598Z | [ recovery-image] Aug 15 07:16:34.728 INFO O| Aug 15 07:16:34.728 INFO STEP 6 (remove_files) COMPLETE |
| 5353 | 2026-08-15T07:16:35.598Z | [ recovery-image] Aug 15 07:16:34.728 INFO O| Aug 15 07:16:34.728 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5354 | 2026-08-15T07:16:35.608Z | [ recovery-image] Aug 15 07:16:34.739 INFO O| Aug 15 07:16:34.738 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5355 | 2026-08-15T07:16:35.611Z | [ recovery-image] Aug 15 07:16:34.741 INFO O| Aug 15 07:16:34.741 INFO STEP 7 (remove_files) COMPLETE |
| 5356 | 2026-08-15T07:16:35.611Z | [ recovery-image] Aug 15 07:16:34.741 INFO O| Aug 15 07:16:34.741 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5357 | 2026-08-15T07:16:35.620Z | [ recovery-image] Aug 15 07:16:34.750 INFO O| Aug 15 07:16:34.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5358 | 2026-08-15T07:16:35.622Z | [ recovery-image] Aug 15 07:16:34.751 INFO O| Aug 15 07:16:34.751 INFO STEP 8 (remove_files) COMPLETE |
| 5359 | 2026-08-15T07:16:35.623Z | [ recovery-image] Aug 15 07:16:34.752 INFO O| Aug 15 07:16:34.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5360 | 2026-08-15T07:16:35.627Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 5361 | 2026-08-15T07:16:35.630Z | [ recovery-image] Aug 15 07:16:34.760 INFO O| Aug 15 07:16:34.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5362 | 2026-08-15T07:16:35.658Z | [ recovery-image] Aug 15 07:16:34.788 INFO O| Aug 15 07:16:34.788 INFO STEP 9 (remove_files) COMPLETE |
| 5363 | 2026-08-15T07:16:35.661Z | [ recovery-image] Aug 15 07:16:34.788 INFO O| Aug 15 07:16:34.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5364 | 2026-08-15T07:16:35.668Z | [ recovery-image] Aug 15 07:16:34.798 INFO O| Aug 15 07:16:34.798 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5365 | 2026-08-15T07:16:35.676Z | [ recovery-image] Aug 15 07:16:34.807 INFO O| Aug 15 07:16:34.807 INFO STEP 10 (remove_files) COMPLETE |
| 5366 | 2026-08-15T07:16:35.676Z | [ recovery-image] Aug 15 07:16:34.807 INFO O| Aug 15 07:16:34.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5367 | 2026-08-15T07:16:35.688Z | [ recovery-image] Aug 15 07:16:34.818 INFO O| Aug 15 07:16:34.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5368 | 2026-08-15T07:16:35.690Z | [ recovery-image] Aug 15 07:16:34.819 INFO O| Aug 15 07:16:34.819 INFO STEP 11 (remove_files) COMPLETE |
| 5369 | 2026-08-15T07:16:35.691Z | [ recovery-image] Aug 15 07:16:34.819 INFO O| Aug 15 07:16:34.819 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5370 | 2026-08-15T07:16:35.699Z | [ recovery-image] Aug 15 07:16:34.829 INFO O| Aug 15 07:16:34.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5371 | 2026-08-15T07:16:35.740Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 5372 | 2026-08-15T07:16:35.947Z | [ recovery-image] Aug 15 07:16:35.077 INFO O| Aug 15 07:16:35.077 INFO STEP 12 (remove_files) COMPLETE |
| 5373 | 2026-08-15T07:16:35.947Z | [ recovery-image] Aug 15 07:16:35.077 INFO O| Aug 15 07:16:35.077 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5374 | 2026-08-15T07:16:35.958Z | [ recovery-image] Aug 15 07:16:35.088 INFO O| Aug 15 07:16:35.088 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5375 | 2026-08-15T07:16:35.961Z | [ recovery-image] Aug 15 07:16:35.091 INFO O| Aug 15 07:16:35.090 INFO STEP 13 (remove_files) COMPLETE |
| 5376 | 2026-08-15T07:16:35.961Z | [ recovery-image] Aug 15 07:16:35.091 INFO O| Aug 15 07:16:35.090 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5377 | 2026-08-15T07:16:35.973Z | [ recovery-image] Aug 15 07:16:35.103 INFO O| Aug 15 07:16:35.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5378 | 2026-08-15T07:16:35.975Z | [ recovery-image] Aug 15 07:16:35.105 INFO O| Aug 15 07:16:35.105 INFO STEP 14 (remove_files) COMPLETE |
| 5379 | 2026-08-15T07:16:35.976Z | [ recovery-image] Aug 15 07:16:35.105 INFO O| Aug 15 07:16:35.105 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5380 | 2026-08-15T07:16:35.986Z | [ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5381 | 2026-08-15T07:16:35.986Z | [ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO STEP 15 (remove_files) COMPLETE |
| 5382 | 2026-08-15T07:16:35.989Z | [ recovery-image] Aug 15 07:16:35.116 INFO O| Aug 15 07:16:35.116 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5383 | 2026-08-15T07:16:35.996Z | [ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5384 | 2026-08-15T07:16:35.999Z | [ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO STEP 16 (remove_files) COMPLETE |
| 5385 | 2026-08-15T07:16:35.999Z | [ recovery-image] Aug 15 07:16:35.126 INFO O| Aug 15 07:16:35.126 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5386 | 2026-08-15T07:16:36.005Z | [ recovery-image] Aug 15 07:16:35.136 INFO O| Aug 15 07:16:35.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5387 | 2026-08-15T07:16:36.011Z | [ recovery-image] Aug 15 07:16:35.142 INFO O| Aug 15 07:16:35.142 INFO STEP 17 (remove_files) COMPLETE |
| 5388 | 2026-08-15T07:16:36.011Z | [ recovery-image] Aug 15 07:16:35.142 INFO O| Aug 15 07:16:35.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5389 | 2026-08-15T07:16:36.021Z | [ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.151 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5390 | 2026-08-15T07:16:36.021Z | [ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.152 INFO STEP 18 (remove_files) COMPLETE |
| 5391 | 2026-08-15T07:16:36.024Z | [ recovery-image] Aug 15 07:16:35.152 INFO O| Aug 15 07:16:35.152 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5392 | 2026-08-15T07:16:36.030Z | [ recovery-image] Aug 15 07:16:35.161 INFO O| Aug 15 07:16:35.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5393 | 2026-08-15T07:16:36.033Z | [ recovery-image] Aug 15 07:16:35.162 INFO O| Aug 15 07:16:35.162 INFO STEP 19 (remove_files) COMPLETE |
| 5394 | 2026-08-15T07:16:36.033Z | [ recovery-image] Aug 15 07:16:35.162 INFO O| Aug 15 07:16:35.162 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5395 | 2026-08-15T07:16:36.043Z | [ recovery-image] Aug 15 07:16:35.174 INFO O| Aug 15 07:16:35.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5396 | 2026-08-15T07:16:36.083Z | [ recovery-image] Aug 15 07:16:35.213 INFO O| Aug 15 07:16:35.213 INFO STEP 20 (remove_files) COMPLETE |
| 5397 | 2026-08-15T07:16:36.083Z | [ recovery-image] Aug 15 07:16:35.213 INFO O| Aug 15 07:16:35.213 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5398 | 2026-08-15T07:16:36.093Z | [ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5399 | 2026-08-15T07:16:36.096Z | [ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.224 INFO STEP 21 (remove_files) COMPLETE |
| 5400 | 2026-08-15T07:16:36.096Z | [ recovery-image] Aug 15 07:16:35.224 INFO O| Aug 15 07:16:35.224 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5401 | 2026-08-15T07:16:36.111Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 5402 | 2026-08-15T07:16:36.116Z | [ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5403 | 2026-08-15T07:16:36.117Z | [ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO STEP 22 (remove_files) COMPLETE |
| 5404 | 2026-08-15T07:16:36.120Z | [ recovery-image] Aug 15 07:16:35.247 INFO O| Aug 15 07:16:35.247 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5405 | 2026-08-15T07:16:36.127Z | [ recovery-image] Aug 15 07:16:35.257 INFO O| Aug 15 07:16:35.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5406 | 2026-08-15T07:16:36.130Z | [ recovery-image] Aug 15 07:16:35.261 INFO O| Aug 15 07:16:35.261 INFO STEP 23 (remove_files) COMPLETE |
| 5407 | 2026-08-15T07:16:36.130Z | [ recovery-image] Aug 15 07:16:35.261 INFO O| Aug 15 07:16:35.261 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5408 | 2026-08-15T07:16:36.162Z | [ recovery-image] Aug 15 07:16:35.293 INFO O| Aug 15 07:16:35.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5409 | 2026-08-15T07:16:36.175Z | [ recovery-image] Aug 15 07:16:35.305 INFO O| Aug 15 07:16:35.305 INFO STEP 24 (remove_files) COMPLETE |
| 5410 | 2026-08-15T07:16:36.175Z | [ recovery-image] Aug 15 07:16:35.305 INFO O| Aug 15 07:16:35.305 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5411 | 2026-08-15T07:16:36.187Z | [ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5412 | 2026-08-15T07:16:36.187Z | [ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO STEP 25 (remove_files) COMPLETE |
| 5413 | 2026-08-15T07:16:36.190Z | [ recovery-image] Aug 15 07:16:35.317 INFO O| Aug 15 07:16:35.317 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5414 | 2026-08-15T07:16:36.196Z | [ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5415 | 2026-08-15T07:16:36.196Z | [ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO STEP 26 (remove_files) COMPLETE |
| 5416 | 2026-08-15T07:16:36.199Z | [ recovery-image] Aug 15 07:16:35.327 INFO O| Aug 15 07:16:35.327 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5417 | 2026-08-15T07:16:36.206Z | [ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5418 | 2026-08-15T07:16:36.206Z | [ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO STEP 27 (remove_files) COMPLETE |
| 5419 | 2026-08-15T07:16:36.209Z | [ recovery-image] Aug 15 07:16:35.337 INFO O| Aug 15 07:16:35.337 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5420 | 2026-08-15T07:16:36.216Z | [ recovery-image] Aug 15 07:16:35.346 INFO O| Aug 15 07:16:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5421 | 2026-08-15T07:16:36.225Z | [ recovery-image] Aug 15 07:16:35.355 INFO O| Aug 15 07:16:35.355 INFO STEP 28 (remove_files) COMPLETE |
| 5422 | 2026-08-15T07:16:36.225Z | [ recovery-image] Aug 15 07:16:35.356 INFO O| Aug 15 07:16:35.355 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5423 | 2026-08-15T07:16:36.235Z | [ recovery-image] Aug 15 07:16:35.365 INFO O| Aug 15 07:16:35.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5424 | 2026-08-15T07:16:36.235Z | [ recovery-image] Aug 15 07:16:35.365 INFO O| Aug 15 07:16:35.365 INFO STEP 29 (remove_files) COMPLETE |
| 5425 | 2026-08-15T07:16:36.235Z | [ recovery-image] Aug 15 07:16:35.366 INFO O| Aug 15 07:16:35.365 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5426 | 2026-08-15T07:16:36.245Z | [ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5427 | 2026-08-15T07:16:36.248Z | [ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO STEP 30 (remove_files) COMPLETE |
| 5428 | 2026-08-15T07:16:36.248Z | [ recovery-image] Aug 15 07:16:35.375 INFO O| Aug 15 07:16:35.375 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5429 | 2026-08-15T07:16:36.254Z | [ recovery-image] Aug 15 07:16:35.384 INFO O| Aug 15 07:16:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5430 | 2026-08-15T07:16:36.254Z | [ recovery-image] Aug 15 07:16:35.385 INFO O| Aug 15 07:16:35.385 INFO STEP 31 (remove_files) COMPLETE |
| 5431 | 2026-08-15T07:16:36.257Z | [ recovery-image] Aug 15 07:16:35.385 INFO O| Aug 15 07:16:35.385 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5432 | 2026-08-15T07:16:36.264Z | [ recovery-image] Aug 15 07:16:35.395 INFO O| Aug 15 07:16:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5433 | 2026-08-15T07:16:36.267Z | [ recovery-image] Aug 15 07:16:35.397 INFO O| Aug 15 07:16:35.397 INFO STEP 32 (remove_files) COMPLETE |
| 5434 | 2026-08-15T07:16:36.267Z | [ recovery-image] Aug 15 07:16:35.397 INFO O| Aug 15 07:16:35.397 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5435 | 2026-08-15T07:16:36.276Z | [ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5436 | 2026-08-15T07:16:36.276Z | [ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.407 INFO STEP 33 (remove_files) COMPLETE |
| 5437 | 2026-08-15T07:16:36.276Z | [ recovery-image] Aug 15 07:16:35.407 INFO O| Aug 15 07:16:35.407 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5438 | 2026-08-15T07:16:36.285Z | [ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5439 | 2026-08-15T07:16:36.285Z | [ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO STEP 34 (remove_files) COMPLETE |
| 5440 | 2026-08-15T07:16:36.285Z | [ recovery-image] Aug 15 07:16:35.415 INFO O| Aug 15 07:16:35.415 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5441 | 2026-08-15T07:16:36.294Z | [ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5442 | 2026-08-15T07:16:36.294Z | [ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO STEP 35 (remove_files) COMPLETE |
| 5443 | 2026-08-15T07:16:36.294Z | [ recovery-image] Aug 15 07:16:35.424 INFO O| Aug 15 07:16:35.424 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5444 | 2026-08-15T07:16:36.303Z | [ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5445 | 2026-08-15T07:16:36.303Z | [ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO STEP 36 (remove_files) COMPLETE |
| 5446 | 2026-08-15T07:16:36.303Z | [ recovery-image] Aug 15 07:16:35.433 INFO O| Aug 15 07:16:35.433 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5447 | 2026-08-15T07:16:36.311Z | [ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5448 | 2026-08-15T07:16:36.311Z | [ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.442 INFO STEP 37 (remove_files) COMPLETE |
| 5449 | 2026-08-15T07:16:36.311Z | [ recovery-image] Aug 15 07:16:35.442 INFO O| Aug 15 07:16:35.442 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5450 | 2026-08-15T07:16:36.333Z | [ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5451 | 2026-08-15T07:16:36.333Z | [ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO STEP 38 (remove_files) COMPLETE |
| 5452 | 2026-08-15T07:16:36.333Z | [ recovery-image] Aug 15 07:16:35.464 INFO O| Aug 15 07:16:35.464 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5453 | 2026-08-15T07:16:36.355Z | [ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5454 | 2026-08-15T07:16:36.355Z | [ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.485 INFO STEP 39 (remove_files) COMPLETE |
| 5455 | 2026-08-15T07:16:36.358Z | [ recovery-image] Aug 15 07:16:35.485 INFO O| Aug 15 07:16:35.485 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5456 | 2026-08-15T07:16:36.367Z | [ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5457 | 2026-08-15T07:16:36.367Z | [ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO STEP 40 (remove_files) COMPLETE |
| 5458 | 2026-08-15T07:16:36.370Z | [ recovery-image] Aug 15 07:16:35.497 INFO O| Aug 15 07:16:35.497 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5459 | 2026-08-15T07:16:36.400Z | [ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5460 | 2026-08-15T07:16:36.400Z | [ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.531 INFO STEP 41 (remove_files) COMPLETE |
| 5461 | 2026-08-15T07:16:36.400Z | [ recovery-image] Aug 15 07:16:35.531 INFO O| Aug 15 07:16:35.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5462 | 2026-08-15T07:16:36.411Z | [ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5463 | 2026-08-15T07:16:36.411Z | [ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO STEP 42 (remove_files) COMPLETE |
| 5464 | 2026-08-15T07:16:36.414Z | [ recovery-image] Aug 15 07:16:35.542 INFO O| Aug 15 07:16:35.542 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5465 | 2026-08-15T07:16:36.423Z | [ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5466 | 2026-08-15T07:16:36.423Z | [ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO STEP 43 (remove_files) COMPLETE |
| 5467 | 2026-08-15T07:16:36.423Z | [ recovery-image] Aug 15 07:16:35.554 INFO O| Aug 15 07:16:35.554 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5468 | 2026-08-15T07:16:36.437Z | [ recovery-image] Aug 15 07:16:35.565 INFO O| Aug 15 07:16:35.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5469 | 2026-08-15T07:16:36.437Z | [ recovery-image] Aug 15 07:16:35.566 INFO O| Aug 15 07:16:35.566 INFO STEP 44 (remove_files) COMPLETE |
| 5470 | 2026-08-15T07:16:36.437Z | [ recovery-image] Aug 15 07:16:35.566 INFO O| Aug 15 07:16:35.566 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5471 | 2026-08-15T07:16:36.447Z | [ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5472 | 2026-08-15T07:16:36.447Z | [ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO STEP 45 (remove_files) COMPLETE |
| 5473 | 2026-08-15T07:16:36.447Z | [ recovery-image] Aug 15 07:16:35.577 INFO O| Aug 15 07:16:35.577 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5474 | 2026-08-15T07:16:36.456Z | [ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5475 | 2026-08-15T07:16:36.456Z | [ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO STEP 46 (remove_files) COMPLETE |
| 5476 | 2026-08-15T07:16:36.459Z | [ recovery-image] Aug 15 07:16:35.586 INFO O| Aug 15 07:16:35.586 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5477 | 2026-08-15T07:16:36.467Z | [ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5478 | 2026-08-15T07:16:36.467Z | [ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO STEP 47 (remove_files) COMPLETE |
| 5479 | 2026-08-15T07:16:36.467Z | [ recovery-image] Aug 15 07:16:35.598 INFO O| Aug 15 07:16:35.598 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5480 | 2026-08-15T07:16:36.480Z | [ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5481 | 2026-08-15T07:16:36.480Z | [ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.611 INFO STEP 48 (remove_files) COMPLETE |
| 5482 | 2026-08-15T07:16:36.480Z | [ recovery-image] Aug 15 07:16:35.611 INFO O| Aug 15 07:16:35.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5483 | 2026-08-15T07:16:36.496Z | [ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5484 | 2026-08-15T07:16:36.496Z | [ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO STEP 49 (remove_files) COMPLETE |
| 5485 | 2026-08-15T07:16:36.499Z | [ recovery-image] Aug 15 07:16:35.626 INFO O| Aug 15 07:16:35.626 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5486 | 2026-08-15T07:16:36.513Z | [ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5487 | 2026-08-15T07:16:36.514Z | [ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO STEP 50 (remove_files) COMPLETE |
| 5488 | 2026-08-15T07:16:36.514Z | [ recovery-image] Aug 15 07:16:35.644 INFO O| Aug 15 07:16:35.644 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5489 | 2026-08-15T07:16:36.524Z | [ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5490 | 2026-08-15T07:16:36.524Z | [ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.655 INFO STEP 51 (remove_files) COMPLETE |
| 5491 | 2026-08-15T07:16:36.524Z | [ recovery-image] Aug 15 07:16:35.655 INFO O| Aug 15 07:16:35.655 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5492 | 2026-08-15T07:16:36.534Z | [ recovery-image] Aug 15 07:16:35.664 INFO O| Aug 15 07:16:35.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5493 | 2026-08-15T07:16:36.537Z | [ recovery-image] Aug 15 07:16:35.665 INFO O| Aug 15 07:16:35.665 INFO STEP 52 (remove_files) COMPLETE |
| 5494 | 2026-08-15T07:16:36.537Z | [ recovery-image] Aug 15 07:16:35.665 INFO O| Aug 15 07:16:35.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5495 | 2026-08-15T07:16:36.547Z | [ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5496 | 2026-08-15T07:16:36.547Z | [ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO STEP 53 (remove_files) COMPLETE |
| 5497 | 2026-08-15T07:16:36.551Z | [ recovery-image] Aug 15 07:16:35.678 INFO O| Aug 15 07:16:35.678 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5498 | 2026-08-15T07:16:36.558Z | [ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5499 | 2026-08-15T07:16:36.558Z | [ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO STEP 54 (remove_files) COMPLETE |
| 5500 | 2026-08-15T07:16:36.558Z | [ recovery-image] Aug 15 07:16:35.688 INFO O| Aug 15 07:16:35.688 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5501 | 2026-08-15T07:16:36.600Z | [ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5502 | 2026-08-15T07:16:36.600Z | [ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO STEP 55 (remove_files) COMPLETE |
| 5503 | 2026-08-15T07:16:36.600Z | [ recovery-image] Aug 15 07:16:35.731 INFO O| Aug 15 07:16:35.731 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5504 | 2026-08-15T07:16:36.610Z | [ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5505 | 2026-08-15T07:16:36.610Z | [ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.741 INFO STEP 56 (remove_files) COMPLETE |
| 5506 | 2026-08-15T07:16:36.610Z | [ recovery-image] Aug 15 07:16:35.741 INFO O| Aug 15 07:16:35.741 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5507 | 2026-08-15T07:16:36.619Z | [ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5508 | 2026-08-15T07:16:36.619Z | [ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO STEP 57 (remove_files) COMPLETE |
| 5509 | 2026-08-15T07:16:36.621Z | [ recovery-image] Aug 15 07:16:35.749 INFO O| Aug 15 07:16:35.749 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5510 | 2026-08-15T07:16:36.627Z | [ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5511 | 2026-08-15T07:16:36.627Z | [ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO STEP 58 (remove_files) COMPLETE |
| 5512 | 2026-08-15T07:16:36.630Z | [ recovery-image] Aug 15 07:16:35.758 INFO O| Aug 15 07:16:35.758 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5513 | 2026-08-15T07:16:36.636Z | [ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5514 | 2026-08-15T07:16:36.636Z | [ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO STEP 59 (remove_files) COMPLETE |
| 5515 | 2026-08-15T07:16:36.636Z | [ recovery-image] Aug 15 07:16:35.767 INFO O| Aug 15 07:16:35.767 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5516 | 2026-08-15T07:16:36.668Z | [ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5517 | 2026-08-15T07:16:36.668Z | [ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO STEP 60 (remove_files) COMPLETE |
| 5518 | 2026-08-15T07:16:36.671Z | [ recovery-image] Aug 15 07:16:35.794 INFO O| Aug 15 07:16:35.794 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5519 | 2026-08-15T07:16:36.696Z | [ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5520 | 2026-08-15T07:16:36.696Z | [ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO STEP 61 (remove_files) COMPLETE |
| 5521 | 2026-08-15T07:16:36.699Z | [ recovery-image] Aug 15 07:16:35.826 INFO O| Aug 15 07:16:35.826 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5522 | 2026-08-15T07:16:36.711Z | [ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5523 | 2026-08-15T07:16:36.711Z | [ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO STEP 62 (remove_files) COMPLETE |
| 5524 | 2026-08-15T07:16:36.711Z | [ recovery-image] Aug 15 07:16:35.841 INFO O| Aug 15 07:16:35.841 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5525 | 2026-08-15T07:16:36.747Z | [ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5526 | 2026-08-15T07:16:36.747Z | [ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO STEP 63 (remove_files) COMPLETE |
| 5527 | 2026-08-15T07:16:36.750Z | [ recovery-image] Aug 15 07:16:35.877 INFO O| Aug 15 07:16:35.877 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5528 | 2026-08-15T07:16:36.756Z | [ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5529 | 2026-08-15T07:16:36.756Z | [ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.887 INFO STEP 64 (remove_files) COMPLETE |
| 5530 | 2026-08-15T07:16:36.756Z | [ recovery-image] Aug 15 07:16:35.887 INFO O| Aug 15 07:16:35.887 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5531 | 2026-08-15T07:16:36.766Z | [ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5532 | 2026-08-15T07:16:36.766Z | [ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.897 INFO STEP 65 (remove_files) COMPLETE |
| 5533 | 2026-08-15T07:16:36.766Z | [ recovery-image] Aug 15 07:16:35.897 INFO O| Aug 15 07:16:35.897 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5534 | 2026-08-15T07:16:36.775Z | [ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5535 | 2026-08-15T07:16:36.775Z | [ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.906 INFO STEP 66 (remove_files) COMPLETE |
| 5536 | 2026-08-15T07:16:36.775Z | [ recovery-image] Aug 15 07:16:35.906 INFO O| Aug 15 07:16:35.906 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5537 | 2026-08-15T07:16:36.791Z | [ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5538 | 2026-08-15T07:16:36.791Z | [ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO STEP 67 (remove_files) COMPLETE |
| 5539 | 2026-08-15T07:16:36.791Z | [ recovery-image] Aug 15 07:16:35.922 INFO O| Aug 15 07:16:35.922 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5540 | 2026-08-15T07:16:36.802Z | [ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5541 | 2026-08-15T07:16:36.802Z | [ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.933 INFO STEP 68 (remove_files) COMPLETE |
| 5542 | 2026-08-15T07:16:36.802Z | [ recovery-image] Aug 15 07:16:35.933 INFO O| Aug 15 07:16:35.933 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5543 | 2026-08-15T07:16:36.812Z | [ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5544 | 2026-08-15T07:16:36.812Z | [ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO STEP 69 (remove_files) COMPLETE |
| 5545 | 2026-08-15T07:16:36.812Z | [ recovery-image] Aug 15 07:16:35.943 INFO O| Aug 15 07:16:35.943 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5546 | 2026-08-15T07:16:36.823Z | [ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5547 | 2026-08-15T07:16:36.823Z | [ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO STEP 70 (remove_files) COMPLETE |
| 5548 | 2026-08-15T07:16:36.823Z | [ recovery-image] Aug 15 07:16:35.954 INFO O| Aug 15 07:16:35.954 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5549 | 2026-08-15T07:16:36.834Z | [ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5550 | 2026-08-15T07:16:36.834Z | [ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO STEP 71 (remove_files) COMPLETE |
| 5551 | 2026-08-15T07:16:36.837Z | [ recovery-image] Aug 15 07:16:35.964 INFO O| Aug 15 07:16:35.964 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5552 | 2026-08-15T07:16:36.844Z | [ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5553 | 2026-08-15T07:16:36.844Z | [ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO STEP 72 (remove_files) COMPLETE |
| 5554 | 2026-08-15T07:16:36.844Z | [ recovery-image] Aug 15 07:16:35.975 INFO O| Aug 15 07:16:35.975 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5555 | 2026-08-15T07:16:36.855Z | [ recovery-image] Aug 15 07:16:35.985 INFO O| Aug 15 07:16:35.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5556 | 2026-08-15T07:16:36.855Z | [ recovery-image] Aug 15 07:16:35.985 INFO O| Aug 15 07:16:35.985 INFO STEP 73 (remove_files) COMPLETE |
| 5557 | 2026-08-15T07:16:36.855Z | [ recovery-image] Aug 15 07:16:35.986 INFO O| Aug 15 07:16:35.985 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5558 | 2026-08-15T07:16:36.883Z | [ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5559 | 2026-08-15T07:16:36.883Z | [ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO STEP 74 (remove_files) COMPLETE |
| 5560 | 2026-08-15T07:16:36.883Z | [ recovery-image] Aug 15 07:16:36.013 INFO O| Aug 15 07:16:36.013 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5561 | 2026-08-15T07:16:36.911Z | [ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5562 | 2026-08-15T07:16:36.911Z | [ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO STEP 75 (remove_files) COMPLETE |
| 5563 | 2026-08-15T07:16:36.911Z | [ recovery-image] Aug 15 07:16:36.041 INFO O| Aug 15 07:16:36.041 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5564 | 2026-08-15T07:16:36.925Z | [ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5565 | 2026-08-15T07:16:36.925Z | [ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO STEP 76 (remove_files) COMPLETE |
| 5566 | 2026-08-15T07:16:36.928Z | [ recovery-image] Aug 15 07:16:36.056 INFO O| Aug 15 07:16:36.056 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5567 | 2026-08-15T07:16:36.934Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5568 | 2026-08-15T07:16:36.937Z | [ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5569 | 2026-08-15T07:16:36.937Z | [ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO STEP 77 (remove_files) COMPLETE |
| 5570 | 2026-08-15T07:16:36.937Z | [ recovery-image] Aug 15 07:16:36.068 INFO O| Aug 15 07:16:36.068 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5571 | 2026-08-15T07:16:36.952Z | [ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5572 | 2026-08-15T07:16:36.952Z | [ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO STEP 78 (remove_files) COMPLETE |
| 5573 | 2026-08-15T07:16:36.952Z | [ recovery-image] Aug 15 07:16:36.082 INFO O| Aug 15 07:16:36.082 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5574 | 2026-08-15T07:16:36.962Z | [ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5575 | 2026-08-15T07:16:36.963Z | [ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO STEP 79 (remove_files) COMPLETE |
| 5576 | 2026-08-15T07:16:36.965Z | [ recovery-image] Aug 15 07:16:36.093 INFO O| Aug 15 07:16:36.093 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5577 | 2026-08-15T07:16:36.973Z | [ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5578 | 2026-08-15T07:16:36.973Z | [ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO STEP 80 (remove_files) COMPLETE |
| 5579 | 2026-08-15T07:16:36.976Z | [ recovery-image] Aug 15 07:16:36.103 INFO O| Aug 15 07:16:36.103 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5580 | 2026-08-15T07:16:36.982Z | [ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5581 | 2026-08-15T07:16:36.982Z | [ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO STEP 81 (remove_files) COMPLETE |
| 5582 | 2026-08-15T07:16:36.982Z | [ recovery-image] Aug 15 07:16:36.113 INFO O| Aug 15 07:16:36.113 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5583 | 2026-08-15T07:16:36.993Z | [ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5584 | 2026-08-15T07:16:36.993Z | [ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.124 INFO STEP 82 (remove_files) COMPLETE |
| 5585 | 2026-08-15T07:16:36.993Z | [ recovery-image] Aug 15 07:16:36.124 INFO O| Aug 15 07:16:36.124 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5586 | 2026-08-15T07:16:37.005Z | [ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5587 | 2026-08-15T07:16:37.005Z | [ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO STEP 83 (remove_files) COMPLETE |
| 5588 | 2026-08-15T07:16:37.005Z | [ recovery-image] Aug 15 07:16:36.135 INFO O| Aug 15 07:16:36.135 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5589 | 2026-08-15T07:16:37.016Z | [ recovery-image] Aug 15 07:16:36.146 INFO O| Aug 15 07:16:36.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5590 | 2026-08-15T07:16:37.019Z | [ recovery-image] Aug 15 07:16:36.147 INFO O| Aug 15 07:16:36.147 INFO STEP 84 (remove_files) COMPLETE |
| 5591 | 2026-08-15T07:16:37.019Z | [ recovery-image] Aug 15 07:16:36.147 INFO O| Aug 15 07:16:36.147 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5592 | 2026-08-15T07:16:37.026Z | [ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5593 | 2026-08-15T07:16:37.026Z | [ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO STEP 85 (remove_files) COMPLETE |
| 5594 | 2026-08-15T07:16:37.026Z | [ recovery-image] Aug 15 07:16:36.157 INFO O| Aug 15 07:16:36.157 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5595 | 2026-08-15T07:16:37.036Z | [ recovery-image] Aug 15 07:16:36.166 INFO O| Aug 15 07:16:36.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5596 | 2026-08-15T07:16:37.039Z | [ recovery-image] Aug 15 07:16:36.167 INFO O| Aug 15 07:16:36.167 INFO STEP 86 (remove_files) COMPLETE |
| 5597 | 2026-08-15T07:16:37.039Z | [ recovery-image] Aug 15 07:16:36.167 INFO O| Aug 15 07:16:36.167 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5598 | 2026-08-15T07:16:37.046Z | [ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5599 | 2026-08-15T07:16:37.046Z | [ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO STEP 87 (remove_files) COMPLETE |
| 5600 | 2026-08-15T07:16:37.049Z | [ recovery-image] Aug 15 07:16:36.177 INFO O| Aug 15 07:16:36.177 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5601 | 2026-08-15T07:16:37.057Z | [ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5602 | 2026-08-15T07:16:37.057Z | [ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO STEP 88 (remove_files) COMPLETE |
| 5603 | 2026-08-15T07:16:37.060Z | [ recovery-image] Aug 15 07:16:36.187 INFO O| Aug 15 07:16:36.187 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5604 | 2026-08-15T07:16:37.066Z | [ recovery-image] Aug 15 07:16:36.196 INFO O| Aug 15 07:16:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5605 | 2026-08-15T07:16:37.069Z | [ recovery-image] Aug 15 07:16:36.197 INFO O| Aug 15 07:16:36.197 INFO STEP 89 (remove_files) COMPLETE |
| 5606 | 2026-08-15T07:16:37.069Z | [ recovery-image] Aug 15 07:16:36.197 INFO O| Aug 15 07:16:36.197 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5607 | 2026-08-15T07:16:37.076Z | [ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5608 | 2026-08-15T07:16:37.076Z | [ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO STEP 90 (remove_files) COMPLETE |
| 5609 | 2026-08-15T07:16:37.076Z | [ recovery-image] Aug 15 07:16:36.207 INFO O| Aug 15 07:16:36.207 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5610 | 2026-08-15T07:16:37.085Z | [ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5611 | 2026-08-15T07:16:37.086Z | [ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO STEP 91 (remove_files) COMPLETE |
| 5612 | 2026-08-15T07:16:37.089Z | [ recovery-image] Aug 15 07:16:36.216 INFO O| Aug 15 07:16:36.216 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5613 | 2026-08-15T07:16:37.091Z | [verify-libraries] Compiling kem v0.3.0 |
| 5614 | 2026-08-15T07:16:37.095Z | [ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5615 | 2026-08-15T07:16:37.095Z | [ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO STEP 92 (remove_files) COMPLETE |
| 5616 | 2026-08-15T07:16:37.095Z | [ recovery-image] Aug 15 07:16:36.225 INFO O| Aug 15 07:16:36.225 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5617 | 2026-08-15T07:16:37.105Z | [ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5618 | 2026-08-15T07:16:37.106Z | [ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO STEP 93 (remove_files) COMPLETE |
| 5619 | 2026-08-15T07:16:37.106Z | [ recovery-image] Aug 15 07:16:36.236 INFO O| Aug 15 07:16:36.236 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5620 | 2026-08-15T07:16:37.117Z | [ recovery-image] Aug 15 07:16:36.247 INFO O| Aug 15 07:16:36.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5621 | 2026-08-15T07:16:37.117Z | [ recovery-image] Aug 15 07:16:36.248 INFO O| Aug 15 07:16:36.248 INFO STEP 94 (remove_files) COMPLETE |
| 5622 | 2026-08-15T07:16:37.117Z | [ recovery-image] Aug 15 07:16:36.248 INFO O| Aug 15 07:16:36.248 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5623 | 2026-08-15T07:16:37.127Z | [ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5624 | 2026-08-15T07:16:37.127Z | [ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.258 INFO STEP 95 (remove_files) COMPLETE |
| 5625 | 2026-08-15T07:16:37.130Z | [ recovery-image] Aug 15 07:16:36.258 INFO O| Aug 15 07:16:36.258 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5626 | 2026-08-15T07:16:37.138Z | [ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5627 | 2026-08-15T07:16:37.138Z | [ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO STEP 96 (remove_files) COMPLETE |
| 5628 | 2026-08-15T07:16:37.142Z | [ recovery-image] Aug 15 07:16:36.269 INFO O| Aug 15 07:16:36.269 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5629 | 2026-08-15T07:16:37.148Z | [ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5630 | 2026-08-15T07:16:37.148Z | [ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.279 INFO STEP 97 (remove_files) COMPLETE |
| 5631 | 2026-08-15T07:16:37.148Z | [ recovery-image] Aug 15 07:16:36.279 INFO O| Aug 15 07:16:36.279 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5632 | 2026-08-15T07:16:37.159Z | [ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5633 | 2026-08-15T07:16:37.159Z | [ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.290 INFO STEP 98 (remove_files) COMPLETE |
| 5634 | 2026-08-15T07:16:37.162Z | [ recovery-image] Aug 15 07:16:36.290 INFO O| Aug 15 07:16:36.290 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5635 | 2026-08-15T07:16:37.170Z | [ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5636 | 2026-08-15T07:16:37.170Z | [ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO STEP 99 (remove_files) COMPLETE |
| 5637 | 2026-08-15T07:16:37.170Z | [ recovery-image] Aug 15 07:16:36.300 INFO O| Aug 15 07:16:36.300 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5638 | 2026-08-15T07:16:37.180Z | [ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5639 | 2026-08-15T07:16:37.180Z | [ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO STEP 100 (remove_files) COMPLETE |
| 5640 | 2026-08-15T07:16:37.180Z | [ recovery-image] Aug 15 07:16:36.310 INFO O| Aug 15 07:16:36.310 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5641 | 2026-08-15T07:16:37.190Z | [ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5642 | 2026-08-15T07:16:37.190Z | [ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO STEP 101 (remove_files) COMPLETE |
| 5643 | 2026-08-15T07:16:37.190Z | [ recovery-image] Aug 15 07:16:36.320 INFO O| Aug 15 07:16:36.320 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5644 | 2026-08-15T07:16:37.199Z | [ recovery-image] Aug 15 07:16:36.329 INFO O| Aug 15 07:16:36.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5645 | 2026-08-15T07:16:37.202Z | [ recovery-image] Aug 15 07:16:36.330 INFO O| Aug 15 07:16:36.330 INFO STEP 102 (remove_files) COMPLETE |
| 5646 | 2026-08-15T07:16:37.202Z | [ recovery-image] Aug 15 07:16:36.330 INFO O| Aug 15 07:16:36.330 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5647 | 2026-08-15T07:16:37.210Z | [ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5648 | 2026-08-15T07:16:37.210Z | [ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO STEP 103 (remove_files) COMPLETE |
| 5649 | 2026-08-15T07:16:37.210Z | [ recovery-image] Aug 15 07:16:36.340 INFO O| Aug 15 07:16:36.340 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5650 | 2026-08-15T07:16:37.220Z | [ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5651 | 2026-08-15T07:16:37.220Z | [ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO STEP 104 (remove_files) COMPLETE |
| 5652 | 2026-08-15T07:16:37.220Z | [ recovery-image] Aug 15 07:16:36.350 INFO O| Aug 15 07:16:36.350 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5653 | 2026-08-15T07:16:37.230Z | [ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5654 | 2026-08-15T07:16:37.230Z | [ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO STEP 105 (remove_files) COMPLETE |
| 5655 | 2026-08-15T07:16:37.233Z | [ recovery-image] Aug 15 07:16:36.360 INFO O| Aug 15 07:16:36.360 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5656 | 2026-08-15T07:16:37.241Z | [ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5657 | 2026-08-15T07:16:37.241Z | [ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO STEP 106 (remove_files) COMPLETE |
| 5658 | 2026-08-15T07:16:37.244Z | [ recovery-image] Aug 15 07:16:36.371 INFO O| Aug 15 07:16:36.371 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5659 | 2026-08-15T07:16:37.250Z | [ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5660 | 2026-08-15T07:16:37.250Z | [ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO STEP 107 (remove_files) COMPLETE |
| 5661 | 2026-08-15T07:16:37.250Z | [ recovery-image] Aug 15 07:16:36.380 INFO O| Aug 15 07:16:36.380 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5662 | 2026-08-15T07:16:37.261Z | [ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5663 | 2026-08-15T07:16:37.261Z | [ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO STEP 108 (remove_files) COMPLETE |
| 5664 | 2026-08-15T07:16:37.261Z | [ recovery-image] Aug 15 07:16:36.391 INFO O| Aug 15 07:16:36.391 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5665 | 2026-08-15T07:16:37.271Z | [ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5666 | 2026-08-15T07:16:37.272Z | [ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO STEP 109 (remove_files) COMPLETE |
| 5667 | 2026-08-15T07:16:37.272Z | [ recovery-image] Aug 15 07:16:36.402 INFO O| Aug 15 07:16:36.402 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5668 | 2026-08-15T07:16:37.282Z | [ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5669 | 2026-08-15T07:16:37.282Z | [ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO STEP 110 (remove_files) COMPLETE |
| 5670 | 2026-08-15T07:16:37.285Z | [ recovery-image] Aug 15 07:16:36.412 INFO O| Aug 15 07:16:36.412 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5671 | 2026-08-15T07:16:37.289Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 5672 | 2026-08-15T07:16:37.292Z | [ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5673 | 2026-08-15T07:16:37.293Z | [ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO STEP 111 (remove_files) COMPLETE |
| 5674 | 2026-08-15T07:16:37.293Z | [ recovery-image] Aug 15 07:16:36.422 INFO O| Aug 15 07:16:36.422 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5675 | 2026-08-15T07:16:37.300Z | [ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5676 | 2026-08-15T07:16:37.300Z | [ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO STEP 112 (remove_files) COMPLETE |
| 5677 | 2026-08-15T07:16:37.301Z | [ recovery-image] Aug 15 07:16:36.431 INFO O| Aug 15 07:16:36.431 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5678 | 2026-08-15T07:16:37.311Z | [ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5679 | 2026-08-15T07:16:37.311Z | [ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO STEP 113 (remove_files) COMPLETE |
| 5680 | 2026-08-15T07:16:37.314Z | [ recovery-image] Aug 15 07:16:36.441 INFO O| Aug 15 07:16:36.441 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5681 | 2026-08-15T07:16:37.321Z | [ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5682 | 2026-08-15T07:16:37.321Z | [ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO STEP 114 (remove_files) COMPLETE |
| 5683 | 2026-08-15T07:16:37.321Z | [ recovery-image] Aug 15 07:16:36.451 INFO O| Aug 15 07:16:36.451 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5684 | 2026-08-15T07:16:37.330Z | [ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5685 | 2026-08-15T07:16:37.330Z | [ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO STEP 115 (remove_files) COMPLETE |
| 5686 | 2026-08-15T07:16:37.330Z | [ recovery-image] Aug 15 07:16:36.460 INFO O| Aug 15 07:16:36.460 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5687 | 2026-08-15T07:16:37.341Z | [ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5688 | 2026-08-15T07:16:37.341Z | [ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO STEP 116 (remove_files) COMPLETE |
| 5689 | 2026-08-15T07:16:37.341Z | [ recovery-image] Aug 15 07:16:36.471 INFO O| Aug 15 07:16:36.471 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5690 | 2026-08-15T07:16:37.351Z | [ recovery-image] Aug 15 07:16:36.481 INFO O| Aug 15 07:16:36.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5691 | 2026-08-15T07:16:37.355Z | [ recovery-image] Aug 15 07:16:36.481 INFO O| Aug 15 07:16:36.481 INFO STEP 117 (remove_files) COMPLETE |
| 5692 | 2026-08-15T07:16:37.355Z | [ recovery-image] Aug 15 07:16:36.482 INFO O| Aug 15 07:16:36.481 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5693 | 2026-08-15T07:16:37.363Z | [ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5694 | 2026-08-15T07:16:37.363Z | [ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO STEP 118 (remove_files) COMPLETE |
| 5695 | 2026-08-15T07:16:37.366Z | [ recovery-image] Aug 15 07:16:36.491 INFO O| Aug 15 07:16:36.491 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5696 | 2026-08-15T07:16:37.372Z | [ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5697 | 2026-08-15T07:16:37.372Z | [ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO STEP 119 (remove_files) COMPLETE |
| 5698 | 2026-08-15T07:16:37.372Z | [ recovery-image] Aug 15 07:16:36.502 INFO O| Aug 15 07:16:36.502 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5699 | 2026-08-15T07:16:37.384Z | [ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5700 | 2026-08-15T07:16:37.384Z | [ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.514 INFO STEP 120 (remove_files) COMPLETE |
| 5701 | 2026-08-15T07:16:37.387Z | [ recovery-image] Aug 15 07:16:36.514 INFO O| Aug 15 07:16:36.514 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5702 | 2026-08-15T07:16:37.394Z | [ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5703 | 2026-08-15T07:16:37.394Z | [ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO STEP 121 (remove_files) COMPLETE |
| 5704 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.524 INFO O| Aug 15 07:16:36.524 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5705 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5706 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO STEP 122 (remove_files) COMPLETE |
| 5707 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.534 INFO O| Aug 15 07:16:36.534 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5708 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5709 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO STEP 123 (remove_files) COMPLETE |
| 5710 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.543 INFO O| Aug 15 07:16:36.543 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5711 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.552 INFO O| Aug 15 07:16:36.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5712 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.553 INFO O| Aug 15 07:16:36.553 INFO STEP 124 (remove_files) COMPLETE |
| 5713 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.553 INFO O| Aug 15 07:16:36.553 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5715 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO STEP 125 (remove_files) COMPLETE |
| 5716 | 2026-08-15T07:16:37.454Z | [ recovery-image] Aug 15 07:16:36.564 INFO O| Aug 15 07:16:36.564 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-08-15T07:16:37.455Z | [ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5718 | 2026-08-15T07:16:37.455Z | [ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO STEP 126 (remove_files) COMPLETE |
| 5719 | 2026-08-15T07:16:37.455Z | [ recovery-image] Aug 15 07:16:36.574 INFO O| Aug 15 07:16:36.574 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-08-15T07:16:37.459Z | [ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5721 | 2026-08-15T07:16:37.459Z | [ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO STEP 127 (remove_files) COMPLETE |
| 5722 | 2026-08-15T07:16:37.459Z | [ recovery-image] Aug 15 07:16:36.585 INFO O| Aug 15 07:16:36.585 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-08-15T07:16:37.466Z | [ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5724 | 2026-08-15T07:16:37.466Z | [ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO STEP 128 (remove_files) COMPLETE |
| 5725 | 2026-08-15T07:16:37.469Z | [ recovery-image] Aug 15 07:16:36.596 INFO O| Aug 15 07:16:36.596 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-08-15T07:16:37.475Z | [ recovery-image] Aug 15 07:16:36.605 INFO O| Aug 15 07:16:36.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5727 | 2026-08-15T07:16:37.475Z | [ recovery-image] Aug 15 07:16:36.606 INFO O| Aug 15 07:16:36.605 INFO STEP 129 (remove_files) COMPLETE |
| 5728 | 2026-08-15T07:16:37.475Z | [ recovery-image] Aug 15 07:16:36.606 INFO O| Aug 15 07:16:36.605 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-08-15T07:16:37.485Z | [ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5730 | 2026-08-15T07:16:37.485Z | [ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO STEP 130 (remove_files) COMPLETE |
| 5731 | 2026-08-15T07:16:37.488Z | [ recovery-image] Aug 15 07:16:36.615 INFO O| Aug 15 07:16:36.615 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-15T07:16:37.496Z | [ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5733 | 2026-08-15T07:16:37.496Z | [ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO STEP 131 (remove_files) COMPLETE |
| 5734 | 2026-08-15T07:16:37.499Z | [ recovery-image] Aug 15 07:16:36.626 INFO O| Aug 15 07:16:36.626 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-15T07:16:37.507Z | [ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5736 | 2026-08-15T07:16:37.507Z | [ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO STEP 132 (remove_files) COMPLETE |
| 5737 | 2026-08-15T07:16:37.507Z | [ recovery-image] Aug 15 07:16:36.637 INFO O| Aug 15 07:16:36.637 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-15T07:16:37.517Z | [ recovery-image] Aug 15 07:16:36.647 INFO O| Aug 15 07:16:36.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5739 | 2026-08-15T07:16:37.521Z | [ recovery-image] Aug 15 07:16:36.648 INFO O| Aug 15 07:16:36.648 INFO STEP 133 (remove_files) COMPLETE |
| 5740 | 2026-08-15T07:16:37.521Z | [ recovery-image] Aug 15 07:16:36.648 INFO O| Aug 15 07:16:36.648 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-15T07:16:37.527Z | [ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5742 | 2026-08-15T07:16:37.527Z | [ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO STEP 134 (remove_files) COMPLETE |
| 5743 | 2026-08-15T07:16:37.532Z | [ recovery-image] Aug 15 07:16:36.658 INFO O| Aug 15 07:16:36.658 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-15T07:16:37.539Z | [ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5745 | 2026-08-15T07:16:37.539Z | [ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO STEP 135 (remove_files) COMPLETE |
| 5746 | 2026-08-15T07:16:37.542Z | [ recovery-image] Aug 15 07:16:36.669 INFO O| Aug 15 07:16:36.669 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-15T07:16:37.549Z | [ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5748 | 2026-08-15T07:16:37.549Z | [ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO STEP 136 (remove_files) COMPLETE |
| 5749 | 2026-08-15T07:16:37.553Z | [ recovery-image] Aug 15 07:16:36.680 INFO O| Aug 15 07:16:36.680 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-15T07:16:37.560Z | [ recovery-image] Aug 15 07:16:36.690 INFO O| Aug 15 07:16:36.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5751 | 2026-08-15T07:16:37.563Z | [ recovery-image] Aug 15 07:16:36.691 INFO O| Aug 15 07:16:36.691 INFO STEP 137 (remove_files) COMPLETE |
| 5752 | 2026-08-15T07:16:37.563Z | [ recovery-image] Aug 15 07:16:36.691 INFO O| Aug 15 07:16:36.691 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-15T07:16:37.571Z | [ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5754 | 2026-08-15T07:16:37.571Z | [ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO STEP 138 (remove_files) COMPLETE |
| 5755 | 2026-08-15T07:16:37.571Z | [ recovery-image] Aug 15 07:16:36.701 INFO O| Aug 15 07:16:36.701 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-15T07:16:37.581Z | [ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5757 | 2026-08-15T07:16:37.581Z | [ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO STEP 139 (remove_files) COMPLETE |
| 5758 | 2026-08-15T07:16:37.581Z | [ recovery-image] Aug 15 07:16:36.711 INFO O| Aug 15 07:16:36.711 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-15T07:16:37.591Z | [ recovery-image] Aug 15 07:16:36.721 INFO O| Aug 15 07:16:36.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5760 | 2026-08-15T07:16:37.594Z | [ recovery-image] Aug 15 07:16:36.722 INFO O| Aug 15 07:16:36.722 INFO STEP 140 (remove_files) COMPLETE |
| 5761 | 2026-08-15T07:16:37.594Z | [ recovery-image] Aug 15 07:16:36.722 INFO O| Aug 15 07:16:36.722 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-15T07:16:37.602Z | [ recovery-image] Aug 15 07:16:36.732 INFO O| Aug 15 07:16:36.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5763 | 2026-08-15T07:16:37.602Z | [ recovery-image] Aug 15 07:16:36.733 INFO O| Aug 15 07:16:36.732 INFO STEP 141 (remove_files) COMPLETE |
| 5764 | 2026-08-15T07:16:37.606Z | [ recovery-image] Aug 15 07:16:36.733 INFO O| Aug 15 07:16:36.732 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-15T07:16:37.613Z | [ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5766 | 2026-08-15T07:16:37.613Z | [ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO STEP 142 (remove_files) COMPLETE |
| 5767 | 2026-08-15T07:16:37.616Z | [ recovery-image] Aug 15 07:16:36.743 INFO O| Aug 15 07:16:36.743 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-15T07:16:37.623Z | [ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5769 | 2026-08-15T07:16:37.626Z | [ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO STEP 143 (remove_files) COMPLETE |
| 5770 | 2026-08-15T07:16:37.626Z | [ recovery-image] Aug 15 07:16:36.754 INFO O| Aug 15 07:16:36.754 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-15T07:16:37.630Z | [verify-libraries] Compiling atty v0.2.14 |
| 5772 | 2026-08-15T07:16:37.633Z | [ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5773 | 2026-08-15T07:16:37.633Z | [ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO STEP 144 (remove_files) COMPLETE |
| 5774 | 2026-08-15T07:16:37.633Z | [ recovery-image] Aug 15 07:16:36.763 INFO O| Aug 15 07:16:36.763 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5775 | 2026-08-15T07:16:37.644Z | [ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5776 | 2026-08-15T07:16:37.644Z | [ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO STEP 145 (remove_files) COMPLETE |
| 5777 | 2026-08-15T07:16:37.644Z | [ recovery-image] Aug 15 07:16:36.774 INFO O| Aug 15 07:16:36.774 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5778 | 2026-08-15T07:16:37.654Z | [ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5779 | 2026-08-15T07:16:37.654Z | [ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO STEP 146 (remove_files) COMPLETE |
| 5780 | 2026-08-15T07:16:37.657Z | [ recovery-image] Aug 15 07:16:36.784 INFO O| Aug 15 07:16:36.784 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5781 | 2026-08-15T07:16:37.664Z | [ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5782 | 2026-08-15T07:16:37.664Z | [ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO STEP 147 (remove_files) COMPLETE |
| 5783 | 2026-08-15T07:16:37.664Z | [ recovery-image] Aug 15 07:16:36.794 INFO O| Aug 15 07:16:36.794 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5784 | 2026-08-15T07:16:37.673Z | [ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5785 | 2026-08-15T07:16:37.674Z | [ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO STEP 148 (remove_files) COMPLETE |
| 5786 | 2026-08-15T07:16:37.677Z | [ recovery-image] Aug 15 07:16:36.804 INFO O| Aug 15 07:16:36.804 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5787 | 2026-08-15T07:16:37.684Z | [ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5788 | 2026-08-15T07:16:37.684Z | [ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO STEP 149 (remove_files) COMPLETE |
| 5789 | 2026-08-15T07:16:37.684Z | [ recovery-image] Aug 15 07:16:36.814 INFO O| Aug 15 07:16:36.814 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5790 | 2026-08-15T07:16:37.694Z | [ recovery-image] Aug 15 07:16:36.824 INFO O| Aug 15 07:16:36.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5791 | 2026-08-15T07:16:37.697Z | [ recovery-image] Aug 15 07:16:36.825 INFO O| Aug 15 07:16:36.825 INFO STEP 150 (remove_files) COMPLETE |
| 5792 | 2026-08-15T07:16:37.697Z | [ recovery-image] Aug 15 07:16:36.825 INFO O| Aug 15 07:16:36.825 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5793 | 2026-08-15T07:16:37.704Z | [ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5794 | 2026-08-15T07:16:37.704Z | [ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.835 INFO STEP 151 (remove_files) COMPLETE |
| 5795 | 2026-08-15T07:16:37.708Z | [ recovery-image] Aug 15 07:16:36.835 INFO O| Aug 15 07:16:36.835 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5796 | 2026-08-15T07:16:37.715Z | [ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5797 | 2026-08-15T07:16:37.715Z | [ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.846 INFO STEP 152 (remove_files) COMPLETE |
| 5798 | 2026-08-15T07:16:37.715Z | [ recovery-image] Aug 15 07:16:36.846 INFO O| Aug 15 07:16:36.846 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5799 | 2026-08-15T07:16:37.727Z | [ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5800 | 2026-08-15T07:16:37.727Z | [ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO STEP 153 (remove_files) COMPLETE |
| 5801 | 2026-08-15T07:16:37.727Z | [ recovery-image] Aug 15 07:16:36.857 INFO O| Aug 15 07:16:36.857 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5802 | 2026-08-15T07:16:37.738Z | [ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5803 | 2026-08-15T07:16:37.738Z | [ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO STEP 154 (remove_files) COMPLETE |
| 5804 | 2026-08-15T07:16:37.741Z | [ recovery-image] Aug 15 07:16:36.868 INFO O| Aug 15 07:16:36.868 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5805 | 2026-08-15T07:16:37.748Z | [ recovery-image] Aug 15 07:16:36.878 INFO O| Aug 15 07:16:36.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5806 | 2026-08-15T07:16:37.751Z | [ recovery-image] Aug 15 07:16:36.879 INFO O| Aug 15 07:16:36.879 INFO STEP 155 (remove_files) COMPLETE |
| 5807 | 2026-08-15T07:16:37.751Z | [ recovery-image] Aug 15 07:16:36.879 INFO O| Aug 15 07:16:36.879 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5808 | 2026-08-15T07:16:37.758Z | [ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5809 | 2026-08-15T07:16:37.759Z | [ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO STEP 156 (remove_files) COMPLETE |
| 5810 | 2026-08-15T07:16:37.759Z | [ recovery-image] Aug 15 07:16:36.889 INFO O| Aug 15 07:16:36.889 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5811 | 2026-08-15T07:16:37.767Z | [ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5812 | 2026-08-15T07:16:37.767Z | [ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO STEP 157 (remove_files) COMPLETE |
| 5813 | 2026-08-15T07:16:37.770Z | [ recovery-image] Aug 15 07:16:36.897 INFO O| Aug 15 07:16:36.897 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5814 | 2026-08-15T07:16:37.777Z | [ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5815 | 2026-08-15T07:16:37.777Z | [ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO STEP 158 (remove_files) COMPLETE |
| 5816 | 2026-08-15T07:16:37.782Z | [ recovery-image] Aug 15 07:16:36.907 INFO O| Aug 15 07:16:36.907 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5817 | 2026-08-15T07:16:37.789Z | [ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5818 | 2026-08-15T07:16:37.789Z | [ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO STEP 159 (remove_files) COMPLETE |
| 5819 | 2026-08-15T07:16:37.792Z | [ recovery-image] Aug 15 07:16:36.919 INFO O| Aug 15 07:16:36.919 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5820 | 2026-08-15T07:16:37.801Z | [ recovery-image] Aug 15 07:16:36.931 INFO O| Aug 15 07:16:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5821 | 2026-08-15T07:16:37.804Z | [ recovery-image] Aug 15 07:16:36.932 INFO O| Aug 15 07:16:36.932 INFO STEP 160 (remove_files) COMPLETE |
| 5822 | 2026-08-15T07:16:37.804Z | [ recovery-image] Aug 15 07:16:36.932 INFO O| Aug 15 07:16:36.932 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5823 | 2026-08-15T07:16:37.812Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 5824 | 2026-08-15T07:16:37.815Z | [ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5825 | 2026-08-15T07:16:37.815Z | [ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO STEP 161 (remove_files) COMPLETE |
| 5826 | 2026-08-15T07:16:37.815Z | [ recovery-image] Aug 15 07:16:36.944 INFO O| Aug 15 07:16:36.944 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5827 | 2026-08-15T07:16:37.823Z | [ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5828 | 2026-08-15T07:16:37.823Z | [ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO STEP 162 (remove_files) COMPLETE |
| 5829 | 2026-08-15T07:16:37.823Z | [ recovery-image] Aug 15 07:16:36.953 INFO O| Aug 15 07:16:36.953 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5830 | 2026-08-15T07:16:37.833Z | [ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5831 | 2026-08-15T07:16:37.834Z | [ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO STEP 163 (remove_files) COMPLETE |
| 5832 | 2026-08-15T07:16:37.834Z | [ recovery-image] Aug 15 07:16:36.964 INFO O| Aug 15 07:16:36.964 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5833 | 2026-08-15T07:16:37.838Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 5834 | 2026-08-15T07:16:37.845Z | [ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5835 | 2026-08-15T07:16:37.845Z | [ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO STEP 164 (remove_files) COMPLETE |
| 5836 | 2026-08-15T07:16:37.848Z | [ recovery-image] Aug 15 07:16:36.975 INFO O| Aug 15 07:16:36.975 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5837 | 2026-08-15T07:16:37.857Z | [ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5838 | 2026-08-15T07:16:37.857Z | [ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO STEP 165 (remove_files) COMPLETE |
| 5839 | 2026-08-15T07:16:37.858Z | [ recovery-image] Aug 15 07:16:36.987 INFO O| Aug 15 07:16:36.987 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5840 | 2026-08-15T07:16:37.869Z | [ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5841 | 2026-08-15T07:16:37.869Z | [ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO STEP 166 (remove_files) COMPLETE |
| 5842 | 2026-08-15T07:16:37.873Z | [ recovery-image] Aug 15 07:16:36.999 INFO O| Aug 15 07:16:36.999 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5843 | 2026-08-15T07:16:37.879Z | [ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5844 | 2026-08-15T07:16:37.879Z | [ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO STEP 167 (remove_files) COMPLETE |
| 5845 | 2026-08-15T07:16:37.879Z | [ recovery-image] Aug 15 07:16:37.009 INFO O| Aug 15 07:16:37.009 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5846 | 2026-08-15T07:16:37.888Z | [ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5847 | 2026-08-15T07:16:37.888Z | [ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO STEP 168 (remove_files) COMPLETE |
| 5848 | 2026-08-15T07:16:37.891Z | [ recovery-image] Aug 15 07:16:37.018 INFO O| Aug 15 07:16:37.018 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5849 | 2026-08-15T07:16:37.899Z | [ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5850 | 2026-08-15T07:16:37.899Z | [ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO STEP 169 (remove_files) COMPLETE |
| 5851 | 2026-08-15T07:16:37.903Z | [ recovery-image] Aug 15 07:16:37.029 INFO O| Aug 15 07:16:37.029 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5852 | 2026-08-15T07:16:37.910Z | [ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5853 | 2026-08-15T07:16:37.910Z | [ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO STEP 170 (remove_files) COMPLETE |
| 5854 | 2026-08-15T07:16:37.910Z | [ recovery-image] Aug 15 07:16:37.040 INFO O| Aug 15 07:16:37.040 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5855 | 2026-08-15T07:16:37.920Z | [ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5856 | 2026-08-15T07:16:37.920Z | [ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO STEP 171 (remove_files) COMPLETE |
| 5857 | 2026-08-15T07:16:37.920Z | [ recovery-image] Aug 15 07:16:37.050 INFO O| Aug 15 07:16:37.050 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5858 | 2026-08-15T07:16:37.929Z | [ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5859 | 2026-08-15T07:16:37.929Z | [ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO STEP 172 (remove_files) COMPLETE |
| 5860 | 2026-08-15T07:16:37.932Z | [ recovery-image] Aug 15 07:16:37.059 INFO O| Aug 15 07:16:37.059 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5861 | 2026-08-15T07:16:37.939Z | [ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5862 | 2026-08-15T07:16:37.939Z | [ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO STEP 173 (remove_files) COMPLETE |
| 5863 | 2026-08-15T07:16:37.939Z | [ recovery-image] Aug 15 07:16:37.069 INFO O| Aug 15 07:16:37.069 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5864 | 2026-08-15T07:16:37.949Z | [ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5865 | 2026-08-15T07:16:37.949Z | [ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO STEP 174 (remove_files) COMPLETE |
| 5866 | 2026-08-15T07:16:37.949Z | [ recovery-image] Aug 15 07:16:37.079 INFO O| Aug 15 07:16:37.079 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5867 | 2026-08-15T07:16:37.959Z | [ recovery-image] Aug 15 07:16:37.089 INFO O| Aug 15 07:16:37.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5868 | 2026-08-15T07:16:37.960Z | [ recovery-image] Aug 15 07:16:37.090 INFO O| Aug 15 07:16:37.090 INFO STEP 175 (remove_files) COMPLETE |
| 5869 | 2026-08-15T07:16:37.960Z | [ recovery-image] Aug 15 07:16:37.090 INFO O| Aug 15 07:16:37.090 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5870 | 2026-08-15T07:16:37.971Z | [ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5871 | 2026-08-15T07:16:37.971Z | [ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.101 INFO STEP 176 (remove_files) COMPLETE |
| 5872 | 2026-08-15T07:16:37.971Z | [ recovery-image] Aug 15 07:16:37.101 INFO O| Aug 15 07:16:37.101 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5873 | 2026-08-15T07:16:37.981Z | [ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5874 | 2026-08-15T07:16:37.984Z | [ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO STEP 177 (remove_files) COMPLETE |
| 5875 | 2026-08-15T07:16:37.984Z | [ recovery-image] Aug 15 07:16:37.111 INFO O| Aug 15 07:16:37.111 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5876 | 2026-08-15T07:16:37.992Z | [ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5877 | 2026-08-15T07:16:37.992Z | [ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.123 INFO STEP 178 (remove_files) COMPLETE |
| 5878 | 2026-08-15T07:16:37.993Z | [ recovery-image] Aug 15 07:16:37.123 INFO O| Aug 15 07:16:37.123 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5879 | 2026-08-15T07:16:38.003Z | [ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5880 | 2026-08-15T07:16:38.003Z | [ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO STEP 179 (remove_files) COMPLETE |
| 5881 | 2026-08-15T07:16:38.007Z | [ recovery-image] Aug 15 07:16:37.133 INFO O| Aug 15 07:16:37.133 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5882 | 2026-08-15T07:16:38.014Z | [ recovery-image] Aug 15 07:16:37.144 INFO O| Aug 15 07:16:37.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5883 | 2026-08-15T07:16:38.015Z | [ recovery-image] Aug 15 07:16:37.145 INFO O| Aug 15 07:16:37.144 INFO STEP 180 (remove_files) COMPLETE |
| 5884 | 2026-08-15T07:16:38.015Z | [ recovery-image] Aug 15 07:16:37.145 INFO O| Aug 15 07:16:37.144 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5885 | 2026-08-15T07:16:38.028Z | [ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5886 | 2026-08-15T07:16:38.028Z | [ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO STEP 181 (remove_files) COMPLETE |
| 5887 | 2026-08-15T07:16:38.028Z | [ recovery-image] Aug 15 07:16:37.157 INFO O| Aug 15 07:16:37.156 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5888 | 2026-08-15T07:16:38.037Z | [ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5889 | 2026-08-15T07:16:38.037Z | [ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO STEP 182 (remove_files) COMPLETE |
| 5890 | 2026-08-15T07:16:38.037Z | [ recovery-image] Aug 15 07:16:37.167 INFO O| Aug 15 07:16:37.167 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5891 | 2026-08-15T07:16:38.048Z | [ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5892 | 2026-08-15T07:16:38.048Z | [ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO STEP 183 (remove_files) COMPLETE |
| 5893 | 2026-08-15T07:16:38.051Z | [ recovery-image] Aug 15 07:16:37.178 INFO O| Aug 15 07:16:37.178 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5894 | 2026-08-15T07:16:38.060Z | [ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5895 | 2026-08-15T07:16:38.060Z | [ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO STEP 184 (remove_files) COMPLETE |
| 5896 | 2026-08-15T07:16:38.063Z | [ recovery-image] Aug 15 07:16:37.190 INFO O| Aug 15 07:16:37.189 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5897 | 2026-08-15T07:16:38.066Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 5898 | 2026-08-15T07:16:38.069Z | [ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5899 | 2026-08-15T07:16:38.073Z | [ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.200 INFO STEP 185 (remove_files) COMPLETE |
| 5900 | 2026-08-15T07:16:38.073Z | [ recovery-image] Aug 15 07:16:37.200 INFO O| Aug 15 07:16:37.200 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5901 | 2026-08-15T07:16:38.081Z | [ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5902 | 2026-08-15T07:16:38.081Z | [ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO STEP 186 (remove_files) COMPLETE |
| 5903 | 2026-08-15T07:16:38.084Z | [ recovery-image] Aug 15 07:16:37.211 INFO O| Aug 15 07:16:37.211 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5904 | 2026-08-15T07:16:38.090Z | [ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5905 | 2026-08-15T07:16:38.090Z | [ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO STEP 187 (remove_files) COMPLETE |
| 5906 | 2026-08-15T07:16:38.090Z | [ recovery-image] Aug 15 07:16:37.220 INFO O| Aug 15 07:16:37.220 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5907 | 2026-08-15T07:16:38.099Z | [ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5908 | 2026-08-15T07:16:38.099Z | [ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO STEP 188 (remove_files) COMPLETE |
| 5909 | 2026-08-15T07:16:38.103Z | [ recovery-image] Aug 15 07:16:37.229 INFO O| Aug 15 07:16:37.229 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5910 | 2026-08-15T07:16:38.109Z | [ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5911 | 2026-08-15T07:16:38.109Z | [ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO STEP 189 (remove_files) COMPLETE |
| 5912 | 2026-08-15T07:16:38.109Z | [ recovery-image] Aug 15 07:16:37.239 INFO O| Aug 15 07:16:37.239 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5913 | 2026-08-15T07:16:38.118Z | [ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5914 | 2026-08-15T07:16:38.118Z | [ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO STEP 190 (remove_files) COMPLETE |
| 5915 | 2026-08-15T07:16:38.122Z | [ recovery-image] Aug 15 07:16:37.248 INFO O| Aug 15 07:16:37.248 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5916 | 2026-08-15T07:16:38.126Z | [ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5917 | 2026-08-15T07:16:38.126Z | [ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO STEP 191 (remove_files) COMPLETE |
| 5918 | 2026-08-15T07:16:38.126Z | [ recovery-image] Aug 15 07:16:37.256 INFO O| Aug 15 07:16:37.256 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5919 | 2026-08-15T07:16:38.137Z | [ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5920 | 2026-08-15T07:16:38.137Z | [ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO STEP 192 (remove_files) COMPLETE |
| 5921 | 2026-08-15T07:16:38.137Z | [ recovery-image] Aug 15 07:16:37.267 INFO O| Aug 15 07:16:37.267 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5922 | 2026-08-15T07:16:38.140Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 5923 | 2026-08-15T07:16:38.147Z | [ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5924 | 2026-08-15T07:16:38.147Z | [ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO STEP 193 (remove_files) COMPLETE |
| 5925 | 2026-08-15T07:16:38.151Z | [ recovery-image] Aug 15 07:16:37.277 INFO O| Aug 15 07:16:37.277 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5926 | 2026-08-15T07:16:38.156Z | [ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5927 | 2026-08-15T07:16:38.156Z | [ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO STEP 194 (remove_files) COMPLETE |
| 5928 | 2026-08-15T07:16:38.159Z | [ recovery-image] Aug 15 07:16:37.286 INFO O| Aug 15 07:16:37.286 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5929 | 2026-08-15T07:16:38.164Z | [ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5930 | 2026-08-15T07:16:38.164Z | [ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO STEP 195 (remove_files) COMPLETE |
| 5931 | 2026-08-15T07:16:38.167Z | [ recovery-image] Aug 15 07:16:37.294 INFO O| Aug 15 07:16:37.294 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5932 | 2026-08-15T07:16:38.171Z | [ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5933 | 2026-08-15T07:16:38.171Z | [ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO STEP 196 (remove_files) COMPLETE |
| 5934 | 2026-08-15T07:16:38.175Z | [ recovery-image] Aug 15 07:16:37.302 INFO O| Aug 15 07:16:37.302 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5935 | 2026-08-15T07:16:38.179Z | [ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5936 | 2026-08-15T07:16:38.180Z | [ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO STEP 197 (remove_files) COMPLETE |
| 5937 | 2026-08-15T07:16:38.180Z | [ recovery-image] Aug 15 07:16:37.310 INFO O| Aug 15 07:16:37.310 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5938 | 2026-08-15T07:16:38.183Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 5939 | 2026-08-15T07:16:38.187Z | [ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5940 | 2026-08-15T07:16:38.187Z | [ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO STEP 198 (remove_files) COMPLETE |
| 5941 | 2026-08-15T07:16:38.187Z | [ recovery-image] Aug 15 07:16:37.318 INFO O| Aug 15 07:16:37.318 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5942 | 2026-08-15T07:16:38.197Z | [ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5943 | 2026-08-15T07:16:38.198Z | [ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.328 INFO STEP 199 (remove_files) COMPLETE |
| 5944 | 2026-08-15T07:16:38.201Z | [ recovery-image] Aug 15 07:16:37.328 INFO O| Aug 15 07:16:37.328 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5945 | 2026-08-15T07:16:38.209Z | [ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5946 | 2026-08-15T07:16:38.209Z | [ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO STEP 200 (remove_files) COMPLETE |
| 5947 | 2026-08-15T07:16:38.209Z | [ recovery-image] Aug 15 07:16:37.339 INFO O| Aug 15 07:16:37.339 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5948 | 2026-08-15T07:16:38.220Z | [ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5949 | 2026-08-15T07:16:38.220Z | [ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO STEP 201 (remove_files) COMPLETE |
| 5950 | 2026-08-15T07:16:38.220Z | [ recovery-image] Aug 15 07:16:37.350 INFO O| Aug 15 07:16:37.350 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5951 | 2026-08-15T07:16:38.229Z | [ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5952 | 2026-08-15T07:16:38.229Z | [ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO STEP 202 (remove_files) COMPLETE |
| 5953 | 2026-08-15T07:16:38.229Z | [ recovery-image] Aug 15 07:16:37.359 INFO O| Aug 15 07:16:37.359 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5954 | 2026-08-15T07:16:38.242Z | [ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5955 | 2026-08-15T07:16:38.243Z | [ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO STEP 203 (remove_files) COMPLETE |
| 5956 | 2026-08-15T07:16:38.243Z | [ recovery-image] Aug 15 07:16:37.370 INFO O| Aug 15 07:16:37.369 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5957 | 2026-08-15T07:16:38.249Z | [ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5958 | 2026-08-15T07:16:38.253Z | [ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.380 INFO STEP 204 (remove_files) COMPLETE |
| 5959 | 2026-08-15T07:16:38.253Z | [ recovery-image] Aug 15 07:16:37.380 INFO O| Aug 15 07:16:37.380 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5960 | 2026-08-15T07:16:38.259Z | [ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5961 | 2026-08-15T07:16:38.259Z | [ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO STEP 205 (remove_files) COMPLETE |
| 5962 | 2026-08-15T07:16:38.259Z | [ recovery-image] Aug 15 07:16:37.389 INFO O| Aug 15 07:16:37.389 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5963 | 2026-08-15T07:16:38.264Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 5964 | 2026-08-15T07:16:38.268Z | [ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5965 | 2026-08-15T07:16:38.268Z | [ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO STEP 206 (remove_files) COMPLETE |
| 5966 | 2026-08-15T07:16:38.271Z | [ recovery-image] Aug 15 07:16:37.398 INFO O| Aug 15 07:16:37.398 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5967 | 2026-08-15T07:16:38.276Z | [ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5968 | 2026-08-15T07:16:38.276Z | [ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO STEP 207 (remove_files) COMPLETE |
| 5969 | 2026-08-15T07:16:38.276Z | [ recovery-image] Aug 15 07:16:37.406 INFO O| Aug 15 07:16:37.406 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5970 | 2026-08-15T07:16:38.285Z | [ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5971 | 2026-08-15T07:16:38.285Z | [ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO STEP 208 (remove_files) COMPLETE |
| 5972 | 2026-08-15T07:16:38.285Z | [ recovery-image] Aug 15 07:16:37.415 INFO O| Aug 15 07:16:37.415 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5973 | 2026-08-15T07:16:38.293Z | [ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5974 | 2026-08-15T07:16:38.293Z | [ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO STEP 209 (remove_files) COMPLETE |
| 5975 | 2026-08-15T07:16:38.294Z | [ recovery-image] Aug 15 07:16:37.423 INFO O| Aug 15 07:16:37.423 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5976 | 2026-08-15T07:16:38.304Z | [ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5977 | 2026-08-15T07:16:38.304Z | [ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO STEP 210 (remove_files) COMPLETE |
| 5978 | 2026-08-15T07:16:38.308Z | [ recovery-image] Aug 15 07:16:37.434 INFO O| Aug 15 07:16:37.434 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5979 | 2026-08-15T07:16:38.313Z | [ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5980 | 2026-08-15T07:16:38.313Z | [ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO STEP 211 (remove_files) COMPLETE |
| 5981 | 2026-08-15T07:16:38.313Z | [ recovery-image] Aug 15 07:16:37.443 INFO O| Aug 15 07:16:37.443 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5982 | 2026-08-15T07:16:38.321Z | [ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5983 | 2026-08-15T07:16:38.321Z | [ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO STEP 212 (remove_files) COMPLETE |
| 5984 | 2026-08-15T07:16:38.321Z | [ recovery-image] Aug 15 07:16:37.451 INFO O| Aug 15 07:16:37.451 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5985 | 2026-08-15T07:16:38.330Z | [ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5986 | 2026-08-15T07:16:38.330Z | [ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO STEP 213 (remove_files) COMPLETE |
| 5987 | 2026-08-15T07:16:38.333Z | [ recovery-image] Aug 15 07:16:37.460 INFO O| Aug 15 07:16:37.460 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5988 | 2026-08-15T07:16:38.340Z | [ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5989 | 2026-08-15T07:16:38.340Z | [ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO STEP 214 (remove_files) COMPLETE |
| 5990 | 2026-08-15T07:16:38.340Z | [ recovery-image] Aug 15 07:16:37.470 INFO O| Aug 15 07:16:37.470 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5991 | 2026-08-15T07:16:38.344Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 5992 | 2026-08-15T07:16:38.350Z | [ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5993 | 2026-08-15T07:16:38.350Z | [ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO STEP 215 (remove_files) COMPLETE |
| 5994 | 2026-08-15T07:16:38.353Z | [ recovery-image] Aug 15 07:16:37.480 INFO O| Aug 15 07:16:37.480 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5995 | 2026-08-15T07:16:38.360Z | [ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5996 | 2026-08-15T07:16:38.360Z | [ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO STEP 216 (remove_files) COMPLETE |
| 5997 | 2026-08-15T07:16:38.360Z | [ recovery-image] Aug 15 07:16:37.490 INFO O| Aug 15 07:16:37.490 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5998 | 2026-08-15T07:16:38.371Z | [ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5999 | 2026-08-15T07:16:38.371Z | [ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO STEP 217 (remove_files) COMPLETE |
| 6000 | 2026-08-15T07:16:38.371Z | [ recovery-image] Aug 15 07:16:37.501 INFO O| Aug 15 07:16:37.501 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6001 | 2026-08-15T07:16:38.382Z | [ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 6002 | 2026-08-15T07:16:38.382Z | [ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO STEP 218 (remove_files) COMPLETE |
| 6003 | 2026-08-15T07:16:38.382Z | [ recovery-image] Aug 15 07:16:37.512 INFO O| Aug 15 07:16:37.512 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6004 | 2026-08-15T07:16:38.391Z | [ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 6005 | 2026-08-15T07:16:38.391Z | [ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO STEP 219 (remove_files) COMPLETE |
| 6006 | 2026-08-15T07:16:38.395Z | [ recovery-image] Aug 15 07:16:37.521 INFO O| Aug 15 07:16:37.521 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6007 | 2026-08-15T07:16:38.401Z | [ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 6008 | 2026-08-15T07:16:38.401Z | [ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO STEP 220 (remove_files) COMPLETE |
| 6009 | 2026-08-15T07:16:38.401Z | [ recovery-image] Aug 15 07:16:37.531 INFO O| Aug 15 07:16:37.531 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6010 | 2026-08-15T07:16:38.412Z | [ recovery-image] Aug 15 07:16:37.541 INFO O| Aug 15 07:16:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 6011 | 2026-08-15T07:16:38.412Z | [ recovery-image] Aug 15 07:16:37.542 INFO O| Aug 15 07:16:37.542 INFO STEP 221 (remove_files) COMPLETE |
| 6012 | 2026-08-15T07:16:38.415Z | [ recovery-image] Aug 15 07:16:37.542 INFO O| Aug 15 07:16:37.542 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6013 | 2026-08-15T07:16:38.421Z | [ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 6014 | 2026-08-15T07:16:38.421Z | [ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO STEP 222 (remove_files) COMPLETE |
| 6015 | 2026-08-15T07:16:38.421Z | [ recovery-image] Aug 15 07:16:37.551 INFO O| Aug 15 07:16:37.551 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6016 | 2026-08-15T07:16:38.430Z | [ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 6017 | 2026-08-15T07:16:38.430Z | [ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO STEP 223 (remove_files) COMPLETE |
| 6018 | 2026-08-15T07:16:38.433Z | [ recovery-image] Aug 15 07:16:37.560 INFO O| Aug 15 07:16:37.560 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6019 | 2026-08-15T07:16:38.441Z | [ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 6020 | 2026-08-15T07:16:38.441Z | [ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO STEP 224 (remove_files) COMPLETE |
| 6021 | 2026-08-15T07:16:38.441Z | [ recovery-image] Aug 15 07:16:37.571 INFO O| Aug 15 07:16:37.571 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6022 | 2026-08-15T07:16:38.451Z | [ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 6023 | 2026-08-15T07:16:38.451Z | [ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO STEP 225 (remove_files) COMPLETE |
| 6024 | 2026-08-15T07:16:38.452Z | [ recovery-image] Aug 15 07:16:37.581 INFO O| Aug 15 07:16:37.581 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6025 | 2026-08-15T07:16:38.461Z | [ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 6026 | 2026-08-15T07:16:38.462Z | [ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO STEP 226 (remove_files) COMPLETE |
| 6027 | 2026-08-15T07:16:38.462Z | [ recovery-image] Aug 15 07:16:37.592 INFO O| Aug 15 07:16:37.592 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6028 | 2026-08-15T07:16:38.471Z | [ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 6029 | 2026-08-15T07:16:38.471Z | [ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO STEP 227 (remove_files) COMPLETE |
| 6030 | 2026-08-15T07:16:38.471Z | [ recovery-image] Aug 15 07:16:37.601 INFO O| Aug 15 07:16:37.601 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6031 | 2026-08-15T07:16:38.483Z | [ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 6032 | 2026-08-15T07:16:38.483Z | [ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO STEP 228 (remove_files) COMPLETE |
| 6033 | 2026-08-15T07:16:38.483Z | [ recovery-image] Aug 15 07:16:37.613 INFO O| Aug 15 07:16:37.613 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6034 | 2026-08-15T07:16:38.493Z | [ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 6035 | 2026-08-15T07:16:38.493Z | [ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO STEP 229 (remove_files) COMPLETE |
| 6036 | 2026-08-15T07:16:38.493Z | [ recovery-image] Aug 15 07:16:37.623 INFO O| Aug 15 07:16:37.623 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6037 | 2026-08-15T07:16:38.503Z | [ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 6038 | 2026-08-15T07:16:38.503Z | [ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.633 INFO STEP 230 (remove_files) COMPLETE |
| 6039 | 2026-08-15T07:16:38.503Z | [ recovery-image] Aug 15 07:16:37.633 INFO O| Aug 15 07:16:37.633 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6040 | 2026-08-15T07:16:38.511Z | [ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 6041 | 2026-08-15T07:16:38.511Z | [ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO STEP 231 (remove_files) COMPLETE |
| 6042 | 2026-08-15T07:16:38.511Z | [ recovery-image] Aug 15 07:16:37.641 INFO O| Aug 15 07:16:37.641 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6043 | 2026-08-15T07:16:38.520Z | [ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 6044 | 2026-08-15T07:16:38.520Z | [ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.650 INFO STEP 232 (remove_files) COMPLETE |
| 6045 | 2026-08-15T07:16:38.520Z | [ recovery-image] Aug 15 07:16:37.650 INFO O| Aug 15 07:16:37.650 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6046 | 2026-08-15T07:16:38.530Z | [ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 6047 | 2026-08-15T07:16:38.530Z | [ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO STEP 233 (remove_files) COMPLETE |
| 6048 | 2026-08-15T07:16:38.530Z | [ recovery-image] Aug 15 07:16:37.660 INFO O| Aug 15 07:16:37.660 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6049 | 2026-08-15T07:16:38.541Z | [ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 6050 | 2026-08-15T07:16:38.541Z | [ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO STEP 234 (remove_files) COMPLETE |
| 6051 | 2026-08-15T07:16:38.541Z | [ recovery-image] Aug 15 07:16:37.671 INFO O| Aug 15 07:16:37.671 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6052 | 2026-08-15T07:16:38.560Z | [ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 6053 | 2026-08-15T07:16:38.560Z | [ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO STEP 235 (remove_files) COMPLETE |
| 6054 | 2026-08-15T07:16:38.560Z | [ recovery-image] Aug 15 07:16:37.689 INFO O| Aug 15 07:16:37.689 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6055 | 2026-08-15T07:16:38.577Z | [ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 6056 | 2026-08-15T07:16:38.577Z | [ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO STEP 236 (remove_files) COMPLETE |
| 6057 | 2026-08-15T07:16:38.577Z | [ recovery-image] Aug 15 07:16:37.707 INFO O| Aug 15 07:16:37.707 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6058 | 2026-08-15T07:16:38.582Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 6059 | 2026-08-15T07:16:38.587Z | [ recovery-image] Aug 15 07:16:37.717 INFO O| Aug 15 07:16:37.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 6060 | 2026-08-15T07:16:38.588Z | [ recovery-image] Aug 15 07:16:37.718 INFO O| Aug 15 07:16:37.717 INFO STEP 237 (remove_files) COMPLETE |
| 6061 | 2026-08-15T07:16:38.591Z | [ recovery-image] Aug 15 07:16:37.718 INFO O| Aug 15 07:16:37.717 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6062 | 2026-08-15T07:16:38.597Z | [ recovery-image] Aug 15 07:16:37.727 INFO O| Aug 15 07:16:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 6063 | 2026-08-15T07:16:38.597Z | [ recovery-image] Aug 15 07:16:37.728 INFO O| Aug 15 07:16:37.727 INFO STEP 238 (remove_files) COMPLETE |
| 6064 | 2026-08-15T07:16:38.602Z | [ recovery-image] Aug 15 07:16:37.728 INFO O| Aug 15 07:16:37.727 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6065 | 2026-08-15T07:16:38.606Z | [ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 6066 | 2026-08-15T07:16:38.606Z | [ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO STEP 239 (remove_files) COMPLETE |
| 6067 | 2026-08-15T07:16:38.607Z | [ recovery-image] Aug 15 07:16:37.737 INFO O| Aug 15 07:16:37.737 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6068 | 2026-08-15T07:16:38.619Z | [ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 6069 | 2026-08-15T07:16:38.619Z | [ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO STEP 240 (remove_files) COMPLETE |
| 6070 | 2026-08-15T07:16:38.621Z | [ recovery-image] Aug 15 07:16:37.747 INFO O| Aug 15 07:16:37.747 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6071 | 2026-08-15T07:16:38.628Z | [ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 6072 | 2026-08-15T07:16:38.628Z | [ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.759 INFO STEP 241 (remove_files) COMPLETE |
| 6073 | 2026-08-15T07:16:38.632Z | [ recovery-image] Aug 15 07:16:37.759 INFO O| Aug 15 07:16:37.759 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6074 | 2026-08-15T07:16:38.639Z | [ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 6075 | 2026-08-15T07:16:38.640Z | [ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.770 INFO STEP 242 (remove_files) COMPLETE |
| 6076 | 2026-08-15T07:16:38.644Z | [ recovery-image] Aug 15 07:16:37.770 INFO O| Aug 15 07:16:37.770 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6077 | 2026-08-15T07:16:38.649Z | [ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 6078 | 2026-08-15T07:16:38.649Z | [ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.780 INFO STEP 243 (remove_files) COMPLETE |
| 6079 | 2026-08-15T07:16:38.654Z | [ recovery-image] Aug 15 07:16:37.780 INFO O| Aug 15 07:16:37.780 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6080 | 2026-08-15T07:16:38.660Z | [ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 6081 | 2026-08-15T07:16:38.660Z | [ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO STEP 244 (remove_files) COMPLETE |
| 6082 | 2026-08-15T07:16:38.663Z | [ recovery-image] Aug 15 07:16:37.790 INFO O| Aug 15 07:16:37.790 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6083 | 2026-08-15T07:16:38.669Z | [ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 6084 | 2026-08-15T07:16:38.669Z | [ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO STEP 245 (remove_files) COMPLETE |
| 6085 | 2026-08-15T07:16:38.669Z | [ recovery-image] Aug 15 07:16:37.800 INFO O| Aug 15 07:16:37.800 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6086 | 2026-08-15T07:16:38.678Z | [ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 6087 | 2026-08-15T07:16:38.679Z | [ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO STEP 246 (remove_files) COMPLETE |
| 6088 | 2026-08-15T07:16:38.682Z | [ recovery-image] Aug 15 07:16:37.809 INFO O| Aug 15 07:16:37.809 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6089 | 2026-08-15T07:16:38.688Z | [ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 6090 | 2026-08-15T07:16:38.688Z | [ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO STEP 247 (remove_files) COMPLETE |
| 6091 | 2026-08-15T07:16:38.688Z | [ recovery-image] Aug 15 07:16:37.818 INFO O| Aug 15 07:16:37.818 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6092 | 2026-08-15T07:16:38.697Z | [ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 6093 | 2026-08-15T07:16:38.697Z | [ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO STEP 248 (remove_files) COMPLETE |
| 6094 | 2026-08-15T07:16:38.700Z | [ recovery-image] Aug 15 07:16:37.827 INFO O| Aug 15 07:16:37.827 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6095 | 2026-08-15T07:16:38.706Z | [ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 6096 | 2026-08-15T07:16:38.706Z | [ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO STEP 249 (remove_files) COMPLETE |
| 6097 | 2026-08-15T07:16:38.709Z | [ recovery-image] Aug 15 07:16:37.836 INFO O| Aug 15 07:16:37.836 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6098 | 2026-08-15T07:16:38.715Z | [ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 6099 | 2026-08-15T07:16:38.715Z | [ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO STEP 250 (remove_files) COMPLETE |
| 6100 | 2026-08-15T07:16:38.715Z | [ recovery-image] Aug 15 07:16:37.845 INFO O| Aug 15 07:16:37.845 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6101 | 2026-08-15T07:16:38.725Z | [ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 6102 | 2026-08-15T07:16:38.725Z | [ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO STEP 251 (remove_files) COMPLETE |
| 6103 | 2026-08-15T07:16:38.728Z | [ recovery-image] Aug 15 07:16:37.855 INFO O| Aug 15 07:16:37.855 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6104 | 2026-08-15T07:16:38.728Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 6105 | 2026-08-15T07:16:38.734Z | [ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 6106 | 2026-08-15T07:16:38.734Z | [ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO STEP 252 (remove_files) COMPLETE |
| 6107 | 2026-08-15T07:16:38.734Z | [ recovery-image] Aug 15 07:16:37.864 INFO O| Aug 15 07:16:37.864 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6108 | 2026-08-15T07:16:38.745Z | [ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 6109 | 2026-08-15T07:16:38.745Z | [ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.875 INFO STEP 253 (remove_files) COMPLETE |
| 6110 | 2026-08-15T07:16:38.745Z | [ recovery-image] Aug 15 07:16:37.875 INFO O| Aug 15 07:16:37.875 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6111 | 2026-08-15T07:16:38.754Z | [ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 6112 | 2026-08-15T07:16:38.754Z | [ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO STEP 254 (remove_files) COMPLETE |
| 6113 | 2026-08-15T07:16:38.758Z | [ recovery-image] Aug 15 07:16:37.884 INFO O| Aug 15 07:16:37.884 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6114 | 2026-08-15T07:16:38.764Z | [ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 6115 | 2026-08-15T07:16:38.764Z | [ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO STEP 255 (remove_files) COMPLETE |
| 6116 | 2026-08-15T07:16:38.764Z | [ recovery-image] Aug 15 07:16:37.894 INFO O| Aug 15 07:16:37.894 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6117 | 2026-08-15T07:16:38.774Z | [ recovery-image] Aug 15 07:16:37.904 INFO O| Aug 15 07:16:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 6118 | 2026-08-15T07:16:38.775Z | [ recovery-image] Aug 15 07:16:37.905 INFO O| Aug 15 07:16:37.904 INFO STEP 256 (remove_files) COMPLETE |
| 6119 | 2026-08-15T07:16:38.778Z | [ recovery-image] Aug 15 07:16:37.905 INFO O| Aug 15 07:16:37.904 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6120 | 2026-08-15T07:16:38.784Z | [ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 6121 | 2026-08-15T07:16:38.784Z | [ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO STEP 257 (remove_files) COMPLETE |
| 6122 | 2026-08-15T07:16:38.784Z | [ recovery-image] Aug 15 07:16:37.914 INFO O| Aug 15 07:16:37.914 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6123 | 2026-08-15T07:16:38.794Z | [ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 6124 | 2026-08-15T07:16:38.794Z | [ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO STEP 258 (remove_files) COMPLETE |
| 6125 | 2026-08-15T07:16:38.797Z | [ recovery-image] Aug 15 07:16:37.924 INFO O| Aug 15 07:16:37.924 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6126 | 2026-08-15T07:16:38.804Z | [ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 6127 | 2026-08-15T07:16:38.805Z | [ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.935 INFO STEP 259 (remove_files) COMPLETE |
| 6128 | 2026-08-15T07:16:38.805Z | [ recovery-image] Aug 15 07:16:37.935 INFO O| Aug 15 07:16:37.935 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6129 | 2026-08-15T07:16:38.815Z | [ recovery-image] Aug 15 07:16:37.945 INFO O| Aug 15 07:16:37.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6130 | 2026-08-15T07:16:38.818Z | [ recovery-image] Aug 15 07:16:37.945 INFO O| Aug 15 07:16:37.945 INFO STEP 260 (remove_files) COMPLETE |
| 6131 | 2026-08-15T07:16:38.818Z | [ recovery-image] Aug 15 07:16:37.946 INFO O| Aug 15 07:16:37.945 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6132 | 2026-08-15T07:16:38.830Z | [ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6133 | 2026-08-15T07:16:38.830Z | [ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO STEP 261 (remove_files) COMPLETE |
| 6134 | 2026-08-15T07:16:38.833Z | [ recovery-image] Aug 15 07:16:37.960 INFO O| Aug 15 07:16:37.960 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6135 | 2026-08-15T07:16:38.841Z | [ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6136 | 2026-08-15T07:16:38.841Z | [ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.971 INFO STEP 262 (remove_files) COMPLETE |
| 6137 | 2026-08-15T07:16:38.841Z | [ recovery-image] Aug 15 07:16:37.971 INFO O| Aug 15 07:16:37.971 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6138 | 2026-08-15T07:16:38.851Z | [ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6139 | 2026-08-15T07:16:38.851Z | [ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO STEP 263 (remove_files) COMPLETE |
| 6140 | 2026-08-15T07:16:38.851Z | [ recovery-image] Aug 15 07:16:37.981 INFO O| Aug 15 07:16:37.981 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6141 | 2026-08-15T07:16:38.862Z | [ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6142 | 2026-08-15T07:16:38.862Z | [ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO STEP 264 (remove_files) COMPLETE |
| 6143 | 2026-08-15T07:16:38.865Z | [ recovery-image] Aug 15 07:16:37.992 INFO O| Aug 15 07:16:37.992 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6144 | 2026-08-15T07:16:38.887Z | [ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6145 | 2026-08-15T07:16:38.887Z | [ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO STEP 265 (remove_files) COMPLETE |
| 6146 | 2026-08-15T07:16:38.891Z | [ recovery-image] Aug 15 07:16:38.017 INFO O| Aug 15 07:16:38.017 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6147 | 2026-08-15T07:16:38.896Z | [ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6148 | 2026-08-15T07:16:38.896Z | [ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO STEP 266 (remove_files) COMPLETE |
| 6149 | 2026-08-15T07:16:38.896Z | [ recovery-image] Aug 15 07:16:38.026 INFO O| Aug 15 07:16:38.026 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6150 | 2026-08-15T07:16:38.904Z | [ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6151 | 2026-08-15T07:16:38.904Z | [ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO STEP 267 (remove_files) COMPLETE |
| 6152 | 2026-08-15T07:16:38.904Z | [ recovery-image] Aug 15 07:16:38.034 INFO O| Aug 15 07:16:38.034 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6153 | 2026-08-15T07:16:38.913Z | [ recovery-image] Aug 15 07:16:38.043 INFO O| Aug 15 07:16:38.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6154 | 2026-08-15T07:16:38.916Z | [ recovery-image] Aug 15 07:16:38.046 INFO O| Aug 15 07:16:38.046 INFO STEP 268 (remove_files) COMPLETE |
| 6155 | 2026-08-15T07:16:38.917Z | [ recovery-image] Aug 15 07:16:38.046 INFO O| Aug 15 07:16:38.046 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6156 | 2026-08-15T07:16:38.925Z | [ recovery-image] Aug 15 07:16:38.055 INFO O| Aug 15 07:16:38.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6157 | 2026-08-15T07:16:38.928Z | [ recovery-image] Aug 15 07:16:38.056 INFO O| Aug 15 07:16:38.056 INFO STEP 269 (remove_files) COMPLETE |
| 6158 | 2026-08-15T07:16:38.928Z | [ recovery-image] Aug 15 07:16:38.056 INFO O| Aug 15 07:16:38.056 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6159 | 2026-08-15T07:16:38.937Z | [ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6160 | 2026-08-15T07:16:38.937Z | [ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO STEP 270 (remove_files) COMPLETE |
| 6161 | 2026-08-15T07:16:38.937Z | [ recovery-image] Aug 15 07:16:38.067 INFO O| Aug 15 07:16:38.067 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6162 | 2026-08-15T07:16:38.947Z | [ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6163 | 2026-08-15T07:16:38.947Z | [ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO STEP 271 (remove_files) COMPLETE |
| 6164 | 2026-08-15T07:16:38.947Z | [ recovery-image] Aug 15 07:16:38.077 INFO O| Aug 15 07:16:38.077 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6165 | 2026-08-15T07:16:38.958Z | [ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6166 | 2026-08-15T07:16:38.958Z | [ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO STEP 272 (remove_files) COMPLETE |
| 6167 | 2026-08-15T07:16:38.958Z | [ recovery-image] Aug 15 07:16:38.088 INFO O| Aug 15 07:16:38.088 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6168 | 2026-08-15T07:16:38.962Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 6169 | 2026-08-15T07:16:38.968Z | [ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6170 | 2026-08-15T07:16:38.968Z | [ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO STEP 273 (remove_files) COMPLETE |
| 6171 | 2026-08-15T07:16:38.968Z | [ recovery-image] Aug 15 07:16:38.098 INFO O| Aug 15 07:16:38.098 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6172 | 2026-08-15T07:16:38.977Z | [ recovery-image] Aug 15 07:16:38.107 INFO O| Aug 15 07:16:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6173 | 2026-08-15T07:16:38.977Z | [ recovery-image] Aug 15 07:16:38.107 INFO O| Aug 15 07:16:38.107 INFO STEP 274 (remove_files) COMPLETE |
| 6174 | 2026-08-15T07:16:38.977Z | [ recovery-image] Aug 15 07:16:38.108 INFO O| Aug 15 07:16:38.107 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6175 | 2026-08-15T07:16:38.986Z | [ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6176 | 2026-08-15T07:16:38.986Z | [ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO STEP 275 (remove_files) COMPLETE |
| 6177 | 2026-08-15T07:16:38.986Z | [ recovery-image] Aug 15 07:16:38.116 INFO O| Aug 15 07:16:38.116 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6178 | 2026-08-15T07:16:38.995Z | [ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6179 | 2026-08-15T07:16:38.995Z | [ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO STEP 276 (remove_files) COMPLETE |
| 6180 | 2026-08-15T07:16:38.995Z | [ recovery-image] Aug 15 07:16:38.125 INFO O| Aug 15 07:16:38.125 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6181 | 2026-08-15T07:16:39.006Z | [ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6182 | 2026-08-15T07:16:39.006Z | [ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO STEP 277 (remove_files) COMPLETE |
| 6183 | 2026-08-15T07:16:39.009Z | [ recovery-image] Aug 15 07:16:38.136 INFO O| Aug 15 07:16:38.136 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6184 | 2026-08-15T07:16:39.019Z | [ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6185 | 2026-08-15T07:16:39.019Z | [ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO STEP 278 (remove_files) COMPLETE |
| 6186 | 2026-08-15T07:16:39.019Z | [ recovery-image] Aug 15 07:16:38.145 INFO O| Aug 15 07:16:38.145 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6187 | 2026-08-15T07:16:39.025Z | [ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6188 | 2026-08-15T07:16:39.025Z | [ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO STEP 279 (remove_files) COMPLETE |
| 6189 | 2026-08-15T07:16:39.025Z | [ recovery-image] Aug 15 07:16:38.155 INFO O| Aug 15 07:16:38.155 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6190 | 2026-08-15T07:16:39.035Z | [ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6191 | 2026-08-15T07:16:39.035Z | [ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO STEP 280 (remove_files) COMPLETE |
| 6192 | 2026-08-15T07:16:39.035Z | [ recovery-image] Aug 15 07:16:38.165 INFO O| Aug 15 07:16:38.165 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6193 | 2026-08-15T07:16:39.045Z | [ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6194 | 2026-08-15T07:16:39.045Z | [ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.175 INFO STEP 281 (remove_files) COMPLETE |
| 6195 | 2026-08-15T07:16:39.045Z | [ recovery-image] Aug 15 07:16:38.175 INFO O| Aug 15 07:16:38.175 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6196 | 2026-08-15T07:16:39.055Z | [ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6197 | 2026-08-15T07:16:39.055Z | [ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO STEP 282 (remove_files) COMPLETE |
| 6198 | 2026-08-15T07:16:39.055Z | [ recovery-image] Aug 15 07:16:38.185 INFO O| Aug 15 07:16:38.185 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6199 | 2026-08-15T07:16:39.064Z | [ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6200 | 2026-08-15T07:16:39.064Z | [ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO STEP 283 (remove_files) COMPLETE |
| 6201 | 2026-08-15T07:16:39.064Z | [ recovery-image] Aug 15 07:16:38.194 INFO O| Aug 15 07:16:38.194 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6202 | 2026-08-15T07:16:39.073Z | [ recovery-image] Aug 15 07:16:38.203 INFO O| Aug 15 07:16:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6203 | 2026-08-15T07:16:39.076Z | [ recovery-image] Aug 15 07:16:38.204 INFO O| Aug 15 07:16:38.204 INFO STEP 284 (remove_files) COMPLETE |
| 6204 | 2026-08-15T07:16:39.077Z | [ recovery-image] Aug 15 07:16:38.204 INFO O| Aug 15 07:16:38.204 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6205 | 2026-08-15T07:16:39.084Z | [ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6206 | 2026-08-15T07:16:39.084Z | [ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO STEP 285 (remove_files) COMPLETE |
| 6207 | 2026-08-15T07:16:39.088Z | [ recovery-image] Aug 15 07:16:38.213 INFO O| Aug 15 07:16:38.213 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6208 | 2026-08-15T07:16:39.092Z | [ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6209 | 2026-08-15T07:16:39.092Z | [ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO STEP 286 (remove_files) COMPLETE |
| 6210 | 2026-08-15T07:16:39.095Z | [ recovery-image] Aug 15 07:16:38.222 INFO O| Aug 15 07:16:38.222 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6211 | 2026-08-15T07:16:39.101Z | [ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6212 | 2026-08-15T07:16:39.101Z | [ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO STEP 287 (remove_files) COMPLETE |
| 6213 | 2026-08-15T07:16:39.105Z | [ recovery-image] Aug 15 07:16:38.231 INFO O| Aug 15 07:16:38.231 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6214 | 2026-08-15T07:16:39.111Z | [ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6215 | 2026-08-15T07:16:39.111Z | [ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO STEP 288 (remove_files) COMPLETE |
| 6216 | 2026-08-15T07:16:39.111Z | [ recovery-image] Aug 15 07:16:38.241 INFO O| Aug 15 07:16:38.241 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6217 | 2026-08-15T07:16:39.120Z | [ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6218 | 2026-08-15T07:16:39.120Z | [ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO STEP 289 (remove_files) COMPLETE |
| 6219 | 2026-08-15T07:16:39.120Z | [ recovery-image] Aug 15 07:16:38.250 INFO O| Aug 15 07:16:38.250 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6220 | 2026-08-15T07:16:39.132Z | [ recovery-image] Aug 15 07:16:38.260 INFO O| Aug 15 07:16:38.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6221 | 2026-08-15T07:16:39.132Z | [ recovery-image] Aug 15 07:16:38.261 INFO O| Aug 15 07:16:38.261 INFO STEP 290 (remove_files) COMPLETE |
| 6222 | 2026-08-15T07:16:39.132Z | [ recovery-image] Aug 15 07:16:38.261 INFO O| Aug 15 07:16:38.261 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6223 | 2026-08-15T07:16:39.140Z | [ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6224 | 2026-08-15T07:16:39.140Z | [ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO STEP 291 (remove_files) COMPLETE |
| 6225 | 2026-08-15T07:16:39.140Z | [ recovery-image] Aug 15 07:16:38.270 INFO O| Aug 15 07:16:38.270 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6226 | 2026-08-15T07:16:39.150Z | [ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6227 | 2026-08-15T07:16:39.150Z | [ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO STEP 292 (remove_files) COMPLETE |
| 6228 | 2026-08-15T07:16:39.150Z | [ recovery-image] Aug 15 07:16:38.280 INFO O| Aug 15 07:16:38.280 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6229 | 2026-08-15T07:16:39.160Z | [ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6230 | 2026-08-15T07:16:39.160Z | [ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO STEP 293 (remove_files) COMPLETE |
| 6231 | 2026-08-15T07:16:39.160Z | [ recovery-image] Aug 15 07:16:38.289 INFO O| Aug 15 07:16:38.289 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6232 | 2026-08-15T07:16:39.170Z | [ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6233 | 2026-08-15T07:16:39.170Z | [ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO STEP 294 (remove_files) COMPLETE |
| 6234 | 2026-08-15T07:16:39.170Z | [ recovery-image] Aug 15 07:16:38.300 INFO O| Aug 15 07:16:38.300 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6235 | 2026-08-15T07:16:39.180Z | [ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6236 | 2026-08-15T07:16:39.180Z | [ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.310 INFO STEP 295 (remove_files) COMPLETE |
| 6237 | 2026-08-15T07:16:39.180Z | [ recovery-image] Aug 15 07:16:38.310 INFO O| Aug 15 07:16:38.310 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6238 | 2026-08-15T07:16:39.189Z | [ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6239 | 2026-08-15T07:16:39.189Z | [ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO STEP 296 (remove_files) COMPLETE |
| 6240 | 2026-08-15T07:16:39.192Z | [ recovery-image] Aug 15 07:16:38.319 INFO O| Aug 15 07:16:38.319 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6241 | 2026-08-15T07:16:39.198Z | [ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6242 | 2026-08-15T07:16:39.198Z | [ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO STEP 297 (remove_files) COMPLETE |
| 6243 | 2026-08-15T07:16:39.198Z | [ recovery-image] Aug 15 07:16:38.328 INFO O| Aug 15 07:16:38.328 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6244 | 2026-08-15T07:16:39.207Z | [ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6245 | 2026-08-15T07:16:39.207Z | [ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO STEP 298 (remove_files) COMPLETE |
| 6246 | 2026-08-15T07:16:39.211Z | [ recovery-image] Aug 15 07:16:38.337 INFO O| Aug 15 07:16:38.337 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6247 | 2026-08-15T07:16:39.217Z | [ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6248 | 2026-08-15T07:16:39.218Z | [ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.348 INFO STEP 299 (remove_files) COMPLETE |
| 6249 | 2026-08-15T07:16:39.221Z | [ recovery-image] Aug 15 07:16:38.348 INFO O| Aug 15 07:16:38.348 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6250 | 2026-08-15T07:16:39.228Z | [ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6251 | 2026-08-15T07:16:39.228Z | [ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO STEP 300 (remove_files) COMPLETE |
| 6252 | 2026-08-15T07:16:39.228Z | [ recovery-image] Aug 15 07:16:38.358 INFO O| Aug 15 07:16:38.358 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6253 | 2026-08-15T07:16:39.239Z | [ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6254 | 2026-08-15T07:16:39.239Z | [ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO STEP 301 (remove_files) COMPLETE |
| 6255 | 2026-08-15T07:16:39.239Z | [ recovery-image] Aug 15 07:16:38.369 INFO O| Aug 15 07:16:38.369 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6256 | 2026-08-15T07:16:39.249Z | [ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6257 | 2026-08-15T07:16:39.249Z | [ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO STEP 302 (remove_files) COMPLETE |
| 6258 | 2026-08-15T07:16:39.249Z | [ recovery-image] Aug 15 07:16:38.379 INFO O| Aug 15 07:16:38.379 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6259 | 2026-08-15T07:16:39.260Z | [ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6260 | 2026-08-15T07:16:39.260Z | [ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO STEP 303 (remove_files) COMPLETE |
| 6261 | 2026-08-15T07:16:39.260Z | [ recovery-image] Aug 15 07:16:38.390 INFO O| Aug 15 07:16:38.390 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6262 | 2026-08-15T07:16:39.270Z | [ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6263 | 2026-08-15T07:16:39.270Z | [ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO STEP 304 (remove_files) COMPLETE |
| 6264 | 2026-08-15T07:16:39.270Z | [ recovery-image] Aug 15 07:16:38.400 INFO O| Aug 15 07:16:38.400 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6265 | 2026-08-15T07:16:39.279Z | [ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6266 | 2026-08-15T07:16:39.279Z | [ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO STEP 305 (remove_files) COMPLETE |
| 6267 | 2026-08-15T07:16:39.280Z | [ recovery-image] Aug 15 07:16:38.409 INFO O| Aug 15 07:16:38.409 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6268 | 2026-08-15T07:16:39.288Z | [ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6269 | 2026-08-15T07:16:39.288Z | [ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO STEP 306 (remove_files) COMPLETE |
| 6270 | 2026-08-15T07:16:39.288Z | [ recovery-image] Aug 15 07:16:38.418 INFO O| Aug 15 07:16:38.418 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6271 | 2026-08-15T07:16:39.298Z | [ recovery-image] Aug 15 07:16:38.427 INFO O| Aug 15 07:16:38.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6272 | 2026-08-15T07:16:39.298Z | [ recovery-image] Aug 15 07:16:38.428 INFO O| Aug 15 07:16:38.428 INFO STEP 307 (remove_files) COMPLETE |
| 6273 | 2026-08-15T07:16:39.298Z | [ recovery-image] Aug 15 07:16:38.428 INFO O| Aug 15 07:16:38.428 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6274 | 2026-08-15T07:16:39.306Z | [ recovery-image] Aug 15 07:16:38.436 INFO O| Aug 15 07:16:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6275 | 2026-08-15T07:16:39.307Z | [ recovery-image] Aug 15 07:16:38.437 INFO O| Aug 15 07:16:38.436 INFO STEP 308 (remove_files) COMPLETE |
| 6276 | 2026-08-15T07:16:39.307Z | [ recovery-image] Aug 15 07:16:38.437 INFO O| Aug 15 07:16:38.436 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6277 | 2026-08-15T07:16:39.315Z | [ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6278 | 2026-08-15T07:16:39.315Z | [ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO STEP 309 (remove_files) COMPLETE |
| 6279 | 2026-08-15T07:16:39.315Z | [ recovery-image] Aug 15 07:16:38.445 INFO O| Aug 15 07:16:38.445 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6280 | 2026-08-15T07:16:39.325Z | [ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6281 | 2026-08-15T07:16:39.325Z | [ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO STEP 310 (remove_files) COMPLETE |
| 6282 | 2026-08-15T07:16:39.329Z | [ recovery-image] Aug 15 07:16:38.455 INFO O| Aug 15 07:16:38.455 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6283 | 2026-08-15T07:16:39.335Z | [ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6284 | 2026-08-15T07:16:39.335Z | [ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO STEP 311 (remove_files) COMPLETE |
| 6285 | 2026-08-15T07:16:39.338Z | [ recovery-image] Aug 15 07:16:38.465 INFO O| Aug 15 07:16:38.465 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6286 | 2026-08-15T07:16:39.344Z | [ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6287 | 2026-08-15T07:16:39.344Z | [ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO STEP 312 (remove_files) COMPLETE |
| 6288 | 2026-08-15T07:16:39.344Z | [ recovery-image] Aug 15 07:16:38.474 INFO O| Aug 15 07:16:38.474 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6289 | 2026-08-15T07:16:39.353Z | [ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6290 | 2026-08-15T07:16:39.354Z | [ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.484 INFO STEP 313 (remove_files) COMPLETE |
| 6291 | 2026-08-15T07:16:39.357Z | [ recovery-image] Aug 15 07:16:38.484 INFO O| Aug 15 07:16:38.484 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6292 | 2026-08-15T07:16:39.364Z | [ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6293 | 2026-08-15T07:16:39.364Z | [ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO STEP 314 (remove_files) COMPLETE |
| 6294 | 2026-08-15T07:16:39.367Z | [ recovery-image] Aug 15 07:16:38.494 INFO O| Aug 15 07:16:38.494 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6295 | 2026-08-15T07:16:39.375Z | [ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6296 | 2026-08-15T07:16:39.375Z | [ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO STEP 315 (remove_files) COMPLETE |
| 6297 | 2026-08-15T07:16:39.375Z | [ recovery-image] Aug 15 07:16:38.505 INFO O| Aug 15 07:16:38.505 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6298 | 2026-08-15T07:16:39.385Z | [ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6299 | 2026-08-15T07:16:39.385Z | [ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO STEP 316 (remove_files) COMPLETE |
| 6300 | 2026-08-15T07:16:39.388Z | [ recovery-image] Aug 15 07:16:38.515 INFO O| Aug 15 07:16:38.515 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6301 | 2026-08-15T07:16:39.395Z | [ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6302 | 2026-08-15T07:16:39.395Z | [ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO STEP 317 (remove_files) COMPLETE |
| 6303 | 2026-08-15T07:16:39.395Z | [ recovery-image] Aug 15 07:16:38.525 INFO O| Aug 15 07:16:38.525 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6304 | 2026-08-15T07:16:39.405Z | [ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6305 | 2026-08-15T07:16:39.405Z | [ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO STEP 318 (remove_files) COMPLETE |
| 6306 | 2026-08-15T07:16:39.408Z | [ recovery-image] Aug 15 07:16:38.535 INFO O| Aug 15 07:16:38.535 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6307 | 2026-08-15T07:16:39.415Z | [ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6308 | 2026-08-15T07:16:39.415Z | [ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO STEP 319 (remove_files) COMPLETE |
| 6309 | 2026-08-15T07:16:39.415Z | [ recovery-image] Aug 15 07:16:38.545 INFO O| Aug 15 07:16:38.545 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6310 | 2026-08-15T07:16:39.424Z | [ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6311 | 2026-08-15T07:16:39.427Z | [ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO STEP 320 (remove_files) COMPLETE |
| 6312 | 2026-08-15T07:16:39.427Z | [ recovery-image] Aug 15 07:16:38.554 INFO O| Aug 15 07:16:38.554 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6313 | 2026-08-15T07:16:39.432Z | [ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6314 | 2026-08-15T07:16:39.433Z | [ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO STEP 321 (remove_files) COMPLETE |
| 6315 | 2026-08-15T07:16:39.436Z | [ recovery-image] Aug 15 07:16:38.563 INFO O| Aug 15 07:16:38.563 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6316 | 2026-08-15T07:16:39.441Z | [ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6317 | 2026-08-15T07:16:39.441Z | [ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO STEP 322 (remove_files) COMPLETE |
| 6318 | 2026-08-15T07:16:39.444Z | [ recovery-image] Aug 15 07:16:38.571 INFO O| Aug 15 07:16:38.571 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6319 | 2026-08-15T07:16:39.450Z | [ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6320 | 2026-08-15T07:16:39.456Z | [ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO STEP 323 (remove_files) COMPLETE |
| 6321 | 2026-08-15T07:16:39.456Z | [ recovery-image] Aug 15 07:16:38.581 INFO O| Aug 15 07:16:38.581 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6322 | 2026-08-15T07:16:39.461Z | [ recovery-image] Aug 15 07:16:38.591 INFO O| Aug 15 07:16:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6323 | 2026-08-15T07:16:39.468Z | [ recovery-image] Aug 15 07:16:38.597 INFO O| Aug 15 07:16:38.597 INFO STEP 324 (remove_files) COMPLETE |
| 6324 | 2026-08-15T07:16:39.468Z | [ recovery-image] Aug 15 07:16:38.597 INFO O| Aug 15 07:16:38.597 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-08-15T07:16:39.477Z | [ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6326 | 2026-08-15T07:16:39.477Z | [ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO STEP 325 (remove_files) COMPLETE |
| 6327 | 2026-08-15T07:16:39.478Z | [ recovery-image] Aug 15 07:16:38.607 INFO O| Aug 15 07:16:38.607 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-08-15T07:16:39.487Z | [ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6329 | 2026-08-15T07:16:39.487Z | [ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO STEP 326 (remove_files) COMPLETE |
| 6330 | 2026-08-15T07:16:39.487Z | [ recovery-image] Aug 15 07:16:38.617 INFO O| Aug 15 07:16:38.617 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-08-15T07:16:39.499Z | [ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6332 | 2026-08-15T07:16:39.499Z | [ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO STEP 327 (remove_files) COMPLETE |
| 6333 | 2026-08-15T07:16:39.502Z | [ recovery-image] Aug 15 07:16:38.627 INFO O| Aug 15 07:16:38.627 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-08-15T07:16:39.506Z | [ recovery-image] Aug 15 07:16:38.637 INFO O| Aug 15 07:16:38.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6335 | 2026-08-15T07:16:39.510Z | [ recovery-image] Aug 15 07:16:38.638 INFO O| Aug 15 07:16:38.638 INFO STEP 328 (remove_files) COMPLETE |
| 6336 | 2026-08-15T07:16:39.510Z | [ recovery-image] Aug 15 07:16:38.638 INFO O| Aug 15 07:16:38.638 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6337 | 2026-08-15T07:16:39.518Z | [ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6338 | 2026-08-15T07:16:39.518Z | [ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO STEP 329 (remove_files) COMPLETE |
| 6339 | 2026-08-15T07:16:39.518Z | [ recovery-image] Aug 15 07:16:38.648 INFO O| Aug 15 07:16:38.648 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6340 | 2026-08-15T07:16:39.563Z | [ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6341 | 2026-08-15T07:16:39.563Z | [ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO STEP 330 (remove_files) COMPLETE |
| 6342 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.659 INFO O| Aug 15 07:16:38.659 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6343 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6344 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO STEP 331 (remove_files) COMPLETE |
| 6345 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.670 INFO O| Aug 15 07:16:38.670 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6346 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.681 INFO O| Aug 15 07:16:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6347 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.682 INFO O| Aug 15 07:16:38.682 INFO STEP 332 (remove_files) COMPLETE |
| 6348 | 2026-08-15T07:16:39.564Z | [ recovery-image] Aug 15 07:16:38.682 INFO O| Aug 15 07:16:38.682 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6349 | 2026-08-15T07:16:39.568Z | [ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6350 | 2026-08-15T07:16:39.568Z | [ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO STEP 333 (remove_files) COMPLETE |
| 6351 | 2026-08-15T07:16:39.568Z | [ recovery-image] Aug 15 07:16:38.693 INFO O| Aug 15 07:16:38.693 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6352 | 2026-08-15T07:16:39.574Z | [ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6353 | 2026-08-15T07:16:39.574Z | [ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO STEP 334 (remove_files) COMPLETE |
| 6354 | 2026-08-15T07:16:39.577Z | [ recovery-image] Aug 15 07:16:38.703 INFO O| Aug 15 07:16:38.703 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6355 | 2026-08-15T07:16:39.583Z | [ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6356 | 2026-08-15T07:16:39.583Z | [ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO STEP 335 (remove_files) COMPLETE |
| 6357 | 2026-08-15T07:16:39.583Z | [ recovery-image] Aug 15 07:16:38.713 INFO O| Aug 15 07:16:38.713 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6358 | 2026-08-15T07:16:39.592Z | [ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6359 | 2026-08-15T07:16:39.592Z | [ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO STEP 336 (remove_files) COMPLETE |
| 6360 | 2026-08-15T07:16:39.595Z | [ recovery-image] Aug 15 07:16:38.722 INFO O| Aug 15 07:16:38.722 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6361 | 2026-08-15T07:16:39.600Z | [ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6362 | 2026-08-15T07:16:39.600Z | [ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO STEP 337 (remove_files) COMPLETE |
| 6363 | 2026-08-15T07:16:39.604Z | [ recovery-image] Aug 15 07:16:38.731 INFO O| Aug 15 07:16:38.731 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6364 | 2026-08-15T07:16:39.610Z | [ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6365 | 2026-08-15T07:16:39.610Z | [ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO STEP 338 (remove_files) COMPLETE |
| 6366 | 2026-08-15T07:16:39.610Z | [ recovery-image] Aug 15 07:16:38.740 INFO O| Aug 15 07:16:38.740 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6367 | 2026-08-15T07:16:39.621Z | [ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6368 | 2026-08-15T07:16:39.621Z | [ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO STEP 339 (remove_files) COMPLETE |
| 6369 | 2026-08-15T07:16:39.621Z | [ recovery-image] Aug 15 07:16:38.750 INFO O| Aug 15 07:16:38.750 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6370 | 2026-08-15T07:16:39.630Z | [ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6371 | 2026-08-15T07:16:39.630Z | [ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO STEP 340 (remove_files) COMPLETE |
| 6372 | 2026-08-15T07:16:39.630Z | [ recovery-image] Aug 15 07:16:38.760 INFO O| Aug 15 07:16:38.760 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6373 | 2026-08-15T07:16:39.639Z | [ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6374 | 2026-08-15T07:16:39.639Z | [ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO STEP 341 (remove_files) COMPLETE |
| 6375 | 2026-08-15T07:16:39.639Z | [ recovery-image] Aug 15 07:16:38.769 INFO O| Aug 15 07:16:38.769 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6376 | 2026-08-15T07:16:39.650Z | [ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6377 | 2026-08-15T07:16:39.650Z | [ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO STEP 342 (remove_files) COMPLETE |
| 6378 | 2026-08-15T07:16:39.651Z | [ recovery-image] Aug 15 07:16:38.779 INFO O| Aug 15 07:16:38.779 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6379 | 2026-08-15T07:16:39.660Z | [ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6380 | 2026-08-15T07:16:39.660Z | [ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO STEP 343 (remove_files) COMPLETE |
| 6381 | 2026-08-15T07:16:39.660Z | [ recovery-image] Aug 15 07:16:38.790 INFO O| Aug 15 07:16:38.790 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6382 | 2026-08-15T07:16:39.670Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 6383 | 2026-08-15T07:16:39.673Z | [ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6384 | 2026-08-15T07:16:39.673Z | [ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO STEP 344 (remove_files) COMPLETE |
| 6385 | 2026-08-15T07:16:39.673Z | [ recovery-image] Aug 15 07:16:38.801 INFO O| Aug 15 07:16:38.801 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-15T07:16:39.682Z | [ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6387 | 2026-08-15T07:16:39.682Z | [ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO STEP 345 (remove_files) COMPLETE |
| 6388 | 2026-08-15T07:16:39.682Z | [ recovery-image] Aug 15 07:16:38.812 INFO O| Aug 15 07:16:38.812 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-15T07:16:39.693Z | [ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6390 | 2026-08-15T07:16:39.693Z | [ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO STEP 346 (remove_files) COMPLETE |
| 6391 | 2026-08-15T07:16:39.693Z | [ recovery-image] Aug 15 07:16:38.823 INFO O| Aug 15 07:16:38.823 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-08-15T07:16:39.703Z | [ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6393 | 2026-08-15T07:16:39.703Z | [ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO STEP 347 (remove_files) COMPLETE |
| 6394 | 2026-08-15T07:16:39.703Z | [ recovery-image] Aug 15 07:16:38.833 INFO O| Aug 15 07:16:38.833 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-08-15T07:16:39.713Z | [ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6396 | 2026-08-15T07:16:39.713Z | [ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.844 INFO STEP 348 (remove_files) COMPLETE |
| 6397 | 2026-08-15T07:16:39.713Z | [ recovery-image] Aug 15 07:16:38.844 INFO O| Aug 15 07:16:38.844 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-08-15T07:16:39.723Z | [ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6399 | 2026-08-15T07:16:39.723Z | [ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO STEP 349 (remove_files) COMPLETE |
| 6400 | 2026-08-15T07:16:39.723Z | [ recovery-image] Aug 15 07:16:38.853 INFO O| Aug 15 07:16:38.853 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-08-15T07:16:39.733Z | [ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6402 | 2026-08-15T07:16:39.733Z | [ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO STEP 350 (remove_files) COMPLETE |
| 6403 | 2026-08-15T07:16:39.733Z | [ recovery-image] Aug 15 07:16:38.863 INFO O| Aug 15 07:16:38.863 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-08-15T07:16:39.743Z | [ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6405 | 2026-08-15T07:16:39.743Z | [ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO STEP 351 (remove_files) COMPLETE |
| 6406 | 2026-08-15T07:16:39.743Z | [ recovery-image] Aug 15 07:16:38.873 INFO O| Aug 15 07:16:38.873 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-08-15T07:16:39.752Z | [ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6408 | 2026-08-15T07:16:39.752Z | [ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.883 INFO STEP 352 (remove_files) COMPLETE |
| 6409 | 2026-08-15T07:16:39.752Z | [ recovery-image] Aug 15 07:16:38.883 INFO O| Aug 15 07:16:38.883 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-08-15T07:16:39.762Z | [ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6411 | 2026-08-15T07:16:39.762Z | [ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO STEP 353 (remove_files) COMPLETE |
| 6412 | 2026-08-15T07:16:39.762Z | [ recovery-image] Aug 15 07:16:38.892 INFO O| Aug 15 07:16:38.892 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-08-15T07:16:39.765Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 6414 | 2026-08-15T07:16:39.771Z | [ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6415 | 2026-08-15T07:16:39.774Z | [ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO STEP 354 (remove_files) COMPLETE |
| 6416 | 2026-08-15T07:16:39.774Z | [ recovery-image] Aug 15 07:16:38.901 INFO O| Aug 15 07:16:38.901 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6417 | 2026-08-15T07:16:39.781Z | [ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6418 | 2026-08-15T07:16:39.781Z | [ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO STEP 355 (remove_files) COMPLETE |
| 6419 | 2026-08-15T07:16:39.784Z | [ recovery-image] Aug 15 07:16:38.911 INFO O| Aug 15 07:16:38.911 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6420 | 2026-08-15T07:16:39.796Z | [ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6421 | 2026-08-15T07:16:39.796Z | [ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO STEP 356 (remove_files) COMPLETE |
| 6422 | 2026-08-15T07:16:39.796Z | [ recovery-image] Aug 15 07:16:38.925 INFO O| Aug 15 07:16:38.925 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6423 | 2026-08-15T07:16:39.805Z | [ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6424 | 2026-08-15T07:16:39.805Z | [ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO STEP 357 (remove_files) COMPLETE |
| 6425 | 2026-08-15T07:16:39.809Z | [ recovery-image] Aug 15 07:16:38.936 INFO O| Aug 15 07:16:38.936 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6426 | 2026-08-15T07:16:39.817Z | [ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6427 | 2026-08-15T07:16:39.817Z | [ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO STEP 358 (remove_files) COMPLETE |
| 6428 | 2026-08-15T07:16:39.820Z | [ recovery-image] Aug 15 07:16:38.947 INFO O| Aug 15 07:16:38.947 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6429 | 2026-08-15T07:16:39.826Z | [ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6430 | 2026-08-15T07:16:39.826Z | [ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO STEP 359 (remove_files) COMPLETE |
| 6431 | 2026-08-15T07:16:39.829Z | [ recovery-image] Aug 15 07:16:38.956 INFO O| Aug 15 07:16:38.956 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6432 | 2026-08-15T07:16:39.835Z | [ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6433 | 2026-08-15T07:16:39.835Z | [ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO STEP 360 (remove_files) COMPLETE |
| 6434 | 2026-08-15T07:16:39.838Z | [ recovery-image] Aug 15 07:16:38.965 INFO O| Aug 15 07:16:38.965 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6435 | 2026-08-15T07:16:39.845Z | [ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6436 | 2026-08-15T07:16:39.848Z | [ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO STEP 361 (remove_files) COMPLETE |
| 6437 | 2026-08-15T07:16:39.848Z | [ recovery-image] Aug 15 07:16:38.975 INFO O| Aug 15 07:16:38.975 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6438 | 2026-08-15T07:16:39.854Z | [ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6439 | 2026-08-15T07:16:39.854Z | [ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO STEP 362 (remove_files) COMPLETE |
| 6440 | 2026-08-15T07:16:39.854Z | [ recovery-image] Aug 15 07:16:38.984 INFO O| Aug 15 07:16:38.984 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6441 | 2026-08-15T07:16:39.864Z | [ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6442 | 2026-08-15T07:16:39.864Z | [ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO STEP 363 (remove_files) COMPLETE |
| 6443 | 2026-08-15T07:16:39.864Z | [ recovery-image] Aug 15 07:16:38.994 INFO O| Aug 15 07:16:38.994 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6444 | 2026-08-15T07:16:39.873Z | [ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6445 | 2026-08-15T07:16:39.873Z | [ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO STEP 364 (remove_files) COMPLETE |
| 6446 | 2026-08-15T07:16:39.873Z | [ recovery-image] Aug 15 07:16:39.003 INFO O| Aug 15 07:16:39.003 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6447 | 2026-08-15T07:16:39.883Z | [ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6448 | 2026-08-15T07:16:39.883Z | [ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO STEP 365 (remove_files) COMPLETE |
| 6449 | 2026-08-15T07:16:39.883Z | [ recovery-image] Aug 15 07:16:39.013 INFO O| Aug 15 07:16:39.013 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6450 | 2026-08-15T07:16:39.893Z | [ recovery-image] Aug 15 07:16:39.023 INFO O| Aug 15 07:16:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6451 | 2026-08-15T07:16:39.893Z | [ recovery-image] Aug 15 07:16:39.023 INFO O| Aug 15 07:16:39.023 INFO STEP 366 (remove_files) COMPLETE |
| 6452 | 2026-08-15T07:16:39.896Z | [ recovery-image] Aug 15 07:16:39.024 INFO O| Aug 15 07:16:39.023 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6453 | 2026-08-15T07:16:39.907Z | [ recovery-image] Aug 15 07:16:39.037 INFO O| Aug 15 07:16:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6454 | 2026-08-15T07:16:39.907Z | [ recovery-image] Aug 15 07:16:39.038 INFO O| Aug 15 07:16:39.038 INFO STEP 367 (remove_files) COMPLETE |
| 6455 | 2026-08-15T07:16:39.907Z | [ recovery-image] Aug 15 07:16:39.038 INFO O| Aug 15 07:16:39.038 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6456 | 2026-08-15T07:16:39.924Z | [ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6457 | 2026-08-15T07:16:39.924Z | [ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO STEP 368 (remove_files) COMPLETE |
| 6458 | 2026-08-15T07:16:39.924Z | [ recovery-image] Aug 15 07:16:39.054 INFO O| Aug 15 07:16:39.054 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6459 | 2026-08-15T07:16:39.934Z | [ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6460 | 2026-08-15T07:16:39.934Z | [ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO STEP 369 (remove_files) COMPLETE |
| 6461 | 2026-08-15T07:16:39.934Z | [ recovery-image] Aug 15 07:16:39.064 INFO O| Aug 15 07:16:39.064 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6462 | 2026-08-15T07:16:39.946Z | [ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6463 | 2026-08-15T07:16:39.946Z | [ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.077 INFO STEP 370 (remove_files) COMPLETE |
| 6464 | 2026-08-15T07:16:39.946Z | [ recovery-image] Aug 15 07:16:39.077 INFO O| Aug 15 07:16:39.077 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-15T07:16:39.959Z | [ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6466 | 2026-08-15T07:16:39.959Z | [ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO STEP 371 (remove_files) COMPLETE |
| 6467 | 2026-08-15T07:16:39.959Z | [ recovery-image] Aug 15 07:16:39.089 INFO O| Aug 15 07:16:39.089 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-15T07:16:39.969Z | [ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6469 | 2026-08-15T07:16:39.969Z | [ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO STEP 372 (remove_files) COMPLETE |
| 6470 | 2026-08-15T07:16:39.969Z | [ recovery-image] Aug 15 07:16:39.099 INFO O| Aug 15 07:16:39.099 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-15T07:16:39.979Z | [ recovery-image] Aug 15 07:16:39.109 INFO O| Aug 15 07:16:39.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6472 | 2026-08-15T07:16:39.979Z | [ recovery-image] Aug 15 07:16:39.110 INFO O| Aug 15 07:16:39.109 INFO STEP 373 (remove_files) COMPLETE |
| 6473 | 2026-08-15T07:16:39.979Z | [ recovery-image] Aug 15 07:16:39.110 INFO O| Aug 15 07:16:39.109 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-15T07:16:39.989Z | [ recovery-image] Aug 15 07:16:39.119 INFO O| Aug 15 07:16:39.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6475 | 2026-08-15T07:16:39.989Z | [ recovery-image] Aug 15 07:16:39.120 INFO O| Aug 15 07:16:39.120 INFO STEP 374 (remove_files) COMPLETE |
| 6476 | 2026-08-15T07:16:39.989Z | [ recovery-image] Aug 15 07:16:39.120 INFO O| Aug 15 07:16:39.120 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-15T07:16:40.001Z | [ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6478 | 2026-08-15T07:16:40.001Z | [ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.131 INFO STEP 375 (remove_files) COMPLETE |
| 6479 | 2026-08-15T07:16:40.001Z | [ recovery-image] Aug 15 07:16:39.131 INFO O| Aug 15 07:16:39.131 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-15T07:16:40.006Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 6481 | 2026-08-15T07:16:40.010Z | [ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6482 | 2026-08-15T07:16:40.010Z | [ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO STEP 376 (remove_files) COMPLETE |
| 6483 | 2026-08-15T07:16:40.013Z | [ recovery-image] Aug 15 07:16:39.140 INFO O| Aug 15 07:16:39.140 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6484 | 2026-08-15T07:16:40.022Z | [ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6485 | 2026-08-15T07:16:40.022Z | [ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO STEP 377 (remove_files) COMPLETE |
| 6486 | 2026-08-15T07:16:40.022Z | [ recovery-image] Aug 15 07:16:39.150 INFO O| Aug 15 07:16:39.150 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6487 | 2026-08-15T07:16:40.030Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 6488 | 2026-08-15T07:16:40.034Z | [ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6489 | 2026-08-15T07:16:40.034Z | [ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO STEP 378 (remove_files) COMPLETE |
| 6490 | 2026-08-15T07:16:40.034Z | [ recovery-image] Aug 15 07:16:39.162 INFO O| Aug 15 07:16:39.162 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6491 | 2026-08-15T07:16:40.042Z | [ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6492 | 2026-08-15T07:16:40.042Z | [ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO STEP 379 (remove_files) COMPLETE |
| 6493 | 2026-08-15T07:16:40.045Z | [ recovery-image] Aug 15 07:16:39.173 INFO O| Aug 15 07:16:39.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6494 | 2026-08-15T07:16:40.052Z | [ recovery-image] Aug 15 07:16:39.182 INFO O| Aug 15 07:16:39.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6495 | 2026-08-15T07:16:40.053Z | [ recovery-image] Aug 15 07:16:39.183 INFO O| Aug 15 07:16:39.183 INFO STEP 380 (remove_files) COMPLETE |
| 6496 | 2026-08-15T07:16:40.053Z | [ recovery-image] Aug 15 07:16:39.183 INFO O| Aug 15 07:16:39.183 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6497 | 2026-08-15T07:16:40.061Z | [ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6498 | 2026-08-15T07:16:40.061Z | [ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO STEP 381 (remove_files) COMPLETE |
| 6499 | 2026-08-15T07:16:40.064Z | [ recovery-image] Aug 15 07:16:39.191 INFO O| Aug 15 07:16:39.191 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6500 | 2026-08-15T07:16:40.070Z | [ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6501 | 2026-08-15T07:16:40.071Z | [ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO STEP 382 (remove_files) COMPLETE |
| 6502 | 2026-08-15T07:16:40.071Z | [ recovery-image] Aug 15 07:16:39.201 INFO O| Aug 15 07:16:39.201 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6503 | 2026-08-15T07:16:40.082Z | [ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6504 | 2026-08-15T07:16:40.082Z | [ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO STEP 383 (remove_files) COMPLETE |
| 6505 | 2026-08-15T07:16:40.082Z | [ recovery-image] Aug 15 07:16:39.212 INFO O| Aug 15 07:16:39.212 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6506 | 2026-08-15T07:16:40.092Z | [ recovery-image] Aug 15 07:16:39.222 INFO O| Aug 15 07:16:39.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6507 | 2026-08-15T07:16:40.095Z | [ recovery-image] Aug 15 07:16:39.223 INFO O| Aug 15 07:16:39.222 INFO STEP 384 (remove_files) COMPLETE |
| 6508 | 2026-08-15T07:16:40.095Z | [ recovery-image] Aug 15 07:16:39.223 INFO O| Aug 15 07:16:39.222 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6509 | 2026-08-15T07:16:40.102Z | [ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6510 | 2026-08-15T07:16:40.103Z | [ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO STEP 385 (remove_files) COMPLETE |
| 6511 | 2026-08-15T07:16:40.106Z | [ recovery-image] Aug 15 07:16:39.232 INFO O| Aug 15 07:16:39.232 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6512 | 2026-08-15T07:16:40.112Z | [ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6513 | 2026-08-15T07:16:40.112Z | [ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO STEP 386 (remove_files) COMPLETE |
| 6514 | 2026-08-15T07:16:40.112Z | [ recovery-image] Aug 15 07:16:39.242 INFO O| Aug 15 07:16:39.242 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6515 | 2026-08-15T07:16:40.121Z | [ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6516 | 2026-08-15T07:16:40.121Z | [ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO STEP 387 (remove_files) COMPLETE |
| 6517 | 2026-08-15T07:16:40.121Z | [ recovery-image] Aug 15 07:16:39.251 INFO O| Aug 15 07:16:39.251 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6518 | 2026-08-15T07:16:40.131Z | [ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6519 | 2026-08-15T07:16:40.131Z | [ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO STEP 388 (remove_files) COMPLETE |
| 6520 | 2026-08-15T07:16:40.131Z | [ recovery-image] Aug 15 07:16:39.261 INFO O| Aug 15 07:16:39.261 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6521 | 2026-08-15T07:16:40.140Z | [ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6522 | 2026-08-15T07:16:40.140Z | [ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.271 INFO STEP 389 (remove_files) COMPLETE |
| 6523 | 2026-08-15T07:16:40.141Z | [ recovery-image] Aug 15 07:16:39.271 INFO O| Aug 15 07:16:39.271 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6524 | 2026-08-15T07:16:40.151Z | [ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6525 | 2026-08-15T07:16:40.151Z | [ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO STEP 390 (remove_files) COMPLETE |
| 6526 | 2026-08-15T07:16:40.154Z | [ recovery-image] Aug 15 07:16:39.281 INFO O| Aug 15 07:16:39.281 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6527 | 2026-08-15T07:16:40.159Z | [ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6528 | 2026-08-15T07:16:40.159Z | [ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO STEP 391 (remove_files) COMPLETE |
| 6529 | 2026-08-15T07:16:40.159Z | [ recovery-image] Aug 15 07:16:39.290 INFO O| Aug 15 07:16:39.290 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6530 | 2026-08-15T07:16:40.168Z | [ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6531 | 2026-08-15T07:16:40.168Z | [ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO STEP 392 (remove_files) COMPLETE |
| 6532 | 2026-08-15T07:16:40.174Z | [ recovery-image] Aug 15 07:16:39.299 INFO O| Aug 15 07:16:39.299 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6533 | 2026-08-15T07:16:40.179Z | [ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6534 | 2026-08-15T07:16:40.179Z | [ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO STEP 393 (remove_files) COMPLETE |
| 6535 | 2026-08-15T07:16:40.182Z | [ recovery-image] Aug 15 07:16:39.309 INFO O| Aug 15 07:16:39.309 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6536 | 2026-08-15T07:16:40.189Z | [ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6537 | 2026-08-15T07:16:40.189Z | [ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO STEP 394 (remove_files) COMPLETE |
| 6538 | 2026-08-15T07:16:40.189Z | [ recovery-image] Aug 15 07:16:39.319 INFO O| Aug 15 07:16:39.319 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6539 | 2026-08-15T07:16:40.200Z | [ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6540 | 2026-08-15T07:16:40.200Z | [ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO STEP 395 (remove_files) COMPLETE |
| 6541 | 2026-08-15T07:16:40.200Z | [ recovery-image] Aug 15 07:16:39.330 INFO O| Aug 15 07:16:39.330 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6542 | 2026-08-15T07:16:40.209Z | [ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6543 | 2026-08-15T07:16:40.209Z | [ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO STEP 396 (remove_files) COMPLETE |
| 6544 | 2026-08-15T07:16:40.209Z | [ recovery-image] Aug 15 07:16:39.340 INFO O| Aug 15 07:16:39.340 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6545 | 2026-08-15T07:16:40.219Z | [ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6546 | 2026-08-15T07:16:40.219Z | [ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO STEP 397 (remove_files) COMPLETE |
| 6547 | 2026-08-15T07:16:40.219Z | [ recovery-image] Aug 15 07:16:39.349 INFO O| Aug 15 07:16:39.349 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6548 | 2026-08-15T07:16:40.228Z | [ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6549 | 2026-08-15T07:16:40.228Z | [ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO STEP 398 (remove_files) COMPLETE |
| 6550 | 2026-08-15T07:16:40.228Z | [ recovery-image] Aug 15 07:16:39.358 INFO O| Aug 15 07:16:39.358 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6551 | 2026-08-15T07:16:40.240Z | [ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6552 | 2026-08-15T07:16:40.241Z | [ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO STEP 399 (remove_files) COMPLETE |
| 6553 | 2026-08-15T07:16:40.241Z | [ recovery-image] Aug 15 07:16:39.368 INFO O| Aug 15 07:16:39.368 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6554 | 2026-08-15T07:16:40.249Z | [ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6555 | 2026-08-15T07:16:40.250Z | [ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO STEP 400 (remove_files) COMPLETE |
| 6556 | 2026-08-15T07:16:40.255Z | [ recovery-image] Aug 15 07:16:39.379 INFO O| Aug 15 07:16:39.379 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6557 | 2026-08-15T07:16:40.262Z | [ recovery-image] Aug 15 07:16:39.393 INFO O| Aug 15 07:16:39.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6558 | 2026-08-15T07:16:40.272Z | [ recovery-image] Aug 15 07:16:39.402 INFO O| Aug 15 07:16:39.402 INFO STEP 401 (remove_files) COMPLETE |
| 6559 | 2026-08-15T07:16:40.272Z | [ recovery-image] Aug 15 07:16:39.402 INFO O| Aug 15 07:16:39.402 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6560 | 2026-08-15T07:16:40.298Z | [ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6561 | 2026-08-15T07:16:40.301Z | [ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO STEP 402 (remove_files) COMPLETE |
| 6562 | 2026-08-15T07:16:40.301Z | [ recovery-image] Aug 15 07:16:39.428 INFO O| Aug 15 07:16:39.428 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6563 | 2026-08-15T07:16:40.310Z | [ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6564 | 2026-08-15T07:16:40.310Z | [ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO STEP 403 (remove_files) COMPLETE |
| 6565 | 2026-08-15T07:16:40.313Z | [ recovery-image] Aug 15 07:16:39.440 INFO O| Aug 15 07:16:39.440 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6566 | 2026-08-15T07:16:40.322Z | [ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6567 | 2026-08-15T07:16:40.322Z | [ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO STEP 404 (remove_files) COMPLETE |
| 6568 | 2026-08-15T07:16:40.322Z | [ recovery-image] Aug 15 07:16:39.452 INFO O| Aug 15 07:16:39.452 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6569 | 2026-08-15T07:16:40.337Z | [ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6570 | 2026-08-15T07:16:40.337Z | [ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO STEP 405 (remove_files) COMPLETE |
| 6571 | 2026-08-15T07:16:40.337Z | [ recovery-image] Aug 15 07:16:39.463 INFO O| Aug 15 07:16:39.463 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6572 | 2026-08-15T07:16:40.345Z | [ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6573 | 2026-08-15T07:16:40.345Z | [ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO STEP 406 (remove_files) COMPLETE |
| 6574 | 2026-08-15T07:16:40.348Z | [ recovery-image] Aug 15 07:16:39.475 INFO O| Aug 15 07:16:39.475 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6575 | 2026-08-15T07:16:40.355Z | [ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6576 | 2026-08-15T07:16:40.355Z | [ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO STEP 407 (remove_files) COMPLETE |
| 6577 | 2026-08-15T07:16:40.358Z | [ recovery-image] Aug 15 07:16:39.485 INFO O| Aug 15 07:16:39.485 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6578 | 2026-08-15T07:16:40.366Z | [ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6579 | 2026-08-15T07:16:40.366Z | [ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO STEP 408 (remove_files) COMPLETE |
| 6580 | 2026-08-15T07:16:40.366Z | [ recovery-image] Aug 15 07:16:39.496 INFO O| Aug 15 07:16:39.496 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6581 | 2026-08-15T07:16:40.376Z | [ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6582 | 2026-08-15T07:16:40.376Z | [ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO STEP 409 (remove_files) COMPLETE |
| 6583 | 2026-08-15T07:16:40.379Z | [ recovery-image] Aug 15 07:16:39.506 INFO O| Aug 15 07:16:39.506 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6584 | 2026-08-15T07:16:40.386Z | [ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6585 | 2026-08-15T07:16:40.386Z | [ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO STEP 410 (remove_files) COMPLETE |
| 6586 | 2026-08-15T07:16:40.386Z | [ recovery-image] Aug 15 07:16:39.516 INFO O| Aug 15 07:16:39.516 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6587 | 2026-08-15T07:16:40.396Z | [ recovery-image] Aug 15 07:16:39.526 INFO O| Aug 15 07:16:39.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6588 | 2026-08-15T07:16:40.396Z | [ recovery-image] Aug 15 07:16:39.527 INFO O| Aug 15 07:16:39.527 INFO STEP 411 (remove_files) COMPLETE |
| 6589 | 2026-08-15T07:16:40.399Z | [ recovery-image] Aug 15 07:16:39.527 INFO O| Aug 15 07:16:39.527 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6590 | 2026-08-15T07:16:40.406Z | [ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6591 | 2026-08-15T07:16:40.406Z | [ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.537 INFO STEP 412 (remove_files) COMPLETE |
| 6592 | 2026-08-15T07:16:40.409Z | [ recovery-image] Aug 15 07:16:39.537 INFO O| Aug 15 07:16:39.537 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6593 | 2026-08-15T07:16:40.416Z | [ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6594 | 2026-08-15T07:16:40.416Z | [ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO STEP 413 (remove_files) COMPLETE |
| 6595 | 2026-08-15T07:16:40.416Z | [ recovery-image] Aug 15 07:16:39.547 INFO O| Aug 15 07:16:39.547 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6596 | 2026-08-15T07:16:40.429Z | [ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6597 | 2026-08-15T07:16:40.429Z | [ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.560 INFO STEP 414 (remove_files) COMPLETE |
| 6598 | 2026-08-15T07:16:40.432Z | [ recovery-image] Aug 15 07:16:39.560 INFO O| Aug 15 07:16:39.560 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6599 | 2026-08-15T07:16:40.440Z | [ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6600 | 2026-08-15T07:16:40.440Z | [ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO STEP 415 (remove_files) COMPLETE |
| 6601 | 2026-08-15T07:16:40.443Z | [ recovery-image] Aug 15 07:16:39.570 INFO O| Aug 15 07:16:39.570 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6602 | 2026-08-15T07:16:40.450Z | [ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6603 | 2026-08-15T07:16:40.453Z | [ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO STEP 416 (remove_files) COMPLETE |
| 6604 | 2026-08-15T07:16:40.453Z | [ recovery-image] Aug 15 07:16:39.581 INFO O| Aug 15 07:16:39.581 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6605 | 2026-08-15T07:16:40.462Z | [ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6606 | 2026-08-15T07:16:40.462Z | [ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO STEP 417 (remove_files) COMPLETE |
| 6607 | 2026-08-15T07:16:40.462Z | [ recovery-image] Aug 15 07:16:39.592 INFO O| Aug 15 07:16:39.592 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6608 | 2026-08-15T07:16:40.472Z | [ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6609 | 2026-08-15T07:16:40.472Z | [ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO STEP 418 (remove_files) COMPLETE |
| 6610 | 2026-08-15T07:16:40.472Z | [ recovery-image] Aug 15 07:16:39.603 INFO O| Aug 15 07:16:39.603 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6611 | 2026-08-15T07:16:40.482Z | [ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6612 | 2026-08-15T07:16:40.483Z | [ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO STEP 419 (remove_files) COMPLETE |
| 6613 | 2026-08-15T07:16:40.483Z | [ recovery-image] Aug 15 07:16:39.613 INFO O| Aug 15 07:16:39.613 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6614 | 2026-08-15T07:16:40.487Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 6615 | 2026-08-15T07:16:40.491Z | [ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6616 | 2026-08-15T07:16:40.491Z | [ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO STEP 420 (remove_files) COMPLETE |
| 6617 | 2026-08-15T07:16:40.492Z | [ recovery-image] Aug 15 07:16:39.622 INFO O| Aug 15 07:16:39.622 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6618 | 2026-08-15T07:16:40.501Z | [ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6619 | 2026-08-15T07:16:40.501Z | [ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO STEP 421 (remove_files) COMPLETE |
| 6620 | 2026-08-15T07:16:40.501Z | [ recovery-image] Aug 15 07:16:39.631 INFO O| Aug 15 07:16:39.631 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6621 | 2026-08-15T07:16:40.513Z | [ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6622 | 2026-08-15T07:16:40.513Z | [ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO STEP 422 (remove_files) COMPLETE |
| 6623 | 2026-08-15T07:16:40.513Z | [ recovery-image] Aug 15 07:16:39.643 INFO O| Aug 15 07:16:39.643 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6624 | 2026-08-15T07:16:40.525Z | [ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6625 | 2026-08-15T07:16:40.525Z | [ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO STEP 423 (remove_files) COMPLETE |
| 6626 | 2026-08-15T07:16:40.528Z | [ recovery-image] Aug 15 07:16:39.652 INFO O| Aug 15 07:16:39.652 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6627 | 2026-08-15T07:16:40.531Z | [ recovery-image] Aug 15 07:16:39.661 INFO O| Aug 15 07:16:39.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6628 | 2026-08-15T07:16:40.531Z | [ recovery-image] Aug 15 07:16:39.662 INFO O| Aug 15 07:16:39.662 INFO STEP 424 (remove_files) COMPLETE |
| 6629 | 2026-08-15T07:16:40.531Z | [ recovery-image] Aug 15 07:16:39.662 INFO O| Aug 15 07:16:39.662 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6630 | 2026-08-15T07:16:40.541Z | [ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6631 | 2026-08-15T07:16:40.541Z | [ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO STEP 425 (remove_files) COMPLETE |
| 6632 | 2026-08-15T07:16:40.544Z | [ recovery-image] Aug 15 07:16:39.671 INFO O| Aug 15 07:16:39.671 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6633 | 2026-08-15T07:16:40.550Z | [ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6634 | 2026-08-15T07:16:40.550Z | [ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO STEP 426 (remove_files) COMPLETE |
| 6635 | 2026-08-15T07:16:40.550Z | [ recovery-image] Aug 15 07:16:39.680 INFO O| Aug 15 07:16:39.680 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6636 | 2026-08-15T07:16:40.555Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 6637 | 2026-08-15T07:16:40.561Z | [ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6638 | 2026-08-15T07:16:40.561Z | [ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO STEP 427 (remove_files) COMPLETE |
| 6639 | 2026-08-15T07:16:40.561Z | [ recovery-image] Aug 15 07:16:39.691 INFO O| Aug 15 07:16:39.691 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6640 | 2026-08-15T07:16:40.573Z | [ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6641 | 2026-08-15T07:16:40.573Z | [ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.703 INFO STEP 428 (remove_files) COMPLETE |
| 6642 | 2026-08-15T07:16:40.575Z | [ recovery-image] Aug 15 07:16:39.703 INFO O| Aug 15 07:16:39.703 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6643 | 2026-08-15T07:16:40.584Z | [ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6644 | 2026-08-15T07:16:40.584Z | [ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO STEP 429 (remove_files) COMPLETE |
| 6645 | 2026-08-15T07:16:40.584Z | [ recovery-image] Aug 15 07:16:39.714 INFO O| Aug 15 07:16:39.714 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6646 | 2026-08-15T07:16:40.595Z | [ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6647 | 2026-08-15T07:16:40.595Z | [ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO STEP 430 (remove_files) COMPLETE |
| 6648 | 2026-08-15T07:16:40.595Z | [ recovery-image] Aug 15 07:16:39.725 INFO O| Aug 15 07:16:39.725 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6649 | 2026-08-15T07:16:40.608Z | [ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6650 | 2026-08-15T07:16:40.608Z | [ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO STEP 431 (remove_files) COMPLETE |
| 6651 | 2026-08-15T07:16:40.609Z | [ recovery-image] Aug 15 07:16:39.738 INFO O| Aug 15 07:16:39.738 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6652 | 2026-08-15T07:16:40.618Z | [ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6653 | 2026-08-15T07:16:40.618Z | [ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.749 INFO STEP 432 (remove_files) COMPLETE |
| 6654 | 2026-08-15T07:16:40.618Z | [ recovery-image] Aug 15 07:16:39.749 INFO O| Aug 15 07:16:39.749 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6655 | 2026-08-15T07:16:40.629Z | [ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6656 | 2026-08-15T07:16:40.629Z | [ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO STEP 433 (remove_files) COMPLETE |
| 6657 | 2026-08-15T07:16:40.632Z | [ recovery-image] Aug 15 07:16:39.759 INFO O| Aug 15 07:16:39.759 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6658 | 2026-08-15T07:16:40.636Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 6659 | 2026-08-15T07:16:40.641Z | [ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6660 | 2026-08-15T07:16:40.641Z | [ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO STEP 434 (remove_files) COMPLETE |
| 6661 | 2026-08-15T07:16:40.644Z | [ recovery-image] Aug 15 07:16:39.771 INFO O| Aug 15 07:16:39.771 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6662 | 2026-08-15T07:16:40.653Z | [ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6663 | 2026-08-15T07:16:40.653Z | [ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO STEP 435 (remove_files) COMPLETE |
| 6664 | 2026-08-15T07:16:40.653Z | [ recovery-image] Aug 15 07:16:39.781 INFO O| Aug 15 07:16:39.781 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6665 | 2026-08-15T07:16:40.662Z | [ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6666 | 2026-08-15T07:16:40.662Z | [ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO STEP 436 (remove_files) COMPLETE |
| 6667 | 2026-08-15T07:16:40.662Z | [ recovery-image] Aug 15 07:16:39.792 INFO O| Aug 15 07:16:39.792 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6668 | 2026-08-15T07:16:40.674Z | [ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6669 | 2026-08-15T07:16:40.674Z | [ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO STEP 437 (remove_files) COMPLETE |
| 6670 | 2026-08-15T07:16:40.674Z | [ recovery-image] Aug 15 07:16:39.804 INFO O| Aug 15 07:16:39.804 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6671 | 2026-08-15T07:16:40.685Z | [ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6672 | 2026-08-15T07:16:40.685Z | [ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO STEP 438 (remove_files) COMPLETE |
| 6673 | 2026-08-15T07:16:40.688Z | [ recovery-image] Aug 15 07:16:39.815 INFO O| Aug 15 07:16:39.815 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6674 | 2026-08-15T07:16:40.696Z | [ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6675 | 2026-08-15T07:16:40.696Z | [ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO STEP 439 (remove_files) COMPLETE |
| 6676 | 2026-08-15T07:16:40.696Z | [ recovery-image] Aug 15 07:16:39.826 INFO O| Aug 15 07:16:39.826 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6677 | 2026-08-15T07:16:40.706Z | [ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6678 | 2026-08-15T07:16:40.706Z | [ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO STEP 440 (remove_files) COMPLETE |
| 6679 | 2026-08-15T07:16:40.711Z | [ recovery-image] Aug 15 07:16:39.836 INFO O| Aug 15 07:16:39.836 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6680 | 2026-08-15T07:16:40.718Z | [ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6681 | 2026-08-15T07:16:40.718Z | [ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO STEP 441 (remove_files) COMPLETE |
| 6682 | 2026-08-15T07:16:40.718Z | [ recovery-image] Aug 15 07:16:39.848 INFO O| Aug 15 07:16:39.848 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6683 | 2026-08-15T07:16:40.729Z | [ recovery-image] Aug 15 07:16:39.859 INFO O| Aug 15 07:16:39.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6684 | 2026-08-15T07:16:40.729Z | [ recovery-image] Aug 15 07:16:39.860 INFO O| Aug 15 07:16:39.860 INFO STEP 442 (remove_files) COMPLETE |
| 6685 | 2026-08-15T07:16:40.732Z | [ recovery-image] Aug 15 07:16:39.860 INFO O| Aug 15 07:16:39.860 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6686 | 2026-08-15T07:16:40.741Z | [ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6687 | 2026-08-15T07:16:40.741Z | [ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.872 INFO STEP 443 (remove_files) COMPLETE |
| 6688 | 2026-08-15T07:16:40.744Z | [ recovery-image] Aug 15 07:16:39.872 INFO O| Aug 15 07:16:39.872 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6689 | 2026-08-15T07:16:40.752Z | [ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6690 | 2026-08-15T07:16:40.752Z | [ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO STEP 444 (remove_files) COMPLETE |
| 6691 | 2026-08-15T07:16:40.755Z | [ recovery-image] Aug 15 07:16:39.882 INFO O| Aug 15 07:16:39.882 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6692 | 2026-08-15T07:16:40.762Z | [ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6693 | 2026-08-15T07:16:40.762Z | [ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO STEP 445 (remove_files) COMPLETE |
| 6694 | 2026-08-15T07:16:40.765Z | [ recovery-image] Aug 15 07:16:39.892 INFO O| Aug 15 07:16:39.892 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6695 | 2026-08-15T07:16:40.772Z | [ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6696 | 2026-08-15T07:16:40.775Z | [ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO STEP 446 (remove_files) COMPLETE |
| 6697 | 2026-08-15T07:16:40.775Z | [ recovery-image] Aug 15 07:16:39.902 INFO O| Aug 15 07:16:39.902 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6698 | 2026-08-15T07:16:40.783Z | [ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6699 | 2026-08-15T07:16:40.783Z | [ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO STEP 447 (remove_files) COMPLETE |
| 6700 | 2026-08-15T07:16:40.783Z | [ recovery-image] Aug 15 07:16:39.913 INFO O| Aug 15 07:16:39.913 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6701 | 2026-08-15T07:16:40.794Z | [ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6702 | 2026-08-15T07:16:40.794Z | [ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO STEP 448 (remove_files) COMPLETE |
| 6703 | 2026-08-15T07:16:40.794Z | [ recovery-image] Aug 15 07:16:39.924 INFO O| Aug 15 07:16:39.924 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6704 | 2026-08-15T07:16:40.804Z | [ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6705 | 2026-08-15T07:16:40.804Z | [ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO STEP 449 (remove_files) COMPLETE |
| 6706 | 2026-08-15T07:16:40.804Z | [ recovery-image] Aug 15 07:16:39.934 INFO O| Aug 15 07:16:39.934 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6707 | 2026-08-15T07:16:40.809Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 6708 | 2026-08-15T07:16:40.813Z | [ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6709 | 2026-08-15T07:16:40.813Z | [ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO STEP 450 (remove_files) COMPLETE |
| 6710 | 2026-08-15T07:16:40.816Z | [ recovery-image] Aug 15 07:16:39.943 INFO O| Aug 15 07:16:39.943 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6711 | 2026-08-15T07:16:40.823Z | [ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6712 | 2026-08-15T07:16:40.823Z | [ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.954 INFO STEP 451 (remove_files) COMPLETE |
| 6713 | 2026-08-15T07:16:40.823Z | [ recovery-image] Aug 15 07:16:39.954 INFO O| Aug 15 07:16:39.954 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-15T07:16:40.834Z | [ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6715 | 2026-08-15T07:16:40.834Z | [ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO STEP 452 (remove_files) COMPLETE |
| 6716 | 2026-08-15T07:16:40.837Z | [ recovery-image] Aug 15 07:16:39.964 INFO O| Aug 15 07:16:39.964 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6717 | 2026-08-15T07:16:40.845Z | [ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6718 | 2026-08-15T07:16:40.845Z | [ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO STEP 453 (remove_files) COMPLETE |
| 6719 | 2026-08-15T07:16:40.845Z | [ recovery-image] Aug 15 07:16:39.975 INFO O| Aug 15 07:16:39.975 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6720 | 2026-08-15T07:16:40.855Z | [ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6721 | 2026-08-15T07:16:40.855Z | [ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO STEP 454 (remove_files) COMPLETE |
| 6722 | 2026-08-15T07:16:40.855Z | [ recovery-image] Aug 15 07:16:39.985 INFO O| Aug 15 07:16:39.985 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6723 | 2026-08-15T07:16:40.866Z | [ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6724 | 2026-08-15T07:16:40.866Z | [ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO STEP 455 (remove_files) COMPLETE |
| 6725 | 2026-08-15T07:16:40.869Z | [ recovery-image] Aug 15 07:16:39.996 INFO O| Aug 15 07:16:39.996 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6726 | 2026-08-15T07:16:40.876Z | [ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6727 | 2026-08-15T07:16:40.876Z | [ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO STEP 456 (remove_files) COMPLETE |
| 6728 | 2026-08-15T07:16:40.876Z | [ recovery-image] Aug 15 07:16:40.006 INFO O| Aug 15 07:16:40.006 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6729 | 2026-08-15T07:16:40.885Z | [ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6730 | 2026-08-15T07:16:40.885Z | [ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO STEP 457 (remove_files) COMPLETE |
| 6731 | 2026-08-15T07:16:40.888Z | [ recovery-image] Aug 15 07:16:40.015 INFO O| Aug 15 07:16:40.015 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6732 | 2026-08-15T07:16:40.888Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 6733 | 2026-08-15T07:16:40.894Z | [ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6734 | 2026-08-15T07:16:40.894Z | [ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO STEP 458 (remove_files) COMPLETE |
| 6735 | 2026-08-15T07:16:40.894Z | [ recovery-image] Aug 15 07:16:40.024 INFO O| Aug 15 07:16:40.024 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6736 | 2026-08-15T07:16:40.904Z | [ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6737 | 2026-08-15T07:16:40.905Z | [ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO STEP 459 (remove_files) COMPLETE |
| 6738 | 2026-08-15T07:16:40.905Z | [ recovery-image] Aug 15 07:16:40.035 INFO O| Aug 15 07:16:40.035 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6739 | 2026-08-15T07:16:40.915Z | [ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6740 | 2026-08-15T07:16:40.915Z | [ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.046 INFO STEP 460 (remove_files) COMPLETE |
| 6741 | 2026-08-15T07:16:40.915Z | [ recovery-image] Aug 15 07:16:40.046 INFO O| Aug 15 07:16:40.046 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6742 | 2026-08-15T07:16:40.925Z | [ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6743 | 2026-08-15T07:16:40.929Z | [ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO STEP 461 (remove_files) COMPLETE |
| 6744 | 2026-08-15T07:16:40.929Z | [ recovery-image] Aug 15 07:16:40.055 INFO O| Aug 15 07:16:40.055 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6745 | 2026-08-15T07:16:40.934Z | [ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6746 | 2026-08-15T07:16:40.935Z | [ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO STEP 462 (remove_files) COMPLETE |
| 6747 | 2026-08-15T07:16:40.938Z | [ recovery-image] Aug 15 07:16:40.065 INFO O| Aug 15 07:16:40.065 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6748 | 2026-08-15T07:16:40.945Z | [ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6749 | 2026-08-15T07:16:40.945Z | [ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.076 INFO STEP 463 (remove_files) COMPLETE |
| 6750 | 2026-08-15T07:16:40.945Z | [ recovery-image] Aug 15 07:16:40.076 INFO O| Aug 15 07:16:40.076 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6751 | 2026-08-15T07:16:40.955Z | [ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6752 | 2026-08-15T07:16:40.955Z | [ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO STEP 464 (remove_files) COMPLETE |
| 6753 | 2026-08-15T07:16:40.955Z | [ recovery-image] Aug 15 07:16:40.085 INFO O| Aug 15 07:16:40.085 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6754 | 2026-08-15T07:16:40.965Z | [ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6755 | 2026-08-15T07:16:40.965Z | [ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO STEP 465 (remove_files) COMPLETE |
| 6756 | 2026-08-15T07:16:40.966Z | [ recovery-image] Aug 15 07:16:40.095 INFO O| Aug 15 07:16:40.095 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6757 | 2026-08-15T07:16:40.975Z | [ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6758 | 2026-08-15T07:16:40.975Z | [ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO STEP 466 (remove_files) COMPLETE |
| 6759 | 2026-08-15T07:16:40.979Z | [ recovery-image] Aug 15 07:16:40.106 INFO O| Aug 15 07:16:40.106 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6760 | 2026-08-15T07:16:40.986Z | [ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6761 | 2026-08-15T07:16:40.986Z | [ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO STEP 467 (remove_files) COMPLETE |
| 6762 | 2026-08-15T07:16:40.986Z | [ recovery-image] Aug 15 07:16:40.116 INFO O| Aug 15 07:16:40.116 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6763 | 2026-08-15T07:16:40.997Z | [ recovery-image] Aug 15 07:16:40.127 INFO O| Aug 15 07:16:40.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6764 | 2026-08-15T07:16:40.997Z | [ recovery-image] Aug 15 07:16:40.128 INFO O| Aug 15 07:16:40.128 INFO STEP 468 (remove_files) COMPLETE |
| 6765 | 2026-08-15T07:16:40.997Z | [ recovery-image] Aug 15 07:16:40.128 INFO O| Aug 15 07:16:40.128 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6766 | 2026-08-15T07:16:41.007Z | [ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6767 | 2026-08-15T07:16:41.007Z | [ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO STEP 469 (remove_files) COMPLETE |
| 6768 | 2026-08-15T07:16:41.007Z | [ recovery-image] Aug 15 07:16:40.137 INFO O| Aug 15 07:16:40.137 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6769 | 2026-08-15T07:16:41.017Z | [ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6770 | 2026-08-15T07:16:41.017Z | [ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO STEP 470 (remove_files) COMPLETE |
| 6771 | 2026-08-15T07:16:41.020Z | [ recovery-image] Aug 15 07:16:40.147 INFO O| Aug 15 07:16:40.147 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6772 | 2026-08-15T07:16:41.028Z | [ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6773 | 2026-08-15T07:16:41.028Z | [ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO STEP 471 (remove_files) COMPLETE |
| 6774 | 2026-08-15T07:16:41.028Z | [ recovery-image] Aug 15 07:16:40.158 INFO O| Aug 15 07:16:40.158 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6775 | 2026-08-15T07:16:41.038Z | [ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6776 | 2026-08-15T07:16:41.038Z | [ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO STEP 472 (remove_files) COMPLETE |
| 6777 | 2026-08-15T07:16:41.038Z | [ recovery-image] Aug 15 07:16:40.168 INFO O| Aug 15 07:16:40.168 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6778 | 2026-08-15T07:16:41.048Z | [ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6779 | 2026-08-15T07:16:41.048Z | [ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO STEP 473 (remove_files) COMPLETE |
| 6780 | 2026-08-15T07:16:41.048Z | [ recovery-image] Aug 15 07:16:40.178 INFO O| Aug 15 07:16:40.178 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6781 | 2026-08-15T07:16:41.057Z | [ recovery-image] Aug 15 07:16:40.187 INFO O| Aug 15 07:16:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6782 | 2026-08-15T07:16:41.060Z | [ recovery-image] Aug 15 07:16:40.188 INFO O| Aug 15 07:16:40.188 INFO STEP 474 (remove_files) COMPLETE |
| 6783 | 2026-08-15T07:16:41.060Z | [ recovery-image] Aug 15 07:16:40.188 INFO O| Aug 15 07:16:40.188 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6784 | 2026-08-15T07:16:41.069Z | [ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6785 | 2026-08-15T07:16:41.069Z | [ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO STEP 475 (remove_files) COMPLETE |
| 6786 | 2026-08-15T07:16:41.069Z | [ recovery-image] Aug 15 07:16:40.199 INFO O| Aug 15 07:16:40.199 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6787 | 2026-08-15T07:16:41.079Z | [ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6788 | 2026-08-15T07:16:41.079Z | [ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO STEP 476 (remove_files) COMPLETE |
| 6789 | 2026-08-15T07:16:41.079Z | [ recovery-image] Aug 15 07:16:40.209 INFO O| Aug 15 07:16:40.209 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6790 | 2026-08-15T07:16:41.089Z | [ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6791 | 2026-08-15T07:16:41.089Z | [ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO STEP 477 (remove_files) COMPLETE |
| 6792 | 2026-08-15T07:16:41.089Z | [ recovery-image] Aug 15 07:16:40.219 INFO O| Aug 15 07:16:40.219 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6793 | 2026-08-15T07:16:41.099Z | [ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6794 | 2026-08-15T07:16:41.099Z | [ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO STEP 478 (remove_files) COMPLETE |
| 6795 | 2026-08-15T07:16:41.099Z | [ recovery-image] Aug 15 07:16:40.229 INFO O| Aug 15 07:16:40.229 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6796 | 2026-08-15T07:16:41.108Z | [ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6797 | 2026-08-15T07:16:41.108Z | [ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.239 INFO STEP 479 (remove_files) COMPLETE |
| 6798 | 2026-08-15T07:16:41.108Z | [ recovery-image] Aug 15 07:16:40.239 INFO O| Aug 15 07:16:40.239 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6799 | 2026-08-15T07:16:41.118Z | [ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6800 | 2026-08-15T07:16:41.118Z | [ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.249 INFO STEP 480 (remove_files) COMPLETE |
| 6801 | 2026-08-15T07:16:41.118Z | [ recovery-image] Aug 15 07:16:40.249 INFO O| Aug 15 07:16:40.249 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6802 | 2026-08-15T07:16:41.124Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 6803 | 2026-08-15T07:16:41.129Z | [ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6804 | 2026-08-15T07:16:41.132Z | [ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO STEP 481 (remove_files) COMPLETE |
| 6805 | 2026-08-15T07:16:41.132Z | [ recovery-image] Aug 15 07:16:40.259 INFO O| Aug 15 07:16:40.259 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6806 | 2026-08-15T07:16:41.140Z | [ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6807 | 2026-08-15T07:16:41.140Z | [ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO STEP 482 (remove_files) COMPLETE |
| 6808 | 2026-08-15T07:16:41.140Z | [ recovery-image] Aug 15 07:16:40.270 INFO O| Aug 15 07:16:40.270 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6809 | 2026-08-15T07:16:41.152Z | [ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6810 | 2026-08-15T07:16:41.152Z | [ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO STEP 483 (remove_files) COMPLETE |
| 6811 | 2026-08-15T07:16:41.155Z | [ recovery-image] Aug 15 07:16:40.282 INFO O| Aug 15 07:16:40.282 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6812 | 2026-08-15T07:16:41.168Z | [ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6813 | 2026-08-15T07:16:41.168Z | [ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO STEP 484 (remove_files) COMPLETE |
| 6814 | 2026-08-15T07:16:41.168Z | [ recovery-image] Aug 15 07:16:40.294 INFO O| Aug 15 07:16:40.294 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6815 | 2026-08-15T07:16:41.173Z | [ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6816 | 2026-08-15T07:16:41.173Z | [ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO STEP 485 (remove_files) COMPLETE |
| 6817 | 2026-08-15T07:16:41.177Z | [ recovery-image] Aug 15 07:16:40.304 INFO O| Aug 15 07:16:40.304 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6818 | 2026-08-15T07:16:41.184Z | [ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6819 | 2026-08-15T07:16:41.184Z | [ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO STEP 486 (remove_files) COMPLETE |
| 6820 | 2026-08-15T07:16:41.184Z | [ recovery-image] Aug 15 07:16:40.313 INFO O| Aug 15 07:16:40.313 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6821 | 2026-08-15T07:16:41.192Z | [ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6822 | 2026-08-15T07:16:41.192Z | [ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO STEP 487 (remove_files) COMPLETE |
| 6823 | 2026-08-15T07:16:41.192Z | [ recovery-image] Aug 15 07:16:40.322 INFO O| Aug 15 07:16:40.322 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6824 | 2026-08-15T07:16:41.201Z | [ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6825 | 2026-08-15T07:16:41.201Z | [ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO STEP 488 (remove_files) COMPLETE |
| 6826 | 2026-08-15T07:16:41.201Z | [ recovery-image] Aug 15 07:16:40.331 INFO O| Aug 15 07:16:40.331 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6827 | 2026-08-15T07:16:41.211Z | [ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6828 | 2026-08-15T07:16:41.211Z | [ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO STEP 489 (remove_files) COMPLETE |
| 6829 | 2026-08-15T07:16:41.214Z | [ recovery-image] Aug 15 07:16:40.341 INFO O| Aug 15 07:16:40.341 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6830 | 2026-08-15T07:16:41.217Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 6831 | 2026-08-15T07:16:41.221Z | [ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6832 | 2026-08-15T07:16:41.221Z | [ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO STEP 490 (remove_files) COMPLETE |
| 6833 | 2026-08-15T07:16:41.221Z | [ recovery-image] Aug 15 07:16:40.351 INFO O| Aug 15 07:16:40.351 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6834 | 2026-08-15T07:16:41.230Z | [ recovery-image] Aug 15 07:16:40.360 INFO O| Aug 15 07:16:40.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6835 | 2026-08-15T07:16:41.235Z | [ recovery-image] Aug 15 07:16:40.361 INFO O| Aug 15 07:16:40.361 INFO STEP 491 (remove_files) COMPLETE |
| 6836 | 2026-08-15T07:16:41.235Z | [ recovery-image] Aug 15 07:16:40.361 INFO O| Aug 15 07:16:40.361 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6837 | 2026-08-15T07:16:41.239Z | [ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6838 | 2026-08-15T07:16:41.239Z | [ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.370 INFO STEP 492 (remove_files) COMPLETE |
| 6839 | 2026-08-15T07:16:41.239Z | [ recovery-image] Aug 15 07:16:40.370 INFO O| Aug 15 07:16:40.370 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6840 | 2026-08-15T07:16:41.248Z | [ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6841 | 2026-08-15T07:16:41.249Z | [ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO STEP 493 (remove_files) COMPLETE |
| 6842 | 2026-08-15T07:16:41.249Z | [ recovery-image] Aug 15 07:16:40.379 INFO O| Aug 15 07:16:40.379 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6843 | 2026-08-15T07:16:41.257Z | [ recovery-image] Aug 15 07:16:40.387 INFO O| Aug 15 07:16:40.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6844 | 2026-08-15T07:16:41.257Z | [ recovery-image] Aug 15 07:16:40.388 INFO O| Aug 15 07:16:40.387 INFO STEP 494 (remove_files) COMPLETE |
| 6845 | 2026-08-15T07:16:41.257Z | [ recovery-image] Aug 15 07:16:40.388 INFO O| Aug 15 07:16:40.388 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6846 | 2026-08-15T07:16:41.268Z | [ recovery-image] Aug 15 07:16:40.398 INFO O| Aug 15 07:16:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6847 | 2026-08-15T07:16:41.271Z | [ recovery-image] Aug 15 07:16:40.399 INFO O| Aug 15 07:16:40.399 INFO STEP 495 (remove_files) COMPLETE |
| 6848 | 2026-08-15T07:16:41.271Z | [ recovery-image] Aug 15 07:16:40.399 INFO O| Aug 15 07:16:40.399 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6849 | 2026-08-15T07:16:41.280Z | [ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6850 | 2026-08-15T07:16:41.280Z | [ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO STEP 496 (remove_files) COMPLETE |
| 6851 | 2026-08-15T07:16:41.280Z | [ recovery-image] Aug 15 07:16:40.410 INFO O| Aug 15 07:16:40.410 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6852 | 2026-08-15T07:16:41.290Z | [ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6853 | 2026-08-15T07:16:41.290Z | [ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO STEP 497 (remove_files) COMPLETE |
| 6854 | 2026-08-15T07:16:41.290Z | [ recovery-image] Aug 15 07:16:40.420 INFO O| Aug 15 07:16:40.420 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6855 | 2026-08-15T07:16:41.300Z | [ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6856 | 2026-08-15T07:16:41.300Z | [ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO STEP 498 (remove_files) COMPLETE |
| 6857 | 2026-08-15T07:16:41.304Z | [ recovery-image] Aug 15 07:16:40.430 INFO O| Aug 15 07:16:40.430 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6858 | 2026-08-15T07:16:41.310Z | [ recovery-image] Aug 15 07:16:40.440 INFO O| Aug 15 07:16:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6859 | 2026-08-15T07:16:41.313Z | [ recovery-image] Aug 15 07:16:40.441 INFO O| Aug 15 07:16:40.441 INFO STEP 499 (remove_files) COMPLETE |
| 6860 | 2026-08-15T07:16:41.313Z | [ recovery-image] Aug 15 07:16:40.441 INFO O| Aug 15 07:16:40.441 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6861 | 2026-08-15T07:16:41.321Z | [ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6862 | 2026-08-15T07:16:41.321Z | [ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO STEP 500 (remove_files) COMPLETE |
| 6863 | 2026-08-15T07:16:41.321Z | [ recovery-image] Aug 15 07:16:40.451 INFO O| Aug 15 07:16:40.451 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6864 | 2026-08-15T07:16:41.331Z | [ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6865 | 2026-08-15T07:16:41.334Z | [ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO STEP 501 (remove_files) COMPLETE |
| 6866 | 2026-08-15T07:16:41.334Z | [ recovery-image] Aug 15 07:16:40.461 INFO O| Aug 15 07:16:40.461 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6867 | 2026-08-15T07:16:41.340Z | [ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6868 | 2026-08-15T07:16:41.340Z | [ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO STEP 502 (remove_files) COMPLETE |
| 6869 | 2026-08-15T07:16:41.340Z | [ recovery-image] Aug 15 07:16:40.471 INFO O| Aug 15 07:16:40.471 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6870 | 2026-08-15T07:16:41.350Z | [ recovery-image] Aug 15 07:16:40.480 INFO O| Aug 15 07:16:40.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6871 | 2026-08-15T07:16:41.350Z | [ recovery-image] Aug 15 07:16:40.481 INFO O| Aug 15 07:16:40.480 INFO STEP 503 (remove_files) COMPLETE |
| 6872 | 2026-08-15T07:16:41.354Z | [ recovery-image] Aug 15 07:16:40.481 INFO O| Aug 15 07:16:40.480 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6873 | 2026-08-15T07:16:41.362Z | [ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6874 | 2026-08-15T07:16:41.362Z | [ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO STEP 504 (remove_files) COMPLETE |
| 6875 | 2026-08-15T07:16:41.365Z | [ recovery-image] Aug 15 07:16:40.490 INFO O| Aug 15 07:16:40.490 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6876 | 2026-08-15T07:16:41.371Z | [ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6877 | 2026-08-15T07:16:41.371Z | [ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO STEP 505 (remove_files) COMPLETE |
| 6878 | 2026-08-15T07:16:41.375Z | [ recovery-image] Aug 15 07:16:40.502 INFO O| Aug 15 07:16:40.502 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6879 | 2026-08-15T07:16:41.381Z | [ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6880 | 2026-08-15T07:16:41.381Z | [ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO STEP 506 (remove_files) COMPLETE |
| 6881 | 2026-08-15T07:16:41.381Z | [ recovery-image] Aug 15 07:16:40.512 INFO O| Aug 15 07:16:40.512 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6882 | 2026-08-15T07:16:41.392Z | [ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6883 | 2026-08-15T07:16:41.392Z | [ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO STEP 507 (remove_files) COMPLETE |
| 6884 | 2026-08-15T07:16:41.392Z | [ recovery-image] Aug 15 07:16:40.522 INFO O| Aug 15 07:16:40.522 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6885 | 2026-08-15T07:16:41.402Z | [ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6886 | 2026-08-15T07:16:41.405Z | [ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.533 INFO STEP 508 (remove_files) COMPLETE |
| 6887 | 2026-08-15T07:16:41.405Z | [ recovery-image] Aug 15 07:16:40.533 INFO O| Aug 15 07:16:40.533 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6888 | 2026-08-15T07:16:41.414Z | [ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6889 | 2026-08-15T07:16:41.414Z | [ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO STEP 509 (remove_files) COMPLETE |
| 6890 | 2026-08-15T07:16:41.414Z | [ recovery-image] Aug 15 07:16:40.544 INFO O| Aug 15 07:16:40.544 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6891 | 2026-08-15T07:16:41.424Z | [ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6892 | 2026-08-15T07:16:41.424Z | [ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO STEP 510 (remove_files) COMPLETE |
| 6893 | 2026-08-15T07:16:41.424Z | [ recovery-image] Aug 15 07:16:40.554 INFO O| Aug 15 07:16:40.554 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6894 | 2026-08-15T07:16:41.434Z | [ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6895 | 2026-08-15T07:16:41.434Z | [ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO STEP 511 (remove_files) COMPLETE |
| 6896 | 2026-08-15T07:16:41.435Z | [ recovery-image] Aug 15 07:16:40.565 INFO O| Aug 15 07:16:40.565 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6897 | 2026-08-15T07:16:41.445Z | [ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6898 | 2026-08-15T07:16:41.445Z | [ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO STEP 512 (remove_files) COMPLETE |
| 6899 | 2026-08-15T07:16:41.445Z | [ recovery-image] Aug 15 07:16:40.575 INFO O| Aug 15 07:16:40.575 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6900 | 2026-08-15T07:16:41.456Z | [ recovery-image] Aug 15 07:16:40.586 INFO O| Aug 15 07:16:40.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6901 | 2026-08-15T07:16:41.460Z | [ recovery-image] Aug 15 07:16:40.587 INFO O| Aug 15 07:16:40.587 INFO STEP 513 (remove_files) COMPLETE |
| 6902 | 2026-08-15T07:16:41.460Z | [ recovery-image] Aug 15 07:16:40.587 INFO O| Aug 15 07:16:40.587 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6903 | 2026-08-15T07:16:41.468Z | [ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6904 | 2026-08-15T07:16:41.468Z | [ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO STEP 514 (remove_files) COMPLETE |
| 6905 | 2026-08-15T07:16:41.472Z | [ recovery-image] Aug 15 07:16:40.599 INFO O| Aug 15 07:16:40.599 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6906 | 2026-08-15T07:16:41.479Z | [ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6907 | 2026-08-15T07:16:41.479Z | [ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO STEP 515 (remove_files) COMPLETE |
| 6908 | 2026-08-15T07:16:41.479Z | [ recovery-image] Aug 15 07:16:40.609 INFO O| Aug 15 07:16:40.609 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6909 | 2026-08-15T07:16:41.488Z | [ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6910 | 2026-08-15T07:16:41.489Z | [ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO STEP 516 (remove_files) COMPLETE |
| 6911 | 2026-08-15T07:16:41.489Z | [ recovery-image] Aug 15 07:16:40.619 INFO O| Aug 15 07:16:40.619 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6912 | 2026-08-15T07:16:41.499Z | [ recovery-image] Aug 15 07:16:40.630 INFO O| Aug 15 07:16:40.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6913 | 2026-08-15T07:16:41.503Z | [ recovery-image] Aug 15 07:16:40.631 INFO O| Aug 15 07:16:40.631 INFO STEP 517 (remove_files) COMPLETE |
| 6914 | 2026-08-15T07:16:41.503Z | [ recovery-image] Aug 15 07:16:40.631 INFO O| Aug 15 07:16:40.631 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6915 | 2026-08-15T07:16:41.506Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 6916 | 2026-08-15T07:16:41.512Z | [ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6917 | 2026-08-15T07:16:41.512Z | [ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO STEP 518 (remove_files) COMPLETE |
| 6918 | 2026-08-15T07:16:41.515Z | [ recovery-image] Aug 15 07:16:40.642 INFO O| Aug 15 07:16:40.642 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6919 | 2026-08-15T07:16:41.523Z | [ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6920 | 2026-08-15T07:16:41.524Z | [ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO STEP 519 (remove_files) COMPLETE |
| 6921 | 2026-08-15T07:16:41.524Z | [ recovery-image] Aug 15 07:16:40.653 INFO O| Aug 15 07:16:40.653 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-15T07:16:41.534Z | [ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6923 | 2026-08-15T07:16:41.534Z | [ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO STEP 520 (remove_files) COMPLETE |
| 6924 | 2026-08-15T07:16:41.534Z | [ recovery-image] Aug 15 07:16:40.664 INFO O| Aug 15 07:16:40.664 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6925 | 2026-08-15T07:16:41.544Z | [ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6926 | 2026-08-15T07:16:41.544Z | [ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO STEP 521 (remove_files) COMPLETE |
| 6927 | 2026-08-15T07:16:41.544Z | [ recovery-image] Aug 15 07:16:40.674 INFO O| Aug 15 07:16:40.674 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6928 | 2026-08-15T07:16:41.554Z | [ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6929 | 2026-08-15T07:16:41.554Z | [ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO STEP 522 (remove_files) COMPLETE |
| 6930 | 2026-08-15T07:16:41.554Z | [ recovery-image] Aug 15 07:16:40.684 INFO O| Aug 15 07:16:40.684 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-08-15T07:16:41.565Z | [ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6932 | 2026-08-15T07:16:41.565Z | [ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO STEP 523 (remove_files) COMPLETE |
| 6933 | 2026-08-15T07:16:41.565Z | [ recovery-image] Aug 15 07:16:40.695 INFO O| Aug 15 07:16:40.695 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6934 | 2026-08-15T07:16:41.582Z | [ recovery-image] Aug 15 07:16:40.706 INFO O| Aug 15 07:16:40.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6935 | 2026-08-15T07:16:41.583Z | [ recovery-image] Aug 15 07:16:40.707 INFO O| Aug 15 07:16:40.707 INFO STEP 524 (remove_files) COMPLETE |
| 6936 | 2026-08-15T07:16:41.583Z | [ recovery-image] Aug 15 07:16:40.707 INFO O| Aug 15 07:16:40.707 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6937 | 2026-08-15T07:16:41.597Z | [ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6938 | 2026-08-15T07:16:41.597Z | [ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO STEP 525 (remove_files) COMPLETE |
| 6939 | 2026-08-15T07:16:41.598Z | [ recovery-image] Aug 15 07:16:40.727 INFO O| Aug 15 07:16:40.717 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-08-15T07:16:41.601Z | [ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6941 | 2026-08-15T07:16:41.601Z | [ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.729 INFO STEP 526 (remove_files) COMPLETE |
| 6942 | 2026-08-15T07:16:41.601Z | [ recovery-image] Aug 15 07:16:40.731 INFO O| Aug 15 07:16:40.729 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6943 | 2026-08-15T07:16:41.608Z | [ recovery-image] Aug 15 07:16:40.738 INFO O| Aug 15 07:16:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6944 | 2026-08-15T07:16:41.608Z | [ recovery-image] Aug 15 07:16:40.739 INFO O| Aug 15 07:16:40.738 INFO STEP 527 (remove_files) COMPLETE |
| 6945 | 2026-08-15T07:16:41.608Z | [ recovery-image] Aug 15 07:16:40.739 INFO O| Aug 15 07:16:40.738 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6946 | 2026-08-15T07:16:41.617Z | [ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6947 | 2026-08-15T07:16:41.617Z | [ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO STEP 528 (remove_files) COMPLETE |
| 6948 | 2026-08-15T07:16:41.617Z | [ recovery-image] Aug 15 07:16:40.748 INFO O| Aug 15 07:16:40.748 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6949 | 2026-08-15T07:16:41.627Z | [ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6950 | 2026-08-15T07:16:41.627Z | [ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO STEP 529 (remove_files) COMPLETE |
| 6951 | 2026-08-15T07:16:41.627Z | [ recovery-image] Aug 15 07:16:40.757 INFO O| Aug 15 07:16:40.757 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6952 | 2026-08-15T07:16:41.636Z | [ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6953 | 2026-08-15T07:16:41.636Z | [ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO STEP 530 (remove_files) COMPLETE |
| 6954 | 2026-08-15T07:16:41.636Z | [ recovery-image] Aug 15 07:16:40.766 INFO O| Aug 15 07:16:40.766 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6955 | 2026-08-15T07:16:41.644Z | [ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6956 | 2026-08-15T07:16:41.644Z | [ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.775 INFO STEP 531 (remove_files) COMPLETE |
| 6957 | 2026-08-15T07:16:41.644Z | [ recovery-image] Aug 15 07:16:40.775 INFO O| Aug 15 07:16:40.775 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6958 | 2026-08-15T07:16:41.654Z | [ recovery-image] Aug 15 07:16:40.784 INFO O| Aug 15 07:16:40.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6959 | 2026-08-15T07:16:41.654Z | [ recovery-image] Aug 15 07:16:40.785 INFO O| Aug 15 07:16:40.785 INFO STEP 532 (remove_files) COMPLETE |
| 6960 | 2026-08-15T07:16:41.658Z | [ recovery-image] Aug 15 07:16:40.785 INFO O| Aug 15 07:16:40.785 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6961 | 2026-08-15T07:16:41.664Z | [ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6962 | 2026-08-15T07:16:41.667Z | [ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.795 INFO STEP 533 (remove_files) COMPLETE |
| 6963 | 2026-08-15T07:16:41.667Z | [ recovery-image] Aug 15 07:16:40.795 INFO O| Aug 15 07:16:40.795 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6964 | 2026-08-15T07:16:41.675Z | [ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6965 | 2026-08-15T07:16:41.675Z | [ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO STEP 534 (remove_files) COMPLETE |
| 6966 | 2026-08-15T07:16:41.675Z | [ recovery-image] Aug 15 07:16:40.805 INFO O| Aug 15 07:16:40.805 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6967 | 2026-08-15T07:16:41.685Z | [ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6968 | 2026-08-15T07:16:41.685Z | [ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.816 INFO STEP 535 (remove_files) COMPLETE |
| 6969 | 2026-08-15T07:16:41.685Z | [ recovery-image] Aug 15 07:16:40.816 INFO O| Aug 15 07:16:40.816 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6970 | 2026-08-15T07:16:41.691Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 6971 | 2026-08-15T07:16:41.695Z | [ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6972 | 2026-08-15T07:16:41.696Z | [ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO STEP 536 (remove_files) COMPLETE |
| 6973 | 2026-08-15T07:16:41.698Z | [ recovery-image] Aug 15 07:16:40.826 INFO O| Aug 15 07:16:40.826 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6974 | 2026-08-15T07:16:41.708Z | [ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6975 | 2026-08-15T07:16:41.708Z | [ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO STEP 537 (remove_files) COMPLETE |
| 6976 | 2026-08-15T07:16:41.708Z | [ recovery-image] Aug 15 07:16:40.838 INFO O| Aug 15 07:16:40.838 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6977 | 2026-08-15T07:16:41.720Z | [ recovery-image] Aug 15 07:16:40.849 INFO O| Aug 15 07:16:40.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6978 | 2026-08-15T07:16:41.723Z | [ recovery-image] Aug 15 07:16:40.850 INFO O| Aug 15 07:16:40.850 INFO STEP 538 (remove_files) COMPLETE |
| 6979 | 2026-08-15T07:16:41.723Z | [ recovery-image] Aug 15 07:16:40.850 INFO O| Aug 15 07:16:40.850 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6980 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.861 INFO O| Aug 15 07:16:40.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6981 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.862 INFO O| Aug 15 07:16:40.862 INFO STEP 539 (remove_files) COMPLETE |
| 6982 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.862 INFO O| Aug 15 07:16:40.862 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6983 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.873 INFO O| Aug 15 07:16:40.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6984 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.874 INFO O| Aug 15 07:16:40.874 INFO STEP 540 (remove_files) COMPLETE |
| 6985 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.874 INFO O| Aug 15 07:16:40.874 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6986 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6987 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO STEP 541 (remove_files) COMPLETE |
| 6988 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.885 INFO O| Aug 15 07:16:40.885 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6989 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6990 | 2026-08-15T07:16:41.770Z | [ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO STEP 542 (remove_files) COMPLETE |
| 6991 | 2026-08-15T07:16:41.771Z | [ recovery-image] Aug 15 07:16:40.896 INFO O| Aug 15 07:16:40.896 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6992 | 2026-08-15T07:16:41.776Z | [ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6993 | 2026-08-15T07:16:41.776Z | [ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO STEP 543 (remove_files) COMPLETE |
| 6994 | 2026-08-15T07:16:41.779Z | [ recovery-image] Aug 15 07:16:40.906 INFO O| Aug 15 07:16:40.906 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6995 | 2026-08-15T07:16:41.787Z | [ recovery-image] Aug 15 07:16:40.917 INFO O| Aug 15 07:16:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6996 | 2026-08-15T07:16:41.790Z | [ recovery-image] Aug 15 07:16:40.918 INFO O| Aug 15 07:16:40.918 INFO STEP 544 (remove_files) COMPLETE |
| 6997 | 2026-08-15T07:16:41.790Z | [ recovery-image] Aug 15 07:16:40.918 INFO O| Aug 15 07:16:40.918 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6998 | 2026-08-15T07:16:41.796Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 6999 | 2026-08-15T07:16:41.799Z | [ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 7000 | 2026-08-15T07:16:41.799Z | [ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO STEP 545 (remove_files) COMPLETE |
| 7001 | 2026-08-15T07:16:41.799Z | [ recovery-image] Aug 15 07:16:40.928 INFO O| Aug 15 07:16:40.928 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7002 | 2026-08-15T07:16:41.809Z | [ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 7003 | 2026-08-15T07:16:41.809Z | [ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO STEP 546 (remove_files) COMPLETE |
| 7004 | 2026-08-15T07:16:41.809Z | [ recovery-image] Aug 15 07:16:40.939 INFO O| Aug 15 07:16:40.939 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7005 | 2026-08-15T07:16:41.817Z | [ recovery-image] Aug 15 07:16:40.947 INFO O| Aug 15 07:16:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 7006 | 2026-08-15T07:16:41.817Z | [ recovery-image] Aug 15 07:16:40.948 INFO O| Aug 15 07:16:40.948 INFO STEP 547 (remove_files) COMPLETE |
| 7007 | 2026-08-15T07:16:41.817Z | [ recovery-image] Aug 15 07:16:40.948 INFO O| Aug 15 07:16:40.948 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7008 | 2026-08-15T07:16:41.826Z | [ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 7009 | 2026-08-15T07:16:41.826Z | [ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO STEP 548 (remove_files) COMPLETE |
| 7010 | 2026-08-15T07:16:41.827Z | [ recovery-image] Aug 15 07:16:40.956 INFO O| Aug 15 07:16:40.956 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7011 | 2026-08-15T07:16:41.830Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 7012 | 2026-08-15T07:16:41.835Z | [ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 7013 | 2026-08-15T07:16:41.835Z | [ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO STEP 549 (remove_files) COMPLETE |
| 7014 | 2026-08-15T07:16:41.835Z | [ recovery-image] Aug 15 07:16:40.966 INFO O| Aug 15 07:16:40.966 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7015 | 2026-08-15T07:16:41.845Z | [ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 7016 | 2026-08-15T07:16:41.845Z | [ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO STEP 550 (remove_files) COMPLETE |
| 7017 | 2026-08-15T07:16:41.846Z | [ recovery-image] Aug 15 07:16:40.976 INFO O| Aug 15 07:16:40.976 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7018 | 2026-08-15T07:16:41.855Z | [ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 7019 | 2026-08-15T07:16:41.855Z | [ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.986 INFO STEP 551 (remove_files) COMPLETE |
| 7020 | 2026-08-15T07:16:41.855Z | [ recovery-image] Aug 15 07:16:40.986 INFO O| Aug 15 07:16:40.986 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7021 | 2026-08-15T07:16:41.859Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 7022 | 2026-08-15T07:16:41.859Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 7023 | 2026-08-15T07:16:41.865Z | [ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 7024 | 2026-08-15T07:16:41.865Z | [ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO STEP 552 (remove_files) COMPLETE |
| 7025 | 2026-08-15T07:16:41.868Z | [ recovery-image] Aug 15 07:16:40.995 INFO O| Aug 15 07:16:40.995 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7026 | 2026-08-15T07:16:41.876Z | [ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 7027 | 2026-08-15T07:16:41.876Z | [ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO STEP 553 (remove_files) COMPLETE |
| 7028 | 2026-08-15T07:16:41.879Z | [ recovery-image] Aug 15 07:16:41.006 INFO O| Aug 15 07:16:41.006 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7029 | 2026-08-15T07:16:41.889Z | [ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 7030 | 2026-08-15T07:16:41.889Z | [ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO STEP 554 (remove_files) COMPLETE |
| 7031 | 2026-08-15T07:16:41.889Z | [ recovery-image] Aug 15 07:16:41.017 INFO O| Aug 15 07:16:41.017 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7032 | 2026-08-15T07:16:41.897Z | [ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 7033 | 2026-08-15T07:16:41.897Z | [ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO STEP 555 (remove_files) COMPLETE |
| 7034 | 2026-08-15T07:16:41.900Z | [ recovery-image] Aug 15 07:16:41.027 INFO O| Aug 15 07:16:41.027 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7035 | 2026-08-15T07:16:41.907Z | [ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 7036 | 2026-08-15T07:16:41.907Z | [ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO STEP 556 (remove_files) COMPLETE |
| 7037 | 2026-08-15T07:16:41.907Z | [ recovery-image] Aug 15 07:16:41.037 INFO O| Aug 15 07:16:41.037 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7038 | 2026-08-15T07:16:41.920Z | [ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 7039 | 2026-08-15T07:16:41.920Z | [ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO STEP 557 (remove_files) COMPLETE |
| 7040 | 2026-08-15T07:16:41.920Z | [ recovery-image] Aug 15 07:16:41.050 INFO O| Aug 15 07:16:41.050 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7041 | 2026-08-15T07:16:41.930Z | [ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 7042 | 2026-08-15T07:16:41.930Z | [ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO STEP 558 (remove_files) COMPLETE |
| 7043 | 2026-08-15T07:16:41.930Z | [ recovery-image] Aug 15 07:16:41.060 INFO O| Aug 15 07:16:41.060 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7044 | 2026-08-15T07:16:41.940Z | [ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 7045 | 2026-08-15T07:16:41.940Z | [ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO STEP 559 (remove_files) COMPLETE |
| 7046 | 2026-08-15T07:16:41.940Z | [ recovery-image] Aug 15 07:16:41.071 INFO O| Aug 15 07:16:41.071 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7047 | 2026-08-15T07:16:41.950Z | [ recovery-image] Aug 15 07:16:41.080 INFO O| Aug 15 07:16:41.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 7048 | 2026-08-15T07:16:41.953Z | [ recovery-image] Aug 15 07:16:41.081 INFO O| Aug 15 07:16:41.081 INFO STEP 560 (remove_files) COMPLETE |
| 7049 | 2026-08-15T07:16:41.953Z | [ recovery-image] Aug 15 07:16:41.081 INFO O| Aug 15 07:16:41.081 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7050 | 2026-08-15T07:16:41.961Z | [ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 7051 | 2026-08-15T07:16:41.961Z | [ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO STEP 561 (remove_files) COMPLETE |
| 7052 | 2026-08-15T07:16:41.964Z | [ recovery-image] Aug 15 07:16:41.092 INFO O| Aug 15 07:16:41.092 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7053 | 2026-08-15T07:16:41.972Z | [ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 7054 | 2026-08-15T07:16:41.972Z | [ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO STEP 562 (remove_files) COMPLETE |
| 7055 | 2026-08-15T07:16:41.972Z | [ recovery-image] Aug 15 07:16:41.102 INFO O| Aug 15 07:16:41.102 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7056 | 2026-08-15T07:16:41.982Z | [ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 7057 | 2026-08-15T07:16:41.982Z | [ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO STEP 563 (remove_files) COMPLETE |
| 7058 | 2026-08-15T07:16:41.982Z | [ recovery-image] Aug 15 07:16:41.112 INFO O| Aug 15 07:16:41.112 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7059 | 2026-08-15T07:16:41.992Z | [ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 7060 | 2026-08-15T07:16:41.992Z | [ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO STEP 564 (remove_files) COMPLETE |
| 7061 | 2026-08-15T07:16:41.992Z | [ recovery-image] Aug 15 07:16:41.122 INFO O| Aug 15 07:16:41.122 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7062 | 2026-08-15T07:16:42.001Z | [ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 7063 | 2026-08-15T07:16:42.001Z | [ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO STEP 565 (remove_files) COMPLETE |
| 7064 | 2026-08-15T07:16:42.005Z | [ recovery-image] Aug 15 07:16:41.131 INFO O| Aug 15 07:16:41.131 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7065 | 2026-08-15T07:16:42.012Z | [ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 7066 | 2026-08-15T07:16:42.012Z | [ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO STEP 566 (remove_files) COMPLETE |
| 7067 | 2026-08-15T07:16:42.012Z | [ recovery-image] Aug 15 07:16:41.142 INFO O| Aug 15 07:16:41.142 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7068 | 2026-08-15T07:16:42.023Z | [ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 7069 | 2026-08-15T07:16:42.023Z | [ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO STEP 567 (remove_files) COMPLETE |
| 7070 | 2026-08-15T07:16:42.026Z | [ recovery-image] Aug 15 07:16:41.153 INFO O| Aug 15 07:16:41.153 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7071 | 2026-08-15T07:16:42.032Z | [ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 7072 | 2026-08-15T07:16:42.033Z | [ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO STEP 568 (remove_files) COMPLETE |
| 7073 | 2026-08-15T07:16:42.033Z | [ recovery-image] Aug 15 07:16:41.163 INFO O| Aug 15 07:16:41.163 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7074 | 2026-08-15T07:16:42.042Z | [ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 7075 | 2026-08-15T07:16:42.042Z | [ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO STEP 569 (remove_files) COMPLETE |
| 7076 | 2026-08-15T07:16:42.043Z | [ recovery-image] Aug 15 07:16:41.173 INFO O| Aug 15 07:16:41.173 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7077 | 2026-08-15T07:16:42.052Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 7078 | 2026-08-15T07:16:42.056Z | [ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 7079 | 2026-08-15T07:16:42.056Z | [ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.183 INFO STEP 570 (remove_files) COMPLETE |
| 7080 | 2026-08-15T07:16:42.056Z | [ recovery-image] Aug 15 07:16:41.183 INFO O| Aug 15 07:16:41.183 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7081 | 2026-08-15T07:16:42.061Z | [ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 7082 | 2026-08-15T07:16:42.061Z | [ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.192 INFO STEP 571 (remove_files) COMPLETE |
| 7083 | 2026-08-15T07:16:42.064Z | [ recovery-image] Aug 15 07:16:41.192 INFO O| Aug 15 07:16:41.192 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7084 | 2026-08-15T07:16:42.072Z | [ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 7085 | 2026-08-15T07:16:42.072Z | [ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO STEP 572 (remove_files) COMPLETE |
| 7086 | 2026-08-15T07:16:42.075Z | [ recovery-image] Aug 15 07:16:41.202 INFO O| Aug 15 07:16:41.202 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7087 | 2026-08-15T07:16:42.081Z | [ recovery-image] Aug 15 07:16:41.211 INFO O| Aug 15 07:16:41.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 7088 | 2026-08-15T07:16:42.084Z | [ recovery-image] Aug 15 07:16:41.212 INFO O| Aug 15 07:16:41.212 INFO STEP 573 (remove_files) COMPLETE |
| 7089 | 2026-08-15T07:16:42.084Z | [ recovery-image] Aug 15 07:16:41.212 INFO O| Aug 15 07:16:41.212 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7090 | 2026-08-15T07:16:42.091Z | [ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 7091 | 2026-08-15T07:16:42.091Z | [ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.222 INFO STEP 574 (remove_files) COMPLETE |
| 7092 | 2026-08-15T07:16:42.091Z | [ recovery-image] Aug 15 07:16:41.222 INFO O| Aug 15 07:16:41.222 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7093 | 2026-08-15T07:16:42.101Z | [ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 7094 | 2026-08-15T07:16:42.101Z | [ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO STEP 575 (remove_files) COMPLETE |
| 7095 | 2026-08-15T07:16:42.101Z | [ recovery-image] Aug 15 07:16:41.231 INFO O| Aug 15 07:16:41.231 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7096 | 2026-08-15T07:16:42.111Z | [ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 7097 | 2026-08-15T07:16:42.111Z | [ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.241 INFO STEP 576 (remove_files) COMPLETE |
| 7098 | 2026-08-15T07:16:42.111Z | [ recovery-image] Aug 15 07:16:41.241 INFO O| Aug 15 07:16:41.241 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7099 | 2026-08-15T07:16:42.121Z | [ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 7100 | 2026-08-15T07:16:42.121Z | [ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO STEP 577 (remove_files) COMPLETE |
| 7101 | 2026-08-15T07:16:42.121Z | [ recovery-image] Aug 15 07:16:41.250 INFO O| Aug 15 07:16:41.250 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7102 | 2026-08-15T07:16:42.130Z | [ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 7103 | 2026-08-15T07:16:42.130Z | [ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO STEP 578 (remove_files) COMPLETE |
| 7104 | 2026-08-15T07:16:42.131Z | [ recovery-image] Aug 15 07:16:41.259 INFO O| Aug 15 07:16:41.259 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7105 | 2026-08-15T07:16:42.137Z | [ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 7106 | 2026-08-15T07:16:42.137Z | [ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO STEP 579 (remove_files) COMPLETE |
| 7107 | 2026-08-15T07:16:42.140Z | [ recovery-image] Aug 15 07:16:41.267 INFO O| Aug 15 07:16:41.267 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7108 | 2026-08-15T07:16:42.145Z | [ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 7109 | 2026-08-15T07:16:42.145Z | [ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO STEP 580 (remove_files) COMPLETE |
| 7110 | 2026-08-15T07:16:42.145Z | [ recovery-image] Aug 15 07:16:41.276 INFO O| Aug 15 07:16:41.276 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7111 | 2026-08-15T07:16:42.153Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 7112 | 2026-08-15T07:16:42.156Z | [ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 7113 | 2026-08-15T07:16:42.156Z | [ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO STEP 581 (remove_files) COMPLETE |
| 7114 | 2026-08-15T07:16:42.156Z | [ recovery-image] Aug 15 07:16:41.285 INFO O| Aug 15 07:16:41.285 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7115 | 2026-08-15T07:16:42.165Z | [ recovery-image] Aug 15 07:16:41.295 INFO O| Aug 15 07:16:41.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 7116 | 2026-08-15T07:16:42.165Z | [ recovery-image] Aug 15 07:16:41.296 INFO O| Aug 15 07:16:41.295 INFO STEP 582 (remove_files) COMPLETE |
| 7117 | 2026-08-15T07:16:42.165Z | [ recovery-image] Aug 15 07:16:41.296 INFO O| Aug 15 07:16:41.295 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7118 | 2026-08-15T07:16:42.178Z | [ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 7119 | 2026-08-15T07:16:42.178Z | [ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO STEP 583 (remove_files) COMPLETE |
| 7120 | 2026-08-15T07:16:42.178Z | [ recovery-image] Aug 15 07:16:41.308 INFO O| Aug 15 07:16:41.308 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7121 | 2026-08-15T07:16:42.186Z | [ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 7122 | 2026-08-15T07:16:42.186Z | [ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO STEP 584 (remove_files) COMPLETE |
| 7123 | 2026-08-15T07:16:42.189Z | [ recovery-image] Aug 15 07:16:41.316 INFO O| Aug 15 07:16:41.316 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7124 | 2026-08-15T07:16:42.194Z | [ recovery-image] Aug 15 07:16:41.324 INFO O| Aug 15 07:16:41.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 7125 | 2026-08-15T07:16:42.197Z | [ recovery-image] Aug 15 07:16:41.325 INFO O| Aug 15 07:16:41.325 INFO STEP 585 (remove_files) COMPLETE |
| 7126 | 2026-08-15T07:16:42.197Z | [ recovery-image] Aug 15 07:16:41.325 INFO O| Aug 15 07:16:41.325 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7127 | 2026-08-15T07:16:42.204Z | [ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 7128 | 2026-08-15T07:16:42.204Z | [ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO STEP 586 (remove_files) COMPLETE |
| 7129 | 2026-08-15T07:16:42.208Z | [ recovery-image] Aug 15 07:16:41.334 INFO O| Aug 15 07:16:41.334 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7130 | 2026-08-15T07:16:42.213Z | [ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 7131 | 2026-08-15T07:16:42.214Z | [ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO STEP 587 (remove_files) COMPLETE |
| 7132 | 2026-08-15T07:16:42.215Z | [ recovery-image] Aug 15 07:16:41.343 INFO O| Aug 15 07:16:41.343 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7133 | 2026-08-15T07:16:42.222Z | [ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 7134 | 2026-08-15T07:16:42.222Z | [ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO STEP 588 (remove_files) COMPLETE |
| 7135 | 2026-08-15T07:16:42.222Z | [ recovery-image] Aug 15 07:16:41.352 INFO O| Aug 15 07:16:41.352 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7136 | 2026-08-15T07:16:42.231Z | [ recovery-image] Aug 15 07:16:41.361 INFO O| Aug 15 07:16:41.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 7137 | 2026-08-15T07:16:42.241Z | [ recovery-image] Aug 15 07:16:41.372 INFO O| Aug 15 07:16:41.372 INFO STEP 589 (remove_files) COMPLETE |
| 7138 | 2026-08-15T07:16:42.241Z | [ recovery-image] Aug 15 07:16:41.372 INFO O| Aug 15 07:16:41.372 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7139 | 2026-08-15T07:16:42.251Z | [ recovery-image] Aug 15 07:16:41.381 INFO O| Aug 15 07:16:41.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7140 | 2026-08-15T07:16:42.252Z | [ recovery-image] Aug 15 07:16:41.382 INFO O| Aug 15 07:16:41.381 INFO STEP 590 (remove_files) COMPLETE |
| 7141 | 2026-08-15T07:16:42.252Z | [ recovery-image] Aug 15 07:16:41.382 INFO O| Aug 15 07:16:41.381 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7142 | 2026-08-15T07:16:42.260Z | [ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7143 | 2026-08-15T07:16:42.260Z | [ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO STEP 591 (remove_files) COMPLETE |
| 7144 | 2026-08-15T07:16:42.261Z | [ recovery-image] Aug 15 07:16:41.390 INFO O| Aug 15 07:16:41.390 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7145 | 2026-08-15T07:16:42.269Z | [ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7146 | 2026-08-15T07:16:42.269Z | [ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO STEP 592 (remove_files) COMPLETE |
| 7147 | 2026-08-15T07:16:42.270Z | [ recovery-image] Aug 15 07:16:41.399 INFO O| Aug 15 07:16:41.399 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7148 | 2026-08-15T07:16:42.278Z | [ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7149 | 2026-08-15T07:16:42.278Z | [ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO STEP 593 (remove_files) COMPLETE |
| 7150 | 2026-08-15T07:16:42.281Z | [ recovery-image] Aug 15 07:16:41.408 INFO O| Aug 15 07:16:41.408 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7151 | 2026-08-15T07:16:42.288Z | [ recovery-image] Aug 15 07:16:41.416 INFO O| Aug 15 07:16:41.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7152 | 2026-08-15T07:16:42.288Z | [ recovery-image] Aug 15 07:16:41.417 INFO O| Aug 15 07:16:41.416 INFO STEP 594 (remove_files) COMPLETE |
| 7153 | 2026-08-15T07:16:42.288Z | [ recovery-image] Aug 15 07:16:41.417 INFO O| Aug 15 07:16:41.417 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7154 | 2026-08-15T07:16:42.295Z | [ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7155 | 2026-08-15T07:16:42.295Z | [ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO STEP 595 (remove_files) COMPLETE |
| 7156 | 2026-08-15T07:16:42.298Z | [ recovery-image] Aug 15 07:16:41.425 INFO O| Aug 15 07:16:41.425 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7157 | 2026-08-15T07:16:42.303Z | [ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7158 | 2026-08-15T07:16:42.303Z | [ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO STEP 596 (remove_files) COMPLETE |
| 7159 | 2026-08-15T07:16:42.303Z | [ recovery-image] Aug 15 07:16:41.433 INFO O| Aug 15 07:16:41.433 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7160 | 2026-08-15T07:16:42.315Z | [ recovery-image] Aug 15 07:16:41.445 INFO O| Aug 15 07:16:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7161 | 2026-08-15T07:16:42.319Z | [ recovery-image] Aug 15 07:16:41.446 INFO O| Aug 15 07:16:41.446 INFO STEP 597 (remove_files) COMPLETE |
| 7162 | 2026-08-15T07:16:42.320Z | [ recovery-image] Aug 15 07:16:41.446 INFO O| Aug 15 07:16:41.446 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7163 | 2026-08-15T07:16:42.323Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 7164 | 2026-08-15T07:16:42.327Z | [ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7165 | 2026-08-15T07:16:42.328Z | [ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.458 INFO STEP 598 (remove_files) COMPLETE |
| 7166 | 2026-08-15T07:16:42.328Z | [ recovery-image] Aug 15 07:16:41.458 INFO O| Aug 15 07:16:41.458 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7167 | 2026-08-15T07:16:42.340Z | [ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7168 | 2026-08-15T07:16:42.340Z | [ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO STEP 599 (remove_files) COMPLETE |
| 7169 | 2026-08-15T07:16:42.340Z | [ recovery-image] Aug 15 07:16:41.467 INFO O| Aug 15 07:16:41.467 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7170 | 2026-08-15T07:16:42.347Z | [ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7171 | 2026-08-15T07:16:42.347Z | [ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO STEP 600 (remove_files) COMPLETE |
| 7172 | 2026-08-15T07:16:42.350Z | [ recovery-image] Aug 15 07:16:41.477 INFO O| Aug 15 07:16:41.477 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7173 | 2026-08-15T07:16:42.356Z | [ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7174 | 2026-08-15T07:16:42.356Z | [ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO STEP 601 (remove_files) COMPLETE |
| 7175 | 2026-08-15T07:16:42.356Z | [ recovery-image] Aug 15 07:16:41.486 INFO O| Aug 15 07:16:41.486 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7176 | 2026-08-15T07:16:42.362Z | [verify-libraries] Compiling delegate v0.13.5 |
| 7177 | 2026-08-15T07:16:42.363Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 7178 | 2026-08-15T07:16:42.367Z | [ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7179 | 2026-08-15T07:16:42.367Z | [ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO STEP 602 (remove_files) COMPLETE |
| 7180 | 2026-08-15T07:16:42.367Z | [ recovery-image] Aug 15 07:16:41.496 INFO O| Aug 15 07:16:41.496 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7181 | 2026-08-15T07:16:42.375Z | [ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7182 | 2026-08-15T07:16:42.375Z | [ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO STEP 603 (remove_files) COMPLETE |
| 7183 | 2026-08-15T07:16:42.375Z | [ recovery-image] Aug 15 07:16:41.505 INFO O| Aug 15 07:16:41.505 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7184 | 2026-08-15T07:16:42.394Z | [ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7185 | 2026-08-15T07:16:42.394Z | [ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO STEP 604 (remove_files) COMPLETE |
| 7186 | 2026-08-15T07:16:42.394Z | [ recovery-image] Aug 15 07:16:41.519 INFO O| Aug 15 07:16:41.519 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7187 | 2026-08-15T07:16:42.400Z | [ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7188 | 2026-08-15T07:16:42.400Z | [ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO STEP 605 (remove_files) COMPLETE |
| 7189 | 2026-08-15T07:16:42.400Z | [ recovery-image] Aug 15 07:16:41.530 INFO O| Aug 15 07:16:41.530 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7190 | 2026-08-15T07:16:42.411Z | [ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7191 | 2026-08-15T07:16:42.411Z | [ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO STEP 606 (remove_files) COMPLETE |
| 7192 | 2026-08-15T07:16:42.411Z | [ recovery-image] Aug 15 07:16:41.541 INFO O| Aug 15 07:16:41.541 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7193 | 2026-08-15T07:16:42.420Z | [ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7194 | 2026-08-15T07:16:42.420Z | [ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO STEP 607 (remove_files) COMPLETE |
| 7195 | 2026-08-15T07:16:42.420Z | [ recovery-image] Aug 15 07:16:41.550 INFO O| Aug 15 07:16:41.550 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7196 | 2026-08-15T07:16:42.428Z | [ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7197 | 2026-08-15T07:16:42.428Z | [ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO STEP 608 (remove_files) COMPLETE |
| 7198 | 2026-08-15T07:16:42.431Z | [ recovery-image] Aug 15 07:16:41.558 INFO O| Aug 15 07:16:41.558 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7199 | 2026-08-15T07:16:42.432Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7200 | 2026-08-15T07:16:42.439Z | [ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7201 | 2026-08-15T07:16:42.439Z | [ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO STEP 609 (remove_files) COMPLETE |
| 7202 | 2026-08-15T07:16:42.442Z | [ recovery-image] Aug 15 07:16:41.569 INFO O| Aug 15 07:16:41.569 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7203 | 2026-08-15T07:16:42.449Z | [ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7204 | 2026-08-15T07:16:42.449Z | [ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO STEP 610 (remove_files) COMPLETE |
| 7205 | 2026-08-15T07:16:42.449Z | [ recovery-image] Aug 15 07:16:41.579 INFO O| Aug 15 07:16:41.579 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7206 | 2026-08-15T07:16:42.459Z | [ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7207 | 2026-08-15T07:16:42.459Z | [ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO STEP 611 (remove_files) COMPLETE |
| 7208 | 2026-08-15T07:16:42.459Z | [ recovery-image] Aug 15 07:16:41.589 INFO O| Aug 15 07:16:41.589 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7209 | 2026-08-15T07:16:42.468Z | [ recovery-image] Aug 15 07:16:41.598 INFO O| Aug 15 07:16:41.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7210 | 2026-08-15T07:16:42.468Z | [ recovery-image] Aug 15 07:16:41.599 INFO O| Aug 15 07:16:41.599 INFO STEP 612 (remove_files) COMPLETE |
| 7211 | 2026-08-15T07:16:42.468Z | [ recovery-image] Aug 15 07:16:41.599 INFO O| Aug 15 07:16:41.599 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7212 | 2026-08-15T07:16:42.480Z | [ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7213 | 2026-08-15T07:16:42.480Z | [ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO STEP 613 (remove_files) COMPLETE |
| 7214 | 2026-08-15T07:16:42.480Z | [ recovery-image] Aug 15 07:16:41.609 INFO O| Aug 15 07:16:41.609 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7215 | 2026-08-15T07:16:42.489Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 7216 | 2026-08-15T07:16:42.492Z | [ recovery-image] Aug 15 07:16:41.619 INFO O| Aug 15 07:16:41.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7217 | 2026-08-15T07:16:42.492Z | [ recovery-image] Aug 15 07:16:41.619 INFO O| Aug 15 07:16:41.619 INFO STEP 614 (remove_files) COMPLETE |
| 7218 | 2026-08-15T07:16:42.492Z | [ recovery-image] Aug 15 07:16:41.620 INFO O| Aug 15 07:16:41.619 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7219 | 2026-08-15T07:16:42.499Z | [ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7220 | 2026-08-15T07:16:42.499Z | [ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO STEP 615 (remove_files) COMPLETE |
| 7221 | 2026-08-15T07:16:42.500Z | [ recovery-image] Aug 15 07:16:41.629 INFO O| Aug 15 07:16:41.629 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7222 | 2026-08-15T07:16:42.508Z | [ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7223 | 2026-08-15T07:16:42.508Z | [ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.639 INFO STEP 616 (remove_files) COMPLETE |
| 7224 | 2026-08-15T07:16:42.508Z | [ recovery-image] Aug 15 07:16:41.639 INFO O| Aug 15 07:16:41.639 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7225 | 2026-08-15T07:16:42.517Z | [ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7226 | 2026-08-15T07:16:42.517Z | [ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO STEP 617 (remove_files) COMPLETE |
| 7227 | 2026-08-15T07:16:42.518Z | [ recovery-image] Aug 15 07:16:41.647 INFO O| Aug 15 07:16:41.647 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7228 | 2026-08-15T07:16:42.526Z | [ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7229 | 2026-08-15T07:16:42.526Z | [ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO STEP 618 (remove_files) COMPLETE |
| 7230 | 2026-08-15T07:16:42.526Z | [ recovery-image] Aug 15 07:16:41.656 INFO O| Aug 15 07:16:41.656 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7231 | 2026-08-15T07:16:42.534Z | [ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7232 | 2026-08-15T07:16:42.534Z | [ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.665 INFO STEP 619 (remove_files) COMPLETE |
| 7233 | 2026-08-15T07:16:42.534Z | [ recovery-image] Aug 15 07:16:41.665 INFO O| Aug 15 07:16:41.665 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7234 | 2026-08-15T07:16:42.544Z | [ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7235 | 2026-08-15T07:16:42.544Z | [ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO STEP 620 (remove_files) COMPLETE |
| 7236 | 2026-08-15T07:16:42.544Z | [ recovery-image] Aug 15 07:16:41.674 INFO O| Aug 15 07:16:41.674 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7237 | 2026-08-15T07:16:42.553Z | [ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7238 | 2026-08-15T07:16:42.553Z | [ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO STEP 621 (remove_files) COMPLETE |
| 7239 | 2026-08-15T07:16:42.553Z | [ recovery-image] Aug 15 07:16:41.683 INFO O| Aug 15 07:16:41.683 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7240 | 2026-08-15T07:16:42.562Z | [ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7241 | 2026-08-15T07:16:42.562Z | [ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO STEP 622 (remove_files) COMPLETE |
| 7242 | 2026-08-15T07:16:42.565Z | [ recovery-image] Aug 15 07:16:41.692 INFO O| Aug 15 07:16:41.692 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7243 | 2026-08-15T07:16:42.571Z | [ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7244 | 2026-08-15T07:16:42.572Z | [ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO STEP 623 (remove_files) COMPLETE |
| 7245 | 2026-08-15T07:16:42.574Z | [ recovery-image] Aug 15 07:16:41.702 INFO O| Aug 15 07:16:41.702 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7246 | 2026-08-15T07:16:42.581Z | [ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7247 | 2026-08-15T07:16:42.581Z | [ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO STEP 624 (remove_files) COMPLETE |
| 7248 | 2026-08-15T07:16:42.581Z | [ recovery-image] Aug 15 07:16:41.711 INFO O| Aug 15 07:16:41.711 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7249 | 2026-08-15T07:16:42.590Z | [ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7250 | 2026-08-15T07:16:42.590Z | [ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO STEP 625 (remove_files) COMPLETE |
| 7251 | 2026-08-15T07:16:42.593Z | [ recovery-image] Aug 15 07:16:41.720 INFO O| Aug 15 07:16:41.720 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7252 | 2026-08-15T07:16:42.599Z | [ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7253 | 2026-08-15T07:16:42.599Z | [ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO STEP 626 (remove_files) COMPLETE |
| 7254 | 2026-08-15T07:16:42.599Z | [ recovery-image] Aug 15 07:16:41.729 INFO O| Aug 15 07:16:41.729 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7255 | 2026-08-15T07:16:42.608Z | [ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7256 | 2026-08-15T07:16:42.609Z | [ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.739 INFO STEP 627 (remove_files) COMPLETE |
| 7257 | 2026-08-15T07:16:42.609Z | [ recovery-image] Aug 15 07:16:41.739 INFO O| Aug 15 07:16:41.739 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7258 | 2026-08-15T07:16:42.618Z | [ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7259 | 2026-08-15T07:16:42.618Z | [ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO STEP 628 (remove_files) COMPLETE |
| 7260 | 2026-08-15T07:16:42.618Z | [ recovery-image] Aug 15 07:16:41.748 INFO O| Aug 15 07:16:41.748 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7261 | 2026-08-15T07:16:42.627Z | [ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7262 | 2026-08-15T07:16:42.627Z | [ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.757 INFO STEP 629 (remove_files) COMPLETE |
| 7263 | 2026-08-15T07:16:42.627Z | [ recovery-image] Aug 15 07:16:41.757 INFO O| Aug 15 07:16:41.757 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7264 | 2026-08-15T07:16:42.636Z | [ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7265 | 2026-08-15T07:16:42.636Z | [ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO STEP 630 (remove_files) COMPLETE |
| 7266 | 2026-08-15T07:16:42.640Z | [ recovery-image] Aug 15 07:16:41.766 INFO O| Aug 15 07:16:41.766 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7267 | 2026-08-15T07:16:42.645Z | [ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7268 | 2026-08-15T07:16:42.645Z | [ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO STEP 631 (remove_files) COMPLETE |
| 7269 | 2026-08-15T07:16:42.645Z | [ recovery-image] Aug 15 07:16:41.775 INFO O| Aug 15 07:16:41.775 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7270 | 2026-08-15T07:16:42.656Z | [ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7271 | 2026-08-15T07:16:42.656Z | [ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO STEP 632 (remove_files) COMPLETE |
| 7272 | 2026-08-15T07:16:42.659Z | [ recovery-image] Aug 15 07:16:41.786 INFO O| Aug 15 07:16:41.786 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7273 | 2026-08-15T07:16:42.665Z | [ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7274 | 2026-08-15T07:16:42.665Z | [ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO STEP 633 (remove_files) COMPLETE |
| 7275 | 2026-08-15T07:16:42.665Z | [ recovery-image] Aug 15 07:16:41.796 INFO O| Aug 15 07:16:41.796 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7276 | 2026-08-15T07:16:42.677Z | [verify-libraries] Compiling md5 v0.8.0 |
| 7277 | 2026-08-15T07:16:42.680Z | [ recovery-image] Aug 15 07:16:41.807 INFO O| Aug 15 07:16:41.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7278 | 2026-08-15T07:16:42.680Z | [ recovery-image] Aug 15 07:16:41.808 INFO O| Aug 15 07:16:41.808 INFO STEP 634 (remove_files) COMPLETE |
| 7279 | 2026-08-15T07:16:42.680Z | [ recovery-image] Aug 15 07:16:41.808 INFO O| Aug 15 07:16:41.808 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7280 | 2026-08-15T07:16:42.688Z | [ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7281 | 2026-08-15T07:16:42.689Z | [ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.819 INFO STEP 635 (remove_files) COMPLETE |
| 7282 | 2026-08-15T07:16:42.692Z | [ recovery-image] Aug 15 07:16:41.819 INFO O| Aug 15 07:16:41.819 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7283 | 2026-08-15T07:16:42.699Z | [ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7284 | 2026-08-15T07:16:42.699Z | [ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO STEP 636 (remove_files) COMPLETE |
| 7285 | 2026-08-15T07:16:42.701Z | [ recovery-image] Aug 15 07:16:41.829 INFO O| Aug 15 07:16:41.829 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7286 | 2026-08-15T07:16:42.709Z | [ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7287 | 2026-08-15T07:16:42.709Z | [ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO STEP 637 (remove_files) COMPLETE |
| 7288 | 2026-08-15T07:16:42.712Z | [ recovery-image] Aug 15 07:16:41.839 INFO O| Aug 15 07:16:41.839 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7289 | 2026-08-15T07:16:42.712Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 7290 | 2026-08-15T07:16:42.727Z | [ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7291 | 2026-08-15T07:16:42.727Z | [ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO STEP 638 (remove_files) COMPLETE |
| 7292 | 2026-08-15T07:16:42.727Z | [ recovery-image] Aug 15 07:16:41.849 INFO O| Aug 15 07:16:41.849 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7293 | 2026-08-15T07:16:42.731Z | [ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7294 | 2026-08-15T07:16:42.731Z | [ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO STEP 639 (remove_files) COMPLETE |
| 7295 | 2026-08-15T07:16:42.731Z | [ recovery-image] Aug 15 07:16:41.858 INFO O| Aug 15 07:16:41.858 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7296 | 2026-08-15T07:16:42.738Z | [ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7297 | 2026-08-15T07:16:42.738Z | [ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO STEP 640 (remove_files) COMPLETE |
| 7298 | 2026-08-15T07:16:42.738Z | [ recovery-image] Aug 15 07:16:41.868 INFO O| Aug 15 07:16:41.868 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7299 | 2026-08-15T07:16:42.746Z | [ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7300 | 2026-08-15T07:16:42.746Z | [ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO STEP 641 (remove_files) COMPLETE |
| 7301 | 2026-08-15T07:16:42.750Z | [ recovery-image] Aug 15 07:16:41.877 INFO O| Aug 15 07:16:41.877 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7302 | 2026-08-15T07:16:42.755Z | [ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7303 | 2026-08-15T07:16:42.755Z | [ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.886 INFO STEP 642 (remove_files) COMPLETE |
| 7304 | 2026-08-15T07:16:42.755Z | [ recovery-image] Aug 15 07:16:41.886 INFO O| Aug 15 07:16:41.886 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7305 | 2026-08-15T07:16:42.766Z | [ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7306 | 2026-08-15T07:16:42.766Z | [ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO STEP 643 (remove_files) COMPLETE |
| 7307 | 2026-08-15T07:16:42.766Z | [ recovery-image] Aug 15 07:16:41.896 INFO O| Aug 15 07:16:41.896 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-15T07:16:42.775Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 7309 | 2026-08-15T07:16:42.778Z | [ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7310 | 2026-08-15T07:16:42.778Z | [ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO STEP 644 (remove_files) COMPLETE |
| 7311 | 2026-08-15T07:16:42.778Z | [ recovery-image] Aug 15 07:16:41.906 INFO O| Aug 15 07:16:41.906 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7312 | 2026-08-15T07:16:42.786Z | [ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7313 | 2026-08-15T07:16:42.786Z | [ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO STEP 645 (remove_files) COMPLETE |
| 7314 | 2026-08-15T07:16:42.786Z | [ recovery-image] Aug 15 07:16:41.916 INFO O| Aug 15 07:16:41.916 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7315 | 2026-08-15T07:16:42.796Z | [ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7316 | 2026-08-15T07:16:42.796Z | [ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.927 INFO STEP 646 (remove_files) COMPLETE |
| 7317 | 2026-08-15T07:16:42.796Z | [ recovery-image] Aug 15 07:16:41.927 INFO O| Aug 15 07:16:41.927 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7318 | 2026-08-15T07:16:42.806Z | [ recovery-image] Aug 15 07:16:41.936 INFO O| Aug 15 07:16:41.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7319 | 2026-08-15T07:16:42.806Z | [ recovery-image] Aug 15 07:16:41.937 INFO O| Aug 15 07:16:41.937 INFO STEP 647 (remove_files) COMPLETE |
| 7320 | 2026-08-15T07:16:42.810Z | [ recovery-image] Aug 15 07:16:41.937 INFO O| Aug 15 07:16:41.937 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7321 | 2026-08-15T07:16:42.816Z | [ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7322 | 2026-08-15T07:16:42.819Z | [ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.947 INFO STEP 648 (remove_files) COMPLETE |
| 7323 | 2026-08-15T07:16:42.819Z | [ recovery-image] Aug 15 07:16:41.947 INFO O| Aug 15 07:16:41.947 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7324 | 2026-08-15T07:16:42.827Z | [ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7325 | 2026-08-15T07:16:42.832Z | [ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO STEP 649 (remove_files) COMPLETE |
| 7326 | 2026-08-15T07:16:42.839Z | [ recovery-image] Aug 15 07:16:41.957 INFO O| Aug 15 07:16:41.957 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7327 | 2026-08-15T07:16:42.839Z | [ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7328 | 2026-08-15T07:16:42.843Z | [ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO STEP 650 (remove_files) COMPLETE |
| 7329 | 2026-08-15T07:16:42.843Z | [ recovery-image] Aug 15 07:16:41.968 INFO O| Aug 15 07:16:41.968 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7330 | 2026-08-15T07:16:42.847Z | [ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7331 | 2026-08-15T07:16:42.847Z | [ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO STEP 651 (remove_files) COMPLETE |
| 7332 | 2026-08-15T07:16:42.847Z | [ recovery-image] Aug 15 07:16:41.978 INFO O| Aug 15 07:16:41.978 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7333 | 2026-08-15T07:16:42.856Z | [ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7334 | 2026-08-15T07:16:42.856Z | [ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.987 INFO STEP 652 (remove_files) COMPLETE |
| 7335 | 2026-08-15T07:16:42.856Z | [ recovery-image] Aug 15 07:16:41.987 INFO O| Aug 15 07:16:41.987 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7336 | 2026-08-15T07:16:42.866Z | [ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7337 | 2026-08-15T07:16:42.866Z | [ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO STEP 653 (remove_files) COMPLETE |
| 7338 | 2026-08-15T07:16:42.866Z | [ recovery-image] Aug 15 07:16:41.996 INFO O| Aug 15 07:16:41.996 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7339 | 2026-08-15T07:16:42.875Z | [ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7340 | 2026-08-15T07:16:42.875Z | [ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO STEP 654 (remove_files) COMPLETE |
| 7341 | 2026-08-15T07:16:42.875Z | [ recovery-image] Aug 15 07:16:42.005 INFO O| Aug 15 07:16:42.005 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7342 | 2026-08-15T07:16:42.885Z | [ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7343 | 2026-08-15T07:16:42.885Z | [ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO STEP 655 (remove_files) COMPLETE |
| 7344 | 2026-08-15T07:16:42.885Z | [ recovery-image] Aug 15 07:16:42.014 INFO O| Aug 15 07:16:42.014 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7345 | 2026-08-15T07:16:42.893Z | [ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7346 | 2026-08-15T07:16:42.893Z | [ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO STEP 656 (remove_files) COMPLETE |
| 7347 | 2026-08-15T07:16:42.893Z | [ recovery-image] Aug 15 07:16:42.023 INFO O| Aug 15 07:16:42.023 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7348 | 2026-08-15T07:16:42.904Z | [ recovery-image] Aug 15 07:16:42.031 INFO O| Aug 15 07:16:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7349 | 2026-08-15T07:16:42.904Z | [ recovery-image] Aug 15 07:16:42.032 INFO O| Aug 15 07:16:42.031 INFO STEP 657 (remove_files) COMPLETE |
| 7350 | 2026-08-15T07:16:42.904Z | [ recovery-image] Aug 15 07:16:42.032 INFO O| Aug 15 07:16:42.031 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7351 | 2026-08-15T07:16:42.911Z | [ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7352 | 2026-08-15T07:16:42.911Z | [ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO STEP 658 (remove_files) COMPLETE |
| 7353 | 2026-08-15T07:16:42.911Z | [ recovery-image] Aug 15 07:16:42.041 INFO O| Aug 15 07:16:42.041 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7354 | 2026-08-15T07:16:42.920Z | [ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7355 | 2026-08-15T07:16:42.920Z | [ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO STEP 659 (remove_files) COMPLETE |
| 7356 | 2026-08-15T07:16:42.923Z | [ recovery-image] Aug 15 07:16:42.050 INFO O| Aug 15 07:16:42.050 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7357 | 2026-08-15T07:16:42.932Z | [ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7358 | 2026-08-15T07:16:42.932Z | [ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.062 INFO STEP 660 (remove_files) COMPLETE |
| 7359 | 2026-08-15T07:16:42.932Z | [ recovery-image] Aug 15 07:16:42.062 INFO O| Aug 15 07:16:42.062 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7360 | 2026-08-15T07:16:42.957Z | [ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7361 | 2026-08-15T07:16:42.958Z | [ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO STEP 661 (remove_files) COMPLETE |
| 7362 | 2026-08-15T07:16:42.958Z | [ recovery-image] Aug 15 07:16:42.083 INFO O| Aug 15 07:16:42.083 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7363 | 2026-08-15T07:16:42.962Z | [ recovery-image] Aug 15 07:16:42.093 INFO O| Aug 15 07:16:42.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7364 | 2026-08-15T07:16:42.965Z | [ recovery-image] Aug 15 07:16:42.094 INFO O| Aug 15 07:16:42.094 INFO STEP 662 (remove_files) COMPLETE |
| 7365 | 2026-08-15T07:16:42.965Z | [ recovery-image] Aug 15 07:16:42.094 INFO O| Aug 15 07:16:42.094 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7366 | 2026-08-15T07:16:42.973Z | [ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7367 | 2026-08-15T07:16:42.973Z | [ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO STEP 663 (remove_files) COMPLETE |
| 7368 | 2026-08-15T07:16:42.973Z | [ recovery-image] Aug 15 07:16:42.103 INFO O| Aug 15 07:16:42.103 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7369 | 2026-08-15T07:16:42.981Z | [ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7370 | 2026-08-15T07:16:42.981Z | [ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO STEP 664 (remove_files) COMPLETE |
| 7371 | 2026-08-15T07:16:42.981Z | [ recovery-image] Aug 15 07:16:42.112 INFO O| Aug 15 07:16:42.112 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7372 | 2026-08-15T07:16:42.987Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7373 | 2026-08-15T07:16:42.993Z | [ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7374 | 2026-08-15T07:16:42.993Z | [ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO STEP 665 (remove_files) COMPLETE |
| 7375 | 2026-08-15T07:16:42.993Z | [ recovery-image] Aug 15 07:16:42.122 INFO O| Aug 15 07:16:42.122 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7376 | 2026-08-15T07:16:43.001Z | [ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7377 | 2026-08-15T07:16:43.001Z | [ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO STEP 666 (remove_files) COMPLETE |
| 7378 | 2026-08-15T07:16:43.001Z | [ recovery-image] Aug 15 07:16:42.131 INFO O| Aug 15 07:16:42.131 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7379 | 2026-08-15T07:16:43.010Z | [ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7380 | 2026-08-15T07:16:43.010Z | [ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO STEP 667 (remove_files) COMPLETE |
| 7381 | 2026-08-15T07:16:43.010Z | [ recovery-image] Aug 15 07:16:42.140 INFO O| Aug 15 07:16:42.140 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7382 | 2026-08-15T07:16:43.020Z | [ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7383 | 2026-08-15T07:16:43.022Z | [ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO STEP 668 (remove_files) COMPLETE |
| 7384 | 2026-08-15T07:16:43.022Z | [ recovery-image] Aug 15 07:16:42.150 INFO O| Aug 15 07:16:42.150 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7385 | 2026-08-15T07:16:43.029Z | [ recovery-image] Aug 15 07:16:42.160 INFO O| Aug 15 07:16:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7386 | 2026-08-15T07:16:43.032Z | [ recovery-image] Aug 15 07:16:42.161 INFO O| Aug 15 07:16:42.161 INFO STEP 669 (remove_files) COMPLETE |
| 7387 | 2026-08-15T07:16:43.033Z | [ recovery-image] Aug 15 07:16:42.161 INFO O| Aug 15 07:16:42.161 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7388 | 2026-08-15T07:16:43.037Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 7389 | 2026-08-15T07:16:43.040Z | [ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7390 | 2026-08-15T07:16:43.040Z | [ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO STEP 670 (remove_files) COMPLETE |
| 7391 | 2026-08-15T07:16:43.040Z | [ recovery-image] Aug 15 07:16:42.171 INFO O| Aug 15 07:16:42.171 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7392 | 2026-08-15T07:16:43.050Z | [ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7393 | 2026-08-15T07:16:43.050Z | [ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO STEP 671 (remove_files) COMPLETE |
| 7394 | 2026-08-15T07:16:43.050Z | [ recovery-image] Aug 15 07:16:42.181 INFO O| Aug 15 07:16:42.181 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7395 | 2026-08-15T07:16:43.060Z | [ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7396 | 2026-08-15T07:16:43.060Z | [ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO STEP 672 (remove_files) COMPLETE |
| 7397 | 2026-08-15T07:16:43.060Z | [ recovery-image] Aug 15 07:16:42.191 INFO O| Aug 15 07:16:42.191 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7398 | 2026-08-15T07:16:43.070Z | [ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7399 | 2026-08-15T07:16:43.070Z | [ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO STEP 673 (remove_files) COMPLETE |
| 7400 | 2026-08-15T07:16:43.070Z | [ recovery-image] Aug 15 07:16:42.201 INFO O| Aug 15 07:16:42.201 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7401 | 2026-08-15T07:16:43.085Z | [ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7402 | 2026-08-15T07:16:43.085Z | [ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO STEP 674 (remove_files) COMPLETE |
| 7403 | 2026-08-15T07:16:43.085Z | [ recovery-image] Aug 15 07:16:42.210 INFO O| Aug 15 07:16:42.210 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7404 | 2026-08-15T07:16:43.089Z | [ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7405 | 2026-08-15T07:16:43.089Z | [ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.219 INFO STEP 675 (remove_files) COMPLETE |
| 7406 | 2026-08-15T07:16:43.089Z | [ recovery-image] Aug 15 07:16:42.219 INFO O| Aug 15 07:16:42.219 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7407 | 2026-08-15T07:16:43.092Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 7408 | 2026-08-15T07:16:43.097Z | [ recovery-image] Aug 15 07:16:42.227 INFO O| Aug 15 07:16:42.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7409 | 2026-08-15T07:16:43.100Z | [ recovery-image] Aug 15 07:16:42.228 INFO O| Aug 15 07:16:42.227 INFO STEP 676 (remove_files) COMPLETE |
| 7410 | 2026-08-15T07:16:43.100Z | [ recovery-image] Aug 15 07:16:42.228 INFO O| Aug 15 07:16:42.227 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7411 | 2026-08-15T07:16:43.105Z | [ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7412 | 2026-08-15T07:16:43.105Z | [ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO STEP 677 (remove_files) COMPLETE |
| 7413 | 2026-08-15T07:16:43.108Z | [ recovery-image] Aug 15 07:16:42.236 INFO O| Aug 15 07:16:42.236 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7414 | 2026-08-15T07:16:43.116Z | [ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7415 | 2026-08-15T07:16:43.116Z | [ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO STEP 678 (remove_files) COMPLETE |
| 7416 | 2026-08-15T07:16:43.116Z | [ recovery-image] Aug 15 07:16:42.246 INFO O| Aug 15 07:16:42.246 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7417 | 2026-08-15T07:16:43.130Z | [ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7418 | 2026-08-15T07:16:43.130Z | [ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO STEP 679 (remove_files) COMPLETE |
| 7419 | 2026-08-15T07:16:43.130Z | [ recovery-image] Aug 15 07:16:42.257 INFO O| Aug 15 07:16:42.257 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7420 | 2026-08-15T07:16:43.138Z | [ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7421 | 2026-08-15T07:16:43.138Z | [ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO STEP 680 (remove_files) COMPLETE |
| 7422 | 2026-08-15T07:16:43.138Z | [ recovery-image] Aug 15 07:16:42.266 INFO O| Aug 15 07:16:42.266 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7423 | 2026-08-15T07:16:43.143Z | [ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7424 | 2026-08-15T07:16:43.144Z | [ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO STEP 681 (remove_files) COMPLETE |
| 7425 | 2026-08-15T07:16:43.146Z | [ recovery-image] Aug 15 07:16:42.274 INFO O| Aug 15 07:16:42.274 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7426 | 2026-08-15T07:16:43.152Z | [ recovery-image] Aug 15 07:16:42.282 INFO O| Aug 15 07:16:42.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7427 | 2026-08-15T07:16:43.152Z | [ recovery-image] Aug 15 07:16:42.283 INFO O| Aug 15 07:16:42.283 INFO STEP 682 (remove_files) COMPLETE |
| 7428 | 2026-08-15T07:16:43.152Z | [ recovery-image] Aug 15 07:16:42.283 INFO O| Aug 15 07:16:42.283 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7429 | 2026-08-15T07:16:43.160Z | [ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7430 | 2026-08-15T07:16:43.160Z | [ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO STEP 683 (remove_files) COMPLETE |
| 7431 | 2026-08-15T07:16:43.163Z | [ recovery-image] Aug 15 07:16:42.291 INFO O| Aug 15 07:16:42.291 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7432 | 2026-08-15T07:16:43.168Z | [ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7433 | 2026-08-15T07:16:43.168Z | [ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO STEP 684 (remove_files) COMPLETE |
| 7434 | 2026-08-15T07:16:43.169Z | [ recovery-image] Aug 15 07:16:42.299 INFO O| Aug 15 07:16:42.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7435 | 2026-08-15T07:16:43.177Z | [ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7436 | 2026-08-15T07:16:43.177Z | [ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO STEP 685 (remove_files) COMPLETE |
| 7437 | 2026-08-15T07:16:43.180Z | [ recovery-image] Aug 15 07:16:42.307 INFO O| Aug 15 07:16:42.307 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7438 | 2026-08-15T07:16:43.184Z | [ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7439 | 2026-08-15T07:16:43.184Z | [ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO STEP 686 (remove_files) COMPLETE |
| 7440 | 2026-08-15T07:16:43.187Z | [ recovery-image] Aug 15 07:16:42.315 INFO O| Aug 15 07:16:42.315 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7441 | 2026-08-15T07:16:43.195Z | [ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7442 | 2026-08-15T07:16:43.195Z | [ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO STEP 687 (remove_files) COMPLETE |
| 7443 | 2026-08-15T07:16:43.195Z | [ recovery-image] Aug 15 07:16:42.326 INFO O| Aug 15 07:16:42.326 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7444 | 2026-08-15T07:16:43.205Z | [ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7445 | 2026-08-15T07:16:43.206Z | [ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO STEP 688 (remove_files) COMPLETE |
| 7446 | 2026-08-15T07:16:43.206Z | [ recovery-image] Aug 15 07:16:42.336 INFO O| Aug 15 07:16:42.336 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7447 | 2026-08-15T07:16:43.217Z | [ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7448 | 2026-08-15T07:16:43.217Z | [ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO STEP 689 (remove_files) COMPLETE |
| 7449 | 2026-08-15T07:16:43.217Z | [ recovery-image] Aug 15 07:16:42.347 INFO O| Aug 15 07:16:42.347 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7450 | 2026-08-15T07:16:43.227Z | [ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7451 | 2026-08-15T07:16:43.227Z | [ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO STEP 690 (remove_files) COMPLETE |
| 7452 | 2026-08-15T07:16:43.227Z | [ recovery-image] Aug 15 07:16:42.358 INFO O| Aug 15 07:16:42.358 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7453 | 2026-08-15T07:16:43.241Z | [ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7454 | 2026-08-15T07:16:43.242Z | [ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO STEP 691 (remove_files) COMPLETE |
| 7455 | 2026-08-15T07:16:43.242Z | [ recovery-image] Aug 15 07:16:42.368 INFO O| Aug 15 07:16:42.368 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7456 | 2026-08-15T07:16:43.247Z | [ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7457 | 2026-08-15T07:16:43.247Z | [ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO STEP 692 (remove_files) COMPLETE |
| 7458 | 2026-08-15T07:16:43.247Z | [ recovery-image] Aug 15 07:16:42.377 INFO O| Aug 15 07:16:42.377 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7459 | 2026-08-15T07:16:43.272Z | [ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7460 | 2026-08-15T07:16:43.272Z | [ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO STEP 693 (remove_files) COMPLETE |
| 7461 | 2026-08-15T07:16:43.277Z | [ recovery-image] Aug 15 07:16:42.387 INFO O| Aug 15 07:16:42.387 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7462 | 2026-08-15T07:16:43.277Z | [ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7463 | 2026-08-15T07:16:43.277Z | [ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO STEP 694 (remove_files) COMPLETE |
| 7464 | 2026-08-15T07:16:43.277Z | [ recovery-image] Aug 15 07:16:42.398 INFO O| Aug 15 07:16:42.398 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7465 | 2026-08-15T07:16:43.280Z | [ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7466 | 2026-08-15T07:16:43.280Z | [ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO STEP 695 (remove_files) COMPLETE |
| 7467 | 2026-08-15T07:16:43.280Z | [ recovery-image] Aug 15 07:16:42.406 INFO O| Aug 15 07:16:42.406 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7468 | 2026-08-15T07:16:43.284Z | [ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7469 | 2026-08-15T07:16:43.284Z | [ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO STEP 696 (remove_files) COMPLETE |
| 7470 | 2026-08-15T07:16:43.286Z | [ recovery-image] Aug 15 07:16:42.414 INFO O| Aug 15 07:16:42.414 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7471 | 2026-08-15T07:16:43.294Z | [ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7472 | 2026-08-15T07:16:43.295Z | [ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO STEP 697 (remove_files) COMPLETE |
| 7473 | 2026-08-15T07:16:43.297Z | [ recovery-image] Aug 15 07:16:42.425 INFO O| Aug 15 07:16:42.425 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7474 | 2026-08-15T07:16:43.306Z | [ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7475 | 2026-08-15T07:16:43.311Z | [ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO STEP 698 (remove_files) COMPLETE |
| 7476 | 2026-08-15T07:16:43.314Z | [ recovery-image] Aug 15 07:16:42.436 INFO O| Aug 15 07:16:42.436 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7477 | 2026-08-15T07:16:43.318Z | [ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7478 | 2026-08-15T07:16:43.318Z | [ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO STEP 699 (remove_files) COMPLETE |
| 7479 | 2026-08-15T07:16:43.322Z | [ recovery-image] Aug 15 07:16:42.446 INFO O| Aug 15 07:16:42.446 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7480 | 2026-08-15T07:16:43.328Z | [ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7481 | 2026-08-15T07:16:43.328Z | [ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.458 INFO STEP 700 (remove_files) COMPLETE |
| 7482 | 2026-08-15T07:16:43.328Z | [ recovery-image] Aug 15 07:16:42.458 INFO O| Aug 15 07:16:42.458 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7483 | 2026-08-15T07:16:43.338Z | [ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7484 | 2026-08-15T07:16:43.338Z | [ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO STEP 701 (remove_files) COMPLETE |
| 7485 | 2026-08-15T07:16:43.338Z | [ recovery-image] Aug 15 07:16:42.468 INFO O| Aug 15 07:16:42.468 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7486 | 2026-08-15T07:16:43.348Z | [ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7487 | 2026-08-15T07:16:43.348Z | [ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO STEP 702 (remove_files) COMPLETE |
| 7488 | 2026-08-15T07:16:43.348Z | [ recovery-image] Aug 15 07:16:42.478 INFO O| Aug 15 07:16:42.478 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7489 | 2026-08-15T07:16:43.359Z | [ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7490 | 2026-08-15T07:16:43.359Z | [ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO STEP 703 (remove_files) COMPLETE |
| 7491 | 2026-08-15T07:16:43.362Z | [ recovery-image] Aug 15 07:16:42.489 INFO O| Aug 15 07:16:42.489 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7492 | 2026-08-15T07:16:43.369Z | [ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7493 | 2026-08-15T07:16:43.369Z | [ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO STEP 704 (remove_files) COMPLETE |
| 7494 | 2026-08-15T07:16:43.369Z | [ recovery-image] Aug 15 07:16:42.500 INFO O| Aug 15 07:16:42.500 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7495 | 2026-08-15T07:16:43.379Z | [ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7496 | 2026-08-15T07:16:43.379Z | [ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO STEP 705 (remove_files) COMPLETE |
| 7497 | 2026-08-15T07:16:43.379Z | [ recovery-image] Aug 15 07:16:42.510 INFO O| Aug 15 07:16:42.510 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7498 | 2026-08-15T07:16:43.388Z | [ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7499 | 2026-08-15T07:16:43.389Z | [ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO STEP 706 (remove_files) COMPLETE |
| 7500 | 2026-08-15T07:16:43.391Z | [ recovery-image] Aug 15 07:16:42.519 INFO O| Aug 15 07:16:42.519 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7501 | 2026-08-15T07:16:43.397Z | [ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7502 | 2026-08-15T07:16:43.397Z | [ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO STEP 707 (remove_files) COMPLETE |
| 7503 | 2026-08-15T07:16:43.400Z | [ recovery-image] Aug 15 07:16:42.528 INFO O| Aug 15 07:16:42.528 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7504 | 2026-08-15T07:16:43.406Z | [ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7505 | 2026-08-15T07:16:43.406Z | [ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO STEP 708 (remove_files) COMPLETE |
| 7506 | 2026-08-15T07:16:43.407Z | [ recovery-image] Aug 15 07:16:42.536 INFO O| Aug 15 07:16:42.536 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7507 | 2026-08-15T07:16:43.414Z | [ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7508 | 2026-08-15T07:16:43.414Z | [ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO STEP 709 (remove_files) COMPLETE |
| 7509 | 2026-08-15T07:16:43.414Z | [ recovery-image] Aug 15 07:16:42.545 INFO O| Aug 15 07:16:42.545 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7510 | 2026-08-15T07:16:43.425Z | [ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7511 | 2026-08-15T07:16:43.425Z | [ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO STEP 710 (remove_files) COMPLETE |
| 7512 | 2026-08-15T07:16:43.425Z | [ recovery-image] Aug 15 07:16:42.555 INFO O| Aug 15 07:16:42.555 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7513 | 2026-08-15T07:16:43.435Z | [ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7514 | 2026-08-15T07:16:43.435Z | [ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO STEP 711 (remove_files) COMPLETE |
| 7515 | 2026-08-15T07:16:43.436Z | [ recovery-image] Aug 15 07:16:42.565 INFO O| Aug 15 07:16:42.565 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7516 | 2026-08-15T07:16:43.445Z | [ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7517 | 2026-08-15T07:16:43.445Z | [ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO STEP 712 (remove_files) COMPLETE |
| 7518 | 2026-08-15T07:16:43.447Z | [ recovery-image] Aug 15 07:16:42.575 INFO O| Aug 15 07:16:42.575 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7519 | 2026-08-15T07:16:43.454Z | [ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7520 | 2026-08-15T07:16:43.454Z | [ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO STEP 713 (remove_files) COMPLETE |
| 7521 | 2026-08-15T07:16:43.455Z | [ recovery-image] Aug 15 07:16:42.585 INFO O| Aug 15 07:16:42.585 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7522 | 2026-08-15T07:16:43.464Z | [ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7523 | 2026-08-15T07:16:43.464Z | [ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO STEP 714 (remove_files) COMPLETE |
| 7524 | 2026-08-15T07:16:43.464Z | [ recovery-image] Aug 15 07:16:42.594 INFO O| Aug 15 07:16:42.594 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7525 | 2026-08-15T07:16:43.473Z | [ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7526 | 2026-08-15T07:16:43.473Z | [ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO STEP 715 (remove_files) COMPLETE |
| 7527 | 2026-08-15T07:16:43.473Z | [ recovery-image] Aug 15 07:16:42.603 INFO O| Aug 15 07:16:42.603 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7528 | 2026-08-15T07:16:43.482Z | [ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7529 | 2026-08-15T07:16:43.482Z | [ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO STEP 716 (remove_files) COMPLETE |
| 7530 | 2026-08-15T07:16:43.486Z | [ recovery-image] Aug 15 07:16:42.613 INFO O| Aug 15 07:16:42.613 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7531 | 2026-08-15T07:16:43.497Z | [ recovery-image] Aug 15 07:16:42.623 INFO O| Aug 15 07:16:42.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7532 | 2026-08-15T07:16:43.497Z | [ recovery-image] Aug 15 07:16:42.624 INFO O| Aug 15 07:16:42.624 INFO STEP 717 (remove_files) COMPLETE |
| 7533 | 2026-08-15T07:16:43.497Z | [ recovery-image] Aug 15 07:16:42.624 INFO O| Aug 15 07:16:42.624 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7534 | 2026-08-15T07:16:43.507Z | [ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7535 | 2026-08-15T07:16:43.512Z | [ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO STEP 718 (remove_files) COMPLETE |
| 7536 | 2026-08-15T07:16:43.512Z | [ recovery-image] Aug 15 07:16:42.634 INFO O| Aug 15 07:16:42.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7537 | 2026-08-15T07:16:43.515Z | [ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7538 | 2026-08-15T07:16:43.515Z | [ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO STEP 719 (remove_files) COMPLETE |
| 7539 | 2026-08-15T07:16:43.515Z | [ recovery-image] Aug 15 07:16:42.644 INFO O| Aug 15 07:16:42.644 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7540 | 2026-08-15T07:16:43.524Z | [ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7541 | 2026-08-15T07:16:43.524Z | [ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO STEP 720 (remove_files) COMPLETE |
| 7542 | 2026-08-15T07:16:43.528Z | [ recovery-image] Aug 15 07:16:42.655 INFO O| Aug 15 07:16:42.655 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7543 | 2026-08-15T07:16:43.535Z | [ recovery-image] Aug 15 07:16:42.665 INFO O| Aug 15 07:16:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7544 | 2026-08-15T07:16:43.537Z | [ recovery-image] Aug 15 07:16:42.666 INFO O| Aug 15 07:16:42.666 INFO STEP 721 (remove_files) COMPLETE |
| 7545 | 2026-08-15T07:16:43.538Z | [ recovery-image] Aug 15 07:16:42.666 INFO O| Aug 15 07:16:42.666 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7546 | 2026-08-15T07:16:43.547Z | [ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7547 | 2026-08-15T07:16:43.547Z | [ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO STEP 722 (remove_files) COMPLETE |
| 7548 | 2026-08-15T07:16:43.547Z | [ recovery-image] Aug 15 07:16:42.677 INFO O| Aug 15 07:16:42.677 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7549 | 2026-08-15T07:16:43.556Z | [ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7550 | 2026-08-15T07:16:43.556Z | [ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO STEP 723 (remove_files) COMPLETE |
| 7551 | 2026-08-15T07:16:43.556Z | [ recovery-image] Aug 15 07:16:42.686 INFO O| Aug 15 07:16:42.686 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7552 | 2026-08-15T07:16:43.565Z | [ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7553 | 2026-08-15T07:16:43.568Z | [ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.696 INFO STEP 724 (remove_files) COMPLETE |
| 7554 | 2026-08-15T07:16:43.568Z | [ recovery-image] Aug 15 07:16:42.696 INFO O| Aug 15 07:16:42.696 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7555 | 2026-08-15T07:16:43.576Z | [ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7556 | 2026-08-15T07:16:43.576Z | [ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO STEP 725 (remove_files) COMPLETE |
| 7557 | 2026-08-15T07:16:43.577Z | [ recovery-image] Aug 15 07:16:42.707 INFO O| Aug 15 07:16:42.707 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7558 | 2026-08-15T07:16:43.587Z | [ recovery-image] Aug 15 07:16:42.717 INFO O| Aug 15 07:16:42.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7559 | 2026-08-15T07:16:43.590Z | [ recovery-image] Aug 15 07:16:42.718 INFO O| Aug 15 07:16:42.718 INFO STEP 726 (remove_files) COMPLETE |
| 7560 | 2026-08-15T07:16:43.590Z | [ recovery-image] Aug 15 07:16:42.718 INFO O| Aug 15 07:16:42.718 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7561 | 2026-08-15T07:16:43.597Z | [ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7562 | 2026-08-15T07:16:43.597Z | [ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO STEP 727 (remove_files) COMPLETE |
| 7563 | 2026-08-15T07:16:43.597Z | [ recovery-image] Aug 15 07:16:42.727 INFO O| Aug 15 07:16:42.727 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7564 | 2026-08-15T07:16:43.607Z | [ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7565 | 2026-08-15T07:16:43.607Z | [ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO STEP 728 (remove_files) COMPLETE |
| 7566 | 2026-08-15T07:16:43.608Z | [ recovery-image] Aug 15 07:16:42.737 INFO O| Aug 15 07:16:42.737 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7567 | 2026-08-15T07:16:43.617Z | [ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7568 | 2026-08-15T07:16:43.617Z | [ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO STEP 729 (remove_files) COMPLETE |
| 7569 | 2026-08-15T07:16:43.617Z | [ recovery-image] Aug 15 07:16:42.747 INFO O| Aug 15 07:16:42.747 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7570 | 2026-08-15T07:16:43.620Z | [verify-libraries] Compiling russh v0.62.4 |
| 7571 | 2026-08-15T07:16:43.627Z | [ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7572 | 2026-08-15T07:16:43.627Z | [ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO STEP 730 (remove_files) COMPLETE |
| 7573 | 2026-08-15T07:16:43.627Z | [ recovery-image] Aug 15 07:16:42.757 INFO O| Aug 15 07:16:42.757 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7574 | 2026-08-15T07:16:43.637Z | [ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7575 | 2026-08-15T07:16:43.637Z | [ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO STEP 731 (remove_files) COMPLETE |
| 7576 | 2026-08-15T07:16:43.637Z | [ recovery-image] Aug 15 07:16:42.768 INFO O| Aug 15 07:16:42.768 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7577 | 2026-08-15T07:16:43.648Z | [ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7578 | 2026-08-15T07:16:43.648Z | [ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO STEP 732 (remove_files) COMPLETE |
| 7579 | 2026-08-15T07:16:43.648Z | [ recovery-image] Aug 15 07:16:42.778 INFO O| Aug 15 07:16:42.778 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7580 | 2026-08-15T07:16:43.658Z | [ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7581 | 2026-08-15T07:16:43.658Z | [ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.789 INFO STEP 733 (remove_files) COMPLETE |
| 7582 | 2026-08-15T07:16:43.659Z | [ recovery-image] Aug 15 07:16:42.789 INFO O| Aug 15 07:16:42.789 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7583 | 2026-08-15T07:16:43.669Z | [ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7584 | 2026-08-15T07:16:43.669Z | [ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO STEP 734 (remove_files) COMPLETE |
| 7585 | 2026-08-15T07:16:43.669Z | [ recovery-image] Aug 15 07:16:42.799 INFO O| Aug 15 07:16:42.799 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7586 | 2026-08-15T07:16:43.681Z | [ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7587 | 2026-08-15T07:16:43.681Z | [ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO STEP 735 (remove_files) COMPLETE |
| 7588 | 2026-08-15T07:16:43.684Z | [ recovery-image] Aug 15 07:16:42.811 INFO O| Aug 15 07:16:42.811 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7589 | 2026-08-15T07:16:43.691Z | [ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7590 | 2026-08-15T07:16:43.691Z | [ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO STEP 736 (remove_files) COMPLETE |
| 7591 | 2026-08-15T07:16:43.694Z | [ recovery-image] Aug 15 07:16:42.822 INFO O| Aug 15 07:16:42.822 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7592 | 2026-08-15T07:16:43.701Z | [ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7593 | 2026-08-15T07:16:43.701Z | [ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO STEP 737 (remove_files) COMPLETE |
| 7594 | 2026-08-15T07:16:43.701Z | [ recovery-image] Aug 15 07:16:42.832 INFO O| Aug 15 07:16:42.832 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7595 | 2026-08-15T07:16:43.712Z | [ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7596 | 2026-08-15T07:16:43.712Z | [ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO STEP 738 (remove_files) COMPLETE |
| 7597 | 2026-08-15T07:16:43.715Z | [ recovery-image] Aug 15 07:16:42.842 INFO O| Aug 15 07:16:42.842 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7598 | 2026-08-15T07:16:43.726Z | [ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7599 | 2026-08-15T07:16:43.726Z | [ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO STEP 739 (remove_files) COMPLETE |
| 7600 | 2026-08-15T07:16:43.726Z | [ recovery-image] Aug 15 07:16:42.853 INFO O| Aug 15 07:16:42.853 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7601 | 2026-08-15T07:16:43.734Z | [ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7602 | 2026-08-15T07:16:43.734Z | [ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO STEP 740 (remove_files) COMPLETE |
| 7603 | 2026-08-15T07:16:43.734Z | [ recovery-image] Aug 15 07:16:42.864 INFO O| Aug 15 07:16:42.864 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7604 | 2026-08-15T07:16:43.737Z | [verify-libraries] Compiling samael v0.0.19 |
| 7605 | 2026-08-15T07:16:43.744Z | [ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7606 | 2026-08-15T07:16:43.744Z | [ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO STEP 741 (remove_files) COMPLETE |
| 7607 | 2026-08-15T07:16:43.744Z | [ recovery-image] Aug 15 07:16:42.875 INFO O| Aug 15 07:16:42.875 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7608 | 2026-08-15T07:16:43.755Z | [ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7609 | 2026-08-15T07:16:43.755Z | [ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO STEP 742 (remove_files) COMPLETE |
| 7610 | 2026-08-15T07:16:43.759Z | [ recovery-image] Aug 15 07:16:42.886 INFO O| Aug 15 07:16:42.886 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7611 | 2026-08-15T07:16:43.766Z | [ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7612 | 2026-08-15T07:16:43.770Z | [ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO STEP 743 (remove_files) COMPLETE |
| 7613 | 2026-08-15T07:16:43.770Z | [ recovery-image] Aug 15 07:16:42.897 INFO O| Aug 15 07:16:42.897 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7614 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7615 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO STEP 744 (remove_files) COMPLETE |
| 7616 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.906 INFO O| Aug 15 07:16:42.906 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7617 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.916 INFO O| Aug 15 07:16:42.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7618 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.916 INFO O| Aug 15 07:16:42.916 INFO STEP 745 (remove_files) COMPLETE |
| 7619 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.917 INFO O| Aug 15 07:16:42.916 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7620 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7621 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO STEP 746 (remove_files) COMPLETE |
| 7622 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.928 INFO O| Aug 15 07:16:42.928 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7623 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7624 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.939 INFO STEP 747 (remove_files) COMPLETE |
| 7625 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.939 INFO O| Aug 15 07:16:42.939 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7626 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7627 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO STEP 748 (remove_files) COMPLETE |
| 7628 | 2026-08-15T07:16:43.820Z | [ recovery-image] Aug 15 07:16:42.949 INFO O| Aug 15 07:16:42.949 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7629 | 2026-08-15T07:16:43.829Z | [ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7630 | 2026-08-15T07:16:43.830Z | [ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO STEP 749 (remove_files) COMPLETE |
| 7631 | 2026-08-15T07:16:43.830Z | [ recovery-image] Aug 15 07:16:42.960 INFO O| Aug 15 07:16:42.960 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7632 | 2026-08-15T07:16:43.839Z | [ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7633 | 2026-08-15T07:16:43.839Z | [ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO STEP 750 (remove_files) COMPLETE |
| 7634 | 2026-08-15T07:16:43.839Z | [ recovery-image] Aug 15 07:16:42.969 INFO O| Aug 15 07:16:42.969 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7635 | 2026-08-15T07:16:43.850Z | [ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7636 | 2026-08-15T07:16:43.850Z | [ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO STEP 751 (remove_files) COMPLETE |
| 7637 | 2026-08-15T07:16:43.853Z | [ recovery-image] Aug 15 07:16:42.980 INFO O| Aug 15 07:16:42.980 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7638 | 2026-08-15T07:16:43.859Z | [ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7639 | 2026-08-15T07:16:43.862Z | [ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO STEP 752 (remove_files) COMPLETE |
| 7640 | 2026-08-15T07:16:43.862Z | [ recovery-image] Aug 15 07:16:42.990 INFO O| Aug 15 07:16:42.990 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7641 | 2026-08-15T07:16:43.871Z | [ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7642 | 2026-08-15T07:16:43.872Z | [ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO STEP 753 (remove_files) COMPLETE |
| 7643 | 2026-08-15T07:16:43.872Z | [ recovery-image] Aug 15 07:16:43.001 INFO O| Aug 15 07:16:43.001 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7644 | 2026-08-15T07:16:43.880Z | [ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7645 | 2026-08-15T07:16:43.880Z | [ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO STEP 754 (remove_files) COMPLETE |
| 7646 | 2026-08-15T07:16:43.884Z | [ recovery-image] Aug 15 07:16:43.011 INFO O| Aug 15 07:16:43.011 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7647 | 2026-08-15T07:16:43.892Z | [ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7648 | 2026-08-15T07:16:43.892Z | [ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO STEP 755 (remove_files) COMPLETE |
| 7649 | 2026-08-15T07:16:43.892Z | [ recovery-image] Aug 15 07:16:43.022 INFO O| Aug 15 07:16:43.022 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7650 | 2026-08-15T07:16:43.903Z | [ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7651 | 2026-08-15T07:16:43.903Z | [ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO STEP 756 (remove_files) COMPLETE |
| 7652 | 2026-08-15T07:16:43.905Z | [ recovery-image] Aug 15 07:16:43.033 INFO O| Aug 15 07:16:43.033 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7653 | 2026-08-15T07:16:43.912Z | [ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7654 | 2026-08-15T07:16:43.913Z | [ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO STEP 757 (remove_files) COMPLETE |
| 7655 | 2026-08-15T07:16:43.913Z | [ recovery-image] Aug 15 07:16:43.043 INFO O| Aug 15 07:16:43.043 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7656 | 2026-08-15T07:16:43.922Z | [ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7657 | 2026-08-15T07:16:43.922Z | [ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO STEP 758 (remove_files) COMPLETE |
| 7658 | 2026-08-15T07:16:43.926Z | [ recovery-image] Aug 15 07:16:43.053 INFO O| Aug 15 07:16:43.053 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7659 | 2026-08-15T07:16:43.933Z | [ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7660 | 2026-08-15T07:16:43.933Z | [ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO STEP 759 (remove_files) COMPLETE |
| 7661 | 2026-08-15T07:16:43.933Z | [ recovery-image] Aug 15 07:16:43.063 INFO O| Aug 15 07:16:43.063 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7662 | 2026-08-15T07:16:43.943Z | [ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7663 | 2026-08-15T07:16:43.943Z | [ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO STEP 760 (remove_files) COMPLETE |
| 7664 | 2026-08-15T07:16:43.946Z | [ recovery-image] Aug 15 07:16:43.073 INFO O| Aug 15 07:16:43.073 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7665 | 2026-08-15T07:16:43.952Z | [ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7666 | 2026-08-15T07:16:43.952Z | [ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO STEP 761 (remove_files) COMPLETE |
| 7667 | 2026-08-15T07:16:43.955Z | [ recovery-image] Aug 15 07:16:43.083 INFO O| Aug 15 07:16:43.083 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7668 | 2026-08-15T07:16:43.962Z | [ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7669 | 2026-08-15T07:16:43.962Z | [ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO STEP 762 (remove_files) COMPLETE |
| 7670 | 2026-08-15T07:16:43.962Z | [ recovery-image] Aug 15 07:16:43.093 INFO O| Aug 15 07:16:43.093 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7671 | 2026-08-15T07:16:43.973Z | [ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7672 | 2026-08-15T07:16:43.974Z | [ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO STEP 763 (remove_files) COMPLETE |
| 7673 | 2026-08-15T07:16:43.977Z | [ recovery-image] Aug 15 07:16:43.103 INFO O| Aug 15 07:16:43.103 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7674 | 2026-08-15T07:16:43.984Z | [ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7675 | 2026-08-15T07:16:43.984Z | [ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO STEP 764 (remove_files) COMPLETE |
| 7676 | 2026-08-15T07:16:43.984Z | [ recovery-image] Aug 15 07:16:43.114 INFO O| Aug 15 07:16:43.114 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7677 | 2026-08-15T07:16:43.994Z | [ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7678 | 2026-08-15T07:16:43.994Z | [ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.125 INFO STEP 765 (remove_files) COMPLETE |
| 7679 | 2026-08-15T07:16:43.994Z | [ recovery-image] Aug 15 07:16:43.125 INFO O| Aug 15 07:16:43.125 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7680 | 2026-08-15T07:16:44.006Z | [ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7681 | 2026-08-15T07:16:44.006Z | [ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO STEP 766 (remove_files) COMPLETE |
| 7682 | 2026-08-15T07:16:44.009Z | [ recovery-image] Aug 15 07:16:43.136 INFO O| Aug 15 07:16:43.136 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7683 | 2026-08-15T07:16:44.016Z | [ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7684 | 2026-08-15T07:16:44.016Z | [ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO STEP 767 (remove_files) COMPLETE |
| 7685 | 2026-08-15T07:16:44.016Z | [ recovery-image] Aug 15 07:16:43.146 INFO O| Aug 15 07:16:43.146 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7686 | 2026-08-15T07:16:44.027Z | [ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7687 | 2026-08-15T07:16:44.027Z | [ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO STEP 768 (remove_files) COMPLETE |
| 7688 | 2026-08-15T07:16:44.031Z | [ recovery-image] Aug 15 07:16:43.157 INFO O| Aug 15 07:16:43.157 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7689 | 2026-08-15T07:16:44.038Z | [ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7690 | 2026-08-15T07:16:44.038Z | [ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.168 INFO STEP 769 (remove_files) COMPLETE |
| 7691 | 2026-08-15T07:16:44.038Z | [ recovery-image] Aug 15 07:16:43.168 INFO O| Aug 15 07:16:43.168 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7692 | 2026-08-15T07:16:44.047Z | [ recovery-image] Aug 15 07:16:43.177 INFO O| Aug 15 07:16:43.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7693 | 2026-08-15T07:16:44.047Z | [ recovery-image] Aug 15 07:16:43.178 INFO O| Aug 15 07:16:43.178 INFO STEP 770 (remove_files) COMPLETE |
| 7694 | 2026-08-15T07:16:44.047Z | [ recovery-image] Aug 15 07:16:43.178 INFO O| Aug 15 07:16:43.178 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7695 | 2026-08-15T07:16:44.057Z | [ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7696 | 2026-08-15T07:16:44.057Z | [ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO STEP 771 (remove_files) COMPLETE |
| 7697 | 2026-08-15T07:16:44.057Z | [ recovery-image] Aug 15 07:16:43.187 INFO O| Aug 15 07:16:43.187 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7698 | 2026-08-15T07:16:44.067Z | [ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7699 | 2026-08-15T07:16:44.067Z | [ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO STEP 772 (remove_files) COMPLETE |
| 7700 | 2026-08-15T07:16:44.070Z | [ recovery-image] Aug 15 07:16:43.197 INFO O| Aug 15 07:16:43.197 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7701 | 2026-08-15T07:16:44.076Z | [ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7702 | 2026-08-15T07:16:44.076Z | [ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO STEP 773 (remove_files) COMPLETE |
| 7703 | 2026-08-15T07:16:44.079Z | [ recovery-image] Aug 15 07:16:43.206 INFO O| Aug 15 07:16:43.206 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7704 | 2026-08-15T07:16:44.088Z | [ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7705 | 2026-08-15T07:16:44.088Z | [ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO STEP 774 (remove_files) COMPLETE |
| 7706 | 2026-08-15T07:16:44.088Z | [ recovery-image] Aug 15 07:16:43.218 INFO O| Aug 15 07:16:43.218 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7707 | 2026-08-15T07:16:44.098Z | [ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7708 | 2026-08-15T07:16:44.098Z | [ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO STEP 775 (remove_files) COMPLETE |
| 7709 | 2026-08-15T07:16:44.098Z | [ recovery-image] Aug 15 07:16:43.228 INFO O| Aug 15 07:16:43.228 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7710 | 2026-08-15T07:16:44.110Z | [ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7711 | 2026-08-15T07:16:44.110Z | [ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO STEP 776 (remove_files) COMPLETE |
| 7712 | 2026-08-15T07:16:44.110Z | [ recovery-image] Aug 15 07:16:43.240 INFO O| Aug 15 07:16:43.240 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7713 | 2026-08-15T07:16:44.121Z | [ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7714 | 2026-08-15T07:16:44.121Z | [ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO STEP 777 (remove_files) COMPLETE |
| 7715 | 2026-08-15T07:16:44.121Z | [ recovery-image] Aug 15 07:16:43.251 INFO O| Aug 15 07:16:43.251 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7716 | 2026-08-15T07:16:44.132Z | [ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7717 | 2026-08-15T07:16:44.132Z | [ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO STEP 778 (remove_files) COMPLETE |
| 7718 | 2026-08-15T07:16:44.132Z | [ recovery-image] Aug 15 07:16:43.262 INFO O| Aug 15 07:16:43.262 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7719 | 2026-08-15T07:16:44.144Z | [ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7720 | 2026-08-15T07:16:44.144Z | [ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.273 INFO STEP 779 (remove_files) COMPLETE |
| 7721 | 2026-08-15T07:16:44.144Z | [ recovery-image] Aug 15 07:16:43.274 INFO O| Aug 15 07:16:43.273 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7722 | 2026-08-15T07:16:44.154Z | [ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7723 | 2026-08-15T07:16:44.154Z | [ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO STEP 780 (remove_files) COMPLETE |
| 7724 | 2026-08-15T07:16:44.154Z | [ recovery-image] Aug 15 07:16:43.285 INFO O| Aug 15 07:16:43.284 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7725 | 2026-08-15T07:16:44.164Z | [ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7726 | 2026-08-15T07:16:44.164Z | [ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO STEP 781 (remove_files) COMPLETE |
| 7727 | 2026-08-15T07:16:44.164Z | [ recovery-image] Aug 15 07:16:43.294 INFO O| Aug 15 07:16:43.294 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7728 | 2026-08-15T07:16:44.173Z | [ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7729 | 2026-08-15T07:16:44.173Z | [ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO STEP 782 (remove_files) COMPLETE |
| 7730 | 2026-08-15T07:16:44.173Z | [ recovery-image] Aug 15 07:16:43.303 INFO O| Aug 15 07:16:43.303 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7731 | 2026-08-15T07:16:44.182Z | [ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7732 | 2026-08-15T07:16:44.182Z | [ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO STEP 783 (remove_files) COMPLETE |
| 7733 | 2026-08-15T07:16:44.185Z | [ recovery-image] Aug 15 07:16:43.313 INFO O| Aug 15 07:16:43.313 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7734 | 2026-08-15T07:16:44.192Z | [ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7735 | 2026-08-15T07:16:44.192Z | [ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO STEP 784 (remove_files) COMPLETE |
| 7736 | 2026-08-15T07:16:44.192Z | [ recovery-image] Aug 15 07:16:43.322 INFO O| Aug 15 07:16:43.322 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7737 | 2026-08-15T07:16:44.200Z | [ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7738 | 2026-08-15T07:16:44.200Z | [ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO STEP 785 (remove_files) COMPLETE |
| 7739 | 2026-08-15T07:16:44.203Z | [ recovery-image] Aug 15 07:16:43.331 INFO O| Aug 15 07:16:43.331 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7740 | 2026-08-15T07:16:44.209Z | [ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7741 | 2026-08-15T07:16:44.209Z | [ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO STEP 786 (remove_files) COMPLETE |
| 7742 | 2026-08-15T07:16:44.209Z | [ recovery-image] Aug 15 07:16:43.340 INFO O| Aug 15 07:16:43.340 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7743 | 2026-08-15T07:16:44.218Z | [ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7744 | 2026-08-15T07:16:44.218Z | [ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO STEP 787 (remove_files) COMPLETE |
| 7745 | 2026-08-15T07:16:44.218Z | [ recovery-image] Aug 15 07:16:43.348 INFO O| Aug 15 07:16:43.348 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7746 | 2026-08-15T07:16:44.227Z | [ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7747 | 2026-08-15T07:16:44.227Z | [ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO STEP 788 (remove_files) COMPLETE |
| 7748 | 2026-08-15T07:16:44.230Z | [ recovery-image] Aug 15 07:16:43.357 INFO O| Aug 15 07:16:43.357 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7749 | 2026-08-15T07:16:44.237Z | [ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7750 | 2026-08-15T07:16:44.237Z | [ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO STEP 789 (remove_files) COMPLETE |
| 7751 | 2026-08-15T07:16:44.240Z | [ recovery-image] Aug 15 07:16:43.367 INFO O| Aug 15 07:16:43.367 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7752 | 2026-08-15T07:16:44.246Z | [ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7753 | 2026-08-15T07:16:44.246Z | [ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO STEP 790 (remove_files) COMPLETE |
| 7754 | 2026-08-15T07:16:44.246Z | [ recovery-image] Aug 15 07:16:43.377 INFO O| Aug 15 07:16:43.377 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7755 | 2026-08-15T07:16:44.256Z | [ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7756 | 2026-08-15T07:16:44.256Z | [ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.387 INFO STEP 791 (remove_files) COMPLETE |
| 7757 | 2026-08-15T07:16:44.256Z | [ recovery-image] Aug 15 07:16:43.387 INFO O| Aug 15 07:16:43.387 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7758 | 2026-08-15T07:16:44.266Z | [ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7759 | 2026-08-15T07:16:44.266Z | [ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO STEP 792 (remove_files) COMPLETE |
| 7760 | 2026-08-15T07:16:44.266Z | [ recovery-image] Aug 15 07:16:43.396 INFO O| Aug 15 07:16:43.396 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7761 | 2026-08-15T07:16:44.276Z | [ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7762 | 2026-08-15T07:16:44.276Z | [ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO STEP 793 (remove_files) COMPLETE |
| 7763 | 2026-08-15T07:16:44.279Z | [ recovery-image] Aug 15 07:16:43.406 INFO O| Aug 15 07:16:43.406 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7764 | 2026-08-15T07:16:44.287Z | [ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7765 | 2026-08-15T07:16:44.287Z | [ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO STEP 794 (remove_files) COMPLETE |
| 7766 | 2026-08-15T07:16:44.287Z | [ recovery-image] Aug 15 07:16:43.417 INFO O| Aug 15 07:16:43.417 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7767 | 2026-08-15T07:16:44.298Z | [ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7768 | 2026-08-15T07:16:44.298Z | [ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO STEP 795 (remove_files) COMPLETE |
| 7769 | 2026-08-15T07:16:44.298Z | [ recovery-image] Aug 15 07:16:43.428 INFO O| Aug 15 07:16:43.428 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7770 | 2026-08-15T07:16:44.309Z | [ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7771 | 2026-08-15T07:16:44.309Z | [ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO STEP 796 (remove_files) COMPLETE |
| 7772 | 2026-08-15T07:16:44.309Z | [ recovery-image] Aug 15 07:16:43.439 INFO O| Aug 15 07:16:43.439 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7773 | 2026-08-15T07:16:44.321Z | [ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7774 | 2026-08-15T07:16:44.321Z | [ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO STEP 797 (remove_files) COMPLETE |
| 7775 | 2026-08-15T07:16:44.321Z | [ recovery-image] Aug 15 07:16:43.449 INFO O| Aug 15 07:16:43.449 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7776 | 2026-08-15T07:16:44.330Z | [ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7777 | 2026-08-15T07:16:44.330Z | [ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO STEP 798 (remove_files) COMPLETE |
| 7778 | 2026-08-15T07:16:44.333Z | [ recovery-image] Aug 15 07:16:43.460 INFO O| Aug 15 07:16:43.460 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7779 | 2026-08-15T07:16:44.341Z | [ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7780 | 2026-08-15T07:16:44.341Z | [ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO STEP 799 (remove_files) COMPLETE |
| 7781 | 2026-08-15T07:16:44.341Z | [ recovery-image] Aug 15 07:16:43.471 INFO O| Aug 15 07:16:43.471 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7782 | 2026-08-15T07:16:44.350Z | [ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7783 | 2026-08-15T07:16:44.350Z | [ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO STEP 800 (remove_files) COMPLETE |
| 7784 | 2026-08-15T07:16:44.350Z | [ recovery-image] Aug 15 07:16:43.481 INFO O| Aug 15 07:16:43.481 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7785 | 2026-08-15T07:16:44.360Z | [ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7786 | 2026-08-15T07:16:44.361Z | [ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO STEP 801 (remove_files) COMPLETE |
| 7787 | 2026-08-15T07:16:44.361Z | [ recovery-image] Aug 15 07:16:43.491 INFO O| Aug 15 07:16:43.491 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7788 | 2026-08-15T07:16:44.371Z | [ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7789 | 2026-08-15T07:16:44.371Z | [ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO STEP 802 (remove_files) COMPLETE |
| 7790 | 2026-08-15T07:16:44.371Z | [ recovery-image] Aug 15 07:16:43.501 INFO O| Aug 15 07:16:43.501 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7791 | 2026-08-15T07:16:44.382Z | [ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7792 | 2026-08-15T07:16:44.382Z | [ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.513 INFO STEP 803 (remove_files) COMPLETE |
| 7793 | 2026-08-15T07:16:44.382Z | [ recovery-image] Aug 15 07:16:43.513 INFO O| Aug 15 07:16:43.513 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7794 | 2026-08-15T07:16:44.394Z | [ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7795 | 2026-08-15T07:16:44.394Z | [ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO STEP 804 (remove_files) COMPLETE |
| 7796 | 2026-08-15T07:16:44.394Z | [ recovery-image] Aug 15 07:16:43.524 INFO O| Aug 15 07:16:43.524 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7797 | 2026-08-15T07:16:44.405Z | [ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7798 | 2026-08-15T07:16:44.405Z | [ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO STEP 805 (remove_files) COMPLETE |
| 7799 | 2026-08-15T07:16:44.405Z | [ recovery-image] Aug 15 07:16:43.535 INFO O| Aug 15 07:16:43.535 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7800 | 2026-08-15T07:16:44.415Z | [ recovery-image] Aug 15 07:16:43.545 INFO O| Aug 15 07:16:43.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7801 | 2026-08-15T07:16:44.415Z | [ recovery-image] Aug 15 07:16:43.546 INFO O| Aug 15 07:16:43.546 INFO STEP 806 (remove_files) COMPLETE |
| 7802 | 2026-08-15T07:16:44.415Z | [ recovery-image] Aug 15 07:16:43.546 INFO O| Aug 15 07:16:43.546 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7803 | 2026-08-15T07:16:44.427Z | [ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7804 | 2026-08-15T07:16:44.427Z | [ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO STEP 807 (remove_files) COMPLETE |
| 7805 | 2026-08-15T07:16:44.427Z | [ recovery-image] Aug 15 07:16:43.557 INFO O| Aug 15 07:16:43.557 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7806 | 2026-08-15T07:16:44.437Z | [ recovery-image] Aug 15 07:16:43.567 INFO O| Aug 15 07:16:43.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7807 | 2026-08-15T07:16:44.437Z | [ recovery-image] Aug 15 07:16:43.568 INFO O| Aug 15 07:16:43.568 INFO STEP 808 (remove_files) COMPLETE |
| 7808 | 2026-08-15T07:16:44.437Z | [ recovery-image] Aug 15 07:16:43.568 INFO O| Aug 15 07:16:43.568 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7809 | 2026-08-15T07:16:44.450Z | [ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7810 | 2026-08-15T07:16:44.450Z | [ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.579 INFO STEP 809 (remove_files) COMPLETE |
| 7811 | 2026-08-15T07:16:44.450Z | [ recovery-image] Aug 15 07:16:43.579 INFO O| Aug 15 07:16:43.579 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7812 | 2026-08-15T07:16:44.457Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 7813 | 2026-08-15T07:16:44.460Z | [ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7814 | 2026-08-15T07:16:44.460Z | [ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO STEP 810 (remove_files) COMPLETE |
| 7815 | 2026-08-15T07:16:44.460Z | [ recovery-image] Aug 15 07:16:43.589 INFO O| Aug 15 07:16:43.589 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7816 | 2026-08-15T07:16:44.467Z | [ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7817 | 2026-08-15T07:16:44.467Z | [ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO STEP 811 (remove_files) COMPLETE |
| 7818 | 2026-08-15T07:16:44.467Z | [ recovery-image] Aug 15 07:16:43.598 INFO O| Aug 15 07:16:43.598 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7819 | 2026-08-15T07:16:44.476Z | [ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7820 | 2026-08-15T07:16:44.476Z | [ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO STEP 812 (remove_files) COMPLETE |
| 7821 | 2026-08-15T07:16:44.476Z | [ recovery-image] Aug 15 07:16:43.607 INFO O| Aug 15 07:16:43.607 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7822 | 2026-08-15T07:16:44.487Z | [ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7823 | 2026-08-15T07:16:44.487Z | [ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO STEP 813 (remove_files) COMPLETE |
| 7824 | 2026-08-15T07:16:44.487Z | [ recovery-image] Aug 15 07:16:43.617 INFO O| Aug 15 07:16:43.617 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7825 | 2026-08-15T07:16:44.492Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 7826 | 2026-08-15T07:16:44.497Z | [ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7827 | 2026-08-15T07:16:44.497Z | [ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO STEP 814 (remove_files) COMPLETE |
| 7828 | 2026-08-15T07:16:44.501Z | [ recovery-image] Aug 15 07:16:43.628 INFO O| Aug 15 07:16:43.628 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7829 | 2026-08-15T07:16:44.510Z | [ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7830 | 2026-08-15T07:16:44.510Z | [ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO STEP 815 (remove_files) COMPLETE |
| 7831 | 2026-08-15T07:16:44.510Z | [ recovery-image] Aug 15 07:16:43.639 INFO O| Aug 15 07:16:43.639 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7832 | 2026-08-15T07:16:44.519Z | [ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7833 | 2026-08-15T07:16:44.519Z | [ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO STEP 816 (remove_files) COMPLETE |
| 7834 | 2026-08-15T07:16:44.519Z | [ recovery-image] Aug 15 07:16:43.650 INFO O| Aug 15 07:16:43.650 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7835 | 2026-08-15T07:16:44.530Z | [ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7836 | 2026-08-15T07:16:44.530Z | [ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO STEP 817 (remove_files) COMPLETE |
| 7837 | 2026-08-15T07:16:44.533Z | [ recovery-image] Aug 15 07:16:43.660 INFO O| Aug 15 07:16:43.660 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7838 | 2026-08-15T07:16:44.540Z | [ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7839 | 2026-08-15T07:16:44.540Z | [ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO STEP 818 (remove_files) COMPLETE |
| 7840 | 2026-08-15T07:16:44.543Z | [ recovery-image] Aug 15 07:16:43.671 INFO O| Aug 15 07:16:43.671 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7841 | 2026-08-15T07:16:44.550Z | [ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7842 | 2026-08-15T07:16:44.550Z | [ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO STEP 819 (remove_files) COMPLETE |
| 7843 | 2026-08-15T07:16:44.559Z | [ recovery-image] Aug 15 07:16:43.681 INFO O| Aug 15 07:16:43.681 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7844 | 2026-08-15T07:16:44.562Z | [ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7845 | 2026-08-15T07:16:44.562Z | [ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO STEP 820 (remove_files) COMPLETE |
| 7846 | 2026-08-15T07:16:44.562Z | [ recovery-image] Aug 15 07:16:43.691 INFO O| Aug 15 07:16:43.691 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7847 | 2026-08-15T07:16:44.562Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 7848 | 2026-08-15T07:16:44.569Z | [ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7849 | 2026-08-15T07:16:44.569Z | [ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO STEP 821 (remove_files) COMPLETE |
| 7850 | 2026-08-15T07:16:44.570Z | [ recovery-image] Aug 15 07:16:43.700 INFO O| Aug 15 07:16:43.700 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7851 | 2026-08-15T07:16:44.580Z | [ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7852 | 2026-08-15T07:16:44.580Z | [ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO STEP 822 (remove_files) COMPLETE |
| 7853 | 2026-08-15T07:16:44.581Z | [ recovery-image] Aug 15 07:16:43.711 INFO O| Aug 15 07:16:43.711 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7854 | 2026-08-15T07:16:44.592Z | [ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7855 | 2026-08-15T07:16:44.592Z | [ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO STEP 823 (remove_files) COMPLETE |
| 7856 | 2026-08-15T07:16:44.592Z | [ recovery-image] Aug 15 07:16:43.722 INFO O| Aug 15 07:16:43.722 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7857 | 2026-08-15T07:16:44.602Z | [ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7858 | 2026-08-15T07:16:44.602Z | [ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO STEP 824 (remove_files) COMPLETE |
| 7859 | 2026-08-15T07:16:44.602Z | [ recovery-image] Aug 15 07:16:43.732 INFO O| Aug 15 07:16:43.732 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7860 | 2026-08-15T07:16:44.613Z | [ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7861 | 2026-08-15T07:16:44.613Z | [ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO STEP 825 (remove_files) COMPLETE |
| 7862 | 2026-08-15T07:16:44.613Z | [ recovery-image] Aug 15 07:16:43.743 INFO O| Aug 15 07:16:43.743 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7863 | 2026-08-15T07:16:44.624Z | [ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7864 | 2026-08-15T07:16:44.624Z | [ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO STEP 826 (remove_files) COMPLETE |
| 7865 | 2026-08-15T07:16:44.625Z | [ recovery-image] Aug 15 07:16:43.754 INFO O| Aug 15 07:16:43.754 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7866 | 2026-08-15T07:16:44.635Z | [ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7867 | 2026-08-15T07:16:44.635Z | [ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO STEP 827 (remove_files) COMPLETE |
| 7868 | 2026-08-15T07:16:44.635Z | [ recovery-image] Aug 15 07:16:43.765 INFO O| Aug 15 07:16:43.765 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7869 | 2026-08-15T07:16:44.646Z | [ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7870 | 2026-08-15T07:16:44.646Z | [ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO STEP 828 (remove_files) COMPLETE |
| 7871 | 2026-08-15T07:16:44.646Z | [ recovery-image] Aug 15 07:16:43.776 INFO O| Aug 15 07:16:43.776 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7872 | 2026-08-15T07:16:44.656Z | [ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7873 | 2026-08-15T07:16:44.656Z | [ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO STEP 829 (remove_files) COMPLETE |
| 7874 | 2026-08-15T07:16:44.656Z | [ recovery-image] Aug 15 07:16:43.786 INFO O| Aug 15 07:16:43.786 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7875 | 2026-08-15T07:16:44.666Z | [ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7876 | 2026-08-15T07:16:44.666Z | [ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO STEP 830 (remove_files) COMPLETE |
| 7877 | 2026-08-15T07:16:44.666Z | [ recovery-image] Aug 15 07:16:43.797 INFO O| Aug 15 07:16:43.797 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7878 | 2026-08-15T07:16:44.676Z | [ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7879 | 2026-08-15T07:16:44.676Z | [ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO STEP 831 (remove_files) COMPLETE |
| 7880 | 2026-08-15T07:16:44.676Z | [ recovery-image] Aug 15 07:16:43.807 INFO O| Aug 15 07:16:43.807 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7881 | 2026-08-15T07:16:44.686Z | [ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7882 | 2026-08-15T07:16:44.686Z | [ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO STEP 832 (remove_files) COMPLETE |
| 7883 | 2026-08-15T07:16:44.686Z | [ recovery-image] Aug 15 07:16:43.816 INFO O| Aug 15 07:16:43.816 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7884 | 2026-08-15T07:16:44.696Z | [ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7885 | 2026-08-15T07:16:44.697Z | [ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO STEP 833 (remove_files) COMPLETE |
| 7886 | 2026-08-15T07:16:44.697Z | [ recovery-image] Aug 15 07:16:43.827 INFO O| Aug 15 07:16:43.827 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7887 | 2026-08-15T07:16:44.707Z | [ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7888 | 2026-08-15T07:16:44.707Z | [ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO STEP 834 (remove_files) COMPLETE |
| 7889 | 2026-08-15T07:16:44.710Z | [ recovery-image] Aug 15 07:16:43.837 INFO O| Aug 15 07:16:43.837 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7890 | 2026-08-15T07:16:44.718Z | [ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7891 | 2026-08-15T07:16:44.718Z | [ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO STEP 835 (remove_files) COMPLETE |
| 7892 | 2026-08-15T07:16:44.721Z | [ recovery-image] Aug 15 07:16:43.848 INFO O| Aug 15 07:16:43.848 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7893 | 2026-08-15T07:16:44.728Z | [ recovery-image] Aug 15 07:16:43.858 INFO O| Aug 15 07:16:43.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7894 | 2026-08-15T07:16:44.728Z | [ recovery-image] Aug 15 07:16:43.859 INFO O| Aug 15 07:16:43.859 INFO STEP 836 (remove_files) COMPLETE |
| 7895 | 2026-08-15T07:16:44.732Z | [ recovery-image] Aug 15 07:16:43.859 INFO O| Aug 15 07:16:43.859 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7896 | 2026-08-15T07:16:44.738Z | [ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7897 | 2026-08-15T07:16:44.738Z | [ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO STEP 837 (remove_files) COMPLETE |
| 7898 | 2026-08-15T07:16:44.738Z | [ recovery-image] Aug 15 07:16:43.868 INFO O| Aug 15 07:16:43.868 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7899 | 2026-08-15T07:16:44.749Z | [ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7900 | 2026-08-15T07:16:44.749Z | [ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.880 INFO STEP 838 (remove_files) COMPLETE |
| 7901 | 2026-08-15T07:16:44.752Z | [ recovery-image] Aug 15 07:16:43.880 INFO O| Aug 15 07:16:43.880 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7902 | 2026-08-15T07:16:44.760Z | [ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7903 | 2026-08-15T07:16:44.760Z | [ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO STEP 839 (remove_files) COMPLETE |
| 7904 | 2026-08-15T07:16:44.763Z | [ recovery-image] Aug 15 07:16:43.890 INFO O| Aug 15 07:16:43.890 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7905 | 2026-08-15T07:16:44.770Z | [ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7906 | 2026-08-15T07:16:44.770Z | [ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO STEP 840 (remove_files) COMPLETE |
| 7907 | 2026-08-15T07:16:44.770Z | [ recovery-image] Aug 15 07:16:43.900 INFO O| Aug 15 07:16:43.900 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7908 | 2026-08-15T07:16:44.780Z | [ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7909 | 2026-08-15T07:16:44.780Z | [ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO STEP 841 (remove_files) COMPLETE |
| 7910 | 2026-08-15T07:16:44.781Z | [ recovery-image] Aug 15 07:16:43.910 INFO O| Aug 15 07:16:43.910 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7911 | 2026-08-15T07:16:44.789Z | [ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7912 | 2026-08-15T07:16:44.789Z | [ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO STEP 842 (remove_files) COMPLETE |
| 7913 | 2026-08-15T07:16:44.789Z | [ recovery-image] Aug 15 07:16:43.919 INFO O| Aug 15 07:16:43.919 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7914 | 2026-08-15T07:16:44.798Z | [ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7915 | 2026-08-15T07:16:44.798Z | [ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO STEP 843 (remove_files) COMPLETE |
| 7916 | 2026-08-15T07:16:44.798Z | [ recovery-image] Aug 15 07:16:43.928 INFO O| Aug 15 07:16:43.928 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7917 | 2026-08-15T07:16:44.807Z | [ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7918 | 2026-08-15T07:16:44.807Z | [ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO STEP 844 (remove_files) COMPLETE |
| 7919 | 2026-08-15T07:16:44.807Z | [ recovery-image] Aug 15 07:16:43.937 INFO O| Aug 15 07:16:43.937 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7920 | 2026-08-15T07:16:44.816Z | [ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7921 | 2026-08-15T07:16:44.816Z | [ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO STEP 845 (remove_files) COMPLETE |
| 7922 | 2026-08-15T07:16:44.816Z | [ recovery-image] Aug 15 07:16:43.946 INFO O| Aug 15 07:16:43.946 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7923 | 2026-08-15T07:16:44.827Z | [ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7924 | 2026-08-15T07:16:44.827Z | [ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO STEP 846 (remove_files) COMPLETE |
| 7925 | 2026-08-15T07:16:44.827Z | [ recovery-image] Aug 15 07:16:43.957 INFO O| Aug 15 07:16:43.957 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7926 | 2026-08-15T07:16:44.837Z | [ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7927 | 2026-08-15T07:16:44.837Z | [ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO STEP 847 (remove_files) COMPLETE |
| 7928 | 2026-08-15T07:16:44.837Z | [ recovery-image] Aug 15 07:16:43.967 INFO O| Aug 15 07:16:43.967 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7929 | 2026-08-15T07:16:44.846Z | [ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7930 | 2026-08-15T07:16:44.846Z | [ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.977 INFO STEP 848 (remove_files) COMPLETE |
| 7931 | 2026-08-15T07:16:44.849Z | [ recovery-image] Aug 15 07:16:43.977 INFO O| Aug 15 07:16:43.977 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7932 | 2026-08-15T07:16:44.858Z | [ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7933 | 2026-08-15T07:16:44.858Z | [ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO STEP 849 (remove_files) COMPLETE |
| 7934 | 2026-08-15T07:16:44.861Z | [ recovery-image] Aug 15 07:16:43.988 INFO O| Aug 15 07:16:43.988 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7935 | 2026-08-15T07:16:44.868Z | [ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7936 | 2026-08-15T07:16:44.868Z | [ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO STEP 850 (remove_files) COMPLETE |
| 7937 | 2026-08-15T07:16:44.868Z | [ recovery-image] Aug 15 07:16:43.999 INFO O| Aug 15 07:16:43.999 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7938 | 2026-08-15T07:16:44.879Z | [ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7939 | 2026-08-15T07:16:44.879Z | [ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO STEP 851 (remove_files) COMPLETE |
| 7940 | 2026-08-15T07:16:44.882Z | [ recovery-image] Aug 15 07:16:44.009 INFO O| Aug 15 07:16:44.009 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7941 | 2026-08-15T07:16:44.890Z | [ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7942 | 2026-08-15T07:16:44.890Z | [ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO STEP 852 (remove_files) COMPLETE |
| 7943 | 2026-08-15T07:16:44.890Z | [ recovery-image] Aug 15 07:16:44.020 INFO O| Aug 15 07:16:44.020 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7944 | 2026-08-15T07:16:44.901Z | [ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7945 | 2026-08-15T07:16:44.901Z | [ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO STEP 853 (remove_files) COMPLETE |
| 7946 | 2026-08-15T07:16:44.901Z | [ recovery-image] Aug 15 07:16:44.031 INFO O| Aug 15 07:16:44.031 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7947 | 2026-08-15T07:16:44.925Z | [ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7948 | 2026-08-15T07:16:44.925Z | [ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO STEP 854 (remove_files) COMPLETE |
| 7949 | 2026-08-15T07:16:44.928Z | [ recovery-image] Aug 15 07:16:44.055 INFO O| Aug 15 07:16:44.055 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7950 | 2026-08-15T07:16:44.943Z | [ recovery-image] Aug 15 07:16:44.074 INFO O| Aug 15 07:16:44.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7951 | 2026-08-15T07:16:44.958Z | [ recovery-image] Aug 15 07:16:44.076 INFO O| Aug 15 07:16:44.076 INFO STEP 855 (remove_files) COMPLETE |
| 7952 | 2026-08-15T07:16:44.958Z | [ recovery-image] Aug 15 07:16:44.076 INFO O| Aug 15 07:16:44.076 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7953 | 2026-08-15T07:16:44.958Z | [ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7954 | 2026-08-15T07:16:44.958Z | [ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO STEP 856 (remove_files) COMPLETE |
| 7955 | 2026-08-15T07:16:44.958Z | [ recovery-image] Aug 15 07:16:44.086 INFO O| Aug 15 07:16:44.086 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7956 | 2026-08-15T07:16:44.964Z | [ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7957 | 2026-08-15T07:16:44.964Z | [ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO STEP 857 (remove_files) COMPLETE |
| 7958 | 2026-08-15T07:16:44.967Z | [ recovery-image] Aug 15 07:16:44.095 INFO O| Aug 15 07:16:44.095 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7959 | 2026-08-15T07:16:44.992Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7960 | 2026-08-15T07:16:44.992Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO STEP 858 (remove_files) COMPLETE |
| 7961 | 2026-08-15T07:16:44.992Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.110 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7962 | 2026-08-15T07:16:44.995Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7963 | 2026-08-15T07:16:44.995Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO STEP 859 (remove_files) COMPLETE |
| 7964 | 2026-08-15T07:16:44.995Z | [ recovery-image] Aug 15 07:16:44.122 INFO O| Aug 15 07:16:44.119 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7965 | 2026-08-15T07:16:44.999Z | [ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7966 | 2026-08-15T07:16:44.999Z | [ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO STEP 860 (remove_files) COMPLETE |
| 7967 | 2026-08-15T07:16:45.000Z | [ recovery-image] Aug 15 07:16:44.130 INFO O| Aug 15 07:16:44.130 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7968 | 2026-08-15T07:16:45.011Z | [ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7969 | 2026-08-15T07:16:45.011Z | [ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO STEP 861 (remove_files) COMPLETE |
| 7970 | 2026-08-15T07:16:45.012Z | [ recovery-image] Aug 15 07:16:44.141 INFO O| Aug 15 07:16:44.141 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7971 | 2026-08-15T07:16:45.021Z | [ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7972 | 2026-08-15T07:16:45.021Z | [ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO STEP 862 (remove_files) COMPLETE |
| 7973 | 2026-08-15T07:16:45.021Z | [ recovery-image] Aug 15 07:16:44.151 INFO O| Aug 15 07:16:44.151 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7974 | 2026-08-15T07:16:45.031Z | [ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7975 | 2026-08-15T07:16:45.031Z | [ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO STEP 863 (remove_files) COMPLETE |
| 7976 | 2026-08-15T07:16:45.034Z | [ recovery-image] Aug 15 07:16:44.161 INFO O| Aug 15 07:16:44.161 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7977 | 2026-08-15T07:16:45.042Z | [ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7978 | 2026-08-15T07:16:45.042Z | [ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.172 INFO STEP 864 (remove_files) COMPLETE |
| 7979 | 2026-08-15T07:16:45.042Z | [ recovery-image] Aug 15 07:16:44.172 INFO O| Aug 15 07:16:44.172 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7980 | 2026-08-15T07:16:45.053Z | [ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7981 | 2026-08-15T07:16:45.053Z | [ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO STEP 865 (remove_files) COMPLETE |
| 7982 | 2026-08-15T07:16:45.056Z | [ recovery-image] Aug 15 07:16:44.183 INFO O| Aug 15 07:16:44.183 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7983 | 2026-08-15T07:16:45.066Z | [ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7984 | 2026-08-15T07:16:45.066Z | [ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO STEP 866 (remove_files) COMPLETE |
| 7985 | 2026-08-15T07:16:45.067Z | [ recovery-image] Aug 15 07:16:44.196 INFO O| Aug 15 07:16:44.194 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7986 | 2026-08-15T07:16:45.074Z | [ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7987 | 2026-08-15T07:16:45.074Z | [ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO STEP 867 (remove_files) COMPLETE |
| 7988 | 2026-08-15T07:16:45.074Z | [ recovery-image] Aug 15 07:16:44.205 INFO O| Aug 15 07:16:44.204 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7989 | 2026-08-15T07:16:45.083Z | [ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7990 | 2026-08-15T07:16:45.083Z | [ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO STEP 868 (remove_files) COMPLETE |
| 7991 | 2026-08-15T07:16:45.083Z | [ recovery-image] Aug 15 07:16:44.213 INFO O| Aug 15 07:16:44.213 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7992 | 2026-08-15T07:16:45.092Z | [ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7993 | 2026-08-15T07:16:45.092Z | [ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.223 INFO STEP 869 (remove_files) COMPLETE |
| 7994 | 2026-08-15T07:16:45.092Z | [ recovery-image] Aug 15 07:16:44.223 INFO O| Aug 15 07:16:44.223 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7995 | 2026-08-15T07:16:45.104Z | [ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7996 | 2026-08-15T07:16:45.104Z | [ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO STEP 870 (remove_files) COMPLETE |
| 7997 | 2026-08-15T07:16:45.104Z | [ recovery-image] Aug 15 07:16:44.234 INFO O| Aug 15 07:16:44.234 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7998 | 2026-08-15T07:16:45.115Z | [ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7999 | 2026-08-15T07:16:45.115Z | [ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.246 INFO STEP 871 (remove_files) COMPLETE |
| 8000 | 2026-08-15T07:16:45.120Z | [ recovery-image] Aug 15 07:16:44.246 INFO O| Aug 15 07:16:44.246 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8001 | 2026-08-15T07:16:45.128Z | [ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 8002 | 2026-08-15T07:16:45.128Z | [ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO STEP 872 (remove_files) COMPLETE |
| 8003 | 2026-08-15T07:16:45.131Z | [ recovery-image] Aug 15 07:16:44.256 INFO O| Aug 15 07:16:44.256 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8004 | 2026-08-15T07:16:45.136Z | [ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 8005 | 2026-08-15T07:16:45.136Z | [ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.266 INFO STEP 873 (remove_files) COMPLETE |
| 8006 | 2026-08-15T07:16:45.140Z | [ recovery-image] Aug 15 07:16:44.266 INFO O| Aug 15 07:16:44.266 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8007 | 2026-08-15T07:16:45.144Z | [ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 8008 | 2026-08-15T07:16:45.144Z | [ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO STEP 874 (remove_files) COMPLETE |
| 8009 | 2026-08-15T07:16:45.144Z | [ recovery-image] Aug 15 07:16:44.275 INFO O| Aug 15 07:16:44.275 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8010 | 2026-08-15T07:16:45.155Z | [ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 8011 | 2026-08-15T07:16:45.158Z | [ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.286 INFO STEP 875 (remove_files) COMPLETE |
| 8012 | 2026-08-15T07:16:45.158Z | [ recovery-image] Aug 15 07:16:44.286 INFO O| Aug 15 07:16:44.286 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8013 | 2026-08-15T07:16:45.166Z | [ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 8014 | 2026-08-15T07:16:45.166Z | [ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO STEP 876 (remove_files) COMPLETE |
| 8015 | 2026-08-15T07:16:45.168Z | [ recovery-image] Aug 15 07:16:44.297 INFO O| Aug 15 07:16:44.297 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8016 | 2026-08-15T07:16:45.177Z | [ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 8017 | 2026-08-15T07:16:45.177Z | [ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO STEP 877 (remove_files) COMPLETE |
| 8018 | 2026-08-15T07:16:45.177Z | [ recovery-image] Aug 15 07:16:44.307 INFO O| Aug 15 07:16:44.307 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8019 | 2026-08-15T07:16:45.187Z | [ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 8020 | 2026-08-15T07:16:45.187Z | [ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO STEP 878 (remove_files) COMPLETE |
| 8021 | 2026-08-15T07:16:45.189Z | [ recovery-image] Aug 15 07:16:44.317 INFO O| Aug 15 07:16:44.317 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8022 | 2026-08-15T07:16:45.196Z | [ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 8023 | 2026-08-15T07:16:45.196Z | [ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO STEP 879 (remove_files) COMPLETE |
| 8024 | 2026-08-15T07:16:45.198Z | [ recovery-image] Aug 15 07:16:44.326 INFO O| Aug 15 07:16:44.326 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8025 | 2026-08-15T07:16:45.205Z | [ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 8026 | 2026-08-15T07:16:45.205Z | [ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO STEP 880 (remove_files) COMPLETE |
| 8027 | 2026-08-15T07:16:45.205Z | [ recovery-image] Aug 15 07:16:44.335 INFO O| Aug 15 07:16:44.335 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8028 | 2026-08-15T07:16:45.214Z | [ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 8029 | 2026-08-15T07:16:45.214Z | [ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO STEP 881 (remove_files) COMPLETE |
| 8030 | 2026-08-15T07:16:45.214Z | [ recovery-image] Aug 15 07:16:44.345 INFO O| Aug 15 07:16:44.344 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8031 | 2026-08-15T07:16:45.225Z | [ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 8032 | 2026-08-15T07:16:45.225Z | [ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO STEP 882 (remove_files) COMPLETE |
| 8033 | 2026-08-15T07:16:45.225Z | [ recovery-image] Aug 15 07:16:44.356 INFO O| Aug 15 07:16:44.356 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8034 | 2026-08-15T07:16:45.235Z | [ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 8035 | 2026-08-15T07:16:45.235Z | [ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO STEP 883 (remove_files) COMPLETE |
| 8036 | 2026-08-15T07:16:45.235Z | [ recovery-image] Aug 15 07:16:44.365 INFO O| Aug 15 07:16:44.365 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8037 | 2026-08-15T07:16:45.244Z | [ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 8038 | 2026-08-15T07:16:45.244Z | [ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO STEP 884 (remove_files) COMPLETE |
| 8039 | 2026-08-15T07:16:45.244Z | [ recovery-image] Aug 15 07:16:44.375 INFO O| Aug 15 07:16:44.375 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8040 | 2026-08-15T07:16:45.293Z | [ recovery-image] Aug 15 07:16:44.423 INFO O| Aug 15 07:16:44.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 8041 | 2026-08-15T07:16:45.296Z | [ recovery-image] Aug 15 07:16:44.423 INFO O| Aug 15 07:16:44.423 INFO STEP 885 (remove_files) COMPLETE |
| 8042 | 2026-08-15T07:16:45.300Z | [ recovery-image] Aug 15 07:16:44.424 INFO O| Aug 15 07:16:44.423 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8043 | 2026-08-15T07:16:45.310Z | [ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 8044 | 2026-08-15T07:16:45.313Z | [ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO STEP 886 (remove_files) COMPLETE |
| 8045 | 2026-08-15T07:16:45.313Z | [ recovery-image] Aug 15 07:16:44.438 INFO O| Aug 15 07:16:44.437 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8046 | 2026-08-15T07:16:45.317Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 8047 | 2026-08-15T07:16:45.317Z | [ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 8048 | 2026-08-15T07:16:45.317Z | [ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO STEP 887 (remove_files) COMPLETE |
| 8049 | 2026-08-15T07:16:45.317Z | [ recovery-image] Aug 15 07:16:44.447 INFO O| Aug 15 07:16:44.447 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8050 | 2026-08-15T07:16:45.328Z | [ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 8051 | 2026-08-15T07:16:45.329Z | [ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO STEP 888 (remove_files) COMPLETE |
| 8052 | 2026-08-15T07:16:45.331Z | [ recovery-image] Aug 15 07:16:44.459 INFO O| Aug 15 07:16:44.459 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8053 | 2026-08-15T07:16:45.340Z | [ recovery-image] Aug 15 07:16:44.471 INFO O| Aug 15 07:16:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 8054 | 2026-08-15T07:16:45.348Z | [ recovery-image] Aug 15 07:16:44.476 INFO O| Aug 15 07:16:44.476 INFO STEP 889 (remove_files) COMPLETE |
| 8055 | 2026-08-15T07:16:45.351Z | [ recovery-image] Aug 15 07:16:44.476 INFO O| Aug 15 07:16:44.476 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8056 | 2026-08-15T07:16:45.356Z | [ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 8057 | 2026-08-15T07:16:45.356Z | [ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO STEP 890 (remove_files) COMPLETE |
| 8058 | 2026-08-15T07:16:45.356Z | [ recovery-image] Aug 15 07:16:44.487 INFO O| Aug 15 07:16:44.487 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8059 | 2026-08-15T07:16:45.365Z | [ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 8060 | 2026-08-15T07:16:45.365Z | [ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO STEP 891 (remove_files) COMPLETE |
| 8061 | 2026-08-15T07:16:45.366Z | [ recovery-image] Aug 15 07:16:44.495 INFO O| Aug 15 07:16:44.495 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8062 | 2026-08-15T07:16:45.374Z | [ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 8063 | 2026-08-15T07:16:45.374Z | [ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO STEP 892 (remove_files) COMPLETE |
| 8064 | 2026-08-15T07:16:45.374Z | [ recovery-image] Aug 15 07:16:44.505 INFO O| Aug 15 07:16:44.505 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8065 | 2026-08-15T07:16:45.386Z | [ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 8066 | 2026-08-15T07:16:45.386Z | [ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO STEP 893 (remove_files) COMPLETE |
| 8067 | 2026-08-15T07:16:45.386Z | [ recovery-image] Aug 15 07:16:44.516 INFO O| Aug 15 07:16:44.516 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8068 | 2026-08-15T07:16:45.396Z | [ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 8069 | 2026-08-15T07:16:45.396Z | [ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO STEP 894 (remove_files) COMPLETE |
| 8070 | 2026-08-15T07:16:45.396Z | [ recovery-image] Aug 15 07:16:44.526 INFO O| Aug 15 07:16:44.526 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8071 | 2026-08-15T07:16:45.407Z | [ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 8072 | 2026-08-15T07:16:45.407Z | [ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO STEP 895 (remove_files) COMPLETE |
| 8073 | 2026-08-15T07:16:45.407Z | [ recovery-image] Aug 15 07:16:44.537 INFO O| Aug 15 07:16:44.537 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8074 | 2026-08-15T07:16:45.418Z | [ recovery-image] Aug 15 07:16:44.548 INFO O| Aug 15 07:16:44.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 8075 | 2026-08-15T07:16:45.421Z | [ recovery-image] Aug 15 07:16:44.549 INFO O| Aug 15 07:16:44.549 INFO STEP 896 (remove_files) COMPLETE |
| 8076 | 2026-08-15T07:16:45.422Z | [ recovery-image] Aug 15 07:16:44.549 INFO O| Aug 15 07:16:44.549 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8077 | 2026-08-15T07:16:45.428Z | [ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 8078 | 2026-08-15T07:16:45.428Z | [ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.559 INFO STEP 897 (remove_files) COMPLETE |
| 8079 | 2026-08-15T07:16:45.428Z | [ recovery-image] Aug 15 07:16:44.559 INFO O| Aug 15 07:16:44.559 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8080 | 2026-08-15T07:16:45.438Z | [ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 8081 | 2026-08-15T07:16:45.438Z | [ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO STEP 898 (remove_files) COMPLETE |
| 8082 | 2026-08-15T07:16:45.438Z | [ recovery-image] Aug 15 07:16:44.568 INFO O| Aug 15 07:16:44.568 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8083 | 2026-08-15T07:16:45.448Z | [ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 8084 | 2026-08-15T07:16:45.448Z | [ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO STEP 899 (remove_files) COMPLETE |
| 8085 | 2026-08-15T07:16:45.448Z | [ recovery-image] Aug 15 07:16:44.578 INFO O| Aug 15 07:16:44.578 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8086 | 2026-08-15T07:16:45.458Z | [ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 8087 | 2026-08-15T07:16:45.458Z | [ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO STEP 900 (remove_files) COMPLETE |
| 8088 | 2026-08-15T07:16:45.458Z | [ recovery-image] Aug 15 07:16:44.589 INFO O| Aug 15 07:16:44.589 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8089 | 2026-08-15T07:16:45.468Z | [ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 8090 | 2026-08-15T07:16:45.468Z | [ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO STEP 901 (remove_files) COMPLETE |
| 8091 | 2026-08-15T07:16:45.469Z | [ recovery-image] Aug 15 07:16:44.598 INFO O| Aug 15 07:16:44.598 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8092 | 2026-08-15T07:16:45.478Z | [ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 8093 | 2026-08-15T07:16:45.478Z | [ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO STEP 902 (remove_files) COMPLETE |
| 8094 | 2026-08-15T07:16:45.478Z | [ recovery-image] Aug 15 07:16:44.608 INFO O| Aug 15 07:16:44.608 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8095 | 2026-08-15T07:16:45.487Z | [ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 8096 | 2026-08-15T07:16:45.487Z | [ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO STEP 903 (remove_files) COMPLETE |
| 8097 | 2026-08-15T07:16:45.487Z | [ recovery-image] Aug 15 07:16:44.618 INFO O| Aug 15 07:16:44.618 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8098 | 2026-08-15T07:16:45.498Z | [ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 8099 | 2026-08-15T07:16:45.498Z | [ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO STEP 904 (remove_files) COMPLETE |
| 8100 | 2026-08-15T07:16:45.498Z | [ recovery-image] Aug 15 07:16:44.628 INFO O| Aug 15 07:16:44.628 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8101 | 2026-08-15T07:16:45.509Z | [ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 8102 | 2026-08-15T07:16:45.509Z | [ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO STEP 905 (remove_files) COMPLETE |
| 8103 | 2026-08-15T07:16:45.509Z | [ recovery-image] Aug 15 07:16:44.640 INFO O| Aug 15 07:16:44.640 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8104 | 2026-08-15T07:16:45.519Z | [ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 8105 | 2026-08-15T07:16:45.519Z | [ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO STEP 906 (remove_files) COMPLETE |
| 8106 | 2026-08-15T07:16:45.519Z | [ recovery-image] Aug 15 07:16:44.650 INFO O| Aug 15 07:16:44.650 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8107 | 2026-08-15T07:16:45.532Z | [ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 8108 | 2026-08-15T07:16:45.532Z | [ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO STEP 907 (remove_files) COMPLETE |
| 8109 | 2026-08-15T07:16:45.535Z | [ recovery-image] Aug 15 07:16:44.662 INFO O| Aug 15 07:16:44.662 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8110 | 2026-08-15T07:16:45.542Z | [ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 8111 | 2026-08-15T07:16:45.542Z | [ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO STEP 908 (remove_files) COMPLETE |
| 8112 | 2026-08-15T07:16:45.545Z | [ recovery-image] Aug 15 07:16:44.673 INFO O| Aug 15 07:16:44.673 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8113 | 2026-08-15T07:16:45.552Z | [ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 8114 | 2026-08-15T07:16:45.552Z | [ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO STEP 909 (remove_files) COMPLETE |
| 8115 | 2026-08-15T07:16:45.552Z | [ recovery-image] Aug 15 07:16:44.683 INFO O| Aug 15 07:16:44.683 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8116 | 2026-08-15T07:16:45.562Z | [ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 8117 | 2026-08-15T07:16:45.562Z | [ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO STEP 910 (remove_files) COMPLETE |
| 8118 | 2026-08-15T07:16:45.562Z | [ recovery-image] Aug 15 07:16:44.692 INFO O| Aug 15 07:16:44.692 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8119 | 2026-08-15T07:16:45.579Z | [ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 8120 | 2026-08-15T07:16:45.579Z | [ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO STEP 911 (remove_files) COMPLETE |
| 8121 | 2026-08-15T07:16:45.583Z | [ recovery-image] Aug 15 07:16:44.703 INFO O| Aug 15 07:16:44.703 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8122 | 2026-08-15T07:16:45.583Z | [ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 8123 | 2026-08-15T07:16:45.583Z | [ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO STEP 912 (remove_files) COMPLETE |
| 8124 | 2026-08-15T07:16:45.583Z | [ recovery-image] Aug 15 07:16:44.712 INFO O| Aug 15 07:16:44.712 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8125 | 2026-08-15T07:16:45.598Z | [ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 8126 | 2026-08-15T07:16:45.598Z | [ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO STEP 913 (remove_files) COMPLETE |
| 8127 | 2026-08-15T07:16:45.598Z | [ recovery-image] Aug 15 07:16:44.722 INFO O| Aug 15 07:16:44.722 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8128 | 2026-08-15T07:16:45.602Z | [ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 8129 | 2026-08-15T07:16:45.602Z | [ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO STEP 914 (remove_files) COMPLETE |
| 8130 | 2026-08-15T07:16:45.602Z | [ recovery-image] Aug 15 07:16:44.732 INFO O| Aug 15 07:16:44.732 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8131 | 2026-08-15T07:16:45.605Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 8132 | 2026-08-15T07:16:45.611Z | [ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 8133 | 2026-08-15T07:16:45.611Z | [ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO STEP 915 (remove_files) COMPLETE |
| 8134 | 2026-08-15T07:16:45.614Z | [ recovery-image] Aug 15 07:16:44.741 INFO O| Aug 15 07:16:44.741 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8135 | 2026-08-15T07:16:45.625Z | [ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 8136 | 2026-08-15T07:16:45.625Z | [ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO STEP 916 (remove_files) COMPLETE |
| 8137 | 2026-08-15T07:16:45.625Z | [ recovery-image] Aug 15 07:16:44.751 INFO O| Aug 15 07:16:44.751 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8138 | 2026-08-15T07:16:45.631Z | [ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8139 | 2026-08-15T07:16:45.631Z | [ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO STEP 917 (remove_files) COMPLETE |
| 8140 | 2026-08-15T07:16:45.631Z | [ recovery-image] Aug 15 07:16:44.761 INFO O| Aug 15 07:16:44.761 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8141 | 2026-08-15T07:16:45.640Z | [ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8142 | 2026-08-15T07:16:45.641Z | [ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO STEP 918 (remove_files) COMPLETE |
| 8143 | 2026-08-15T07:16:45.644Z | [ recovery-image] Aug 15 07:16:44.771 INFO O| Aug 15 07:16:44.771 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8144 | 2026-08-15T07:16:45.650Z | [ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8145 | 2026-08-15T07:16:45.650Z | [ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO STEP 919 (remove_files) COMPLETE |
| 8146 | 2026-08-15T07:16:45.653Z | [ recovery-image] Aug 15 07:16:44.781 INFO O| Aug 15 07:16:44.781 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8147 | 2026-08-15T07:16:45.661Z | [ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8148 | 2026-08-15T07:16:45.661Z | [ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO STEP 920 (remove_files) COMPLETE |
| 8149 | 2026-08-15T07:16:45.664Z | [ recovery-image] Aug 15 07:16:44.791 INFO O| Aug 15 07:16:44.791 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8150 | 2026-08-15T07:16:45.672Z | [ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8151 | 2026-08-15T07:16:45.672Z | [ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO STEP 921 (remove_files) COMPLETE |
| 8152 | 2026-08-15T07:16:45.675Z | [ recovery-image] Aug 15 07:16:44.803 INFO O| Aug 15 07:16:44.803 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8153 | 2026-08-15T07:16:45.683Z | [ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8154 | 2026-08-15T07:16:45.683Z | [ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO STEP 922 (remove_files) COMPLETE |
| 8155 | 2026-08-15T07:16:45.683Z | [ recovery-image] Aug 15 07:16:44.814 INFO O| Aug 15 07:16:44.814 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8156 | 2026-08-15T07:16:45.693Z | [ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8157 | 2026-08-15T07:16:45.693Z | [ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO STEP 923 (remove_files) COMPLETE |
| 8158 | 2026-08-15T07:16:45.694Z | [ recovery-image] Aug 15 07:16:44.824 INFO O| Aug 15 07:16:44.824 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8159 | 2026-08-15T07:16:45.705Z | [ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8160 | 2026-08-15T07:16:45.705Z | [ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO STEP 924 (remove_files) COMPLETE |
| 8161 | 2026-08-15T07:16:45.705Z | [ recovery-image] Aug 15 07:16:44.835 INFO O| Aug 15 07:16:44.835 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8162 | 2026-08-15T07:16:45.721Z | [ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8163 | 2026-08-15T07:16:45.721Z | [ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO STEP 925 (remove_files) COMPLETE |
| 8164 | 2026-08-15T07:16:45.721Z | [ recovery-image] Aug 15 07:16:44.851 INFO O| Aug 15 07:16:44.851 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8165 | 2026-08-15T07:16:45.733Z | [ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8166 | 2026-08-15T07:16:45.733Z | [ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO STEP 926 (remove_files) COMPLETE |
| 8167 | 2026-08-15T07:16:45.733Z | [ recovery-image] Aug 15 07:16:44.863 INFO O| Aug 15 07:16:44.863 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8168 | 2026-08-15T07:16:45.744Z | [ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8169 | 2026-08-15T07:16:45.744Z | [ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO STEP 927 (remove_files) COMPLETE |
| 8170 | 2026-08-15T07:16:45.744Z | [ recovery-image] Aug 15 07:16:44.874 INFO O| Aug 15 07:16:44.874 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8171 | 2026-08-15T07:16:45.756Z | [ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8172 | 2026-08-15T07:16:45.756Z | [ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO STEP 928 (remove_files) COMPLETE |
| 8173 | 2026-08-15T07:16:45.756Z | [ recovery-image] Aug 15 07:16:44.886 INFO O| Aug 15 07:16:44.886 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8174 | 2026-08-15T07:16:45.766Z | [ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8175 | 2026-08-15T07:16:45.766Z | [ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO STEP 929 (remove_files) COMPLETE |
| 8176 | 2026-08-15T07:16:45.766Z | [ recovery-image] Aug 15 07:16:44.896 INFO O| Aug 15 07:16:44.896 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8177 | 2026-08-15T07:16:45.775Z | [ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8178 | 2026-08-15T07:16:45.775Z | [ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO STEP 930 (remove_files) COMPLETE |
| 8179 | 2026-08-15T07:16:45.775Z | [ recovery-image] Aug 15 07:16:44.906 INFO O| Aug 15 07:16:44.906 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8180 | 2026-08-15T07:16:45.785Z | [ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8181 | 2026-08-15T07:16:45.785Z | [ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO STEP 931 (remove_files) COMPLETE |
| 8182 | 2026-08-15T07:16:45.785Z | [ recovery-image] Aug 15 07:16:44.915 INFO O| Aug 15 07:16:44.915 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8183 | 2026-08-15T07:16:45.796Z | [ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8184 | 2026-08-15T07:16:45.796Z | [ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO STEP 932 (remove_files) COMPLETE |
| 8185 | 2026-08-15T07:16:45.796Z | [ recovery-image] Aug 15 07:16:44.926 INFO O| Aug 15 07:16:44.926 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8186 | 2026-08-15T07:16:45.806Z | [ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8187 | 2026-08-15T07:16:45.807Z | [ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO STEP 933 (remove_files) COMPLETE |
| 8188 | 2026-08-15T07:16:45.807Z | [ recovery-image] Aug 15 07:16:44.937 INFO O| Aug 15 07:16:44.937 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8189 | 2026-08-15T07:16:45.817Z | [ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8190 | 2026-08-15T07:16:45.817Z | [ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.948 INFO STEP 934 (remove_files) COMPLETE |
| 8191 | 2026-08-15T07:16:45.817Z | [ recovery-image] Aug 15 07:16:44.948 INFO O| Aug 15 07:16:44.948 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8192 | 2026-08-15T07:16:45.827Z | [ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8193 | 2026-08-15T07:16:45.830Z | [ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.958 INFO STEP 935 (remove_files) COMPLETE |
| 8194 | 2026-08-15T07:16:45.830Z | [ recovery-image] Aug 15 07:16:44.958 INFO O| Aug 15 07:16:44.958 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8195 | 2026-08-15T07:16:45.837Z | [ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8196 | 2026-08-15T07:16:45.837Z | [ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO STEP 936 (remove_files) COMPLETE |
| 8197 | 2026-08-15T07:16:45.840Z | [ recovery-image] Aug 15 07:16:44.968 INFO O| Aug 15 07:16:44.968 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8198 | 2026-08-15T07:16:45.847Z | [ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8199 | 2026-08-15T07:16:45.847Z | [ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO STEP 937 (remove_files) COMPLETE |
| 8200 | 2026-08-15T07:16:45.847Z | [ recovery-image] Aug 15 07:16:44.977 INFO O| Aug 15 07:16:44.977 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8201 | 2026-08-15T07:16:45.857Z | [ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8202 | 2026-08-15T07:16:45.857Z | [ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO STEP 938 (remove_files) COMPLETE |
| 8203 | 2026-08-15T07:16:45.857Z | [ recovery-image] Aug 15 07:16:44.988 INFO O| Aug 15 07:16:44.988 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8204 | 2026-08-15T07:16:45.867Z | [ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8205 | 2026-08-15T07:16:45.867Z | [ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO STEP 939 (remove_files) COMPLETE |
| 8206 | 2026-08-15T07:16:45.867Z | [ recovery-image] Aug 15 07:16:44.997 INFO O| Aug 15 07:16:44.997 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8207 | 2026-08-15T07:16:45.878Z | [ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8208 | 2026-08-15T07:16:45.878Z | [ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO STEP 940 (remove_files) COMPLETE |
| 8209 | 2026-08-15T07:16:45.878Z | [ recovery-image] Aug 15 07:16:45.008 INFO O| Aug 15 07:16:45.008 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8210 | 2026-08-15T07:16:45.889Z | [ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8211 | 2026-08-15T07:16:45.889Z | [ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO STEP 941 (remove_files) COMPLETE |
| 8212 | 2026-08-15T07:16:45.889Z | [ recovery-image] Aug 15 07:16:45.019 INFO O| Aug 15 07:16:45.019 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8213 | 2026-08-15T07:16:45.899Z | [ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8214 | 2026-08-15T07:16:45.899Z | [ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO STEP 942 (remove_files) COMPLETE |
| 8215 | 2026-08-15T07:16:45.899Z | [ recovery-image] Aug 15 07:16:45.029 INFO O| Aug 15 07:16:45.029 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8216 | 2026-08-15T07:16:45.911Z | [ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8217 | 2026-08-15T07:16:45.911Z | [ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.041 INFO STEP 943 (remove_files) COMPLETE |
| 8218 | 2026-08-15T07:16:45.911Z | [ recovery-image] Aug 15 07:16:45.041 INFO O| Aug 15 07:16:45.041 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8219 | 2026-08-15T07:16:45.946Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 8220 | 2026-08-15T07:16:45.954Z | [ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8221 | 2026-08-15T07:16:45.954Z | [ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO STEP 944 (remove_files) COMPLETE |
| 8222 | 2026-08-15T07:16:45.957Z | [ recovery-image] Aug 15 07:16:45.084 INFO O| Aug 15 07:16:45.084 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8223 | 2026-08-15T07:16:45.964Z | [ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8224 | 2026-08-15T07:16:45.964Z | [ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO STEP 945 (remove_files) COMPLETE |
| 8225 | 2026-08-15T07:16:45.967Z | [ recovery-image] Aug 15 07:16:45.094 INFO O| Aug 15 07:16:45.094 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8226 | 2026-08-15T07:16:45.975Z | [ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8227 | 2026-08-15T07:16:45.975Z | [ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO STEP 946 (remove_files) COMPLETE |
| 8228 | 2026-08-15T07:16:45.979Z | [ recovery-image] Aug 15 07:16:45.105 INFO O| Aug 15 07:16:45.105 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8229 | 2026-08-15T07:16:45.987Z | [ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8230 | 2026-08-15T07:16:45.987Z | [ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO STEP 947 (remove_files) COMPLETE |
| 8231 | 2026-08-15T07:16:45.987Z | [ recovery-image] Aug 15 07:16:45.117 INFO O| Aug 15 07:16:45.117 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8232 | 2026-08-15T07:16:45.997Z | [ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8233 | 2026-08-15T07:16:45.997Z | [ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO STEP 948 (remove_files) COMPLETE |
| 8234 | 2026-08-15T07:16:45.997Z | [ recovery-image] Aug 15 07:16:45.127 INFO O| Aug 15 07:16:45.127 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8235 | 2026-08-15T07:16:46.009Z | [ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8236 | 2026-08-15T07:16:46.009Z | [ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO STEP 949 (remove_files) COMPLETE |
| 8237 | 2026-08-15T07:16:46.009Z | [ recovery-image] Aug 15 07:16:45.138 INFO O| Aug 15 07:16:45.138 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8238 | 2026-08-15T07:16:46.018Z | [ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8239 | 2026-08-15T07:16:46.018Z | [ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.149 INFO STEP 950 (remove_files) COMPLETE |
| 8240 | 2026-08-15T07:16:46.019Z | [ recovery-image] Aug 15 07:16:45.149 INFO O| Aug 15 07:16:45.149 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8241 | 2026-08-15T07:16:46.028Z | [ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8242 | 2026-08-15T07:16:46.028Z | [ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO STEP 951 (remove_files) COMPLETE |
| 8243 | 2026-08-15T07:16:46.028Z | [ recovery-image] Aug 15 07:16:45.158 INFO O| Aug 15 07:16:45.158 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8244 | 2026-08-15T07:16:46.039Z | [ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8245 | 2026-08-15T07:16:46.039Z | [ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO STEP 952 (remove_files) COMPLETE |
| 8246 | 2026-08-15T07:16:46.042Z | [ recovery-image] Aug 15 07:16:45.169 INFO O| Aug 15 07:16:45.169 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8247 | 2026-08-15T07:16:46.049Z | [ recovery-image] Aug 15 07:16:45.179 INFO O| Aug 15 07:16:45.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8248 | 2026-08-15T07:16:46.049Z | [ recovery-image] Aug 15 07:16:45.180 INFO O| Aug 15 07:16:45.180 INFO STEP 953 (remove_files) COMPLETE |
| 8249 | 2026-08-15T07:16:46.049Z | [ recovery-image] Aug 15 07:16:45.180 INFO O| Aug 15 07:16:45.180 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8250 | 2026-08-15T07:16:46.059Z | [ recovery-image] Aug 15 07:16:45.189 INFO O| Aug 15 07:16:45.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8251 | 2026-08-15T07:16:46.059Z | [ recovery-image] Aug 15 07:16:45.190 INFO O| Aug 15 07:16:45.190 INFO STEP 954 (remove_files) COMPLETE |
| 8252 | 2026-08-15T07:16:46.059Z | [ recovery-image] Aug 15 07:16:45.190 INFO O| Aug 15 07:16:45.190 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8253 | 2026-08-15T07:16:46.070Z | [ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8254 | 2026-08-15T07:16:46.070Z | [ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO STEP 955 (remove_files) COMPLETE |
| 8255 | 2026-08-15T07:16:46.073Z | [ recovery-image] Aug 15 07:16:45.200 INFO O| Aug 15 07:16:45.200 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8256 | 2026-08-15T07:16:46.081Z | [ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8257 | 2026-08-15T07:16:46.084Z | [ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO STEP 956 (remove_files) COMPLETE |
| 8258 | 2026-08-15T07:16:46.084Z | [ recovery-image] Aug 15 07:16:45.211 INFO O| Aug 15 07:16:45.211 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8259 | 2026-08-15T07:16:46.091Z | [ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8260 | 2026-08-15T07:16:46.091Z | [ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.222 INFO STEP 957 (remove_files) COMPLETE |
| 8261 | 2026-08-15T07:16:46.091Z | [ recovery-image] Aug 15 07:16:45.222 INFO O| Aug 15 07:16:45.222 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8262 | 2026-08-15T07:16:46.102Z | [ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8263 | 2026-08-15T07:16:46.102Z | [ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO STEP 958 (remove_files) COMPLETE |
| 8264 | 2026-08-15T07:16:46.102Z | [ recovery-image] Aug 15 07:16:45.231 INFO O| Aug 15 07:16:45.231 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8265 | 2026-08-15T07:16:46.110Z | [ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8266 | 2026-08-15T07:16:46.110Z | [ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO STEP 959 (remove_files) COMPLETE |
| 8267 | 2026-08-15T07:16:46.110Z | [ recovery-image] Aug 15 07:16:45.240 INFO O| Aug 15 07:16:45.240 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8268 | 2026-08-15T07:16:46.121Z | [ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8269 | 2026-08-15T07:16:46.124Z | [ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO STEP 960 (remove_files) COMPLETE |
| 8270 | 2026-08-15T07:16:46.124Z | [ recovery-image] Aug 15 07:16:45.251 INFO O| Aug 15 07:16:45.251 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8271 | 2026-08-15T07:16:46.131Z | [ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8272 | 2026-08-15T07:16:46.131Z | [ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO STEP 961 (remove_files) COMPLETE |
| 8273 | 2026-08-15T07:16:46.135Z | [ recovery-image] Aug 15 07:16:45.261 INFO O| Aug 15 07:16:45.261 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8274 | 2026-08-15T07:16:46.141Z | [ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8275 | 2026-08-15T07:16:46.141Z | [ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO STEP 962 (remove_files) COMPLETE |
| 8276 | 2026-08-15T07:16:46.142Z | [ recovery-image] Aug 15 07:16:45.272 INFO O| Aug 15 07:16:45.272 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8277 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8278 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO STEP 963 (remove_files) COMPLETE |
| 8279 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.281 INFO O| Aug 15 07:16:45.281 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8280 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8281 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO STEP 964 (remove_files) COMPLETE |
| 8282 | 2026-08-15T07:16:46.196Z | [ recovery-image] Aug 15 07:16:45.292 INFO O| Aug 15 07:16:45.292 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8283 | 2026-08-15T07:16:46.197Z | [ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8284 | 2026-08-15T07:16:46.197Z | [ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO STEP 965 (remove_files) COMPLETE |
| 8285 | 2026-08-15T07:16:46.197Z | [ recovery-image] Aug 15 07:16:45.303 INFO O| Aug 15 07:16:45.303 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8286 | 2026-08-15T07:16:46.197Z | [ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8287 | 2026-08-15T07:16:46.197Z | [ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO STEP 966 (remove_files) COMPLETE |
| 8288 | 2026-08-15T07:16:46.198Z | [ recovery-image] Aug 15 07:16:45.313 INFO O| Aug 15 07:16:45.313 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8289 | 2026-08-15T07:16:46.198Z | [ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8290 | 2026-08-15T07:16:46.198Z | [ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO STEP 967 (remove_files) COMPLETE |
| 8291 | 2026-08-15T07:16:46.198Z | [ recovery-image] Aug 15 07:16:45.324 INFO O| Aug 15 07:16:45.324 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8292 | 2026-08-15T07:16:46.204Z | [ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8293 | 2026-08-15T07:16:46.204Z | [ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO STEP 968 (remove_files) COMPLETE |
| 8294 | 2026-08-15T07:16:46.204Z | [ recovery-image] Aug 15 07:16:45.334 INFO O| Aug 15 07:16:45.334 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8295 | 2026-08-15T07:16:46.214Z | [ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8296 | 2026-08-15T07:16:46.214Z | [ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO STEP 969 (remove_files) COMPLETE |
| 8297 | 2026-08-15T07:16:46.217Z | [ recovery-image] Aug 15 07:16:45.344 INFO O| Aug 15 07:16:45.344 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8298 | 2026-08-15T07:16:46.226Z | [ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8299 | 2026-08-15T07:16:46.226Z | [ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO STEP 970 (remove_files) COMPLETE |
| 8300 | 2026-08-15T07:16:46.229Z | [ recovery-image] Aug 15 07:16:45.355 INFO O| Aug 15 07:16:45.355 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8301 | 2026-08-15T07:16:46.235Z | [ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8302 | 2026-08-15T07:16:46.235Z | [ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO STEP 971 (remove_files) COMPLETE |
| 8303 | 2026-08-15T07:16:46.238Z | [ recovery-image] Aug 15 07:16:45.365 INFO O| Aug 15 07:16:45.365 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8304 | 2026-08-15T07:16:46.246Z | [ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8305 | 2026-08-15T07:16:46.246Z | [ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO STEP 972 (remove_files) COMPLETE |
| 8306 | 2026-08-15T07:16:46.249Z | [ recovery-image] Aug 15 07:16:45.376 INFO O| Aug 15 07:16:45.376 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8307 | 2026-08-15T07:16:46.257Z | [ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8308 | 2026-08-15T07:16:46.257Z | [ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO STEP 973 (remove_files) COMPLETE |
| 8309 | 2026-08-15T07:16:46.257Z | [ recovery-image] Aug 15 07:16:45.387 INFO O| Aug 15 07:16:45.387 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8310 | 2026-08-15T07:16:46.266Z | [ recovery-image] Aug 15 07:16:45.396 INFO O| Aug 15 07:16:45.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8311 | 2026-08-15T07:16:46.266Z | [ recovery-image] Aug 15 07:16:45.397 INFO O| Aug 15 07:16:45.397 INFO STEP 974 (remove_files) COMPLETE |
| 8312 | 2026-08-15T07:16:46.266Z | [ recovery-image] Aug 15 07:16:45.397 INFO O| Aug 15 07:16:45.397 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8313 | 2026-08-15T07:16:46.270Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 8314 | 2026-08-15T07:16:46.277Z | [ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8315 | 2026-08-15T07:16:46.277Z | [ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO STEP 975 (remove_files) COMPLETE |
| 8316 | 2026-08-15T07:16:46.277Z | [ recovery-image] Aug 15 07:16:45.407 INFO O| Aug 15 07:16:45.407 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8317 | 2026-08-15T07:16:46.288Z | [ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8318 | 2026-08-15T07:16:46.288Z | [ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.418 INFO STEP 976 (remove_files) COMPLETE |
| 8319 | 2026-08-15T07:16:46.291Z | [ recovery-image] Aug 15 07:16:45.418 INFO O| Aug 15 07:16:45.418 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8320 | 2026-08-15T07:16:46.299Z | [ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8321 | 2026-08-15T07:16:46.299Z | [ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.428 INFO STEP 977 (remove_files) COMPLETE |
| 8322 | 2026-08-15T07:16:46.302Z | [ recovery-image] Aug 15 07:16:45.428 INFO O| Aug 15 07:16:45.428 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8323 | 2026-08-15T07:16:46.308Z | [ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8324 | 2026-08-15T07:16:46.308Z | [ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO STEP 978 (remove_files) COMPLETE |
| 8325 | 2026-08-15T07:16:46.308Z | [ recovery-image] Aug 15 07:16:45.438 INFO O| Aug 15 07:16:45.438 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8326 | 2026-08-15T07:16:46.318Z | [ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8327 | 2026-08-15T07:16:46.318Z | [ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO STEP 979 (remove_files) COMPLETE |
| 8328 | 2026-08-15T07:16:46.318Z | [ recovery-image] Aug 15 07:16:45.448 INFO O| Aug 15 07:16:45.448 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8329 | 2026-08-15T07:16:46.328Z | [ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8330 | 2026-08-15T07:16:46.328Z | [ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO STEP 980 (remove_files) COMPLETE |
| 8331 | 2026-08-15T07:16:46.328Z | [ recovery-image] Aug 15 07:16:45.458 INFO O| Aug 15 07:16:45.458 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8332 | 2026-08-15T07:16:46.338Z | [ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8333 | 2026-08-15T07:16:46.338Z | [ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO STEP 981 (remove_files) COMPLETE |
| 8334 | 2026-08-15T07:16:46.338Z | [ recovery-image] Aug 15 07:16:45.468 INFO O| Aug 15 07:16:45.468 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8335 | 2026-08-15T07:16:46.350Z | [ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8336 | 2026-08-15T07:16:46.350Z | [ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO STEP 982 (remove_files) COMPLETE |
| 8337 | 2026-08-15T07:16:46.353Z | [ recovery-image] Aug 15 07:16:45.479 INFO O| Aug 15 07:16:45.479 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8338 | 2026-08-15T07:16:46.359Z | [ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8339 | 2026-08-15T07:16:46.359Z | [ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO STEP 983 (remove_files) COMPLETE |
| 8340 | 2026-08-15T07:16:46.362Z | [ recovery-image] Aug 15 07:16:45.489 INFO O| Aug 15 07:16:45.489 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8341 | 2026-08-15T07:16:46.371Z | [ recovery-image] Aug 15 07:16:45.500 INFO O| Aug 15 07:16:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8342 | 2026-08-15T07:16:46.371Z | [ recovery-image] Aug 15 07:16:45.500 INFO O| Aug 15 07:16:45.500 INFO STEP 984 (remove_files) COMPLETE |
| 8343 | 2026-08-15T07:16:46.371Z | [ recovery-image] Aug 15 07:16:45.501 INFO O| Aug 15 07:16:45.500 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8344 | 2026-08-15T07:16:46.381Z | [ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8345 | 2026-08-15T07:16:46.381Z | [ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO STEP 985 (remove_files) COMPLETE |
| 8346 | 2026-08-15T07:16:46.381Z | [ recovery-image] Aug 15 07:16:45.511 INFO O| Aug 15 07:16:45.511 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8347 | 2026-08-15T07:16:46.392Z | [ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8348 | 2026-08-15T07:16:46.392Z | [ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO STEP 986 (remove_files) COMPLETE |
| 8349 | 2026-08-15T07:16:46.392Z | [ recovery-image] Aug 15 07:16:45.522 INFO O| Aug 15 07:16:45.522 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8350 | 2026-08-15T07:16:46.403Z | [ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8351 | 2026-08-15T07:16:46.403Z | [ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO STEP 987 (remove_files) COMPLETE |
| 8352 | 2026-08-15T07:16:46.403Z | [ recovery-image] Aug 15 07:16:45.533 INFO O| Aug 15 07:16:45.533 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8353 | 2026-08-15T07:16:46.413Z | [ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8354 | 2026-08-15T07:16:46.414Z | [ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.544 INFO STEP 988 (remove_files) COMPLETE |
| 8355 | 2026-08-15T07:16:46.414Z | [ recovery-image] Aug 15 07:16:45.544 INFO O| Aug 15 07:16:45.544 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8356 | 2026-08-15T07:16:46.425Z | [ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8357 | 2026-08-15T07:16:46.425Z | [ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO STEP 989 (remove_files) COMPLETE |
| 8358 | 2026-08-15T07:16:46.425Z | [ recovery-image] Aug 15 07:16:45.555 INFO O| Aug 15 07:16:45.555 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8359 | 2026-08-15T07:16:46.434Z | [ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8360 | 2026-08-15T07:16:46.435Z | [ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO STEP 990 (remove_files) COMPLETE |
| 8361 | 2026-08-15T07:16:46.438Z | [ recovery-image] Aug 15 07:16:45.565 INFO O| Aug 15 07:16:45.565 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8362 | 2026-08-15T07:16:46.445Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8363 | 2026-08-15T07:16:46.445Z | [ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8364 | 2026-08-15T07:16:46.445Z | [ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO STEP 991 (remove_files) COMPLETE |
| 8365 | 2026-08-15T07:16:46.445Z | [ recovery-image] Aug 15 07:16:45.575 INFO O| Aug 15 07:16:45.575 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8366 | 2026-08-15T07:16:46.455Z | [ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8367 | 2026-08-15T07:16:46.455Z | [ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO STEP 992 (remove_files) COMPLETE |
| 8368 | 2026-08-15T07:16:46.458Z | [ recovery-image] Aug 15 07:16:45.585 INFO O| Aug 15 07:16:45.585 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8369 | 2026-08-15T07:16:46.470Z | [ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8370 | 2026-08-15T07:16:46.470Z | [ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO STEP 993 (remove_files) COMPLETE |
| 8371 | 2026-08-15T07:16:46.470Z | [ recovery-image] Aug 15 07:16:45.597 INFO O| Aug 15 07:16:45.597 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8372 | 2026-08-15T07:16:46.479Z | [ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8373 | 2026-08-15T07:16:46.479Z | [ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO STEP 994 (remove_files) COMPLETE |
| 8374 | 2026-08-15T07:16:46.483Z | [ recovery-image] Aug 15 07:16:45.609 INFO O| Aug 15 07:16:45.609 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8375 | 2026-08-15T07:16:46.489Z | [ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8376 | 2026-08-15T07:16:46.489Z | [ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO STEP 995 (remove_files) COMPLETE |
| 8377 | 2026-08-15T07:16:46.490Z | [ recovery-image] Aug 15 07:16:45.619 INFO O| Aug 15 07:16:45.619 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8378 | 2026-08-15T07:16:46.500Z | [ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8379 | 2026-08-15T07:16:46.501Z | [ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO STEP 996 (remove_files) COMPLETE |
| 8380 | 2026-08-15T07:16:46.504Z | [ recovery-image] Aug 15 07:16:45.629 INFO O| Aug 15 07:16:45.629 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8381 | 2026-08-15T07:16:46.508Z | [ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8382 | 2026-08-15T07:16:46.508Z | [ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO STEP 997 (remove_files) COMPLETE |
| 8383 | 2026-08-15T07:16:46.508Z | [ recovery-image] Aug 15 07:16:45.638 INFO O| Aug 15 07:16:45.638 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8384 | 2026-08-15T07:16:46.518Z | [ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8385 | 2026-08-15T07:16:46.518Z | [ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.648 INFO STEP 998 (remove_files) COMPLETE |
| 8386 | 2026-08-15T07:16:46.522Z | [ recovery-image] Aug 15 07:16:45.648 INFO O| Aug 15 07:16:45.648 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8387 | 2026-08-15T07:16:46.527Z | [ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8388 | 2026-08-15T07:16:46.527Z | [ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO STEP 999 (remove_files) COMPLETE |
| 8389 | 2026-08-15T07:16:46.531Z | [ recovery-image] Aug 15 07:16:45.658 INFO O| Aug 15 07:16:45.658 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8390 | 2026-08-15T07:16:46.536Z | [ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8391 | 2026-08-15T07:16:46.536Z | [ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO STEP 1000 (remove_files) COMPLETE |
| 8392 | 2026-08-15T07:16:46.537Z | [ recovery-image] Aug 15 07:16:45.667 INFO O| Aug 15 07:16:45.667 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8393 | 2026-08-15T07:16:46.546Z | [ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8394 | 2026-08-15T07:16:46.546Z | [ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO STEP 1001 (remove_files) COMPLETE |
| 8395 | 2026-08-15T07:16:46.546Z | [ recovery-image] Aug 15 07:16:45.676 INFO O| Aug 15 07:16:45.676 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8396 | 2026-08-15T07:16:46.558Z | [ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8397 | 2026-08-15T07:16:46.558Z | [ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO STEP 1002 (remove_files) COMPLETE |
| 8398 | 2026-08-15T07:16:46.559Z | [ recovery-image] Aug 15 07:16:45.687 INFO O| Aug 15 07:16:45.687 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8399 | 2026-08-15T07:16:46.567Z | [ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8400 | 2026-08-15T07:16:46.567Z | [ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO STEP 1003 (remove_files) COMPLETE |
| 8401 | 2026-08-15T07:16:46.567Z | [ recovery-image] Aug 15 07:16:45.697 INFO O| Aug 15 07:16:45.697 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8402 | 2026-08-15T07:16:46.577Z | [ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8403 | 2026-08-15T07:16:46.577Z | [ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO STEP 1004 (remove_files) COMPLETE |
| 8404 | 2026-08-15T07:16:46.577Z | [ recovery-image] Aug 15 07:16:45.707 INFO O| Aug 15 07:16:45.707 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8405 | 2026-08-15T07:16:46.587Z | [ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8406 | 2026-08-15T07:16:46.587Z | [ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO STEP 1005 (remove_files) COMPLETE |
| 8407 | 2026-08-15T07:16:46.587Z | [ recovery-image] Aug 15 07:16:45.717 INFO O| Aug 15 07:16:45.717 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8408 | 2026-08-15T07:16:46.597Z | [ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8409 | 2026-08-15T07:16:46.597Z | [ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO STEP 1006 (remove_files) COMPLETE |
| 8410 | 2026-08-15T07:16:46.597Z | [ recovery-image] Aug 15 07:16:45.727 INFO O| Aug 15 07:16:45.727 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8411 | 2026-08-15T07:16:46.607Z | [ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8412 | 2026-08-15T07:16:46.607Z | [ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO STEP 1007 (remove_files) COMPLETE |
| 8413 | 2026-08-15T07:16:46.607Z | [ recovery-image] Aug 15 07:16:45.737 INFO O| Aug 15 07:16:45.737 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8414 | 2026-08-15T07:16:46.617Z | [ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8415 | 2026-08-15T07:16:46.617Z | [ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO STEP 1008 (remove_files) COMPLETE |
| 8416 | 2026-08-15T07:16:46.617Z | [ recovery-image] Aug 15 07:16:45.747 INFO O| Aug 15 07:16:45.747 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8417 | 2026-08-15T07:16:46.627Z | [ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8418 | 2026-08-15T07:16:46.627Z | [ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO STEP 1009 (remove_files) COMPLETE |
| 8419 | 2026-08-15T07:16:46.630Z | [ recovery-image] Aug 15 07:16:45.757 INFO O| Aug 15 07:16:45.757 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8420 | 2026-08-15T07:16:46.636Z | [ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8421 | 2026-08-15T07:16:46.636Z | [ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO STEP 1010 (remove_files) COMPLETE |
| 8422 | 2026-08-15T07:16:46.639Z | [ recovery-image] Aug 15 07:16:45.766 INFO O| Aug 15 07:16:45.766 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8423 | 2026-08-15T07:16:46.646Z | [ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8424 | 2026-08-15T07:16:46.646Z | [ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO STEP 1011 (remove_files) COMPLETE |
| 8425 | 2026-08-15T07:16:46.646Z | [ recovery-image] Aug 15 07:16:45.776 INFO O| Aug 15 07:16:45.776 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8426 | 2026-08-15T07:16:46.656Z | [ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8427 | 2026-08-15T07:16:46.656Z | [ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO STEP 1012 (remove_files) COMPLETE |
| 8428 | 2026-08-15T07:16:46.656Z | [ recovery-image] Aug 15 07:16:45.786 INFO O| Aug 15 07:16:45.786 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8429 | 2026-08-15T07:16:46.667Z | [ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8430 | 2026-08-15T07:16:46.667Z | [ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.797 INFO STEP 1013 (remove_files) COMPLETE |
| 8431 | 2026-08-15T07:16:46.667Z | [ recovery-image] Aug 15 07:16:45.797 INFO O| Aug 15 07:16:45.797 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8432 | 2026-08-15T07:16:46.678Z | [ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8433 | 2026-08-15T07:16:46.678Z | [ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO STEP 1014 (remove_files) COMPLETE |
| 8434 | 2026-08-15T07:16:46.681Z | [ recovery-image] Aug 15 07:16:45.807 INFO O| Aug 15 07:16:45.807 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8435 | 2026-08-15T07:16:46.688Z | [ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8436 | 2026-08-15T07:16:46.688Z | [ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO STEP 1015 (remove_files) COMPLETE |
| 8437 | 2026-08-15T07:16:46.691Z | [ recovery-image] Aug 15 07:16:45.818 INFO O| Aug 15 07:16:45.818 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8438 | 2026-08-15T07:16:46.699Z | [ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8439 | 2026-08-15T07:16:46.699Z | [ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO STEP 1016 (remove_files) COMPLETE |
| 8440 | 2026-08-15T07:16:46.699Z | [ recovery-image] Aug 15 07:16:45.829 INFO O| Aug 15 07:16:45.829 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8441 | 2026-08-15T07:16:46.711Z | [ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8442 | 2026-08-15T07:16:46.711Z | [ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO STEP 1017 (remove_files) COMPLETE |
| 8443 | 2026-08-15T07:16:46.711Z | [ recovery-image] Aug 15 07:16:45.839 INFO O| Aug 15 07:16:45.839 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8444 | 2026-08-15T07:16:46.720Z | [ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8445 | 2026-08-15T07:16:46.720Z | [ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO STEP 1018 (remove_files) COMPLETE |
| 8446 | 2026-08-15T07:16:46.720Z | [ recovery-image] Aug 15 07:16:45.850 INFO O| Aug 15 07:16:45.850 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8447 | 2026-08-15T07:16:46.730Z | [ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8448 | 2026-08-15T07:16:46.730Z | [ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO STEP 1019 (remove_files) COMPLETE |
| 8449 | 2026-08-15T07:16:46.730Z | [ recovery-image] Aug 15 07:16:45.860 INFO O| Aug 15 07:16:45.860 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8450 | 2026-08-15T07:16:46.740Z | [ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8451 | 2026-08-15T07:16:46.740Z | [ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO STEP 1020 (remove_files) COMPLETE |
| 8452 | 2026-08-15T07:16:46.740Z | [ recovery-image] Aug 15 07:16:45.870 INFO O| Aug 15 07:16:45.870 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8453 | 2026-08-15T07:16:46.750Z | [ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8454 | 2026-08-15T07:16:46.750Z | [ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO STEP 1021 (remove_files) COMPLETE |
| 8455 | 2026-08-15T07:16:46.750Z | [ recovery-image] Aug 15 07:16:45.880 INFO O| Aug 15 07:16:45.880 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8456 | 2026-08-15T07:16:46.759Z | [ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8457 | 2026-08-15T07:16:46.759Z | [ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO STEP 1022 (remove_files) COMPLETE |
| 8458 | 2026-08-15T07:16:46.759Z | [ recovery-image] Aug 15 07:16:45.889 INFO O| Aug 15 07:16:45.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8459 | 2026-08-15T07:16:46.765Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 8460 | 2026-08-15T07:16:46.770Z | [ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8461 | 2026-08-15T07:16:46.770Z | [ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO STEP 1023 (remove_files) COMPLETE |
| 8462 | 2026-08-15T07:16:46.773Z | [ recovery-image] Aug 15 07:16:45.900 INFO O| Aug 15 07:16:45.900 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8463 | 2026-08-15T07:16:46.781Z | [ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8464 | 2026-08-15T07:16:46.781Z | [ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO STEP 1024 (remove_files) COMPLETE |
| 8465 | 2026-08-15T07:16:46.781Z | [ recovery-image] Aug 15 07:16:45.910 INFO O| Aug 15 07:16:45.910 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8466 | 2026-08-15T07:16:46.791Z | [ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8467 | 2026-08-15T07:16:46.791Z | [ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO STEP 1025 (remove_files) COMPLETE |
| 8468 | 2026-08-15T07:16:46.796Z | [ recovery-image] Aug 15 07:16:45.921 INFO O| Aug 15 07:16:45.921 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8469 | 2026-08-15T07:16:46.801Z | [ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8470 | 2026-08-15T07:16:46.801Z | [ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO STEP 1026 (remove_files) COMPLETE |
| 8471 | 2026-08-15T07:16:46.801Z | [ recovery-image] Aug 15 07:16:45.931 INFO O| Aug 15 07:16:45.931 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8472 | 2026-08-15T07:16:46.812Z | [ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8473 | 2026-08-15T07:16:46.812Z | [ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO STEP 1027 (remove_files) COMPLETE |
| 8474 | 2026-08-15T07:16:46.812Z | [ recovery-image] Aug 15 07:16:45.942 INFO O| Aug 15 07:16:45.942 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8475 | 2026-08-15T07:16:46.823Z | [ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8476 | 2026-08-15T07:16:46.824Z | [ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO STEP 1028 (remove_files) COMPLETE |
| 8477 | 2026-08-15T07:16:46.827Z | [ recovery-image] Aug 15 07:16:45.953 INFO O| Aug 15 07:16:45.953 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8478 | 2026-08-15T07:16:46.835Z | [ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8479 | 2026-08-15T07:16:46.835Z | [ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO STEP 1029 (remove_files) COMPLETE |
| 8480 | 2026-08-15T07:16:46.835Z | [ recovery-image] Aug 15 07:16:45.965 INFO O| Aug 15 07:16:45.965 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8481 | 2026-08-15T07:16:46.845Z | [ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8482 | 2026-08-15T07:16:46.845Z | [ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO STEP 1030 (remove_files) COMPLETE |
| 8483 | 2026-08-15T07:16:46.848Z | [ recovery-image] Aug 15 07:16:45.975 INFO O| Aug 15 07:16:45.975 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8484 | 2026-08-15T07:16:46.859Z | [ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8485 | 2026-08-15T07:16:46.859Z | [ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO STEP 1031 (remove_files) COMPLETE |
| 8486 | 2026-08-15T07:16:46.859Z | [ recovery-image] Aug 15 07:16:45.985 INFO O| Aug 15 07:16:45.985 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8487 | 2026-08-15T07:16:46.865Z | [ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8488 | 2026-08-15T07:16:46.865Z | [ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO STEP 1032 (remove_files) COMPLETE |
| 8489 | 2026-08-15T07:16:46.868Z | [ recovery-image] Aug 15 07:16:45.995 INFO O| Aug 15 07:16:45.995 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8490 | 2026-08-15T07:16:46.875Z | [ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8491 | 2026-08-15T07:16:46.875Z | [ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO STEP 1033 (remove_files) COMPLETE |
| 8492 | 2026-08-15T07:16:46.875Z | [ recovery-image] Aug 15 07:16:46.005 INFO O| Aug 15 07:16:46.005 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8493 | 2026-08-15T07:16:46.885Z | [ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8494 | 2026-08-15T07:16:46.885Z | [ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO STEP 1034 (remove_files) COMPLETE |
| 8495 | 2026-08-15T07:16:46.885Z | [ recovery-image] Aug 15 07:16:46.015 INFO O| Aug 15 07:16:46.015 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8496 | 2026-08-15T07:16:46.894Z | [ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8497 | 2026-08-15T07:16:46.894Z | [ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO STEP 1035 (remove_files) COMPLETE |
| 8498 | 2026-08-15T07:16:46.898Z | [ recovery-image] Aug 15 07:16:46.024 INFO O| Aug 15 07:16:46.024 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8499 | 2026-08-15T07:16:46.904Z | [ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8500 | 2026-08-15T07:16:46.904Z | [ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO STEP 1036 (remove_files) COMPLETE |
| 8501 | 2026-08-15T07:16:46.904Z | [ recovery-image] Aug 15 07:16:46.034 INFO O| Aug 15 07:16:46.034 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8502 | 2026-08-15T07:16:46.915Z | [ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8503 | 2026-08-15T07:16:46.915Z | [ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO STEP 1037 (remove_files) COMPLETE |
| 8504 | 2026-08-15T07:16:46.915Z | [ recovery-image] Aug 15 07:16:46.045 INFO O| Aug 15 07:16:46.045 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8505 | 2026-08-15T07:16:46.925Z | [ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8506 | 2026-08-15T07:16:46.925Z | [ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO STEP 1038 (remove_files) COMPLETE |
| 8507 | 2026-08-15T07:16:46.929Z | [ recovery-image] Aug 15 07:16:46.055 INFO O| Aug 15 07:16:46.055 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8508 | 2026-08-15T07:16:46.936Z | [ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8509 | 2026-08-15T07:16:46.936Z | [ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO STEP 1039 (remove_files) COMPLETE |
| 8510 | 2026-08-15T07:16:46.936Z | [ recovery-image] Aug 15 07:16:46.065 INFO O| Aug 15 07:16:46.065 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8511 | 2026-08-15T07:16:46.945Z | [ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8512 | 2026-08-15T07:16:46.945Z | [ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO STEP 1040 (remove_files) COMPLETE |
| 8513 | 2026-08-15T07:16:46.948Z | [ recovery-image] Aug 15 07:16:46.075 INFO O| Aug 15 07:16:46.075 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8514 | 2026-08-15T07:16:46.954Z | [ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8515 | 2026-08-15T07:16:46.954Z | [ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO STEP 1041 (remove_files) COMPLETE |
| 8516 | 2026-08-15T07:16:46.960Z | [ recovery-image] Aug 15 07:16:46.084 INFO O| Aug 15 07:16:46.084 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8517 | 2026-08-15T07:16:46.967Z | [ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8518 | 2026-08-15T07:16:46.967Z | [ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO STEP 1042 (remove_files) COMPLETE |
| 8519 | 2026-08-15T07:16:46.970Z | [ recovery-image] Aug 15 07:16:46.097 INFO O| Aug 15 07:16:46.097 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8520 | 2026-08-15T07:16:46.979Z | [ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8521 | 2026-08-15T07:16:46.979Z | [ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.109 INFO STEP 1043 (remove_files) COMPLETE |
| 8522 | 2026-08-15T07:16:46.979Z | [ recovery-image] Aug 15 07:16:46.109 INFO O| Aug 15 07:16:46.109 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8523 | 2026-08-15T07:16:46.988Z | [ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8524 | 2026-08-15T07:16:46.988Z | [ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO STEP 1044 (remove_files) COMPLETE |
| 8525 | 2026-08-15T07:16:46.988Z | [ recovery-image] Aug 15 07:16:46.118 INFO O| Aug 15 07:16:46.118 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8526 | 2026-08-15T07:16:46.997Z | [ recovery-image] Aug 15 07:16:46.127 INFO O| Aug 15 07:16:46.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8527 | 2026-08-15T07:16:46.997Z | [ recovery-image] Aug 15 07:16:46.127 INFO O| Aug 15 07:16:46.127 INFO STEP 1045 (remove_files) COMPLETE |
| 8528 | 2026-08-15T07:16:47.002Z | [ recovery-image] Aug 15 07:16:46.128 INFO O| Aug 15 07:16:46.127 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8529 | 2026-08-15T07:16:47.006Z | [ recovery-image] Aug 15 07:16:46.136 INFO O| Aug 15 07:16:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8530 | 2026-08-15T07:16:47.010Z | [ recovery-image] Aug 15 07:16:46.137 INFO O| Aug 15 07:16:46.137 INFO STEP 1046 (remove_files) COMPLETE |
| 8531 | 2026-08-15T07:16:47.010Z | [ recovery-image] Aug 15 07:16:46.137 INFO O| Aug 15 07:16:46.137 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8532 | 2026-08-15T07:16:47.019Z | [ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8533 | 2026-08-15T07:16:47.019Z | [ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO STEP 1047 (remove_files) COMPLETE |
| 8534 | 2026-08-15T07:16:47.023Z | [ recovery-image] Aug 15 07:16:46.149 INFO O| Aug 15 07:16:46.149 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8535 | 2026-08-15T07:16:47.030Z | [ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8536 | 2026-08-15T07:16:47.030Z | [ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO STEP 1048 (remove_files) COMPLETE |
| 8537 | 2026-08-15T07:16:47.030Z | [ recovery-image] Aug 15 07:16:46.160 INFO O| Aug 15 07:16:46.160 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8538 | 2026-08-15T07:16:47.040Z | [ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8539 | 2026-08-15T07:16:47.040Z | [ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO STEP 1049 (remove_files) COMPLETE |
| 8540 | 2026-08-15T07:16:47.040Z | [ recovery-image] Aug 15 07:16:46.170 INFO O| Aug 15 07:16:46.170 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8541 | 2026-08-15T07:16:47.052Z | [ recovery-image] Aug 15 07:16:46.181 INFO O| Aug 15 07:16:46.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8542 | 2026-08-15T07:16:47.052Z | [ recovery-image] Aug 15 07:16:46.182 INFO O| Aug 15 07:16:46.181 INFO STEP 1050 (remove_files) COMPLETE |
| 8543 | 2026-08-15T07:16:47.052Z | [ recovery-image] Aug 15 07:16:46.182 INFO O| Aug 15 07:16:46.182 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8544 | 2026-08-15T07:16:47.062Z | [ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8545 | 2026-08-15T07:16:47.062Z | [ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO STEP 1051 (remove_files) COMPLETE |
| 8546 | 2026-08-15T07:16:47.062Z | [ recovery-image] Aug 15 07:16:46.192 INFO O| Aug 15 07:16:46.192 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8547 | 2026-08-15T07:16:47.072Z | [ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8548 | 2026-08-15T07:16:47.073Z | [ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.203 INFO STEP 1052 (remove_files) COMPLETE |
| 8549 | 2026-08-15T07:16:47.073Z | [ recovery-image] Aug 15 07:16:46.203 INFO O| Aug 15 07:16:46.203 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8550 | 2026-08-15T07:16:47.083Z | [ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8551 | 2026-08-15T07:16:47.083Z | [ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO STEP 1053 (remove_files) COMPLETE |
| 8552 | 2026-08-15T07:16:47.083Z | [ recovery-image] Aug 15 07:16:46.213 INFO O| Aug 15 07:16:46.213 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8553 | 2026-08-15T07:16:47.096Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8554 | 2026-08-15T07:16:47.100Z | [ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8555 | 2026-08-15T07:16:47.100Z | [ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO STEP 1054 (remove_files) COMPLETE |
| 8556 | 2026-08-15T07:16:47.100Z | [ recovery-image] Aug 15 07:16:46.224 INFO O| Aug 15 07:16:46.223 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8557 | 2026-08-15T07:16:47.103Z | [ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8558 | 2026-08-15T07:16:47.104Z | [ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO STEP 1055 (remove_files) COMPLETE |
| 8559 | 2026-08-15T07:16:47.104Z | [ recovery-image] Aug 15 07:16:46.233 INFO O| Aug 15 07:16:46.233 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8560 | 2026-08-15T07:16:47.112Z | [ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8561 | 2026-08-15T07:16:47.112Z | [ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO STEP 1056 (remove_files) COMPLETE |
| 8562 | 2026-08-15T07:16:47.112Z | [ recovery-image] Aug 15 07:16:46.242 INFO O| Aug 15 07:16:46.242 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8563 | 2026-08-15T07:16:47.133Z | [ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8564 | 2026-08-15T07:16:47.137Z | [ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO STEP 1057 (remove_files) COMPLETE |
| 8565 | 2026-08-15T07:16:47.137Z | [ recovery-image] Aug 15 07:16:46.263 INFO O| Aug 15 07:16:46.263 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8566 | 2026-08-15T07:16:47.144Z | [ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8567 | 2026-08-15T07:16:47.144Z | [ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO STEP 1058 (remove_files) COMPLETE |
| 8568 | 2026-08-15T07:16:47.148Z | [ recovery-image] Aug 15 07:16:46.274 INFO O| Aug 15 07:16:46.274 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8569 | 2026-08-15T07:16:47.154Z | [ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8570 | 2026-08-15T07:16:47.154Z | [ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.284 INFO STEP 1059 (remove_files) COMPLETE |
| 8571 | 2026-08-15T07:16:47.154Z | [ recovery-image] Aug 15 07:16:46.284 INFO O| Aug 15 07:16:46.284 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8572 | 2026-08-15T07:16:47.163Z | [ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8573 | 2026-08-15T07:16:47.163Z | [ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.293 INFO STEP 1060 (remove_files) COMPLETE |
| 8574 | 2026-08-15T07:16:47.163Z | [ recovery-image] Aug 15 07:16:46.293 INFO O| Aug 15 07:16:46.293 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8575 | 2026-08-15T07:16:47.170Z | [ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8576 | 2026-08-15T07:16:47.171Z | [ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO STEP 1061 (remove_files) COMPLETE |
| 8577 | 2026-08-15T07:16:47.171Z | [ recovery-image] Aug 15 07:16:46.300 INFO O| Aug 15 07:16:46.300 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8578 | 2026-08-15T07:16:47.179Z | [ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8579 | 2026-08-15T07:16:47.179Z | [ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO STEP 1062 (remove_files) COMPLETE |
| 8580 | 2026-08-15T07:16:47.183Z | [ recovery-image] Aug 15 07:16:46.309 INFO O| Aug 15 07:16:46.309 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8581 | 2026-08-15T07:16:47.188Z | [ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8582 | 2026-08-15T07:16:47.188Z | [ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.318 INFO STEP 1063 (remove_files) COMPLETE |
| 8583 | 2026-08-15T07:16:47.188Z | [ recovery-image] Aug 15 07:16:46.318 INFO O| Aug 15 07:16:46.318 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8584 | 2026-08-15T07:16:47.191Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8585 | 2026-08-15T07:16:47.197Z | [ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8586 | 2026-08-15T07:16:47.197Z | [ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO STEP 1064 (remove_files) COMPLETE |
| 8587 | 2026-08-15T07:16:47.200Z | [ recovery-image] Aug 15 07:16:46.327 INFO O| Aug 15 07:16:46.327 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8588 | 2026-08-15T07:16:47.205Z | [ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8589 | 2026-08-15T07:16:47.205Z | [ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO STEP 1065 (remove_files) COMPLETE |
| 8590 | 2026-08-15T07:16:47.205Z | [ recovery-image] Aug 15 07:16:46.335 INFO O| Aug 15 07:16:46.335 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8591 | 2026-08-15T07:16:47.215Z | [ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8592 | 2026-08-15T07:16:47.215Z | [ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO STEP 1066 (remove_files) COMPLETE |
| 8593 | 2026-08-15T07:16:47.215Z | [ recovery-image] Aug 15 07:16:46.345 INFO O| Aug 15 07:16:46.345 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8594 | 2026-08-15T07:16:47.225Z | [ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8595 | 2026-08-15T07:16:47.225Z | [ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO STEP 1067 (remove_files) COMPLETE |
| 8596 | 2026-08-15T07:16:47.229Z | [ recovery-image] Aug 15 07:16:46.355 INFO O| Aug 15 07:16:46.355 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8597 | 2026-08-15T07:16:47.235Z | [ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8598 | 2026-08-15T07:16:47.235Z | [ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO STEP 1068 (remove_files) COMPLETE |
| 8599 | 2026-08-15T07:16:47.238Z | [ recovery-image] Aug 15 07:16:46.365 INFO O| Aug 15 07:16:46.365 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8600 | 2026-08-15T07:16:47.247Z | [ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8601 | 2026-08-15T07:16:47.247Z | [ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO STEP 1069 (remove_files) COMPLETE |
| 8602 | 2026-08-15T07:16:47.251Z | [ recovery-image] Aug 15 07:16:46.377 INFO O| Aug 15 07:16:46.377 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8603 | 2026-08-15T07:16:47.258Z | [ recovery-image] Aug 15 07:16:46.387 INFO O| Aug 15 07:16:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8604 | 2026-08-15T07:16:47.258Z | [ recovery-image] Aug 15 07:16:46.388 INFO O| Aug 15 07:16:46.388 INFO STEP 1070 (remove_files) COMPLETE |
| 8605 | 2026-08-15T07:16:47.258Z | [ recovery-image] Aug 15 07:16:46.388 INFO O| Aug 15 07:16:46.388 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8606 | 2026-08-15T07:16:47.273Z | [ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8607 | 2026-08-15T07:16:47.273Z | [ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO STEP 1071 (remove_files) COMPLETE |
| 8608 | 2026-08-15T07:16:47.278Z | [ recovery-image] Aug 15 07:16:46.397 INFO O| Aug 15 07:16:46.397 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8609 | 2026-08-15T07:16:47.278Z | [ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8610 | 2026-08-15T07:16:47.278Z | [ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO STEP 1072 (remove_files) COMPLETE |
| 8611 | 2026-08-15T07:16:47.278Z | [ recovery-image] Aug 15 07:16:46.407 INFO O| Aug 15 07:16:46.407 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8612 | 2026-08-15T07:16:47.287Z | [ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8613 | 2026-08-15T07:16:47.287Z | [ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO STEP 1073 (remove_files) COMPLETE |
| 8614 | 2026-08-15T07:16:47.287Z | [ recovery-image] Aug 15 07:16:46.417 INFO O| Aug 15 07:16:46.417 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8615 | 2026-08-15T07:16:47.296Z | [ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8616 | 2026-08-15T07:16:47.296Z | [ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO STEP 1074 (remove_files) COMPLETE |
| 8617 | 2026-08-15T07:16:47.296Z | [ recovery-image] Aug 15 07:16:46.426 INFO O| Aug 15 07:16:46.426 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8618 | 2026-08-15T07:16:47.305Z | [ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8619 | 2026-08-15T07:16:47.308Z | [ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO STEP 1075 (remove_files) COMPLETE |
| 8620 | 2026-08-15T07:16:47.308Z | [ recovery-image] Aug 15 07:16:46.435 INFO O| Aug 15 07:16:46.435 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8621 | 2026-08-15T07:16:47.313Z | [ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8622 | 2026-08-15T07:16:47.313Z | [ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO STEP 1076 (remove_files) COMPLETE |
| 8623 | 2026-08-15T07:16:47.313Z | [ recovery-image] Aug 15 07:16:46.443 INFO O| Aug 15 07:16:46.443 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8624 | 2026-08-15T07:16:47.322Z | [ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8625 | 2026-08-15T07:16:47.323Z | [ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO STEP 1077 (remove_files) COMPLETE |
| 8626 | 2026-08-15T07:16:47.326Z | [ recovery-image] Aug 15 07:16:46.452 INFO O| Aug 15 07:16:46.452 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8627 | 2026-08-15T07:16:47.331Z | [ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8628 | 2026-08-15T07:16:47.331Z | [ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO STEP 1078 (remove_files) COMPLETE |
| 8629 | 2026-08-15T07:16:47.334Z | [ recovery-image] Aug 15 07:16:46.461 INFO O| Aug 15 07:16:46.461 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8630 | 2026-08-15T07:16:47.341Z | [ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8631 | 2026-08-15T07:16:47.341Z | [ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO STEP 1079 (remove_files) COMPLETE |
| 8632 | 2026-08-15T07:16:47.344Z | [ recovery-image] Aug 15 07:16:46.471 INFO O| Aug 15 07:16:46.471 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8633 | 2026-08-15T07:16:47.351Z | [ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8634 | 2026-08-15T07:16:47.351Z | [ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO STEP 1080 (remove_files) COMPLETE |
| 8635 | 2026-08-15T07:16:47.351Z | [ recovery-image] Aug 15 07:16:46.481 INFO O| Aug 15 07:16:46.481 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8636 | 2026-08-15T07:16:47.360Z | [ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8637 | 2026-08-15T07:16:47.360Z | [ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO STEP 1081 (remove_files) COMPLETE |
| 8638 | 2026-08-15T07:16:47.360Z | [ recovery-image] Aug 15 07:16:46.490 INFO O| Aug 15 07:16:46.490 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8639 | 2026-08-15T07:16:47.369Z | [ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8640 | 2026-08-15T07:16:47.369Z | [ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO STEP 1082 (remove_files) COMPLETE |
| 8641 | 2026-08-15T07:16:47.369Z | [ recovery-image] Aug 15 07:16:46.499 INFO O| Aug 15 07:16:46.499 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8642 | 2026-08-15T07:16:47.378Z | [ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8643 | 2026-08-15T07:16:47.378Z | [ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO STEP 1083 (remove_files) COMPLETE |
| 8644 | 2026-08-15T07:16:47.378Z | [ recovery-image] Aug 15 07:16:46.508 INFO O| Aug 15 07:16:46.508 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8645 | 2026-08-15T07:16:47.387Z | [ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8646 | 2026-08-15T07:16:47.387Z | [ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO STEP 1084 (remove_files) COMPLETE |
| 8647 | 2026-08-15T07:16:47.387Z | [ recovery-image] Aug 15 07:16:46.517 INFO O| Aug 15 07:16:46.517 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8648 | 2026-08-15T07:16:47.400Z | [ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8649 | 2026-08-15T07:16:47.401Z | [ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO STEP 1085 (remove_files) COMPLETE |
| 8650 | 2026-08-15T07:16:47.405Z | [ recovery-image] Aug 15 07:16:46.530 INFO O| Aug 15 07:16:46.530 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8651 | 2026-08-15T07:16:47.411Z | [ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8652 | 2026-08-15T07:16:47.411Z | [ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO STEP 1086 (remove_files) COMPLETE |
| 8653 | 2026-08-15T07:16:47.411Z | [ recovery-image] Aug 15 07:16:46.541 INFO O| Aug 15 07:16:46.541 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8654 | 2026-08-15T07:16:47.421Z | [ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8655 | 2026-08-15T07:16:47.421Z | [ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO STEP 1087 (remove_files) COMPLETE |
| 8656 | 2026-08-15T07:16:47.421Z | [ recovery-image] Aug 15 07:16:46.551 INFO O| Aug 15 07:16:46.551 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8657 | 2026-08-15T07:16:47.432Z | [ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8658 | 2026-08-15T07:16:47.432Z | [ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO STEP 1088 (remove_files) COMPLETE |
| 8659 | 2026-08-15T07:16:47.432Z | [ recovery-image] Aug 15 07:16:46.562 INFO O| Aug 15 07:16:46.562 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8660 | 2026-08-15T07:16:47.443Z | [ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8661 | 2026-08-15T07:16:47.443Z | [ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO STEP 1089 (remove_files) COMPLETE |
| 8662 | 2026-08-15T07:16:47.444Z | [ recovery-image] Aug 15 07:16:46.573 INFO O| Aug 15 07:16:46.573 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8663 | 2026-08-15T07:16:47.453Z | [ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8664 | 2026-08-15T07:16:47.454Z | [ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO STEP 1090 (remove_files) COMPLETE |
| 8665 | 2026-08-15T07:16:47.454Z | [ recovery-image] Aug 15 07:16:46.583 INFO O| Aug 15 07:16:46.583 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8666 | 2026-08-15T07:16:47.463Z | [ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8667 | 2026-08-15T07:16:47.464Z | [ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO STEP 1091 (remove_files) COMPLETE |
| 8668 | 2026-08-15T07:16:47.468Z | [ recovery-image] Aug 15 07:16:46.593 INFO O| Aug 15 07:16:46.593 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8669 | 2026-08-15T07:16:47.473Z | [ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8670 | 2026-08-15T07:16:47.474Z | [ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO STEP 1092 (remove_files) COMPLETE |
| 8671 | 2026-08-15T07:16:47.474Z | [ recovery-image] Aug 15 07:16:46.604 INFO O| Aug 15 07:16:46.604 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8672 | 2026-08-15T07:16:47.477Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8673 | 2026-08-15T07:16:47.484Z | [ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8674 | 2026-08-15T07:16:47.484Z | [ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO STEP 1093 (remove_files) COMPLETE |
| 8675 | 2026-08-15T07:16:47.484Z | [ recovery-image] Aug 15 07:16:46.614 INFO O| Aug 15 07:16:46.614 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8676 | 2026-08-15T07:16:47.494Z | [ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8677 | 2026-08-15T07:16:47.494Z | [ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO STEP 1094 (remove_files) COMPLETE |
| 8678 | 2026-08-15T07:16:47.494Z | [ recovery-image] Aug 15 07:16:46.624 INFO O| Aug 15 07:16:46.624 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8679 | 2026-08-15T07:16:47.505Z | [ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8680 | 2026-08-15T07:16:47.505Z | [ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO STEP 1095 (remove_files) COMPLETE |
| 8681 | 2026-08-15T07:16:47.505Z | [ recovery-image] Aug 15 07:16:46.634 INFO O| Aug 15 07:16:46.634 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8682 | 2026-08-15T07:16:47.514Z | [ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8683 | 2026-08-15T07:16:47.514Z | [ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO STEP 1096 (remove_files) COMPLETE |
| 8684 | 2026-08-15T07:16:47.515Z | [ recovery-image] Aug 15 07:16:46.644 INFO O| Aug 15 07:16:46.644 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8685 | 2026-08-15T07:16:47.525Z | [ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8686 | 2026-08-15T07:16:47.525Z | [ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO STEP 1097 (remove_files) COMPLETE |
| 8687 | 2026-08-15T07:16:47.528Z | [ recovery-image] Aug 15 07:16:46.655 INFO O| Aug 15 07:16:46.655 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8688 | 2026-08-15T07:16:47.535Z | [ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8689 | 2026-08-15T07:16:47.536Z | [ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO STEP 1098 (remove_files) COMPLETE |
| 8690 | 2026-08-15T07:16:47.536Z | [ recovery-image] Aug 15 07:16:46.666 INFO O| Aug 15 07:16:46.666 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8691 | 2026-08-15T07:16:47.545Z | [ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8692 | 2026-08-15T07:16:47.545Z | [ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO STEP 1099 (remove_files) COMPLETE |
| 8693 | 2026-08-15T07:16:47.545Z | [ recovery-image] Aug 15 07:16:46.675 INFO O| Aug 15 07:16:46.675 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8694 | 2026-08-15T07:16:47.555Z | [ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8695 | 2026-08-15T07:16:47.555Z | [ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO STEP 1100 (remove_files) COMPLETE |
| 8696 | 2026-08-15T07:16:47.555Z | [ recovery-image] Aug 15 07:16:46.685 INFO O| Aug 15 07:16:46.685 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8697 | 2026-08-15T07:16:47.566Z | [ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8698 | 2026-08-15T07:16:47.566Z | [ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO STEP 1101 (remove_files) COMPLETE |
| 8699 | 2026-08-15T07:16:47.570Z | [ recovery-image] Aug 15 07:16:46.696 INFO O| Aug 15 07:16:46.696 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8700 | 2026-08-15T07:16:47.577Z | [ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8701 | 2026-08-15T07:16:47.577Z | [ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO STEP 1102 (remove_files) COMPLETE |
| 8702 | 2026-08-15T07:16:47.577Z | [ recovery-image] Aug 15 07:16:46.707 INFO O| Aug 15 07:16:46.707 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8703 | 2026-08-15T07:16:47.587Z | [ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8704 | 2026-08-15T07:16:47.587Z | [ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO STEP 1103 (remove_files) COMPLETE |
| 8705 | 2026-08-15T07:16:47.587Z | [ recovery-image] Aug 15 07:16:46.717 INFO O| Aug 15 07:16:46.717 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8706 | 2026-08-15T07:16:47.598Z | [ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8707 | 2026-08-15T07:16:47.598Z | [ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO STEP 1104 (remove_files) COMPLETE |
| 8708 | 2026-08-15T07:16:47.599Z | [ recovery-image] Aug 15 07:16:46.728 INFO O| Aug 15 07:16:46.728 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8709 | 2026-08-15T07:16:47.609Z | [ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8710 | 2026-08-15T07:16:47.609Z | [ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO STEP 1105 (remove_files) COMPLETE |
| 8711 | 2026-08-15T07:16:47.609Z | [ recovery-image] Aug 15 07:16:46.738 INFO O| Aug 15 07:16:46.738 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8712 | 2026-08-15T07:16:47.619Z | [ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8713 | 2026-08-15T07:16:47.619Z | [ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO STEP 1106 (remove_files) COMPLETE |
| 8714 | 2026-08-15T07:16:47.619Z | [ recovery-image] Aug 15 07:16:46.749 INFO O| Aug 15 07:16:46.749 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8715 | 2026-08-15T07:16:47.629Z | [ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8716 | 2026-08-15T07:16:47.629Z | [ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO STEP 1107 (remove_files) COMPLETE |
| 8717 | 2026-08-15T07:16:47.633Z | [ recovery-image] Aug 15 07:16:46.759 INFO O| Aug 15 07:16:46.759 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8718 | 2026-08-15T07:16:47.639Z | [ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8719 | 2026-08-15T07:16:47.639Z | [ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO STEP 1108 (remove_files) COMPLETE |
| 8720 | 2026-08-15T07:16:47.639Z | [ recovery-image] Aug 15 07:16:46.769 INFO O| Aug 15 07:16:46.769 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8721 | 2026-08-15T07:16:47.649Z | [ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8722 | 2026-08-15T07:16:47.649Z | [ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO STEP 1109 (remove_files) COMPLETE |
| 8723 | 2026-08-15T07:16:47.649Z | [ recovery-image] Aug 15 07:16:46.779 INFO O| Aug 15 07:16:46.779 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8724 | 2026-08-15T07:16:47.659Z | [ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8725 | 2026-08-15T07:16:47.659Z | [ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO STEP 1110 (remove_files) COMPLETE |
| 8726 | 2026-08-15T07:16:47.659Z | [ recovery-image] Aug 15 07:16:46.789 INFO O| Aug 15 07:16:46.789 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8727 | 2026-08-15T07:16:47.669Z | [ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8728 | 2026-08-15T07:16:47.669Z | [ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO STEP 1111 (remove_files) COMPLETE |
| 8729 | 2026-08-15T07:16:47.673Z | [ recovery-image] Aug 15 07:16:46.799 INFO O| Aug 15 07:16:46.799 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8730 | 2026-08-15T07:16:47.680Z | [ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8731 | 2026-08-15T07:16:47.680Z | [ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO STEP 1112 (remove_files) COMPLETE |
| 8732 | 2026-08-15T07:16:47.681Z | [ recovery-image] Aug 15 07:16:46.809 INFO O| Aug 15 07:16:46.809 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8733 | 2026-08-15T07:16:47.689Z | [ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8734 | 2026-08-15T07:16:47.689Z | [ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO STEP 1113 (remove_files) COMPLETE |
| 8735 | 2026-08-15T07:16:47.689Z | [ recovery-image] Aug 15 07:16:46.819 INFO O| Aug 15 07:16:46.819 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8736 | 2026-08-15T07:16:47.699Z | [ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8737 | 2026-08-15T07:16:47.699Z | [ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO STEP 1114 (remove_files) COMPLETE |
| 8738 | 2026-08-15T07:16:47.699Z | [ recovery-image] Aug 15 07:16:46.829 INFO O| Aug 15 07:16:46.829 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8739 | 2026-08-15T07:16:47.708Z | [ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8740 | 2026-08-15T07:16:47.708Z | [ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO STEP 1115 (remove_files) COMPLETE |
| 8741 | 2026-08-15T07:16:47.708Z | [ recovery-image] Aug 15 07:16:46.838 INFO O| Aug 15 07:16:46.838 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8742 | 2026-08-15T07:16:47.717Z | [ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8743 | 2026-08-15T07:16:47.718Z | [ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO STEP 1116 (remove_files) COMPLETE |
| 8744 | 2026-08-15T07:16:47.721Z | [ recovery-image] Aug 15 07:16:46.847 INFO O| Aug 15 07:16:46.847 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8745 | 2026-08-15T07:16:47.727Z | [ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8746 | 2026-08-15T07:16:47.727Z | [ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO STEP 1117 (remove_files) COMPLETE |
| 8747 | 2026-08-15T07:16:47.727Z | [ recovery-image] Aug 15 07:16:46.857 INFO O| Aug 15 07:16:46.857 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8748 | 2026-08-15T07:16:47.741Z | [ recovery-image] Aug 15 07:16:46.871 INFO O| Aug 15 07:16:46.871 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8749 | 2026-08-15T07:16:47.745Z | [ recovery-image] Aug 15 07:16:46.871 INFO O| Aug 15 07:16:46.871 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8750 | 2026-08-15T07:16:47.830Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8751 | 2026-08-15T07:16:48.061Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8752 | 2026-08-15T07:16:48.724Z | [ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO STEP 1118 (pack_tar) COMPLETE |
| 8753 | 2026-08-15T07:16:48.725Z | [ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8754 | 2026-08-15T07:16:48.725Z | [ recovery-image] Aug 15 07:16:47.854 INFO O| Aug 15 07:16:47.854 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8755 | 2026-08-15T07:16:49.274Z | [ recovery-image] Aug 15 07:16:48.404 INFO O| Aug 15 07:16:48.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8756 | 2026-08-15T07:16:49.389Z | [ recovery-image] Aug 15 07:16:48.519 INFO O| Aug 15 07:16:48.519 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8757 | 2026-08-15T07:16:49.392Z | [ recovery-image] Aug 15 07:16:48.522 INFO image builder template: zfs-recovery... |
| 8758 | 2026-08-15T07:16:49.392Z | [ recovery-image] Aug 15 07:16:48.522 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/.tmpjfI385/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", "optever=0.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8759 | 2026-08-15T07:16:49.421Z | [ recovery-image] Aug 15 07:16:48.552 INFO O| Aug 15 07:16:48.551 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8760 | 2026-08-15T07:16:49.426Z | [ recovery-image] Aug 15 07:16:48.556 INFO O| Aug 15 07:16:48.556 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8761 | 2026-08-15T07:16:49.562Z | [ recovery-image] Aug 15 07:16:48.692 INFO O| Aug 15 07:16:48.692 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8762 | 2026-08-15T07:16:49.649Z | [ recovery-image] Aug 15 07:16:48.779 INFO O| Aug 15 07:16:48.779 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8763 | 2026-08-15T07:16:49.649Z | [ recovery-image] Aug 15 07:16:48.779 INFO O| Aug 15 07:16:48.779 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8764 | 2026-08-15T07:16:49.653Z | [ recovery-image] Aug 15 07:16:48.784 INFO O| Aug 15 07:16:48.784 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8765 | 2026-08-15T07:16:49.705Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8766 | 2026-08-15T07:16:49.730Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8767 | 2026-08-15T07:16:49.758Z | [ recovery-image] Aug 15 07:16:48.888 INFO O| Aug 15 07:16:48.888 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8768 | 2026-08-15T07:16:49.870Z | [ recovery-image] Aug 15 07:16:49.000 INFO O| Aug 15 07:16:49.000 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8769 | 2026-08-15T07:16:49.879Z | [ recovery-image] Aug 15 07:16:49.008 INFO O| Aug 15 07:16:49.008 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8770 | 2026-08-15T07:16:49.889Z | [ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.013 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8771 | 2026-08-15T07:16:49.889Z | [ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO no lofi found |
| 8772 | 2026-08-15T07:16:49.889Z | [ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8773 | 2026-08-15T07:16:49.892Z | [ recovery-image] Aug 15 07:16:49.019 INFO O| Aug 15 07:16:49.014 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8774 | 2026-08-15T07:16:49.926Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8775 | 2026-08-15T07:16:50.107Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8776 | 2026-08-15T07:16:50.206Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8777 | 2026-08-15T07:16:50.365Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8778 | 2026-08-15T07:16:50.711Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8779 | 2026-08-15T07:16:50.814Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8780 | 2026-08-15T07:16:51.394Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8781 | 2026-08-15T07:16:51.429Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8782 | 2026-08-15T07:16:51.484Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8783 | 2026-08-15T07:16:51.617Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8784 | 2026-08-15T07:16:51.788Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8785 | 2026-08-15T07:16:51.871Z | [ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8786 | 2026-08-15T07:16:51.871Z | [ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8787 | 2026-08-15T07:16:51.871Z | [ recovery-image] Aug 15 07:16:51.001 INFO O| Aug 15 07:16:51.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"] |
| 8788 | 2026-08-15T07:16:51.941Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8789 | 2026-08-15T07:16:52.004Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8790 | 2026-08-15T07:16:52.051Z | [ recovery-image] Aug 15 07:16:51.181 INFO O| Aug 15 07:16:51.180 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8791 | 2026-08-15T07:16:52.051Z | [ recovery-image] Aug 15 07:16:51.181 INFO O| Aug 15 07:16:51.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8792 | 2026-08-15T07:16:52.067Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8793 | 2026-08-15T07:16:52.078Z | [ recovery-image] Aug 15 07:16:51.208 INFO O| Aug 15 07:16:51.208 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8794 | 2026-08-15T07:16:52.240Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8795 | 2026-08-15T07:16:52.253Z | [ recovery-image] Aug 15 07:16:51.383 INFO O| Aug 15 07:16:51.383 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8796 | 2026-08-15T07:16:52.302Z | [ recovery-image] Aug 15 07:16:51.432 INFO O| Aug 15 07:16:51.432 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8797 | 2026-08-15T07:16:52.326Z | [ recovery-image] Aug 15 07:16:51.456 INFO O| Aug 15 07:16:51.456 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8798 | 2026-08-15T07:16:52.357Z | [ recovery-image] Aug 15 07:16:51.487 INFO O| Aug 15 07:16:51.487 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8799 | 2026-08-15T07:16:52.408Z | [ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8800 | 2026-08-15T07:16:52.408Z | [ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8801 | 2026-08-15T07:16:52.408Z | [ recovery-image] Aug 15 07:16:51.538 INFO O| Aug 15 07:16:51.538 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8802 | 2026-08-15T07:16:52.423Z | [ recovery-image] Aug 15 07:16:51.549 INFO O| Aug 15 07:16:51.549 INFO boot environment UUID: e0b7bec5-f58a-47ee-be3c-660058bf3df4 |
| 8803 | 2026-08-15T07:16:52.423Z | [ recovery-image] Aug 15 07:16:51.549 INFO O| Aug 15 07:16:51.549 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e0b7bec5-f58a-47ee-be3c-660058bf3df4 |
| 8804 | 2026-08-15T07:16:52.438Z | [ recovery-image] Aug 15 07:16:51.568 INFO O| Aug 15 07:16:51.568 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8805 | 2026-08-15T07:16:52.475Z | [ recovery-image] Aug 15 07:16:51.605 INFO O| Aug 15 07:16:51.605 INFO STEP 0 (create_be) COMPLETE |
| 8806 | 2026-08-15T07:16:52.479Z | [ recovery-image] Aug 15 07:16:51.605 INFO O| Aug 15 07:16:51.605 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8807 | 2026-08-15T07:16:52.501Z | [ recovery-image] Aug 15 07:16:51.631 INFO O| Aug 15 07:16:51.631 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"] |
| 8808 | 2026-08-15T07:16:52.504Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8809 | 2026-08-15T07:16:52.687Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8810 | 2026-08-15T07:16:52.760Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8811 | 2026-08-15T07:16:52.925Z | [verify-libraries] Compiling drift v0.2.0 |
| 8812 | 2026-08-15T07:16:53.166Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8813 | 2026-08-15T07:16:53.747Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8814 | 2026-08-15T07:16:53.924Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8815 | 2026-08-15T07:16:54.045Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8816 | 2026-08-15T07:16:54.755Z | [verify-libraries] Compiling dropshot-api-manager v0.7.2 |
| 8817 | 2026-08-15T07:16:55.021Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8818 | 2026-08-15T07:16:55.381Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8819 | 2026-08-15T07:16:56.579Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 8820 | 2026-08-15T07:16:56.710Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 8821 | 2026-08-15T07:16:57.778Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 8822 | 2026-08-15T07:16:58.632Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 8823 | 2026-08-15T07:16:59.707Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 8824 | 2026-08-15T07:17:00.335Z | [verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 8825 | 2026-08-15T07:17:00.535Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 8826 | 2026-08-15T07:17:01.349Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 8827 | 2026-08-15T07:17:01.538Z | [ recovery-image] Aug 15 07:17:00.668 INFO O| Aug 15 07:17:00.668 INFO STEP 1 (unpack_tar) COMPLETE |
| 8828 | 2026-08-15T07:17:01.539Z | [ recovery-image] Aug 15 07:17:00.668 INFO O| Aug 15 07:17:00.668 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8829 | 2026-08-15T07:17:01.549Z | [ recovery-image] Aug 15 07:17:00.679 INFO O| Aug 15 07:17:00.679 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8830 | 2026-08-15T07:17:01.604Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 8831 | 2026-08-15T07:17:01.742Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 8832 | 2026-08-15T07:17:01.800Z | [verify-libraries] Compiling multimap v0.10.1 |
| 8833 | 2026-08-15T07:17:01.987Z | [verify-libraries] Compiling termios v0.3.3 |
| 8834 | 2026-08-15T07:17:02.114Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 8835 | 2026-08-15T07:17:02.358Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 8836 | 2026-08-15T07:17:02.563Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 8837 | 2026-08-15T07:17:02.802Z | [ recovery-image] Aug 15 07:17:01.932 INFO O| Aug 15 07:17:01.932 INFO STEP 2 (devfsadm) COMPLETE |
| 8838 | 2026-08-15T07:17:02.802Z | [ recovery-image] Aug 15 07:17:01.932 INFO O| Aug 15 07:17:01.932 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8839 | 2026-08-15T07:17:02.813Z | [ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8840 | 2026-08-15T07:17:02.813Z | [ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO STEP 3 (ensure_dir) COMPLETE |
| 8841 | 2026-08-15T07:17:02.813Z | [ recovery-image] Aug 15 07:17:01.943 INFO O| Aug 15 07:17:01.943 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8842 | 2026-08-15T07:17:02.822Z | [ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.952 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8843 | 2026-08-15T07:17:02.822Z | [ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.952 INFO STEP 4 (ensure_dir) COMPLETE |
| 8844 | 2026-08-15T07:17:02.823Z | [ recovery-image] Aug 15 07:17:01.953 INFO O| Aug 15 07:17:01.953 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8845 | 2026-08-15T07:17:02.833Z | [ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8846 | 2026-08-15T07:17:02.833Z | [ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO STEP 5 (ensure_dir) COMPLETE |
| 8847 | 2026-08-15T07:17:02.836Z | [ recovery-image] Aug 15 07:17:01.963 INFO O| Aug 15 07:17:01.963 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8848 | 2026-08-15T07:17:02.844Z | [ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8849 | 2026-08-15T07:17:02.844Z | [ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8850 | 2026-08-15T07:17:02.844Z | [ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO STEP 6 (ensure_dir) COMPLETE |
| 8851 | 2026-08-15T07:17:02.847Z | [ recovery-image] Aug 15 07:17:01.974 INFO O| Aug 15 07:17:01.974 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8852 | 2026-08-15T07:17:02.854Z | [ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8853 | 2026-08-15T07:17:02.854Z | [ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8854 | 2026-08-15T07:17:02.857Z | [ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO STEP 7 (ensure_dir) COMPLETE |
| 8855 | 2026-08-15T07:17:02.857Z | [ recovery-image] Aug 15 07:17:01.984 INFO O| Aug 15 07:17:01.984 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8856 | 2026-08-15T07:17:02.864Z | [ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8857 | 2026-08-15T07:17:02.868Z | [ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.994 INFO STEP 8 (remove_files) COMPLETE |
| 8858 | 2026-08-15T07:17:02.868Z | [ recovery-image] Aug 15 07:17:01.994 INFO O| Aug 15 07:17:01.994 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8859 | 2026-08-15T07:17:02.874Z | [ recovery-image] Aug 15 07:17:02.004 INFO O| Aug 15 07:17:02.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8860 | 2026-08-15T07:17:02.878Z | [ recovery-image] Aug 15 07:17:02.005 INFO O| Aug 15 07:17:02.005 INFO STEP 9 (remove_files) COMPLETE |
| 8861 | 2026-08-15T07:17:02.878Z | [ recovery-image] Aug 15 07:17:02.005 INFO O| Aug 15 07:17:02.005 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8862 | 2026-08-15T07:17:02.884Z | [ recovery-image] Aug 15 07:17:02.014 INFO O| Aug 15 07:17:02.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8863 | 2026-08-15T07:17:02.887Z | [ recovery-image] Aug 15 07:17:02.015 INFO O| Aug 15 07:17:02.015 INFO STEP 10 (remove_files) COMPLETE |
| 8864 | 2026-08-15T07:17:02.887Z | [ recovery-image] Aug 15 07:17:02.015 INFO O| Aug 15 07:17:02.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8865 | 2026-08-15T07:17:02.894Z | [ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8866 | 2026-08-15T07:17:02.894Z | [ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO STEP 11 (remove_files) COMPLETE |
| 8867 | 2026-08-15T07:17:02.901Z | [ recovery-image] Aug 15 07:17:02.024 INFO O| Aug 15 07:17:02.024 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8868 | 2026-08-15T07:17:02.904Z | [ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8869 | 2026-08-15T07:17:02.904Z | [ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO STEP 12 (remove_files) COMPLETE |
| 8870 | 2026-08-15T07:17:02.904Z | [ recovery-image] Aug 15 07:17:02.033 INFO O| Aug 15 07:17:02.033 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8871 | 2026-08-15T07:17:02.913Z | [ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.042 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8872 | 2026-08-15T07:17:02.913Z | [ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8873 | 2026-08-15T07:17:02.913Z | [ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO STEP 13 (ensure_dir) COMPLETE |
| 8874 | 2026-08-15T07:17:02.916Z | [ recovery-image] Aug 15 07:17:02.043 INFO O| Aug 15 07:17:02.043 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8875 | 2026-08-15T07:17:02.923Z | [ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8876 | 2026-08-15T07:17:02.924Z | [ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8877 | 2026-08-15T07:17:02.924Z | [ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8878 | 2026-08-15T07:17:02.928Z | [ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO STEP 14 (ensure_dir) COMPLETE |
| 8879 | 2026-08-15T07:17:02.928Z | [ recovery-image] Aug 15 07:17:02.054 INFO O| Aug 15 07:17:02.054 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8880 | 2026-08-15T07:17:02.941Z | [ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8881 | 2026-08-15T07:17:02.941Z | [ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8882 | 2026-08-15T07:17:02.944Z | [ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8883 | 2026-08-15T07:17:02.944Z | [ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO STEP 15 (ensure_dir) COMPLETE |
| 8884 | 2026-08-15T07:17:02.944Z | [ recovery-image] Aug 15 07:17:02.071 INFO O| Aug 15 07:17:02.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8885 | 2026-08-15T07:17:02.953Z | [ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8886 | 2026-08-15T07:17:02.953Z | [ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8887 | 2026-08-15T07:17:02.953Z | [ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO STEP 16 (ensure_dir) COMPLETE |
| 8888 | 2026-08-15T07:17:02.956Z | [ recovery-image] Aug 15 07:17:02.083 INFO O| Aug 15 07:17:02.083 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8889 | 2026-08-15T07:17:02.964Z | [ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8890 | 2026-08-15T07:17:02.964Z | [ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8891 | 2026-08-15T07:17:02.964Z | [ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO STEP 17 (ensure_dir) COMPLETE |
| 8892 | 2026-08-15T07:17:02.964Z | [ recovery-image] Aug 15 07:17:02.094 INFO O| Aug 15 07:17:02.094 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8893 | 2026-08-15T07:17:02.976Z | [ recovery-image] Aug 15 07:17:02.105 INFO O| Aug 15 07:17:02.105 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8894 | 2026-08-15T07:17:02.976Z | [ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8895 | 2026-08-15T07:17:02.976Z | [ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO ok! |
| 8896 | 2026-08-15T07:17:02.979Z | [ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8897 | 2026-08-15T07:17:02.979Z | [ recovery-image] Aug 15 07:17:02.106 INFO O| Aug 15 07:17:02.105 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8898 | 2026-08-15T07:17:02.987Z | [ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8899 | 2026-08-15T07:17:02.987Z | [ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8900 | 2026-08-15T07:17:02.990Z | [ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO ok! |
| 8901 | 2026-08-15T07:17:02.990Z | [ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO STEP 19 (ensure_file) COMPLETE |
| 8902 | 2026-08-15T07:17:02.990Z | [ recovery-image] Aug 15 07:17:02.117 INFO O| Aug 15 07:17:02.117 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8903 | 2026-08-15T07:17:02.999Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8904 | 2026-08-15T07:17:02.999Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8905 | 2026-08-15T07:17:03.002Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8906 | 2026-08-15T07:17:03.002Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO ok! |
| 8907 | 2026-08-15T07:17:03.003Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8908 | 2026-08-15T07:17:03.003Z | [ recovery-image] Aug 15 07:17:02.129 INFO O| Aug 15 07:17:02.129 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8909 | 2026-08-15T07:17:03.009Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8910 | 2026-08-15T07:17:03.009Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8911 | 2026-08-15T07:17:03.012Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8912 | 2026-08-15T07:17:03.012Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO ok! |
| 8913 | 2026-08-15T07:17:03.012Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8914 | 2026-08-15T07:17:03.012Z | [ recovery-image] Aug 15 07:17:02.139 INFO O| Aug 15 07:17:02.139 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8915 | 2026-08-15T07:17:03.018Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8916 | 2026-08-15T07:17:03.018Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8917 | 2026-08-15T07:17:03.021Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8918 | 2026-08-15T07:17:03.021Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO ok! |
| 8919 | 2026-08-15T07:17:03.021Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8920 | 2026-08-15T07:17:03.021Z | [ recovery-image] Aug 15 07:17:02.148 INFO O| Aug 15 07:17:02.148 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8921 | 2026-08-15T07:17:03.027Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8922 | 2026-08-15T07:17:03.027Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8923 | 2026-08-15T07:17:03.030Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8924 | 2026-08-15T07:17:03.030Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO ok! |
| 8925 | 2026-08-15T07:17:03.030Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8926 | 2026-08-15T07:17:03.031Z | [ recovery-image] Aug 15 07:17:02.157 INFO O| Aug 15 07:17:02.157 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8927 | 2026-08-15T07:17:03.037Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8928 | 2026-08-15T07:17:03.037Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 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 ... |
| 8929 | 2026-08-15T07:17:03.037Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8930 | 2026-08-15T07:17:03.040Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO ok! |
| 8931 | 2026-08-15T07:17:03.041Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO STEP 24 (ensure_file) COMPLETE |
| 8932 | 2026-08-15T07:17:03.041Z | [ recovery-image] Aug 15 07:17:02.167 INFO O| Aug 15 07:17:02.167 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8933 | 2026-08-15T07:17:03.047Z | [ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO updating shadow file |
| 8934 | 2026-08-15T07:17:03.047Z | [ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8935 | 2026-08-15T07:17:03.047Z | [ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8936 | 2026-08-15T07:17:03.049Z | [ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO STEP 25 (shadow) COMPLETE |
| 8937 | 2026-08-15T07:17:03.049Z | [ recovery-image] Aug 15 07:17:02.176 INFO O| Aug 15 07:17:02.176 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8938 | 2026-08-15T07:17:03.056Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8939 | 2026-08-15T07:17:03.056Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8940 | 2026-08-15T07:17:03.056Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8941 | 2026-08-15T07:17:03.056Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO ok! |
| 8942 | 2026-08-15T07:17:03.060Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO STEP 26 (ensure_file) COMPLETE |
| 8943 | 2026-08-15T07:17:03.060Z | [ recovery-image] Aug 15 07:17:02.186 INFO O| Aug 15 07:17:02.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8944 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.195 INFO O| Aug 15 07:17:02.195 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8945 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.195 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8946 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8947 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO ok! |
| 8948 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO STEP 27 (ensure_file) COMPLETE |
| 8949 | 2026-08-15T07:17:03.066Z | [ recovery-image] Aug 15 07:17:02.196 INFO O| Aug 15 07:17:02.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8950 | 2026-08-15T07:17:03.075Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8951 | 2026-08-15T07:17:03.076Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8952 | 2026-08-15T07:17:03.076Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8953 | 2026-08-15T07:17:03.080Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8954 | 2026-08-15T07:17:03.080Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO ok! |
| 8955 | 2026-08-15T07:17:03.081Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO STEP 28 (ensure_file) COMPLETE |
| 8956 | 2026-08-15T07:17:03.081Z | [ recovery-image] Aug 15 07:17:02.205 INFO O| Aug 15 07:17:02.205 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8957 | 2026-08-15T07:17:03.084Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8958 | 2026-08-15T07:17:03.084Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8959 | 2026-08-15T07:17:03.084Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8960 | 2026-08-15T07:17:03.084Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO ok! |
| 8961 | 2026-08-15T07:17:03.084Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO STEP 29 (ensure_file) COMPLETE |
| 8962 | 2026-08-15T07:17:03.085Z | [ recovery-image] Aug 15 07:17:02.214 INFO O| Aug 15 07:17:02.214 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8963 | 2026-08-15T07:17:03.094Z | [ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8964 | 2026-08-15T07:17:03.094Z | [ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8965 | 2026-08-15T07:17:03.094Z | [ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8966 | 2026-08-15T07:17:03.097Z | [ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO STEP 30 (ensure_dir) COMPLETE |
| 8967 | 2026-08-15T07:17:03.097Z | [ recovery-image] Aug 15 07:17:02.224 INFO O| Aug 15 07:17:02.224 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8968 | 2026-08-15T07:17:03.105Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.234 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8969 | 2026-08-15T07:17:03.105Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 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 ... |
| 8970 | 2026-08-15T07:17:03.108Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 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 |
| 8971 | 2026-08-15T07:17:03.108Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8972 | 2026-08-15T07:17:03.108Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO ok! |
| 8973 | 2026-08-15T07:17:03.108Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO STEP 31 (ensure_file) COMPLETE |
| 8974 | 2026-08-15T07:17:03.108Z | [ recovery-image] Aug 15 07:17:02.235 INFO O| Aug 15 07:17:02.235 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8975 | 2026-08-15T07:17:03.116Z | [ recovery-image] Aug 15 07:17:02.245 INFO O| Aug 15 07:17:02.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8976 | 2026-08-15T07:17:03.116Z | [ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8977 | 2026-08-15T07:17:03.116Z | [ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8978 | 2026-08-15T07:17:03.119Z | [ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO STEP 32 (ensure_dir) COMPLETE |
| 8979 | 2026-08-15T07:17:03.119Z | [ recovery-image] Aug 15 07:17:02.246 INFO O| Aug 15 07:17:02.246 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8980 | 2026-08-15T07:17:03.126Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8981 | 2026-08-15T07:17:03.126Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 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 ... |
| 8982 | 2026-08-15T07:17:03.126Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 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 |
| 8983 | 2026-08-15T07:17:03.130Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8984 | 2026-08-15T07:17:03.130Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO ok! |
| 8985 | 2026-08-15T07:17:03.130Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO STEP 33 (ensure_file) COMPLETE |
| 8986 | 2026-08-15T07:17:03.130Z | [ recovery-image] Aug 15 07:17:02.256 INFO O| Aug 15 07:17:02.256 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8987 | 2026-08-15T07:17:03.136Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8988 | 2026-08-15T07:17:03.136Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8989 | 2026-08-15T07:17:03.136Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8990 | 2026-08-15T07:17:03.140Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO ok! |
| 8991 | 2026-08-15T07:17:03.140Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO STEP 34 (ensure_file) COMPLETE |
| 8992 | 2026-08-15T07:17:03.140Z | [ recovery-image] Aug 15 07:17:02.266 INFO O| Aug 15 07:17:02.266 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8993 | 2026-08-15T07:17:03.147Z | [ recovery-image] Aug 15 07:17:02.276 INFO O| Aug 15 07:17:02.276 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8994 | 2026-08-15T07:17:03.147Z | [ recovery-image] Aug 15 07:17:02.276 INFO O| Aug 15 07:17:02.276 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8995 | 2026-08-15T07:17:03.147Z | [ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8996 | 2026-08-15T07:17:03.147Z | [ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8997 | 2026-08-15T07:17:03.147Z | [ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO ok! |
| 8998 | 2026-08-15T07:17:03.151Z | [ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO STEP 35 (ensure_file) COMPLETE |
| 8999 | 2026-08-15T07:17:03.151Z | [ recovery-image] Aug 15 07:17:02.277 INFO O| Aug 15 07:17:02.277 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9000 | 2026-08-15T07:17:03.156Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 9001 | 2026-08-15T07:17:03.156Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 9002 | 2026-08-15T07:17:03.156Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 9003 | 2026-08-15T07:17:03.159Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO ok! |
| 9004 | 2026-08-15T07:17:03.159Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO STEP 36 (ensure_file) COMPLETE |
| 9005 | 2026-08-15T07:17:03.159Z | [ recovery-image] Aug 15 07:17:02.286 INFO O| Aug 15 07:17:02.286 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9006 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9007 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 9008 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 9009 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO ok! |
| 9010 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO STEP 37 (ensure_file) COMPLETE |
| 9011 | 2026-08-15T07:17:03.167Z | [ recovery-image] Aug 15 07:17:02.296 INFO O| Aug 15 07:17:02.296 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9012 | 2026-08-15T07:17:03.176Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 9013 | 2026-08-15T07:17:03.176Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 9014 | 2026-08-15T07:17:03.176Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9015 | 2026-08-15T07:17:03.177Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9016 | 2026-08-15T07:17:03.177Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9017 | 2026-08-15T07:17:03.180Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9018 | 2026-08-15T07:17:03.180Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO ok! |
| 9019 | 2026-08-15T07:17:03.180Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO STEP 38 (ensure_file) COMPLETE |
| 9020 | 2026-08-15T07:17:03.180Z | [ recovery-image] Aug 15 07:17:02.306 INFO O| Aug 15 07:17:02.306 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9021 | 2026-08-15T07:17:03.186Z | [ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9022 | 2026-08-15T07:17:03.186Z | [ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9023 | 2026-08-15T07:17:03.186Z | [ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9024 | 2026-08-15T07:17:03.187Z | [ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO STEP 39 (ensure_dir) COMPLETE |
| 9025 | 2026-08-15T07:17:03.190Z | [ recovery-image] Aug 15 07:17:02.316 INFO O| Aug 15 07:17:02.316 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9026 | 2026-08-15T07:17:03.195Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 |
| 9027 | 2026-08-15T07:17:03.195Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 ... |
| 9028 | 2026-08-15T07:17:03.195Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 |
| 9029 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 |
| 9030 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 |
| 9031 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 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 |
| 9032 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 INFO ok! |
| 9033 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.325 INFO O| Aug 15 07:17:02.325 INFO STEP 40 (ensure_file) COMPLETE |
| 9034 | 2026-08-15T07:17:03.199Z | [ recovery-image] Aug 15 07:17:02.326 INFO O| Aug 15 07:17:02.325 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9035 | 2026-08-15T07:17:03.204Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9036 | 2026-08-15T07:17:03.204Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 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 ... |
| 9037 | 2026-08-15T07:17:03.211Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9038 | 2026-08-15T07:17:03.211Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO ok! |
| 9039 | 2026-08-15T07:17:03.211Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9040 | 2026-08-15T07:17:03.211Z | [ recovery-image] Aug 15 07:17:02.334 INFO O| Aug 15 07:17:02.334 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9041 | 2026-08-15T07:17:03.214Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 9042 | 2026-08-15T07:17:03.214Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9043 | 2026-08-15T07:17:03.214Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 9044 | 2026-08-15T07:17:03.214Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO ok! |
| 9045 | 2026-08-15T07:17:03.214Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9046 | 2026-08-15T07:17:03.215Z | [ recovery-image] Aug 15 07:17:02.344 INFO O| Aug 15 07:17:02.344 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9047 | 2026-08-15T07:17:03.223Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 9048 | 2026-08-15T07:17:03.226Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 9049 | 2026-08-15T07:17:03.226Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9050 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9051 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9052 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.353 INFO O| Aug 15 07:17:02.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9053 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.353 INFO ok! |
| 9054 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.353 INFO STEP 43 (ensure_file) COMPLETE |
| 9055 | 2026-08-15T07:17:03.230Z | [ recovery-image] Aug 15 07:17:02.354 INFO O| Aug 15 07:17:02.354 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9056 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 9057 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 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 ... |
| 9058 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 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 |
| 9059 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 9060 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO ok! |
| 9061 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO STEP 44 (ensure_file) COMPLETE |
| 9062 | 2026-08-15T07:17:03.234Z | [ recovery-image] Aug 15 07:17:02.363 INFO O| Aug 15 07:17:02.363 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9063 | 2026-08-15T07:17:03.243Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 9064 | 2026-08-15T07:17:03.243Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 9065 | 2026-08-15T07:17:03.248Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 9066 | 2026-08-15T07:17:03.248Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO ok! |
| 9067 | 2026-08-15T07:17:03.248Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO STEP 45 (ensure_file) COMPLETE |
| 9068 | 2026-08-15T07:17:03.248Z | [ recovery-image] Aug 15 07:17:02.373 INFO O| Aug 15 07:17:02.373 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9069 | 2026-08-15T07:17:03.254Z | [ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO updating shadow file |
| 9070 | 2026-08-15T07:17:03.254Z | [ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 9071 | 2026-08-15T07:17:03.257Z | [ recovery-image] Aug 15 07:17:02.383 INFO O| Aug 15 07:17:02.383 INFO STEP 46 (shadow) COMPLETE |
| 9072 | 2026-08-15T07:17:03.258Z | [ recovery-image] Aug 15 07:17:02.384 INFO O| Aug 15 07:17:02.383 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9073 | 2026-08-15T07:17:03.264Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 9074 | 2026-08-15T07:17:03.264Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 9075 | 2026-08-15T07:17:03.264Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9076 | 2026-08-15T07:17:03.264Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9077 | 2026-08-15T07:17:03.264Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO ok! |
| 9078 | 2026-08-15T07:17:03.268Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO STEP 47 (ensure_file) COMPLETE |
| 9079 | 2026-08-15T07:17:03.268Z | [ recovery-image] Aug 15 07:17:02.394 INFO O| Aug 15 07:17:02.394 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9080 | 2026-08-15T07:17:03.274Z | [ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 9081 | 2026-08-15T07:17:03.274Z | [ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO STEP 48 (ensure_dir) COMPLETE |
| 9082 | 2026-08-15T07:17:03.274Z | [ recovery-image] Aug 15 07:17:02.404 INFO O| Aug 15 07:17:02.404 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9083 | 2026-08-15T07:17:03.285Z | [ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9084 | 2026-08-15T07:17:03.285Z | [ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9085 | 2026-08-15T07:17:03.285Z | [ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO STEP 49 (ensure_dir) COMPLETE |
| 9086 | 2026-08-15T07:17:03.285Z | [ recovery-image] Aug 15 07:17:02.414 INFO O| Aug 15 07:17:02.414 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9087 | 2026-08-15T07:17:03.295Z | [ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9088 | 2026-08-15T07:17:03.295Z | [ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9089 | 2026-08-15T07:17:03.295Z | [ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO STEP 50 (ensure_dir) COMPLETE |
| 9090 | 2026-08-15T07:17:03.299Z | [ recovery-image] Aug 15 07:17:02.425 INFO O| Aug 15 07:17:02.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9091 | 2026-08-15T07:17:03.305Z | [ recovery-image] Aug 15 07:17:02.435 INFO O| Aug 15 07:17:02.435 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 9092 | 2026-08-15T07:17:03.305Z | [ recovery-image] Aug 15 07:17:02.435 INFO O| Aug 15 07:17:02.435 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 9093 | 2026-08-15T07:17:03.335Z | [ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 9094 | 2026-08-15T07:17:03.335Z | [ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO ok! |
| 9095 | 2026-08-15T07:17:03.336Z | [ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO STEP 51 (ensure_file) COMPLETE |
| 9096 | 2026-08-15T07:17:03.336Z | [ recovery-image] Aug 15 07:17:02.464 INFO O| Aug 15 07:17:02.464 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9097 | 2026-08-15T07:17:03.358Z | [ recovery-image] Aug 15 07:17:02.475 INFO O| Aug 15 07:17:02.475 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9098 | 2026-08-15T07:17:03.358Z | [ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9099 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO STEP 52 (ensure_dir) COMPLETE |
| 9100 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.476 INFO O| Aug 15 07:17:02.476 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9101 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 9102 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 9103 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 9104 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO ok! |
| 9105 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO STEP 53 (ensure_file) COMPLETE |
| 9106 | 2026-08-15T07:17:03.362Z | [ recovery-image] Aug 15 07:17:02.486 INFO O| Aug 15 07:17:02.486 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9107 | 2026-08-15T07:17:03.368Z | [ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9108 | 2026-08-15T07:17:03.368Z | [ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9109 | 2026-08-15T07:17:03.368Z | [ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO STEP 54 (ensure_dir) COMPLETE |
| 9110 | 2026-08-15T07:17:03.372Z | [ recovery-image] Aug 15 07:17:02.498 INFO O| Aug 15 07:17:02.498 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9111 | 2026-08-15T07:17:03.379Z | [ recovery-image] Aug 15 07:17:02.509 INFO O| Aug 15 07:17:02.509 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9112 | 2026-08-15T07:17:03.379Z | [ recovery-image] Aug 15 07:17:02.509 INFO O| Aug 15 07:17:02.509 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 9113 | 2026-08-15T07:17:04.349Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 9114 | 2026-08-15T07:17:05.302Z | [ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 9115 | 2026-08-15T07:17:05.302Z | [ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO ok! |
| 9116 | 2026-08-15T07:17:05.306Z | [ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO STEP 55 (ensure_file) COMPLETE |
| 9117 | 2026-08-15T07:17:05.306Z | [ recovery-image] Aug 15 07:17:04.432 INFO O| Aug 15 07:17:04.432 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9118 | 2026-08-15T07:17:05.337Z | [ recovery-image] Aug 15 07:17:04.443 INFO O| Aug 15 07:17:04.442 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9119 | 2026-08-15T07:17:05.337Z | [ recovery-image] Aug 15 07:17:04.443 INFO O| Aug 15 07:17:04.443 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 9120 | 2026-08-15T07:17:07.319Z | [ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 9121 | 2026-08-15T07:17:07.319Z | [ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO ok! |
| 9122 | 2026-08-15T07:17:07.322Z | [ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO STEP 56 (ensure_file) COMPLETE |
| 9123 | 2026-08-15T07:17:07.322Z | [ recovery-image] Aug 15 07:17:06.448 INFO O| Aug 15 07:17:06.448 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9124 | 2026-08-15T07:17:07.331Z | [ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9125 | 2026-08-15T07:17:07.331Z | [ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9126 | 2026-08-15T07:17:07.333Z | [ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO STEP 57 (ensure_dir) COMPLETE |
| 9127 | 2026-08-15T07:17:07.333Z | [ recovery-image] Aug 15 07:17:06.461 INFO O| Aug 15 07:17:06.461 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9128 | 2026-08-15T07:17:07.341Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9129 | 2026-08-15T07:17:07.341Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO copying /tmp/.tmpjfI385/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 ... |
| 9130 | 2026-08-15T07:17:07.341Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 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 |
| 9131 | 2026-08-15T07:17:07.346Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO ok! |
| 9132 | 2026-08-15T07:17:07.346Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO STEP 58 (ensure_file) COMPLETE |
| 9133 | 2026-08-15T07:17:07.346Z | [ recovery-image] Aug 15 07:17:06.471 INFO O| Aug 15 07:17:06.471 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9134 | 2026-08-15T07:17:07.351Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9135 | 2026-08-15T07:17:07.351Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO copying /tmp/.tmpjfI385/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 ... |
| 9136 | 2026-08-15T07:17:07.351Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 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 |
| 9137 | 2026-08-15T07:17:07.351Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO ok! |
| 9138 | 2026-08-15T07:17:07.354Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO STEP 59 (ensure_file) COMPLETE |
| 9139 | 2026-08-15T07:17:07.354Z | [ recovery-image] Aug 15 07:17:06.481 INFO O| Aug 15 07:17:06.481 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9140 | 2026-08-15T07:17:07.362Z | [ recovery-image] Aug 15 07:17:06.492 INFO O| Aug 15 07:17:06.492 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9141 | 2026-08-15T07:17:07.362Z | [ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9142 | 2026-08-15T07:17:07.363Z | [ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO STEP 60 (ensure_dir) COMPLETE |
| 9143 | 2026-08-15T07:17:07.366Z | [ recovery-image] Aug 15 07:17:06.493 INFO O| Aug 15 07:17:06.493 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9144 | 2026-08-15T07:17:07.373Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9145 | 2026-08-15T07:17:07.373Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO copying /tmp/.tmpjfI385/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 ... |
| 9146 | 2026-08-15T07:17:07.374Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9147 | 2026-08-15T07:17:07.377Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO ok! |
| 9148 | 2026-08-15T07:17:07.377Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO STEP 61 (ensure_file) COMPLETE |
| 9149 | 2026-08-15T07:17:07.377Z | [ recovery-image] Aug 15 07:17:06.504 INFO O| Aug 15 07:17:06.504 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9150 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9151 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO copying /tmp/.tmpjfI385/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 ... |
| 9152 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 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 |
| 9153 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO ok! |
| 9154 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO STEP 62 (ensure_file) COMPLETE |
| 9155 | 2026-08-15T07:17:07.385Z | [ recovery-image] Aug 15 07:17:06.514 INFO O| Aug 15 07:17:06.514 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9156 | 2026-08-15T07:17:07.396Z | [ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9157 | 2026-08-15T07:17:07.396Z | [ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9158 | 2026-08-15T07:17:07.396Z | [ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO STEP 63 (ensure_dir) COMPLETE |
| 9159 | 2026-08-15T07:17:07.399Z | [ recovery-image] Aug 15 07:17:06.526 INFO O| Aug 15 07:17:06.526 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9160 | 2026-08-15T07:17:07.407Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9161 | 2026-08-15T07:17:07.407Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO copying /tmp/.tmpjfI385/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 ... |
| 9162 | 2026-08-15T07:17:07.410Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9163 | 2026-08-15T07:17:07.410Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO ok! |
| 9164 | 2026-08-15T07:17:07.410Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO STEP 64 (ensure_file) COMPLETE |
| 9165 | 2026-08-15T07:17:07.410Z | [ recovery-image] Aug 15 07:17:06.537 INFO O| Aug 15 07:17:06.537 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9166 | 2026-08-15T07:17:07.419Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9167 | 2026-08-15T07:17:07.419Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO copying /tmp/.tmpjfI385/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9168 | 2026-08-15T07:17:07.419Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9169 | 2026-08-15T07:17:07.422Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO ok! |
| 9170 | 2026-08-15T07:17:07.422Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO STEP 65 (ensure_file) COMPLETE |
| 9171 | 2026-08-15T07:17:07.422Z | [ recovery-image] Aug 15 07:17:06.549 INFO O| Aug 15 07:17:06.549 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9172 | 2026-08-15T07:17:07.430Z | [ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9173 | 2026-08-15T07:17:07.430Z | [ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO STEP 66 (ensure_dir) COMPLETE |
| 9174 | 2026-08-15T07:17:07.433Z | [ recovery-image] Aug 15 07:17:06.560 INFO O| Aug 15 07:17:06.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9175 | 2026-08-15T07:17:07.440Z | [ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9176 | 2026-08-15T07:17:07.440Z | [ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO STEP 67 (ensure_dir) COMPLETE |
| 9177 | 2026-08-15T07:17:07.443Z | [ recovery-image] Aug 15 07:17:06.570 INFO O| Aug 15 07:17:06.570 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9178 | 2026-08-15T07:17:07.450Z | [ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.580 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9179 | 2026-08-15T07:17:07.450Z | [ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.581 INFO STEP 68 (ensure_dir) COMPLETE |
| 9180 | 2026-08-15T07:17:07.454Z | [ recovery-image] Aug 15 07:17:06.581 INFO O| Aug 15 07:17:06.581 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9181 | 2026-08-15T07:17:07.462Z | [ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9182 | 2026-08-15T07:17:07.462Z | [ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO STEP 69 (ensure_dir) COMPLETE |
| 9183 | 2026-08-15T07:17:07.465Z | [ recovery-image] Aug 15 07:17:06.592 INFO O| Aug 15 07:17:06.592 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9184 | 2026-08-15T07:17:07.472Z | [ recovery-image] Aug 15 07:17:06.602 INFO O| Aug 15 07:17:06.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9185 | 2026-08-15T07:17:07.472Z | [ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.602 INFO copying /tmp/.tmpjfI385/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9186 | 2026-08-15T07:17:07.472Z | [ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9187 | 2026-08-15T07:17:07.475Z | [ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO ok! |
| 9188 | 2026-08-15T07:17:07.476Z | [ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO STEP 70 (ensure_file) COMPLETE |
| 9189 | 2026-08-15T07:17:07.476Z | [ recovery-image] Aug 15 07:17:06.603 INFO O| Aug 15 07:17:06.603 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9190 | 2026-08-15T07:17:07.482Z | [ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9191 | 2026-08-15T07:17:07.486Z | [ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO STEP 71 (remove_files) COMPLETE |
| 9192 | 2026-08-15T07:17:07.486Z | [ recovery-image] Aug 15 07:17:06.613 INFO O| Aug 15 07:17:06.613 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9193 | 2026-08-15T07:17:07.493Z | [ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9194 | 2026-08-15T07:17:07.493Z | [ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO STEP 72 (remove_files) COMPLETE |
| 9195 | 2026-08-15T07:17:07.493Z | [ recovery-image] Aug 15 07:17:06.623 INFO O| Aug 15 07:17:06.623 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9196 | 2026-08-15T07:17:07.504Z | [ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9197 | 2026-08-15T07:17:07.504Z | [ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.634 INFO STEP 73 (remove_files) COMPLETE |
| 9198 | 2026-08-15T07:17:07.504Z | [ recovery-image] Aug 15 07:17:06.634 INFO O| Aug 15 07:17:06.634 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9199 | 2026-08-15T07:17:07.514Z | [ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9200 | 2026-08-15T07:17:07.514Z | [ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO STEP 74 (remove_files) COMPLETE |
| 9201 | 2026-08-15T07:17:07.514Z | [ recovery-image] Aug 15 07:17:06.644 INFO O| Aug 15 07:17:06.644 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9202 | 2026-08-15T07:17:07.524Z | [ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9203 | 2026-08-15T07:17:07.524Z | [ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO STEP 75 (remove_files) COMPLETE |
| 9204 | 2026-08-15T07:17:07.524Z | [ recovery-image] Aug 15 07:17:06.654 INFO O| Aug 15 07:17:06.654 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9205 | 2026-08-15T07:17:07.533Z | [ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9206 | 2026-08-15T07:17:07.533Z | [ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO STEP 76 (remove_files) COMPLETE |
| 9207 | 2026-08-15T07:17:07.533Z | [ recovery-image] Aug 15 07:17:06.663 INFO O| Aug 15 07:17:06.663 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9208 | 2026-08-15T07:17:07.544Z | [ recovery-image] Aug 15 07:17:06.674 INFO O| Aug 15 07:17:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9209 | 2026-08-15T07:17:07.545Z | [ recovery-image] Aug 15 07:17:06.675 INFO O| Aug 15 07:17:06.675 INFO STEP 77 (remove_files) COMPLETE |
| 9210 | 2026-08-15T07:17:07.545Z | [ recovery-image] Aug 15 07:17:06.675 INFO O| Aug 15 07:17:06.675 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9211 | 2026-08-15T07:17:07.556Z | [ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9212 | 2026-08-15T07:17:07.556Z | [ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO STEP 78 (remove_files) COMPLETE |
| 9213 | 2026-08-15T07:17:07.556Z | [ recovery-image] Aug 15 07:17:06.686 INFO O| Aug 15 07:17:06.686 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9214 | 2026-08-15T07:17:07.567Z | [ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9215 | 2026-08-15T07:17:07.567Z | [ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO STEP 79 (remove_files) COMPLETE |
| 9216 | 2026-08-15T07:17:07.568Z | [ recovery-image] Aug 15 07:17:06.697 INFO O| Aug 15 07:17:06.697 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9217 | 2026-08-15T07:17:07.579Z | [ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9218 | 2026-08-15T07:17:07.579Z | [ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO STEP 80 (remove_files) COMPLETE |
| 9219 | 2026-08-15T07:17:07.579Z | [ recovery-image] Aug 15 07:17:06.709 INFO O| Aug 15 07:17:06.709 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9220 | 2026-08-15T07:17:07.610Z | [ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9221 | 2026-08-15T07:17:07.615Z | [ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.721 INFO STEP 81 (remove_files) COMPLETE |
| 9222 | 2026-08-15T07:17:07.615Z | [ recovery-image] Aug 15 07:17:06.721 INFO O| Aug 15 07:17:06.721 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9223 | 2026-08-15T07:17:07.620Z | [ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9224 | 2026-08-15T07:17:07.620Z | [ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO STEP 82 (remove_files) COMPLETE |
| 9225 | 2026-08-15T07:17:07.623Z | [ recovery-image] Aug 15 07:17:06.750 INFO O| Aug 15 07:17:06.750 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9226 | 2026-08-15T07:17:07.631Z | [ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9227 | 2026-08-15T07:17:07.631Z | [ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO STEP 83 (remove_files) COMPLETE |
| 9228 | 2026-08-15T07:17:07.634Z | [ recovery-image] Aug 15 07:17:06.761 INFO O| Aug 15 07:17:06.761 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9229 | 2026-08-15T07:17:07.641Z | [ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9230 | 2026-08-15T07:17:07.641Z | [ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO STEP 84 (remove_files) COMPLETE |
| 9231 | 2026-08-15T07:17:07.644Z | [ recovery-image] Aug 15 07:17:06.771 INFO O| Aug 15 07:17:06.771 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9232 | 2026-08-15T07:17:07.651Z | [ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9233 | 2026-08-15T07:17:07.651Z | [ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO STEP 85 (remove_files) COMPLETE |
| 9234 | 2026-08-15T07:17:07.651Z | [ recovery-image] Aug 15 07:17:06.781 INFO O| Aug 15 07:17:06.781 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9235 | 2026-08-15T07:17:07.662Z | [ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9236 | 2026-08-15T07:17:07.663Z | [ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO STEP 86 (remove_files) COMPLETE |
| 9237 | 2026-08-15T07:17:07.663Z | [ recovery-image] Aug 15 07:17:06.792 INFO O| Aug 15 07:17:06.792 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9238 | 2026-08-15T07:17:07.672Z | [ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9239 | 2026-08-15T07:17:07.672Z | [ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO STEP 87 (remove_files) COMPLETE |
| 9240 | 2026-08-15T07:17:07.672Z | [ recovery-image] Aug 15 07:17:06.802 INFO O| Aug 15 07:17:06.802 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9241 | 2026-08-15T07:17:07.681Z | [ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9242 | 2026-08-15T07:17:07.681Z | [ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO STEP 88 (remove_files) COMPLETE |
| 9243 | 2026-08-15T07:17:07.681Z | [ recovery-image] Aug 15 07:17:06.811 INFO O| Aug 15 07:17:06.811 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9244 | 2026-08-15T07:17:07.691Z | [ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9245 | 2026-08-15T07:17:07.691Z | [ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO STEP 89 (remove_files) COMPLETE |
| 9246 | 2026-08-15T07:17:07.691Z | [ recovery-image] Aug 15 07:17:06.821 INFO O| Aug 15 07:17:06.821 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9247 | 2026-08-15T07:17:07.701Z | [ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9248 | 2026-08-15T07:17:07.701Z | [ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO STEP 90 (remove_files) COMPLETE |
| 9249 | 2026-08-15T07:17:07.701Z | [ recovery-image] Aug 15 07:17:06.831 INFO O| Aug 15 07:17:06.831 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9250 | 2026-08-15T07:17:07.711Z | [ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9251 | 2026-08-15T07:17:07.712Z | [ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO STEP 91 (remove_files) COMPLETE |
| 9252 | 2026-08-15T07:17:07.715Z | [ recovery-image] Aug 15 07:17:06.841 INFO O| Aug 15 07:17:06.841 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9253 | 2026-08-15T07:17:07.721Z | [ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9254 | 2026-08-15T07:17:07.721Z | [ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO STEP 92 (remove_files) COMPLETE |
| 9255 | 2026-08-15T07:17:07.721Z | [ recovery-image] Aug 15 07:17:06.851 INFO O| Aug 15 07:17:06.851 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9256 | 2026-08-15T07:17:07.731Z | [ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9257 | 2026-08-15T07:17:07.731Z | [ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO STEP 93 (remove_files) COMPLETE |
| 9258 | 2026-08-15T07:17:07.731Z | [ recovery-image] Aug 15 07:17:06.861 INFO O| Aug 15 07:17:06.861 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9259 | 2026-08-15T07:17:07.741Z | [ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9260 | 2026-08-15T07:17:07.741Z | [ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO STEP 94 (remove_files) COMPLETE |
| 9261 | 2026-08-15T07:17:07.744Z | [ recovery-image] Aug 15 07:17:06.871 INFO O| Aug 15 07:17:06.871 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9262 | 2026-08-15T07:17:07.750Z | [ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9263 | 2026-08-15T07:17:07.750Z | [ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO STEP 95 (remove_files) COMPLETE |
| 9264 | 2026-08-15T07:17:07.753Z | [ recovery-image] Aug 15 07:17:06.880 INFO O| Aug 15 07:17:06.880 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9265 | 2026-08-15T07:17:07.761Z | [ recovery-image] Aug 15 07:17:06.891 INFO O| Aug 15 07:17:06.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9266 | 2026-08-15T07:17:07.761Z | [ recovery-image] Aug 15 07:17:06.892 INFO O| Aug 15 07:17:06.892 INFO STEP 96 (remove_files) COMPLETE |
| 9267 | 2026-08-15T07:17:07.765Z | [ recovery-image] Aug 15 07:17:06.892 INFO O| Aug 15 07:17:06.892 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9268 | 2026-08-15T07:17:07.774Z | [ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9269 | 2026-08-15T07:17:07.774Z | [ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO STEP 97 (remove_files) COMPLETE |
| 9270 | 2026-08-15T07:17:07.774Z | [ recovery-image] Aug 15 07:17:06.904 INFO O| Aug 15 07:17:06.904 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9271 | 2026-08-15T07:17:07.785Z | [ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9272 | 2026-08-15T07:17:07.785Z | [ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO STEP 98 (remove_files) COMPLETE |
| 9273 | 2026-08-15T07:17:07.788Z | [ recovery-image] Aug 15 07:17:06.915 INFO O| Aug 15 07:17:06.915 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9274 | 2026-08-15T07:17:07.795Z | [ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9275 | 2026-08-15T07:17:07.796Z | [ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO STEP 99 (remove_files) COMPLETE |
| 9276 | 2026-08-15T07:17:07.799Z | [ recovery-image] Aug 15 07:17:06.926 INFO O| Aug 15 07:17:06.926 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9277 | 2026-08-15T07:17:07.812Z | [ recovery-image] Aug 15 07:17:06.942 INFO O| Aug 15 07:17:06.942 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9278 | 2026-08-15T07:17:07.812Z | [ recovery-image] Aug 15 07:17:06.942 INFO O| Aug 15 07:17:06.942 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"} |
| 9279 | 2026-08-15T07:17:08.170Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z |
| 9280 | 2026-08-15T07:17:08.171Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z |
| 9281 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 9282 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 9283 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 9284 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 9285 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 9286 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.300 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 9287 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260815T070334Z |
| 9288 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 9289 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 9290 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z |
| 9291 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z |
| 9292 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z |
| 9293 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z |
| 9294 | 2026-08-15T07:17:08.175Z | [ host-image] Aug 15 07:17:07.301 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 9295 | 2026-08-15T07:17:08.176Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z |
| 9296 | 2026-08-15T07:17:08.176Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z |
| 9297 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z |
| 9298 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z |
| 9299 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z |
| 9300 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z |
| 9301 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9302 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z |
| 9303 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9304 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z |
| 9305 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z |
| 9306 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z |
| 9307 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z |
| 9308 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z |
| 9309 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z |
| 9310 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z |
| 9311 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.302 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z |
| 9312 | 2026-08-15T07:17:08.177Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z |
| 9313 | 2026-08-15T07:17:08.178Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z |
| 9314 | 2026-08-15T07:17:08.178Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z |
| 9315 | 2026-08-15T07:17:08.178Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z |
| 9316 | 2026-08-15T07:17:08.178Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z |
| 9317 | 2026-08-15T07:17:08.178Z | [ host-image] Aug 15 07:17:07.303 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z |
| 9318 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 9319 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z |
| 9320 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 9321 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 9322 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 9323 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 9324 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z |
| 9325 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 9326 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.306 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 9327 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.307 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 9328 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.307 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 9329 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 9330 | 2026-08-15T07:17:08.182Z | [ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 9331 | 2026-08-15T07:17:08.183Z | [ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 9332 | 2026-08-15T07:17:08.183Z | [ host-image] Aug 15 07:17:07.310 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 9333 | 2026-08-15T07:17:08.183Z | [ host-image] Aug 15 07:17:07.311 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 9334 | 2026-08-15T07:17:08.183Z | [ host-image] Aug 15 07:17:07.311 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 9335 | 2026-08-15T07:17:08.192Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 9336 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 9337 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 9338 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z |
| 9339 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z |
| 9340 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 9341 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z |
| 9342 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.322 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 9343 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 9344 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 9345 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 9346 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z |
| 9347 | 2026-08-15T07:17:08.196Z | [ host-image] Aug 15 07:17:07.323 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 9348 | 2026-08-15T07:17:08.198Z | [ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 9349 | 2026-08-15T07:17:08.198Z | [ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 9350 | 2026-08-15T07:17:08.198Z | [ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 9351 | 2026-08-15T07:17:08.198Z | [ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z |
| 9352 | 2026-08-15T07:17:08.198Z | [ host-image] Aug 15 07:17:07.324 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 9353 | 2026-08-15T07:17:08.201Z | [ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 9354 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z |
| 9355 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z |
| 9356 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.328 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z |
| 9357 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 9358 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z |
| 9359 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z |
| 9360 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z |
| 9361 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.329 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z |
| 9362 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 9363 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z |
| 9364 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z |
| 9365 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 9366 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z |
| 9367 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z |
| 9368 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z |
| 9369 | 2026-08-15T07:17:08.202Z | [ host-image] Aug 15 07:17:07.330 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z |
| 9370 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z |
| 9371 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 9372 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z |
| 9373 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z |
| 9374 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z |
| 9375 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.333 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z |
| 9376 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z |
| 9377 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z |
| 9378 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z |
| 9379 | 2026-08-15T07:17:08.205Z | [ host-image] Aug 15 07:17:07.334 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z |
| 9380 | 2026-08-15T07:17:08.208Z | [ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z |
| 9381 | 2026-08-15T07:17:08.208Z | [ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z |
| 9382 | 2026-08-15T07:17:08.209Z | [ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z |
| 9383 | 2026-08-15T07:17:08.209Z | [ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z |
| 9384 | 2026-08-15T07:17:08.209Z | [ host-image] Aug 15 07:17:07.337 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z |
| 9385 | 2026-08-15T07:17:08.213Z | [ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z |
| 9386 | 2026-08-15T07:17:08.213Z | [ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z |
| 9387 | 2026-08-15T07:17:08.213Z | [ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z |
| 9388 | 2026-08-15T07:17:08.216Z | [ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 9389 | 2026-08-15T07:17:08.216Z | [ host-image] Aug 15 07:17:07.343 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 9390 | 2026-08-15T07:17:08.221Z | [ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z |
| 9391 | 2026-08-15T07:17:08.221Z | [ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 9392 | 2026-08-15T07:17:08.221Z | [ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z |
| 9393 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.351 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z |
| 9394 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z |
| 9395 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 9396 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 9397 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z |
| 9398 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z |
| 9399 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z |
| 9400 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z |
| 9401 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z |
| 9402 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.352 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z |
| 9403 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.353 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 9404 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.353 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z |
| 9405 | 2026-08-15T07:17:08.224Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z |
| 9406 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z |
| 9407 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z |
| 9408 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z |
| 9409 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z |
| 9410 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 9411 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 9412 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z |
| 9413 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z |
| 9414 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 9415 | 2026-08-15T07:17:08.225Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 9416 | 2026-08-15T07:17:08.226Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 9417 | 2026-08-15T07:17:08.226Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 9418 | 2026-08-15T07:17:08.226Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 9419 | 2026-08-15T07:17:08.230Z | [ host-image] Aug 15 07:17:07.354 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 9420 | 2026-08-15T07:17:08.230Z | [ host-image] Aug 15 07:17:07.355 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 9421 | 2026-08-15T07:17:08.230Z | [ host-image] Aug 15 07:17:07.355 INFO O| tempdir @ "/tmp/.tmpfVRuJF/tmp" |
| 9422 | 2026-08-15T07:17:08.230Z | [ host-image] Aug 15 07:17:07.355 INFO O| image root @ "/tmp/.tmpfVRuJF/tmp/root" |
| 9423 | 2026-08-15T07:17:08.230Z | [ host-image] Aug 15 07:17:07.355 INFO O| creating image... |
| 9424 | 2026-08-15T07:17:11.207Z | [ host-image] Aug 15 07:17:10.337 INFO O| copying publishers... |
| 9425 | 2026-08-15T07:17:12.449Z | [verify-libraries] Compiling oso v0.27.3 |
| 9426 | 2026-08-15T07:17:13.036Z | [ recovery-image] Aug 15 07:17:12.166 INFO O| Aug 15 07:17:12.165 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69 |
| 9427 | 2026-08-15T07:17:13.036Z | [ recovery-image] Aug 15 07:17:12.166 INFO O| Aug 15 07:17:12.166 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9428 | 2026-08-15T07:17:13.050Z | [ recovery-image] Aug 15 07:17:12.179 INFO O| Aug 15 07:17:12.179 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 9429 | 2026-08-15T07:17:13.168Z | [ recovery-image] Aug 15 07:17:12.298 INFO O| Aug 15 07:17:12.297 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9430 | 2026-08-15T07:17:13.258Z | [ recovery-image] Aug 15 07:17:12.388 INFO O| Aug 15 07:17:12.387 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 9431 | 2026-08-15T07:17:13.339Z | [ recovery-image] Aug 15 07:17:12.469 INFO O| Aug 15 07:17:12.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9432 | 2026-08-15T07:17:13.340Z | [ recovery-image] Aug 15 07:17:12.469 INFO O| Aug 15 07:17:12.469 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 ... |
| 9433 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9434 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO ok! |
| 9435 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9436 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO STEP 100 (seed_smf) COMPLETE |
| 9437 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO steps complete; finalising image! |
| 9438 | 2026-08-15T07:17:13.344Z | [ recovery-image] Aug 15 07:17:12.471 INFO O| Aug 15 07:17:12.471 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9439 | 2026-08-15T07:17:13.413Z | [ recovery-image] Aug 15 07:17:12.535 INFO O| Aug 15 07:17:12.535 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Aug 15 07:17:12 2026) |
| 9440 | 2026-08-15T07:17:13.612Z | [ recovery-image] Aug 15 07:17:12.741 INFO O| Aug 15 07:17:12.741 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026) |
| 9441 | 2026-08-15T07:17:13.819Z | [ recovery-image] Aug 15 07:17:12.949 INFO O| Aug 15 07:17:12.949 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026) |
| 9442 | 2026-08-15T07:17:14.026Z | [ recovery-image] Aug 15 07:17:13.155 INFO O| Aug 15 07:17:13.155 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Aug 15 07:17:12 2026) |
| 9443 | 2026-08-15T07:17:14.249Z | [ recovery-image] Aug 15 07:17:13.379 INFO O| Aug 15 07:17:13.379 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio |
| 9444 | 2026-08-15T07:17:14.250Z | [ recovery-image] Aug 15 07:17:13.379 INFO O| Aug 15 07:17:13.379 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9445 | 2026-08-15T07:17:14.263Z | [ host-image] Aug 15 07:17:13.393 INFO O| adding properties... |
| 9446 | 2026-08-15T07:17:14.813Z | [ recovery-image] Aug 15 07:17:13.943 INFO O| Aug 15 07:17:13.943 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 |
| 9447 | 2026-08-15T07:17:14.813Z | [ recovery-image] Aug 15 07:17:13.943 INFO O| Aug 15 07:17:13.943 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9448 | 2026-08-15T07:17:15.905Z | [ host-image] Aug 15 07:17:15.034 INFO O| installing packages... |
| 9449 | 2026-08-15T07:17:17.276Z | [ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9450 | 2026-08-15T07:17:17.276Z | [ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9451 | 2026-08-15T07:17:17.276Z | [ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9452 | 2026-08-15T07:17:17.280Z | [ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO completed processing sled/zfs-recovery |
| 9453 | 2026-08-15T07:17:17.280Z | [ recovery-image] Aug 15 07:17:16.405 INFO O| Aug 15 07:17:16.405 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9454 | 2026-08-15T07:17:18.829Z | [ recovery-image] Aug 15 07:17:17.957 INFO O| Aug 15 07:17:17.957 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9455 | 2026-08-15T07:17:19.039Z | [ recovery-image] Aug 15 07:17:18.169 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 9456 | 2026-08-15T07:17:19.039Z | [ recovery-image] Aug 15 07:17:18.169 INFO expanded image name: "recovery c47b10a/${os_short_commit} 2026-08-15 07:03" -> "recovery c47b10a/aaf8e74 2026-08-15 07:03" |
| 9457 | 2026-08-15T07:17:19.039Z | [ recovery-image] Aug 15 07:17:18.169 INFO output artefacts stored in: "/work/os-recovery" |
| 9458 | 2026-08-15T07:17:19.043Z | [ recovery-image] Aug 15 07:17:18.169 INFO collecting git info from project "bootserver"... |
| 9459 | 2026-08-15T07:17:19.046Z | [ recovery-image] Aug 15 07:17:18.177 INFO collecting git info from project "pinprick"... |
| 9460 | 2026-08-15T07:17:19.052Z | [ recovery-image] Aug 15 07:17:18.183 INFO collecting git info from project "phbl"... |
| 9461 | 2026-08-15T07:17:19.060Z | [ recovery-image] Aug 15 07:17:18.189 INFO collecting git info from project "chelsio-t6-roms"... |
| 9462 | 2026-08-15T07:17:19.077Z | [ recovery-image] Aug 15 07:17:18.207 INFO collecting git info from project "dmar-report"... |
| 9463 | 2026-08-15T07:17:19.088Z | [ recovery-image] Aug 15 07:17:18.218 INFO collecting git info from project "amd-host-image-builder"... |
| 9464 | 2026-08-15T07:17:19.136Z | [ recovery-image] Aug 15 07:17:18.266 INFO collecting git info from project "image-builder"... |
| 9465 | 2026-08-15T07:17:19.149Z | [ recovery-image] Aug 15 07:17:18.275 INFO collecting git info from project "amd-firmware"... |
| 9466 | 2026-08-15T07:17:19.543Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9467 | 2026-08-15T07:17:19.557Z | [ recovery-image] Aug 15 07:17:18.687 INFO collecting git info from project "pilot"... |
| 9468 | 2026-08-15T07:17:19.568Z | [ recovery-image] Aug 15 07:17:18.698 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9469 | 2026-08-15T07:17:19.752Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9470 | 2026-08-15T07:17:20.079Z | [ recovery-image] Aug 15 07:17:19.206 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9471 | 2026-08-15T07:17:20.563Z | [ recovery-image] Aug 15 07:17:19.692 INFO creating Oxide boot image... |
| 9472 | 2026-08-15T07:17:20.563Z | [ recovery-image] Aug 15 07:17:19.693 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery c47b10a/aaf8e74 2026-08-15 07:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9473 | 2026-08-15T07:17:28.991Z | [ host-image] Aug 15 07:17:28.119 INFO O| seeding SMF database... |
| 9474 | 2026-08-15T07:17:31.907Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9475 | 2026-08-15T07:17:32.394Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 9476 | 2026-08-15T07:17:32.703Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9477 | 2026-08-15T07:17:33.934Z | [ host-image] Aug 15 07:17:33.048 INFO O| configuring SMF profile... |
| 9478 | 2026-08-15T07:17:33.934Z | [ host-image] Aug 15 07:17:33.048 INFO O| modifying shadow(5)... |
| 9479 | 2026-08-15T07:17:33.934Z | [ host-image] Aug 15 07:17:33.049 INFO O| loading user and group database... |
| 9480 | 2026-08-15T07:17:33.937Z | [ host-image] Aug 15 07:17:33.049 INFO O| loading facet selections... |
| 9481 | 2026-08-15T07:17:34.515Z | [ host-image] Aug 15 07:17:33.644 INFO O| devel -> true |
| 9482 | 2026-08-15T07:17:34.515Z | [ host-image] Aug 15 07:17:33.644 INFO O| doc.man -> true |
| 9483 | 2026-08-15T07:17:34.515Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.shell/ksh93 -> true |
| 9484 | 2026-08-15T07:17:34.516Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/data/hardware-registry -> true |
| 9485 | 2026-08-15T07:17:34.516Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/data/zoneinfo -> true |
| 9486 | 2026-08-15T07:17:34.516Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/amd -> true |
| 9487 | 2026-08-15T07:17:34.516Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/intel -> true |
| 9488 | 2026-08-15T07:17:34.516Z | [ host-image] Aug 15 07:17:33.644 INFO O| version-lock.system/microcode/oxide -> true |
| 9489 | 2026-08-15T07:17:34.525Z | [ host-image] Aug 15 07:17:33.644 INFO O| assessing packaged files... |
| 9490 | 2026-08-15T07:17:35.530Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9491 | 2026-08-15T07:17:36.099Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 9492 | 2026-08-15T07:17:36.150Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 9493 | 2026-08-15T07:17:36.534Z | [ host-image] Aug 15 07:17:35.664 INFO O| creating archive... |
| 9494 | 2026-08-15T07:17:36.556Z | [ host-image] Aug 15 07:17:35.686 INFO O| missing from packaging: |
| 9495 | 2026-08-15T07:17:36.556Z | [ host-image] Aug 15 07:17:35.686 INFO O| "etc/.pwd.lock" |
| 9496 | 2026-08-15T07:17:36.557Z | [ host-image] Aug 15 07:17:35.686 INFO O| "etc/bash" |
| 9497 | 2026-08-15T07:17:36.560Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/generic.xml" |
| 9498 | 2026-08-15T07:17:36.561Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9499 | 2026-08-15T07:17:36.561Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/name_service.xml" |
| 9500 | 2026-08-15T07:17:36.561Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/platform.xml" |
| 9501 | 2026-08-15T07:17:36.561Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9502 | 2026-08-15T07:17:36.561Z | [ host-image] Aug 15 07:17:35.690 INFO O| "etc/svc/repository.db" |
| 9503 | 2026-08-15T07:17:36.566Z | [ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share" |
| 9504 | 2026-08-15T07:17:36.566Z | [ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share/man" |
| 9505 | 2026-08-15T07:17:36.566Z | [ host-image] Aug 15 07:17:35.696 INFO O| "opt/ooce/share/man/man1" |
| 9506 | 2026-08-15T07:17:36.575Z | [ host-image] Aug 15 07:17:35.705 INFO O| finishing archive... |
| 9507 | 2026-08-15T07:17:38.437Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 9508 | 2026-08-15T07:17:39.215Z | [ host-image] Aug 15 07:17:38.344 INFO O| creating gzonly manifest... |
| 9509 | 2026-08-15T07:17:39.245Z | [ host-image] Aug 15 07:17:38.374 INFO O| ok |
| 9510 | 2026-08-15T07:17:39.425Z | [ host-image] Aug 15 07:17:38.555 INFO image builder template: ramdisk-02-trim... |
| 9511 | 2026-08-15T07:17:39.425Z | [ host-image] Aug 15 07:17:38.555 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/.tmpjfI385/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9512 | 2026-08-15T07:17:39.448Z | [ host-image] Aug 15 07:17:38.578 INFO O| Aug 15 07:17:38.578 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9513 | 2026-08-15T07:17:39.453Z | [ host-image] Aug 15 07:17:38.583 INFO O| Aug 15 07:17:38.583 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9514 | 2026-08-15T07:17:41.158Z | [ host-image] Aug 15 07:17:40.288 INFO O| Aug 15 07:17:40.287 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9515 | 2026-08-15T07:17:41.907Z | [ host-image] Aug 15 07:17:41.033 INFO O| Aug 15 07:17:41.032 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9516 | 2026-08-15T07:17:41.907Z | [ host-image] Aug 15 07:17:41.033 INFO O| Aug 15 07:17:41.033 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9517 | 2026-08-15T07:17:41.910Z | [ host-image] Aug 15 07:17:41.038 INFO O| Aug 15 07:17:41.038 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9518 | 2026-08-15T07:17:41.913Z | [ host-image] Aug 15 07:17:41.043 INFO O| Aug 15 07:17:41.042 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9519 | 2026-08-15T07:17:41.925Z | [ host-image] Aug 15 07:17:41.053 INFO O| Aug 15 07:17:41.052 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9520 | 2026-08-15T07:17:42.609Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 9521 | 2026-08-15T07:17:43.796Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 9522 | 2026-08-15T07:17:49.619Z | [ host-image] Aug 15 07:17:48.749 INFO O| Aug 15 07:17:48.748 INFO rolled back to input snapshot; work may begin |
| 9523 | 2026-08-15T07:17:49.619Z | [ host-image] Aug 15 07:17:48.749 INFO O| Aug 15 07:17:48.748 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9524 | 2026-08-15T07:17:49.622Z | [ host-image] Aug 15 07:17:48.752 INFO O| Aug 15 07:17:48.752 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9525 | 2026-08-15T07:17:49.628Z | [ host-image] Aug 15 07:17:48.758 INFO O| Aug 15 07:17:48.758 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9526 | 2026-08-15T07:17:49.668Z | [ host-image] Aug 15 07:17:48.798 INFO O| Aug 15 07:17:48.798 INFO STEP 0 (remove_files) COMPLETE |
| 9527 | 2026-08-15T07:17:49.668Z | [ host-image] Aug 15 07:17:48.798 INFO O| Aug 15 07:17:48.798 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9528 | 2026-08-15T07:17:49.678Z | [ host-image] Aug 15 07:17:48.808 INFO O| Aug 15 07:17:48.808 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9529 | 2026-08-15T07:17:49.681Z | [ host-image] Aug 15 07:17:48.809 INFO O| Aug 15 07:17:48.809 INFO STEP 1 (remove_files) COMPLETE |
| 9530 | 2026-08-15T07:17:49.681Z | [ host-image] Aug 15 07:17:48.809 INFO O| Aug 15 07:17:48.809 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9531 | 2026-08-15T07:17:49.688Z | [ host-image] Aug 15 07:17:48.818 INFO O| Aug 15 07:17:48.818 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9532 | 2026-08-15T07:17:49.701Z | [ host-image] Aug 15 07:17:48.831 INFO O| Aug 15 07:17:48.831 INFO STEP 2 (remove_files) COMPLETE |
| 9533 | 2026-08-15T07:17:49.701Z | [ host-image] Aug 15 07:17:48.831 INFO O| Aug 15 07:17:48.831 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9534 | 2026-08-15T07:17:49.709Z | [ host-image] Aug 15 07:17:48.839 INFO O| Aug 15 07:17:48.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9535 | 2026-08-15T07:17:49.712Z | [ host-image] Aug 15 07:17:48.840 INFO O| Aug 15 07:17:48.840 INFO STEP 3 (remove_files) COMPLETE |
| 9536 | 2026-08-15T07:17:49.712Z | [ host-image] Aug 15 07:17:48.840 INFO O| Aug 15 07:17:48.840 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9537 | 2026-08-15T07:17:49.716Z | [ host-image] Aug 15 07:17:48.846 INFO O| Aug 15 07:17:48.846 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9538 | 2026-08-15T07:17:49.719Z | [ host-image] Aug 15 07:17:48.849 INFO O| Aug 15 07:17:48.849 INFO STEP 4 (remove_files) COMPLETE |
| 9539 | 2026-08-15T07:17:49.719Z | [ host-image] Aug 15 07:17:48.849 INFO O| Aug 15 07:17:48.849 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9540 | 2026-08-15T07:17:49.725Z | [ host-image] Aug 15 07:17:48.856 INFO O| Aug 15 07:17:48.856 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9541 | 2026-08-15T07:17:49.729Z | [ host-image] Aug 15 07:17:48.858 INFO O| Aug 15 07:17:48.858 INFO STEP 5 (remove_files) COMPLETE |
| 9542 | 2026-08-15T07:17:49.729Z | [ host-image] Aug 15 07:17:48.858 INFO O| Aug 15 07:17:48.858 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9543 | 2026-08-15T07:17:49.733Z | [ host-image] Aug 15 07:17:48.864 INFO O| Aug 15 07:17:48.863 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9544 | 2026-08-15T07:17:49.743Z | [ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 6 (remove_files) COMPLETE |
| 9545 | 2026-08-15T07:17:49.743Z | [ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9546 | 2026-08-15T07:17:49.746Z | [ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO skip step because feature "heliosv2" is not enabled |
| 9547 | 2026-08-15T07:17:49.746Z | [ host-image] Aug 15 07:17:48.873 INFO O| Aug 15 07:17:48.873 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9548 | 2026-08-15T07:17:49.749Z | [ host-image] Aug 15 07:17:48.879 INFO O| Aug 15 07:17:48.879 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9549 | 2026-08-15T07:17:49.759Z | [ host-image] Aug 15 07:17:48.889 INFO O| Aug 15 07:17:48.889 INFO STEP 8 (remove_files) COMPLETE |
| 9550 | 2026-08-15T07:17:49.759Z | [ host-image] Aug 15 07:17:48.889 INFO O| Aug 15 07:17:48.889 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9551 | 2026-08-15T07:17:49.767Z | [ host-image] Aug 15 07:17:48.897 INFO O| Aug 15 07:17:48.897 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9552 | 2026-08-15T07:17:49.831Z | [ host-image] Aug 15 07:17:48.960 INFO O| Aug 15 07:17:48.960 INFO STEP 9 (remove_files) COMPLETE |
| 9553 | 2026-08-15T07:17:49.831Z | [ host-image] Aug 15 07:17:48.960 INFO O| Aug 15 07:17:48.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9554 | 2026-08-15T07:17:49.841Z | [ host-image] Aug 15 07:17:48.971 INFO O| Aug 15 07:17:48.971 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9555 | 2026-08-15T07:17:49.921Z | [ host-image] Aug 15 07:17:49.050 INFO O| Aug 15 07:17:49.050 INFO STEP 10 (remove_files) COMPLETE |
| 9556 | 2026-08-15T07:17:49.921Z | [ host-image] Aug 15 07:17:49.050 INFO O| Aug 15 07:17:49.050 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9557 | 2026-08-15T07:17:49.929Z | [ host-image] Aug 15 07:17:49.059 INFO O| Aug 15 07:17:49.059 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9558 | 2026-08-15T07:17:49.932Z | [ host-image] Aug 15 07:17:49.062 INFO O| Aug 15 07:17:49.062 INFO STEP 11 (remove_files) COMPLETE |
| 9559 | 2026-08-15T07:17:49.932Z | [ host-image] Aug 15 07:17:49.062 INFO O| Aug 15 07:17:49.062 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9560 | 2026-08-15T07:17:49.939Z | [ host-image] Aug 15 07:17:49.069 INFO O| Aug 15 07:17:49.069 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9561 | 2026-08-15T07:17:49.942Z | [ host-image] Aug 15 07:17:49.070 INFO O| Aug 15 07:17:49.070 INFO STEP 12 (remove_files) COMPLETE |
| 9562 | 2026-08-15T07:17:49.942Z | [ host-image] Aug 15 07:17:49.070 INFO O| Aug 15 07:17:49.070 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9563 | 2026-08-15T07:17:49.947Z | [ host-image] Aug 15 07:17:49.077 INFO O| Aug 15 07:17:49.077 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9564 | 2026-08-15T07:17:49.950Z | [ host-image] Aug 15 07:17:49.078 INFO O| Aug 15 07:17:49.078 INFO STEP 13 (remove_files) COMPLETE |
| 9565 | 2026-08-15T07:17:49.950Z | [ host-image] Aug 15 07:17:49.078 INFO O| Aug 15 07:17:49.078 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9566 | 2026-08-15T07:17:50.014Z | [ host-image] Aug 15 07:17:49.144 INFO O| Aug 15 07:17:49.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9567 | 2026-08-15T07:17:50.022Z | [ host-image] Aug 15 07:17:49.152 INFO O| Aug 15 07:17:49.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9568 | 2026-08-15T07:17:50.176Z | [ host-image] Aug 15 07:17:49.305 INFO O| Aug 15 07:17:49.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9569 | 2026-08-15T07:17:50.176Z | [ host-image] Aug 15 07:17:49.306 INFO O| Aug 15 07:17:49.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9570 | 2026-08-15T07:17:50.182Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9571 | 2026-08-15T07:17:50.182Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9572 | 2026-08-15T07:17:50.182Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9573 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9574 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9575 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9576 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9577 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9578 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9579 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9580 | 2026-08-15T07:17:50.185Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9581 | 2026-08-15T07:17:50.186Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9582 | 2026-08-15T07:17:50.186Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9583 | 2026-08-15T07:17:50.186Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9584 | 2026-08-15T07:17:50.186Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9585 | 2026-08-15T07:17:50.186Z | [ host-image] Aug 15 07:17:49.312 INFO O| Aug 15 07:17:49.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9586 | 2026-08-15T07:17:50.189Z | [ host-image] Aug 15 07:17:49.316 INFO O| Aug 15 07:17:49.316 INFO STEP 14 (remove_files) COMPLETE |
| 9587 | 2026-08-15T07:17:50.189Z | [ host-image] Aug 15 07:17:49.316 INFO O| Aug 15 07:17:49.316 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9588 | 2026-08-15T07:17:50.195Z | [ host-image] Aug 15 07:17:49.325 INFO O| Aug 15 07:17:49.325 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9589 | 2026-08-15T07:17:50.198Z | [ host-image] Aug 15 07:17:49.326 INFO O| Aug 15 07:17:49.326 INFO STEP 15 (remove_files) COMPLETE |
| 9590 | 2026-08-15T07:17:50.198Z | [ host-image] Aug 15 07:17:49.326 INFO O| Aug 15 07:17:49.326 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9591 | 2026-08-15T07:17:50.203Z | [ host-image] Aug 15 07:17:49.333 INFO O| Aug 15 07:17:49.333 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9592 | 2026-08-15T07:17:50.208Z | [ host-image] Aug 15 07:17:49.339 INFO O| Aug 15 07:17:49.339 INFO STEP 16 (remove_files) COMPLETE |
| 9593 | 2026-08-15T07:17:50.209Z | [ host-image] Aug 15 07:17:49.339 INFO O| Aug 15 07:17:49.339 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9594 | 2026-08-15T07:17:50.216Z | [ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9595 | 2026-08-15T07:17:50.219Z | [ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO STEP 17 (remove_files) COMPLETE |
| 9596 | 2026-08-15T07:17:50.219Z | [ host-image] Aug 15 07:17:49.346 INFO O| Aug 15 07:17:49.346 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9597 | 2026-08-15T07:17:50.222Z | [ host-image] Aug 15 07:17:49.352 INFO O| Aug 15 07:17:49.352 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9598 | 2026-08-15T07:17:50.225Z | [ host-image] Aug 15 07:17:49.354 INFO O| Aug 15 07:17:49.353 INFO STEP 18 (remove_files) COMPLETE |
| 9599 | 2026-08-15T07:17:50.225Z | [ host-image] Aug 15 07:17:49.354 INFO O| Aug 15 07:17:49.353 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9600 | 2026-08-15T07:17:50.231Z | [ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9601 | 2026-08-15T07:17:50.234Z | [ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO STEP 19 (remove_files) COMPLETE |
| 9602 | 2026-08-15T07:17:50.234Z | [ host-image] Aug 15 07:17:49.361 INFO O| Aug 15 07:17:49.361 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9603 | 2026-08-15T07:17:50.240Z | [ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9604 | 2026-08-15T07:17:50.240Z | [ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO STEP 20 (remove_files) COMPLETE |
| 9605 | 2026-08-15T07:17:50.243Z | [ host-image] Aug 15 07:17:49.370 INFO O| Aug 15 07:17:49.370 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9606 | 2026-08-15T07:17:50.246Z | [ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9607 | 2026-08-15T07:17:50.246Z | [ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO STEP 21 (remove_files) COMPLETE |
| 9608 | 2026-08-15T07:17:50.250Z | [ host-image] Aug 15 07:17:49.377 INFO O| Aug 15 07:17:49.377 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9609 | 2026-08-15T07:17:50.255Z | [ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9610 | 2026-08-15T07:17:50.255Z | [ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO STEP 22 (remove_files) COMPLETE |
| 9611 | 2026-08-15T07:17:50.255Z | [ host-image] Aug 15 07:17:49.385 INFO O| Aug 15 07:17:49.385 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9612 | 2026-08-15T07:17:50.263Z | [ host-image] Aug 15 07:17:49.393 INFO O| Aug 15 07:17:49.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9613 | 2026-08-15T07:17:50.264Z | [ host-image] Aug 15 07:17:49.394 INFO O| Aug 15 07:17:49.394 INFO STEP 23 (remove_files) COMPLETE |
| 9614 | 2026-08-15T07:17:50.266Z | [ host-image] Aug 15 07:17:49.394 INFO O| Aug 15 07:17:49.394 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9615 | 2026-08-15T07:17:50.270Z | [ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9616 | 2026-08-15T07:17:50.273Z | [ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO STEP 24 (remove_files) COMPLETE |
| 9617 | 2026-08-15T07:17:50.273Z | [ host-image] Aug 15 07:17:49.400 INFO O| Aug 15 07:17:49.400 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9618 | 2026-08-15T07:17:50.278Z | [ host-image] Aug 15 07:17:49.408 INFO O| Aug 15 07:17:49.408 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9619 | 2026-08-15T07:17:50.282Z | [ host-image] Aug 15 07:17:49.409 INFO O| Aug 15 07:17:49.409 INFO STEP 25 (remove_files) COMPLETE |
| 9620 | 2026-08-15T07:17:50.282Z | [ host-image] Aug 15 07:17:49.409 INFO O| Aug 15 07:17:49.409 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9621 | 2026-08-15T07:17:50.287Z | [ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9622 | 2026-08-15T07:17:50.290Z | [ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO STEP 26 (remove_files) COMPLETE |
| 9623 | 2026-08-15T07:17:50.290Z | [ host-image] Aug 15 07:17:49.417 INFO O| Aug 15 07:17:49.417 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9624 | 2026-08-15T07:17:50.294Z | [ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9625 | 2026-08-15T07:17:50.294Z | [ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO STEP 27 (remove_files) COMPLETE |
| 9626 | 2026-08-15T07:17:50.297Z | [ host-image] Aug 15 07:17:49.424 INFO O| Aug 15 07:17:49.424 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9627 | 2026-08-15T07:17:50.301Z | [ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9628 | 2026-08-15T07:17:50.301Z | [ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO STEP 28 (remove_files) COMPLETE |
| 9629 | 2026-08-15T07:17:50.302Z | [ host-image] Aug 15 07:17:49.432 INFO O| Aug 15 07:17:49.432 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9630 | 2026-08-15T07:17:50.309Z | [ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9631 | 2026-08-15T07:17:50.312Z | [ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO STEP 29 (remove_files) COMPLETE |
| 9632 | 2026-08-15T07:17:50.312Z | [ host-image] Aug 15 07:17:49.439 INFO O| Aug 15 07:17:49.439 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9633 | 2026-08-15T07:17:50.317Z | [ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9634 | 2026-08-15T07:17:50.320Z | [ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.448 INFO STEP 30 (remove_files) COMPLETE |
| 9635 | 2026-08-15T07:17:50.320Z | [ host-image] Aug 15 07:17:49.448 INFO O| Aug 15 07:17:49.448 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9636 | 2026-08-15T07:17:50.325Z | [ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9637 | 2026-08-15T07:17:50.325Z | [ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO STEP 31 (remove_files) COMPLETE |
| 9638 | 2026-08-15T07:17:50.328Z | [ host-image] Aug 15 07:17:49.455 INFO O| Aug 15 07:17:49.455 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9639 | 2026-08-15T07:17:50.332Z | [ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9640 | 2026-08-15T07:17:50.332Z | [ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO STEP 32 (remove_files) COMPLETE |
| 9641 | 2026-08-15T07:17:50.332Z | [ host-image] Aug 15 07:17:49.462 INFO O| Aug 15 07:17:49.462 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9642 | 2026-08-15T07:17:50.342Z | [ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9643 | 2026-08-15T07:17:50.342Z | [ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO STEP 33 (remove_files) COMPLETE |
| 9644 | 2026-08-15T07:17:50.345Z | [ host-image] Aug 15 07:17:49.472 INFO O| Aug 15 07:17:49.472 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9645 | 2026-08-15T07:17:50.351Z | [ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9646 | 2026-08-15T07:17:50.351Z | [ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO STEP 34 (remove_files) COMPLETE |
| 9647 | 2026-08-15T07:17:50.354Z | [ host-image] Aug 15 07:17:49.481 INFO O| Aug 15 07:17:49.481 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9648 | 2026-08-15T07:17:50.359Z | [ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9649 | 2026-08-15T07:17:50.362Z | [ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO STEP 35 (remove_files) COMPLETE |
| 9650 | 2026-08-15T07:17:50.362Z | [ host-image] Aug 15 07:17:49.489 INFO O| Aug 15 07:17:49.489 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9651 | 2026-08-15T07:17:50.366Z | [ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9652 | 2026-08-15T07:17:50.366Z | [ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO STEP 36 (remove_files) COMPLETE |
| 9653 | 2026-08-15T07:17:50.369Z | [ host-image] Aug 15 07:17:49.496 INFO O| Aug 15 07:17:49.496 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9654 | 2026-08-15T07:17:50.373Z | [ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9655 | 2026-08-15T07:17:50.373Z | [ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO STEP 37 (remove_files) COMPLETE |
| 9656 | 2026-08-15T07:17:50.376Z | [ host-image] Aug 15 07:17:49.503 INFO O| Aug 15 07:17:49.503 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9657 | 2026-08-15T07:17:50.382Z | [ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9658 | 2026-08-15T07:17:50.382Z | [ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO STEP 38 (remove_files) COMPLETE |
| 9659 | 2026-08-15T07:17:50.385Z | [ host-image] Aug 15 07:17:49.512 INFO O| Aug 15 07:17:49.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9660 | 2026-08-15T07:17:50.389Z | [ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9661 | 2026-08-15T07:17:50.389Z | [ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO STEP 39 (remove_files) COMPLETE |
| 9662 | 2026-08-15T07:17:50.392Z | [ host-image] Aug 15 07:17:49.519 INFO O| Aug 15 07:17:49.519 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9663 | 2026-08-15T07:17:50.397Z | [ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9664 | 2026-08-15T07:17:50.399Z | [ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO STEP 40 (remove_files) COMPLETE |
| 9665 | 2026-08-15T07:17:50.399Z | [ host-image] Aug 15 07:17:49.527 INFO O| Aug 15 07:17:49.527 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9666 | 2026-08-15T07:17:50.405Z | [ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9667 | 2026-08-15T07:17:50.405Z | [ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.535 INFO STEP 41 (remove_files) COMPLETE |
| 9668 | 2026-08-15T07:17:50.405Z | [ host-image] Aug 15 07:17:49.535 INFO O| Aug 15 07:17:49.535 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9669 | 2026-08-15T07:17:50.415Z | [ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9670 | 2026-08-15T07:17:50.415Z | [ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.545 INFO STEP 42 (remove_files) COMPLETE |
| 9671 | 2026-08-15T07:17:50.415Z | [ host-image] Aug 15 07:17:49.545 INFO O| Aug 15 07:17:49.545 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9672 | 2026-08-15T07:17:50.422Z | [ host-image] Aug 15 07:17:49.552 INFO O| Aug 15 07:17:49.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9673 | 2026-08-15T07:17:50.422Z | [ host-image] Aug 15 07:17:49.553 INFO O| Aug 15 07:17:49.553 INFO STEP 43 (remove_files) COMPLETE |
| 9674 | 2026-08-15T07:17:50.425Z | [ host-image] Aug 15 07:17:49.553 INFO O| Aug 15 07:17:49.553 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9675 | 2026-08-15T07:17:50.430Z | [ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9676 | 2026-08-15T07:17:50.430Z | [ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO STEP 44 (remove_files) COMPLETE |
| 9677 | 2026-08-15T07:17:50.433Z | [ host-image] Aug 15 07:17:49.560 INFO O| Aug 15 07:17:49.560 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9678 | 2026-08-15T07:17:50.440Z | [ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9679 | 2026-08-15T07:17:50.443Z | [ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO STEP 45 (remove_files) COMPLETE |
| 9680 | 2026-08-15T07:17:50.443Z | [ host-image] Aug 15 07:17:49.570 INFO O| Aug 15 07:17:49.570 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9681 | 2026-08-15T07:17:50.448Z | [ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9682 | 2026-08-15T07:17:50.448Z | [ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO STEP 46 (remove_files) COMPLETE |
| 9683 | 2026-08-15T07:17:50.451Z | [ host-image] Aug 15 07:17:49.578 INFO O| Aug 15 07:17:49.578 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9684 | 2026-08-15T07:17:50.456Z | [ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9685 | 2026-08-15T07:17:50.459Z | [ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO STEP 47 (remove_files) COMPLETE |
| 9686 | 2026-08-15T07:17:50.459Z | [ host-image] Aug 15 07:17:49.586 INFO O| Aug 15 07:17:49.586 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9687 | 2026-08-15T07:17:50.463Z | [ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9688 | 2026-08-15T07:17:50.463Z | [ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.593 INFO STEP 48 (remove_files) COMPLETE |
| 9689 | 2026-08-15T07:17:50.463Z | [ host-image] Aug 15 07:17:49.593 INFO O| Aug 15 07:17:49.593 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9690 | 2026-08-15T07:17:50.473Z | [ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9691 | 2026-08-15T07:17:50.475Z | [ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO STEP 49 (remove_files) COMPLETE |
| 9692 | 2026-08-15T07:17:50.476Z | [ host-image] Aug 15 07:17:49.603 INFO O| Aug 15 07:17:49.603 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9693 | 2026-08-15T07:17:50.483Z | [ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9694 | 2026-08-15T07:17:50.483Z | [ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO STEP 50 (remove_files) COMPLETE |
| 9695 | 2026-08-15T07:17:50.486Z | [ host-image] Aug 15 07:17:49.612 INFO O| Aug 15 07:17:49.612 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9696 | 2026-08-15T07:17:50.490Z | [ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9697 | 2026-08-15T07:17:50.490Z | [ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO STEP 51 (remove_files) COMPLETE |
| 9698 | 2026-08-15T07:17:50.490Z | [ host-image] Aug 15 07:17:49.620 INFO O| Aug 15 07:17:49.620 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9699 | 2026-08-15T07:17:50.499Z | [ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9700 | 2026-08-15T07:17:50.499Z | [ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO STEP 52 (remove_files) COMPLETE |
| 9701 | 2026-08-15T07:17:50.502Z | [ host-image] Aug 15 07:17:49.629 INFO O| Aug 15 07:17:49.629 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9702 | 2026-08-15T07:17:50.507Z | [ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9703 | 2026-08-15T07:17:50.507Z | [ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO STEP 53 (remove_files) COMPLETE |
| 9704 | 2026-08-15T07:17:50.507Z | [ host-image] Aug 15 07:17:49.637 INFO O| Aug 15 07:17:49.637 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9705 | 2026-08-15T07:17:50.515Z | [ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9706 | 2026-08-15T07:17:50.515Z | [ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO STEP 54 (remove_files) COMPLETE |
| 9707 | 2026-08-15T07:17:50.518Z | [ host-image] Aug 15 07:17:49.645 INFO O| Aug 15 07:17:49.645 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9708 | 2026-08-15T07:17:50.521Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 9709 | 2026-08-15T07:17:50.524Z | [ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9710 | 2026-08-15T07:17:50.524Z | [ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO STEP 55 (remove_files) COMPLETE |
| 9711 | 2026-08-15T07:17:50.524Z | [ host-image] Aug 15 07:17:49.654 INFO O| Aug 15 07:17:49.654 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9712 | 2026-08-15T07:17:50.531Z | [ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9713 | 2026-08-15T07:17:50.531Z | [ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO STEP 56 (remove_files) COMPLETE |
| 9714 | 2026-08-15T07:17:50.534Z | [ host-image] Aug 15 07:17:49.661 INFO O| Aug 15 07:17:49.661 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9715 | 2026-08-15T07:17:50.541Z | [ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9716 | 2026-08-15T07:17:50.544Z | [ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO STEP 57 (remove_files) COMPLETE |
| 9717 | 2026-08-15T07:17:50.544Z | [ host-image] Aug 15 07:17:49.671 INFO O| Aug 15 07:17:49.671 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9718 | 2026-08-15T07:17:50.549Z | [ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.679 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9719 | 2026-08-15T07:17:50.549Z | [ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.680 INFO STEP 58 (remove_files) COMPLETE |
| 9720 | 2026-08-15T07:17:50.553Z | [ host-image] Aug 15 07:17:49.680 INFO O| Aug 15 07:17:49.680 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9721 | 2026-08-15T07:17:50.558Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9722 | 2026-08-15T07:17:50.558Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9723 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9724 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9725 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9726 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9727 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO ok! |
| 9728 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO STEP 59 (ensure_file) COMPLETE |
| 9729 | 2026-08-15T07:17:50.561Z | [ host-image] Aug 15 07:17:49.688 INFO O| Aug 15 07:17:49.688 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9730 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9731 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9732 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9733 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9734 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9735 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9736 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO ok! |
| 9737 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO STEP 60 (ensure_file) COMPLETE |
| 9738 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.697 INFO O| Aug 15 07:17:49.697 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9739 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9740 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9741 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9742 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO ok! |
| 9743 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO STEP 61 (ensure_file) COMPLETE |
| 9744 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.705 INFO O| Aug 15 07:17:49.705 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9745 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.711 INFO O| Aug 15 07:17:49.711 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9746 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.711 INFO O| Aug 15 07:17:49.711 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9747 | 2026-08-15T07:17:50.596Z | [ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9748 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO ok! |
| 9749 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO STEP 62 (ensure_file) COMPLETE |
| 9750 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.712 INFO O| Aug 15 07:17:49.712 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9751 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9752 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9753 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9754 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9755 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO ok! |
| 9756 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO STEP 63 (ensure_file) COMPLETE |
| 9757 | 2026-08-15T07:17:50.598Z | [ host-image] Aug 15 07:17:49.721 INFO O| Aug 15 07:17:49.721 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9758 | 2026-08-15T07:17:50.603Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9759 | 2026-08-15T07:17:50.603Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9760 | 2026-08-15T07:17:50.603Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9761 | 2026-08-15T07:17:50.603Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9762 | 2026-08-15T07:17:50.603Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO ok! |
| 9763 | 2026-08-15T07:17:50.605Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO STEP 64 (ensure_file) COMPLETE |
| 9764 | 2026-08-15T07:17:50.605Z | [ host-image] Aug 15 07:17:49.728 INFO O| Aug 15 07:17:49.728 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9765 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9766 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9767 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9768 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO ok! |
| 9769 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO STEP 65 (assemble_files) COMPLETE |
| 9770 | 2026-08-15T07:17:50.608Z | [ host-image] Aug 15 07:17:49.736 INFO O| Aug 15 07:17:49.736 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9771 | 2026-08-15T07:17:50.613Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9772 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9773 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9774 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9775 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO ok! |
| 9776 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO STEP 66 (ensure_file) COMPLETE |
| 9777 | 2026-08-15T07:17:50.616Z | [ host-image] Aug 15 07:17:49.743 INFO O| Aug 15 07:17:49.743 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9778 | 2026-08-15T07:17:50.621Z | [ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9779 | 2026-08-15T07:17:50.621Z | [ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9780 | 2026-08-15T07:17:50.625Z | [ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9781 | 2026-08-15T07:17:50.625Z | [ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO STEP 67 (ensure_dir) COMPLETE |
| 9782 | 2026-08-15T07:17:50.625Z | [ host-image] Aug 15 07:17:49.751 INFO O| Aug 15 07:17:49.751 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9783 | 2026-08-15T07:17:50.628Z | [ host-image] Aug 15 07:17:49.758 INFO O| Aug 15 07:17:49.758 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9784 | 2026-08-15T07:17:50.628Z | [ host-image] Aug 15 07:17:49.758 INFO O| Aug 15 07:17:49.758 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 ... |
| 9785 | 2026-08-15T07:17:50.636Z | [ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 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 |
| 9786 | 2026-08-15T07:17:50.636Z | [ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9787 | 2026-08-15T07:17:50.636Z | [ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO ok! |
| 9788 | 2026-08-15T07:17:50.639Z | [ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO STEP 68 (ensure_file) COMPLETE |
| 9789 | 2026-08-15T07:17:50.639Z | [ host-image] Aug 15 07:17:49.766 INFO O| Aug 15 07:17:49.766 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9790 | 2026-08-15T07:17:50.645Z | [ host-image] Aug 15 07:17:49.775 INFO O| Aug 15 07:17:49.775 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9791 | 2026-08-15T07:17:50.645Z | [ host-image] Aug 15 07:17:49.775 INFO O| Aug 15 07:17:49.775 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 ... |
| 9792 | 2026-08-15T07:17:50.648Z | [ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.775 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 |
| 9793 | 2026-08-15T07:17:50.649Z | [ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9794 | 2026-08-15T07:17:50.649Z | [ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO ok! |
| 9795 | 2026-08-15T07:17:50.649Z | [ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO STEP 69 (ensure_file) COMPLETE |
| 9796 | 2026-08-15T07:17:50.649Z | [ host-image] Aug 15 07:17:49.776 INFO O| Aug 15 07:17:49.776 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9797 | 2026-08-15T07:17:50.657Z | [ host-image] Aug 15 07:17:49.787 INFO O| Aug 15 07:17:49.787 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9798 | 2026-08-15T07:17:50.661Z | [ host-image] Aug 15 07:17:49.787 INFO O| Aug 15 07:17:49.787 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9799 | 2026-08-15T07:17:52.179Z | [ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO STEP 70 (pack_tar) COMPLETE |
| 9800 | 2026-08-15T07:17:52.179Z | [ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9801 | 2026-08-15T07:17:52.182Z | [ host-image] Aug 15 07:17:51.308 INFO O| Aug 15 07:17:51.308 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9802 | 2026-08-15T07:17:52.424Z | [ host-image] Aug 15 07:17:51.554 INFO O| Aug 15 07:17:51.553 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9803 | 2026-08-15T07:17:52.568Z | [ host-image] Aug 15 07:17:51.698 INFO O| Aug 15 07:17:51.697 INFO completed processing sled/ramdisk-02-trim |
| 9804 | 2026-08-15T07:17:52.572Z | [ host-image] Aug 15 07:17:51.700 INFO image builder template: zfs... |
| 9805 | 2026-08-15T07:17:52.572Z | [ host-image] Aug 15 07:17:51.700 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/.tmpjfI385/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.41.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None |
| 9806 | 2026-08-15T07:17:52.582Z | [ host-image] Aug 15 07:17:51.712 INFO O| Aug 15 07:17:51.712 INFO skip include "stress" because feature "stress" is not enabled |
| 9807 | 2026-08-15T07:17:52.582Z | [ host-image] Aug 15 07:17:51.712 INFO O| Aug 15 07:17:51.712 INFO skip include "stress" because feature "compliance" is not enabled |
| 9808 | 2026-08-15T07:17:52.611Z | [ host-image] Aug 15 07:17:51.741 INFO O| Aug 15 07:17:51.741 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9809 | 2026-08-15T07:17:52.615Z | [ host-image] Aug 15 07:17:51.745 INFO O| Aug 15 07:17:51.745 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9810 | 2026-08-15T07:17:52.746Z | [ host-image] Aug 15 07:17:51.876 INFO O| Aug 15 07:17:51.875 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9811 | 2026-08-15T07:17:52.820Z | [ host-image] Aug 15 07:17:51.950 INFO O| Aug 15 07:17:51.950 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9812 | 2026-08-15T07:17:52.820Z | [ host-image] Aug 15 07:17:51.950 INFO O| Aug 15 07:17:51.950 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9813 | 2026-08-15T07:17:52.827Z | [ host-image] Aug 15 07:17:51.953 INFO O| Aug 15 07:17:51.953 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9814 | 2026-08-15T07:17:52.919Z | [ host-image] Aug 15 07:17:52.048 INFO O| Aug 15 07:17:52.048 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9815 | 2026-08-15T07:17:52.967Z | [ host-image] Aug 15 07:17:52.097 INFO O| Aug 15 07:17:52.097 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9816 | 2026-08-15T07:17:52.977Z | [ host-image] Aug 15 07:17:52.106 INFO O| Aug 15 07:17:52.106 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9817 | 2026-08-15T07:17:52.982Z | [ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9818 | 2026-08-15T07:17:52.982Z | [ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO no lofi found |
| 9819 | 2026-08-15T07:17:52.982Z | [ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9820 | 2026-08-15T07:17:52.982Z | [ host-image] Aug 15 07:17:52.111 INFO O| Aug 15 07:17:52.111 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9821 | 2026-08-15T07:17:54.323Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 9822 | 2026-08-15T07:17:54.873Z | [ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9823 | 2026-08-15T07:17:54.873Z | [ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9824 | 2026-08-15T07:17:54.873Z | [ host-image] Aug 15 07:17:54.001 INFO O| Aug 15 07:17:54.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/c2t1d0p0"] |
| 9825 | 2026-08-15T07:17:54.944Z | [ host-image] Aug 15 07:17:54.073 INFO O| Aug 15 07:17:54.073 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9826 | 2026-08-15T07:17:54.944Z | [ host-image] Aug 15 07:17:54.073 INFO O| Aug 15 07:17:54.073 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9827 | 2026-08-15T07:17:54.961Z | [ host-image] Aug 15 07:17:54.089 INFO O| Aug 15 07:17:54.089 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9828 | 2026-08-15T07:17:55.006Z | [ host-image] Aug 15 07:17:54.133 INFO O| Aug 15 07:17:54.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9829 | 2026-08-15T07:17:55.029Z | [ host-image] Aug 15 07:17:54.158 INFO O| Aug 15 07:17:54.158 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9830 | 2026-08-15T07:17:55.049Z | [ host-image] Aug 15 07:17:54.171 INFO O| Aug 15 07:17:54.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9831 | 2026-08-15T07:17:55.053Z | [ host-image] Aug 15 07:17:54.181 INFO O| Aug 15 07:17:54.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9832 | 2026-08-15T07:17:55.092Z | [ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9833 | 2026-08-15T07:17:55.093Z | [ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9834 | 2026-08-15T07:17:55.098Z | [ host-image] Aug 15 07:17:54.216 INFO O| Aug 15 07:17:54.216 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9835 | 2026-08-15T07:17:55.098Z | [ host-image] Aug 15 07:17:54.223 INFO O| Aug 15 07:17:54.223 INFO boot environment UUID: e20a8f44-1f4c-4149-a07e-7429fdddfcc3 |
| 9836 | 2026-08-15T07:17:55.098Z | [ host-image] Aug 15 07:17:54.223 INFO O| Aug 15 07:17:54.223 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e20a8f44-1f4c-4149-a07e-7429fdddfcc3 |
| 9837 | 2026-08-15T07:17:55.103Z | [ host-image] Aug 15 07:17:54.233 INFO O| Aug 15 07:17:54.233 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9838 | 2026-08-15T07:17:55.114Z | [ host-image] Aug 15 07:17:54.244 INFO O| Aug 15 07:17:54.244 INFO STEP 0 (create_be) COMPLETE |
| 9839 | 2026-08-15T07:17:55.114Z | [ host-image] Aug 15 07:17:54.244 INFO O| Aug 15 07:17:54.244 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9840 | 2026-08-15T07:17:55.129Z | [ host-image] Aug 15 07:17:54.258 INFO O| Aug 15 07:17:54.258 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9841 | 2026-08-15T07:18:03.581Z | [ recovery-image] Aug 15 07:18:02.705 INFO O| ok, image written! |
| 9842 | 2026-08-15T07:18:03.589Z | [ recovery-image] Aug 15 07:18:02.705 INFO O| ok, boot_image_csum file written! |
| 9843 | 2026-08-15T07:18:03.595Z | [ recovery-image] Aug 15 07:18:02.706 INFO creating boot archive (CPIO)... |
| 9844 | 2026-08-15T07:18:03.595Z | [ recovery-image] Aug 15 07:18:02.706 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 |
| 9845 | 2026-08-15T07:18:03.596Z | [ recovery-image] Aug 15 07:18:02.714 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 9846 | 2026-08-15T07:18:03.596Z | [ recovery-image] Aug 15 07:18:02.714 INFO E| + outfile=/work/os-recovery/cpio |
| 9847 | 2026-08-15T07:18:03.596Z | [ recovery-image] Aug 15 07:18:02.714 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 9848 | 2026-08-15T07:18:03.596Z | [ recovery-image] Aug 15 07:18:02.717 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 9849 | 2026-08-15T07:18:03.596Z | [ recovery-image] Aug 15 07:18:02.717 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 9850 | 2026-08-15T07:18:03.628Z | [ recovery-image] Aug 15 07:18:02.754 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 9851 | 2026-08-15T07:18:03.628Z | [ recovery-image] Aug 15 07:18:02.754 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 9852 | 2026-08-15T07:18:03.632Z | [ recovery-image] Aug 15 07:18:02.761 INFO creating compressed cpio/unix for dev loaders... |
| 9853 | 2026-08-15T07:18:03.632Z | [ recovery-image] Aug 15 07:18:02.761 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 |
| 9854 | 2026-08-15T07:18:03.963Z | [ recovery-image] Aug 15 07:18:03.090 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 9855 | 2026-08-15T07:18:04.207Z | [ host-image] Aug 15 07:18:03.336 INFO O| Aug 15 07:18:03.336 INFO STEP 1 (unpack_tar) COMPLETE |
| 9856 | 2026-08-15T07:18:04.207Z | [ host-image] Aug 15 07:18:03.336 INFO O| Aug 15 07:18:03.336 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9857 | 2026-08-15T07:18:04.216Z | [ host-image] Aug 15 07:18:03.346 INFO O| Aug 15 07:18:03.346 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9858 | 2026-08-15T07:18:04.838Z | [ host-image] Aug 15 07:18:03.846 INFO O| Aug 15 07:18:03.846 INFO STEP 2 (devfsadm) COMPLETE |
| 9859 | 2026-08-15T07:18:04.838Z | [ host-image] Aug 15 07:18:03.846 INFO O| Aug 15 07:18:03.846 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9860 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9861 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO STEP 3 (ensure_dir) COMPLETE |
| 9862 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.856 INFO O| Aug 15 07:18:03.856 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9863 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9864 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO STEP 4 (ensure_dir) COMPLETE |
| 9865 | 2026-08-15T07:18:04.865Z | [ host-image] Aug 15 07:18:03.864 INFO O| Aug 15 07:18:03.864 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9866 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.873 INFO O| Aug 15 07:18:03.873 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9867 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.874 INFO O| Aug 15 07:18:03.873 INFO STEP 5 (ensure_dir) COMPLETE |
| 9868 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.874 INFO O| Aug 15 07:18:03.873 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9869 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9870 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9871 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO STEP 6 (ensure_dir) COMPLETE |
| 9872 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.882 INFO O| Aug 15 07:18:03.882 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9873 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9874 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9875 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO STEP 7 (ensure_dir) COMPLETE |
| 9876 | 2026-08-15T07:18:04.866Z | [ host-image] Aug 15 07:18:03.890 INFO O| Aug 15 07:18:03.890 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9877 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9878 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO STEP 8 (remove_files) COMPLETE |
| 9879 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.899 INFO O| Aug 15 07:18:03.899 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9880 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9881 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO STEP 9 (remove_files) COMPLETE |
| 9882 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.908 INFO O| Aug 15 07:18:03.908 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9883 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.916 INFO O| Aug 15 07:18:03.916 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9884 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.917 INFO O| Aug 15 07:18:03.917 INFO STEP 10 (remove_files) COMPLETE |
| 9885 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.917 INFO O| Aug 15 07:18:03.917 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9886 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.923 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9887 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.924 INFO STEP 11 (remove_files) COMPLETE |
| 9888 | 2026-08-15T07:18:04.867Z | [ host-image] Aug 15 07:18:03.924 INFO O| Aug 15 07:18:03.924 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9889 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9890 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO STEP 12 (remove_files) COMPLETE |
| 9891 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.932 INFO O| Aug 15 07:18:03.932 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9892 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9893 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9894 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO STEP 13 (ensure_dir) COMPLETE |
| 9895 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.939 INFO O| Aug 15 07:18:03.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9896 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9897 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9898 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9899 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO STEP 14 (ensure_dir) COMPLETE |
| 9900 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.946 INFO O| Aug 15 07:18:03.946 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9901 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.954 INFO O| Aug 15 07:18:03.954 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9902 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9903 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9904 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO STEP 15 (ensure_dir) COMPLETE |
| 9905 | 2026-08-15T07:18:04.868Z | [ host-image] Aug 15 07:18:03.955 INFO O| Aug 15 07:18:03.955 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9906 | 2026-08-15T07:18:04.869Z | [ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9907 | 2026-08-15T07:18:04.869Z | [ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9908 | 2026-08-15T07:18:04.869Z | [ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO STEP 16 (ensure_dir) COMPLETE |
| 9909 | 2026-08-15T07:18:04.870Z | [ host-image] Aug 15 07:18:03.962 INFO O| Aug 15 07:18:03.962 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9910 | 2026-08-15T07:18:04.870Z | [ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9911 | 2026-08-15T07:18:04.870Z | [ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9912 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO STEP 17 (ensure_dir) COMPLETE |
| 9913 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.970 INFO O| Aug 15 07:18:03.970 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9914 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9915 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9916 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO ok! |
| 9917 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9918 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.978 INFO O| Aug 15 07:18:03.978 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9919 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9920 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9921 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO ok! |
| 9922 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO STEP 19 (ensure_file) COMPLETE |
| 9923 | 2026-08-15T07:18:04.872Z | [ host-image] Aug 15 07:18:03.986 INFO O| Aug 15 07:18:03.986 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9924 | 2026-08-15T07:18:04.878Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9925 | 2026-08-15T07:18:04.881Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9926 | 2026-08-15T07:18:04.881Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9927 | 2026-08-15T07:18:04.881Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO ok! |
| 9928 | 2026-08-15T07:18:04.881Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9929 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:03.994 INFO O| Aug 15 07:18:03.994 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9930 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9931 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9932 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9933 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO ok! |
| 9934 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9935 | 2026-08-15T07:18:04.882Z | [ host-image] Aug 15 07:18:04.001 INFO O| Aug 15 07:18:04.001 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9936 | 2026-08-15T07:18:04.892Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9937 | 2026-08-15T07:18:04.892Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9938 | 2026-08-15T07:18:04.892Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9939 | 2026-08-15T07:18:04.892Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO ok! |
| 9940 | 2026-08-15T07:18:04.893Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9941 | 2026-08-15T07:18:04.893Z | [ host-image] Aug 15 07:18:04.011 INFO O| Aug 15 07:18:04.011 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9942 | 2026-08-15T07:18:04.922Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9943 | 2026-08-15T07:18:04.922Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9944 | 2026-08-15T07:18:04.922Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9945 | 2026-08-15T07:18:04.922Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO ok! |
| 9946 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9947 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.018 INFO O| Aug 15 07:18:04.018 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9948 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9949 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9950 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9951 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO ok! |
| 9952 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO STEP 24 (ensure_file) COMPLETE |
| 9953 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.026 INFO O| Aug 15 07:18:04.026 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9954 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.035 INFO O| Aug 15 07:18:04.035 INFO updating shadow file |
| 9955 | 2026-08-15T07:18:04.923Z | [ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9956 | 2026-08-15T07:18:04.925Z | [ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9957 | 2026-08-15T07:18:04.925Z | [ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO STEP 25 (shadow) COMPLETE |
| 9958 | 2026-08-15T07:18:04.925Z | [ host-image] Aug 15 07:18:04.036 INFO O| Aug 15 07:18:04.036 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9959 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9960 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9961 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9962 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO ok! |
| 9963 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO STEP 26 (ensure_file) COMPLETE |
| 9964 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.043 INFO O| Aug 15 07:18:04.043 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9965 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9966 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9967 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9968 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO ok! |
| 9969 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO STEP 27 (ensure_file) COMPLETE |
| 9970 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.051 INFO O| Aug 15 07:18:04.051 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9971 | 2026-08-15T07:18:04.932Z | [ host-image] Aug 15 07:18:04.058 INFO O| Aug 15 07:18:04.058 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9972 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.058 INFO O| Aug 15 07:18:04.058 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9973 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9974 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9975 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO ok! |
| 9976 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO STEP 28 (ensure_file) COMPLETE |
| 9977 | 2026-08-15T07:18:04.933Z | [ host-image] Aug 15 07:18:04.059 INFO O| Aug 15 07:18:04.059 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9978 | 2026-08-15T07:18:04.949Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9979 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9980 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9981 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO ok! |
| 9982 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO STEP 29 (ensure_file) COMPLETE |
| 9983 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.066 INFO O| Aug 15 07:18:04.066 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9984 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9985 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9986 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9987 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO STEP 30 (ensure_dir) COMPLETE |
| 9988 | 2026-08-15T07:18:04.950Z | [ host-image] Aug 15 07:18:04.075 INFO O| Aug 15 07:18:04.075 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9989 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9990 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9991 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9992 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9993 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO ok! |
| 9994 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO STEP 31 (ensure_file) COMPLETE |
| 9995 | 2026-08-15T07:18:04.954Z | [ host-image] Aug 15 07:18:04.081 INFO O| Aug 15 07:18:04.081 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9996 | 2026-08-15T07:18:04.958Z | [ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9997 | 2026-08-15T07:18:04.958Z | [ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9998 | 2026-08-15T07:18:04.959Z | [ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9999 | 2026-08-15T07:18:04.963Z | [ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO STEP 32 (ensure_dir) COMPLETE |
| 10000 | 2026-08-15T07:18:04.963Z | [ host-image] Aug 15 07:18:04.088 INFO O| Aug 15 07:18:04.088 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10001 | 2026-08-15T07:18:04.970Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 10002 | 2026-08-15T07:18:04.970Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 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 ... |
| 10003 | 2026-08-15T07:18:04.976Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 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 |
| 10004 | 2026-08-15T07:18:04.976Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 10005 | 2026-08-15T07:18:04.977Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO ok! |
| 10006 | 2026-08-15T07:18:04.977Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO STEP 33 (ensure_file) COMPLETE |
| 10007 | 2026-08-15T07:18:04.977Z | [ host-image] Aug 15 07:18:04.098 INFO O| Aug 15 07:18:04.098 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10008 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.105 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 10009 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 10010 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 10011 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO ok! |
| 10012 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO STEP 34 (ensure_file) COMPLETE |
| 10013 | 2026-08-15T07:18:04.982Z | [ host-image] Aug 15 07:18:04.106 INFO O| Aug 15 07:18:04.106 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10014 | 2026-08-15T07:18:04.987Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 10015 | 2026-08-15T07:18:04.987Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 10016 | 2026-08-15T07:18:04.987Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10017 | 2026-08-15T07:18:04.988Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10018 | 2026-08-15T07:18:04.988Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO ok! |
| 10019 | 2026-08-15T07:18:04.988Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO STEP 35 (ensure_file) COMPLETE |
| 10020 | 2026-08-15T07:18:04.988Z | [ host-image] Aug 15 07:18:04.112 INFO O| Aug 15 07:18:04.112 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10021 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 10022 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 10023 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 10024 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO ok! |
| 10025 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO STEP 36 (ensure_file) COMPLETE |
| 10026 | 2026-08-15T07:18:04.993Z | [ host-image] Aug 15 07:18:04.121 INFO O| Aug 15 07:18:04.121 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10027 | 2026-08-15T07:18:05.000Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 10028 | 2026-08-15T07:18:05.000Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 10029 | 2026-08-15T07:18:05.005Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 10030 | 2026-08-15T07:18:05.005Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO ok! |
| 10031 | 2026-08-15T07:18:05.005Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO STEP 37 (ensure_file) COMPLETE |
| 10032 | 2026-08-15T07:18:05.005Z | [ host-image] Aug 15 07:18:04.129 INFO O| Aug 15 07:18:04.129 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10033 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 10034 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 10035 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10036 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10037 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10038 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10039 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO ok! |
| 10040 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO STEP 38 (ensure_file) COMPLETE |
| 10041 | 2026-08-15T07:18:05.009Z | [ host-image] Aug 15 07:18:04.137 INFO O| Aug 15 07:18:04.137 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10042 | 2026-08-15T07:18:05.014Z | [ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10043 | 2026-08-15T07:18:05.015Z | [ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10044 | 2026-08-15T07:18:05.015Z | [ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10045 | 2026-08-15T07:18:05.018Z | [ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO STEP 39 (ensure_dir) COMPLETE |
| 10046 | 2026-08-15T07:18:05.018Z | [ host-image] Aug 15 07:18:04.144 INFO O| Aug 15 07:18:04.144 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10047 | 2026-08-15T07:18:05.024Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 |
| 10048 | 2026-08-15T07:18:05.025Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 ... |
| 10049 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 |
| 10050 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 |
| 10051 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 |
| 10052 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 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 |
| 10053 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO ok! |
| 10054 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO STEP 40 (ensure_file) COMPLETE |
| 10055 | 2026-08-15T07:18:05.029Z | [ host-image] Aug 15 07:18:04.154 INFO O| Aug 15 07:18:04.154 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10056 | 2026-08-15T07:18:05.035Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 10057 | 2026-08-15T07:18:05.035Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 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 ... |
| 10058 | 2026-08-15T07:18:05.036Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 10059 | 2026-08-15T07:18:05.036Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO ok! |
| 10060 | 2026-08-15T07:18:05.036Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO STEP 41 (ensure_symlink) COMPLETE |
| 10061 | 2026-08-15T07:18:05.037Z | [ host-image] Aug 15 07:18:04.162 INFO O| Aug 15 07:18:04.162 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10062 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 10063 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 10064 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 10065 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO ok! |
| 10066 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO STEP 42 (ensure_symlink) COMPLETE |
| 10067 | 2026-08-15T07:18:05.041Z | [ host-image] Aug 15 07:18:04.169 INFO O| Aug 15 07:18:04.169 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10068 | 2026-08-15T07:18:05.047Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 10069 | 2026-08-15T07:18:05.047Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 10070 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10071 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10072 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10073 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10074 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO ok! |
| 10075 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO STEP 43 (ensure_file) COMPLETE |
| 10076 | 2026-08-15T07:18:05.051Z | [ host-image] Aug 15 07:18:04.176 INFO O| Aug 15 07:18:04.176 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10077 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 10078 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 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 ... |
| 10079 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 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 |
| 10080 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 10081 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO ok! |
| 10082 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO STEP 44 (ensure_file) COMPLETE |
| 10083 | 2026-08-15T07:18:05.057Z | [ host-image] Aug 15 07:18:04.186 INFO O| Aug 15 07:18:04.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10084 | 2026-08-15T07:18:05.064Z | [ host-image] Aug 15 07:18:04.193 INFO O| Aug 15 07:18:04.193 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 10085 | 2026-08-15T07:18:05.068Z | [ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.193 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 10086 | 2026-08-15T07:18:05.068Z | [ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 10087 | 2026-08-15T07:18:05.068Z | [ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO ok! |
| 10088 | 2026-08-15T07:18:05.068Z | [ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO STEP 45 (ensure_file) COMPLETE |
| 10089 | 2026-08-15T07:18:05.068Z | [ host-image] Aug 15 07:18:04.194 INFO O| Aug 15 07:18:04.194 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10090 | 2026-08-15T07:18:05.073Z | [ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO updating shadow file |
| 10091 | 2026-08-15T07:18:05.074Z | [ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 10092 | 2026-08-15T07:18:05.074Z | [ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO STEP 46 (shadow) COMPLETE |
| 10093 | 2026-08-15T07:18:05.074Z | [ host-image] Aug 15 07:18:04.202 INFO O| Aug 15 07:18:04.201 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10094 | 2026-08-15T07:18:05.082Z | [ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 10095 | 2026-08-15T07:18:05.082Z | [ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 10096 | 2026-08-15T07:18:05.085Z | [ host-image] Aug 15 07:18:04.211 INFO O| Aug 15 07:18:04.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10097 | 2026-08-15T07:18:05.085Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10098 | 2026-08-15T07:18:05.085Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO ok! |
| 10099 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO STEP 47 (ensure_file) COMPLETE |
| 10100 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.211 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10101 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO skip step because feature "mfg" is not enabled |
| 10102 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10103 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO skip step because feature "mfg" is not enabled |
| 10104 | 2026-08-15T07:18:05.086Z | [ host-image] Aug 15 07:18:04.212 INFO O| Aug 15 07:18:04.212 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10105 | 2026-08-15T07:18:05.092Z | [ host-image] Aug 15 07:18:04.220 INFO O| Aug 15 07:18:04.219 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 10106 | 2026-08-15T07:18:05.092Z | [ host-image] Aug 15 07:18:04.220 INFO O| Aug 15 07:18:04.219 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 10107 | 2026-08-15T07:18:05.129Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10108 | 2026-08-15T07:18:05.129Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10109 | 2026-08-15T07:18:05.142Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO ok! |
| 10110 | 2026-08-15T07:18:05.142Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 50 (ensure_file) COMPLETE |
| 10111 | 2026-08-15T07:18:05.142Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10112 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO skip step because feature "compliance" is not enabled |
| 10113 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.249 INFO O| Aug 15 07:18:04.249 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10114 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 10115 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 10116 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10117 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10118 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10119 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10120 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO ok! |
| 10121 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO STEP 52 (ensure_file) COMPLETE |
| 10122 | 2026-08-15T07:18:05.143Z | [ host-image] Aug 15 07:18:04.259 INFO O| Aug 15 07:18:04.259 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10123 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 10124 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 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 ... |
| 10125 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 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 |
| 10126 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 10127 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO ok! |
| 10128 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO STEP 53 (ensure_file) COMPLETE |
| 10129 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.267 INFO O| Aug 15 07:18:04.267 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10130 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 10131 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 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 ... |
| 10132 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10133 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10134 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO ok! |
| 10135 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO STEP 54 (ensure_file) COMPLETE |
| 10136 | 2026-08-15T07:18:05.149Z | [ host-image] Aug 15 07:18:04.276 INFO O| Aug 15 07:18:04.276 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10137 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10138 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.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 ... |
| 10139 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.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 |
| 10140 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10141 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO ok! |
| 10142 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO STEP 55 (ensure_file) COMPLETE |
| 10143 | 2026-08-15T07:18:05.155Z | [ host-image] Aug 15 07:18:04.284 INFO O| Aug 15 07:18:04.284 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10144 | 2026-08-15T07:18:05.161Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10145 | 2026-08-15T07:18:05.161Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 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 ... |
| 10146 | 2026-08-15T07:18:05.165Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10147 | 2026-08-15T07:18:05.165Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10148 | 2026-08-15T07:18:05.165Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO ok! |
| 10149 | 2026-08-15T07:18:05.165Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO STEP 56 (ensure_file) COMPLETE |
| 10150 | 2026-08-15T07:18:05.165Z | [ host-image] Aug 15 07:18:04.291 INFO O| Aug 15 07:18:04.291 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10151 | 2026-08-15T07:18:05.171Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.300 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10152 | 2026-08-15T07:18:05.171Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 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 ... |
| 10153 | 2026-08-15T07:18:05.175Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 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 |
| 10154 | 2026-08-15T07:18:05.175Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10155 | 2026-08-15T07:18:05.175Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO ok! |
| 10156 | 2026-08-15T07:18:05.175Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO STEP 57 (ensure_file) COMPLETE |
| 10157 | 2026-08-15T07:18:05.175Z | [ host-image] Aug 15 07:18:04.301 INFO O| Aug 15 07:18:04.301 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10158 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10159 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 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 ... |
| 10160 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10161 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10162 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10163 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10164 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO ok! |
| 10165 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO STEP 58 (ensure_file) COMPLETE |
| 10166 | 2026-08-15T07:18:05.181Z | [ host-image] Aug 15 07:18:04.308 INFO O| Aug 15 07:18:04.308 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10167 | 2026-08-15T07:18:05.186Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10168 | 2026-08-15T07:18:05.189Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 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 ... |
| 10169 | 2026-08-15T07:18:05.190Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 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 |
| 10170 | 2026-08-15T07:18:05.190Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10171 | 2026-08-15T07:18:05.190Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO ok! |
| 10172 | 2026-08-15T07:18:05.190Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO STEP 59 (ensure_file) COMPLETE |
| 10173 | 2026-08-15T07:18:05.190Z | [ host-image] Aug 15 07:18:04.315 INFO O| Aug 15 07:18:04.315 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10174 | 2026-08-15T07:18:05.194Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10175 | 2026-08-15T07:18:05.194Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10176 | 2026-08-15T07:18:05.198Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10177 | 2026-08-15T07:18:05.198Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10178 | 2026-08-15T07:18:05.198Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO ok! |
| 10179 | 2026-08-15T07:18:05.198Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO STEP 60 (ensure_file) COMPLETE |
| 10180 | 2026-08-15T07:18:05.200Z | [ host-image] Aug 15 07:18:04.324 INFO O| Aug 15 07:18:04.324 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10181 | 2026-08-15T07:18:05.204Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10182 | 2026-08-15T07:18:05.204Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 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 ... |
| 10183 | 2026-08-15T07:18:05.204Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 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 |
| 10184 | 2026-08-15T07:18:05.205Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10185 | 2026-08-15T07:18:05.205Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO ok! |
| 10186 | 2026-08-15T07:18:05.205Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO STEP 61 (ensure_file) COMPLETE |
| 10187 | 2026-08-15T07:18:05.205Z | [ host-image] Aug 15 07:18:04.332 INFO O| Aug 15 07:18:04.332 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10188 | 2026-08-15T07:18:05.210Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10189 | 2026-08-15T07:18:05.210Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10190 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10191 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10192 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10193 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10194 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO ok! |
| 10195 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO STEP 62 (ensure_file) COMPLETE |
| 10196 | 2026-08-15T07:18:05.214Z | [ host-image] Aug 15 07:18:04.339 INFO O| Aug 15 07:18:04.339 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10197 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10198 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 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 ... |
| 10199 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 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 |
| 10200 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10201 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO ok! |
| 10202 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO STEP 63 (ensure_file) COMPLETE |
| 10203 | 2026-08-15T07:18:05.218Z | [ host-image] Aug 15 07:18:04.346 INFO O| Aug 15 07:18:04.346 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10204 | 2026-08-15T07:18:05.224Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10205 | 2026-08-15T07:18:05.224Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 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 ... |
| 10206 | 2026-08-15T07:18:05.227Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 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 |
| 10207 | 2026-08-15T07:18:05.227Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10208 | 2026-08-15T07:18:05.229Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO ok! |
| 10209 | 2026-08-15T07:18:05.229Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO STEP 64 (ensure_file) COMPLETE |
| 10210 | 2026-08-15T07:18:05.229Z | [ host-image] Aug 15 07:18:04.353 INFO O| Aug 15 07:18:04.353 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10211 | 2026-08-15T07:18:05.232Z | [ host-image] Aug 15 07:18:04.359 INFO O| Aug 15 07:18:04.359 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10212 | 2026-08-15T07:18:05.232Z | [ host-image] Aug 15 07:18:04.359 INFO O| Aug 15 07:18:04.359 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 ... |
| 10213 | 2026-08-15T07:18:05.232Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 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 |
| 10214 | 2026-08-15T07:18:05.232Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10215 | 2026-08-15T07:18:05.233Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO ok! |
| 10216 | 2026-08-15T07:18:05.233Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 65 (ensure_file) COMPLETE |
| 10217 | 2026-08-15T07:18:05.233Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10218 | 2026-08-15T07:18:05.233Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO skip step because feature "mbist" is not enabled |
| 10219 | 2026-08-15T07:18:05.233Z | [ host-image] Aug 15 07:18:04.360 INFO O| Aug 15 07:18:04.360 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10220 | 2026-08-15T07:18:05.239Z | [ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10221 | 2026-08-15T07:18:05.239Z | [ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO STEP 67 (ensure_dir) COMPLETE |
| 10222 | 2026-08-15T07:18:05.239Z | [ host-image] Aug 15 07:18:04.365 INFO O| Aug 15 07:18:04.365 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10223 | 2026-08-15T07:18:05.243Z | [ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10224 | 2026-08-15T07:18:05.243Z | [ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10225 | 2026-08-15T07:18:05.243Z | [ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO STEP 68 (ensure_dir) COMPLETE |
| 10226 | 2026-08-15T07:18:05.243Z | [ host-image] Aug 15 07:18:04.371 INFO O| Aug 15 07:18:04.371 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10227 | 2026-08-15T07:18:05.248Z | [ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10228 | 2026-08-15T07:18:05.248Z | [ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10229 | 2026-08-15T07:18:05.248Z | [ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO STEP 69 (ensure_dir) COMPLETE |
| 10230 | 2026-08-15T07:18:05.248Z | [ host-image] Aug 15 07:18:04.377 INFO O| Aug 15 07:18:04.377 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10231 | 2026-08-15T07:18:05.254Z | [ host-image] Aug 15 07:18:04.384 INFO O| Aug 15 07:18:04.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10232 | 2026-08-15T07:18:05.254Z | [ host-image] Aug 15 07:18:04.384 INFO O| Aug 15 07:18:04.384 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10233 | 2026-08-15T07:18:05.632Z | [ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10234 | 2026-08-15T07:18:05.632Z | [ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO ok! |
| 10235 | 2026-08-15T07:18:05.636Z | [ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO STEP 70 (ensure_file) COMPLETE |
| 10236 | 2026-08-15T07:18:05.636Z | [ host-image] Aug 15 07:18:04.761 INFO O| Aug 15 07:18:04.761 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10237 | 2026-08-15T07:18:05.643Z | [ host-image] Aug 15 07:18:04.770 INFO O| Aug 15 07:18:04.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10238 | 2026-08-15T07:18:05.643Z | [ host-image] Aug 15 07:18:04.770 INFO O| Aug 15 07:18:04.770 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10239 | 2026-08-15T07:18:06.761Z | [ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10240 | 2026-08-15T07:18:06.761Z | [ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO ok! |
| 10241 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO STEP 71 (ensure_file) COMPLETE |
| 10242 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.449 INFO O| Aug 15 07:18:05.449 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10243 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10244 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10245 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO STEP 72 (ensure_dir) COMPLETE |
| 10246 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.459 INFO O| Aug 15 07:18:05.459 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10247 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10248 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO copying /tmp/.tmpjfI385/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 ... |
| 10249 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10250 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO ok! |
| 10251 | 2026-08-15T07:18:06.777Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO STEP 73 (ensure_file) COMPLETE |
| 10252 | 2026-08-15T07:18:06.778Z | [ host-image] Aug 15 07:18:05.468 INFO O| Aug 15 07:18:05.468 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10253 | 2026-08-15T07:18:06.778Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10254 | 2026-08-15T07:18:06.778Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO copying /tmp/.tmpjfI385/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 ... |
| 10255 | 2026-08-15T07:18:06.778Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10256 | 2026-08-15T07:18:06.778Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO ok! |
| 10257 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO STEP 74 (ensure_file) COMPLETE |
| 10258 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.476 INFO O| Aug 15 07:18:05.476 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10259 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10260 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10261 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO STEP 75 (ensure_dir) COMPLETE |
| 10262 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.483 INFO O| Aug 15 07:18:05.483 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10263 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.489 INFO O| Aug 15 07:18:05.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10264 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.489 INFO O| Aug 15 07:18:05.489 INFO copying /tmp/.tmpjfI385/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 ... |
| 10265 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10266 | 2026-08-15T07:18:06.779Z | [ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO ok! |
| 10267 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO STEP 76 (ensure_file) COMPLETE |
| 10268 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.490 INFO O| Aug 15 07:18:05.490 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10269 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10270 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO copying /tmp/.tmpjfI385/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 ... |
| 10271 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10272 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO ok! |
| 10273 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO STEP 77 (ensure_file) COMPLETE |
| 10274 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.496 INFO O| Aug 15 07:18:05.496 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10275 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10276 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10277 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO STEP 78 (ensure_dir) COMPLETE |
| 10278 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.504 INFO O| Aug 15 07:18:05.504 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10279 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10280 | 2026-08-15T07:18:06.780Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO copying /tmp/.tmpjfI385/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 ... |
| 10281 | 2026-08-15T07:18:06.781Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10282 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO ok! |
| 10283 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO STEP 79 (ensure_file) COMPLETE |
| 10284 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.512 INFO O| Aug 15 07:18:05.512 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10285 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10286 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10287 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10288 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO ok! |
| 10289 | 2026-08-15T07:18:06.782Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO STEP 80 (ensure_file) COMPLETE |
| 10290 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.519 INFO O| Aug 15 07:18:05.519 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10291 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10292 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10293 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO STEP 81 (ensure_dir) COMPLETE |
| 10294 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.526 INFO O| Aug 15 07:18:05.526 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10295 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.532 INFO O| Aug 15 07:18:05.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10296 | 2026-08-15T07:18:06.783Z | [ host-image] Aug 15 07:18:05.532 INFO O| Aug 15 07:18:05.532 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10297 | 2026-08-15T07:18:07.079Z | [ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10298 | 2026-08-15T07:18:07.079Z | [ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO ok! |
| 10299 | 2026-08-15T07:18:07.079Z | [ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO STEP 82 (ensure_file) COMPLETE |
| 10300 | 2026-08-15T07:18:07.084Z | [ host-image] Aug 15 07:18:06.203 INFO O| Aug 15 07:18:06.203 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10301 | 2026-08-15T07:18:07.084Z | [ host-image] Aug 15 07:18:06.211 INFO O| Aug 15 07:18:06.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10302 | 2026-08-15T07:18:07.084Z | [ host-image] Aug 15 07:18:06.211 INFO O| Aug 15 07:18:06.211 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10303 | 2026-08-15T07:18:07.373Z | [ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10304 | 2026-08-15T07:18:07.373Z | [ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO ok! |
| 10305 | 2026-08-15T07:18:07.374Z | [ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO STEP 83 (ensure_file) COMPLETE |
| 10306 | 2026-08-15T07:18:07.381Z | [ host-image] Aug 15 07:18:06.502 INFO O| Aug 15 07:18:06.502 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10307 | 2026-08-15T07:18:07.392Z | [ host-image] Aug 15 07:18:06.510 INFO O| Aug 15 07:18:06.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10308 | 2026-08-15T07:18:07.392Z | [ host-image] Aug 15 07:18:06.511 INFO O| Aug 15 07:18:06.510 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10309 | 2026-08-15T07:18:08.137Z | [ recovery-image] Aug 15 07:18:07.262 INFO creating reset image... |
| 10310 | 2026-08-15T07:18:08.137Z | [ recovery-image] Aug 15 07:18:07.262 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 10311 | 2026-08-15T07:18:08.402Z | [ recovery-image] Aug 15 07:18:07.531 INFO E| Updating crates.io index |
| 10312 | 2026-08-15T07:18:08.709Z | [ recovery-image] Aug 15 07:18:07.839 INFO E| Downloading crates ... |
| 10313 | 2026-08-15T07:18:08.762Z | [ recovery-image] Aug 15 07:18:07.890 INFO E| Downloaded sigchld v0.2.4 |
| 10314 | 2026-08-15T07:18:08.775Z | [ recovery-image] Aug 15 07:18:07.901 INFO E| Downloaded duct v1.1.1 |
| 10315 | 2026-08-15T07:18:08.782Z | [ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded shared_child v1.1.1 |
| 10316 | 2026-08-15T07:18:08.782Z | [ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded clap_lex v1.1.0 |
| 10317 | 2026-08-15T07:18:08.782Z | [ recovery-image] Aug 15 07:18:07.905 INFO E| Downloaded os_pipe v1.2.3 |
| 10318 | 2026-08-15T07:18:08.782Z | [ recovery-image] Aug 15 07:18:07.907 INFO E| Downloaded shared_thread v0.2.0 |
| 10319 | 2026-08-15T07:18:08.782Z | [ recovery-image] Aug 15 07:18:07.907 INFO E| Downloaded colorchoice v1.0.5 |
| 10320 | 2026-08-15T07:18:08.845Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling libc v0.2.186 |
| 10321 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling proc-macro2 v1.0.106 |
| 10322 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling quote v1.0.45 |
| 10323 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling signal-hook v0.3.18 |
| 10324 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling unicode-ident v1.0.24 |
| 10325 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling utf8parse v0.2.2 |
| 10326 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10327 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling colorchoice v1.0.5 |
| 10328 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling anstyle v1.0.14 |
| 10329 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling anstyle-query v1.1.5 |
| 10330 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling strsim v0.11.1 |
| 10331 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling heck v0.5.0 |
| 10332 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling clap_lex v1.1.0 |
| 10333 | 2026-08-15T07:18:08.856Z | [ recovery-image] Aug 15 07:18:07.974 INFO E| Compiling shared_thread v0.2.0 |
| 10334 | 2026-08-15T07:18:08.983Z | [ host-image] Aug 15 07:18:08.112 INFO O| Aug 15 07:18:08.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10335 | 2026-08-15T07:18:08.984Z | [ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO ok! |
| 10336 | 2026-08-15T07:18:08.990Z | [ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO STEP 84 (ensure_file) COMPLETE |
| 10337 | 2026-08-15T07:18:08.990Z | [ host-image] Aug 15 07:18:08.113 INFO O| Aug 15 07:18:08.112 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10338 | 2026-08-15T07:18:08.996Z | [ recovery-image] Aug 15 07:18:08.124 INFO E| Compiling anstyle-parse v1.0.0 |
| 10339 | 2026-08-15T07:18:08.996Z | [ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10340 | 2026-08-15T07:18:08.996Z | [ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10341 | 2026-08-15T07:18:08.997Z | [ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO STEP 85 (ensure_dir) COMPLETE |
| 10342 | 2026-08-15T07:18:08.997Z | [ host-image] Aug 15 07:18:08.124 INFO O| Aug 15 07:18:08.124 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10343 | 2026-08-15T07:18:09.006Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist |
| 10344 | 2026-08-15T07:18:09.006Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ... |
| 10345 | 2026-08-15T07:18:09.006Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem |
| 10346 | 2026-08-15T07:18:09.012Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO ok! |
| 10347 | 2026-08-15T07:18:09.013Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO STEP 86 (ensure_file) COMPLETE |
| 10348 | 2026-08-15T07:18:09.013Z | [ host-image] Aug 15 07:18:08.135 INFO O| Aug 15 07:18:08.135 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10349 | 2026-08-15T07:18:09.017Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10350 | 2026-08-15T07:18:09.018Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.146 INFO copying /tmp/.tmpjfI385/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 ... |
| 10351 | 2026-08-15T07:18:09.018Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10352 | 2026-08-15T07:18:09.023Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO ok! |
| 10353 | 2026-08-15T07:18:09.025Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO STEP 87 (ensure_file) COMPLETE |
| 10354 | 2026-08-15T07:18:09.025Z | [ host-image] Aug 15 07:18:08.147 INFO O| Aug 15 07:18:08.147 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10355 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.157 INFO O| Aug 15 07:18:08.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10356 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.157 INFO copying /tmp/.tmpjfI385/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 ... |
| 10357 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10358 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO ok! |
| 10359 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO STEP 88 (ensure_file) COMPLETE |
| 10360 | 2026-08-15T07:18:09.029Z | [ host-image] Aug 15 07:18:08.158 INFO O| Aug 15 07:18:08.158 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10361 | 2026-08-15T07:18:09.039Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10362 | 2026-08-15T07:18:09.039Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10363 | 2026-08-15T07:18:09.045Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10364 | 2026-08-15T07:18:09.045Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO ok! |
| 10365 | 2026-08-15T07:18:09.045Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO STEP 89 (ensure_file) COMPLETE |
| 10366 | 2026-08-15T07:18:09.045Z | [ host-image] Aug 15 07:18:08.168 INFO O| Aug 15 07:18:08.168 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10367 | 2026-08-15T07:18:09.049Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10368 | 2026-08-15T07:18:09.049Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10369 | 2026-08-15T07:18:09.049Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10370 | 2026-08-15T07:18:09.049Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO ok! |
| 10371 | 2026-08-15T07:18:09.049Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO STEP 90 (ensure_file) COMPLETE |
| 10372 | 2026-08-15T07:18:09.050Z | [ host-image] Aug 15 07:18:08.178 INFO O| Aug 15 07:18:08.178 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10373 | 2026-08-15T07:18:09.059Z | [ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10374 | 2026-08-15T07:18:09.060Z | [ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10375 | 2026-08-15T07:18:09.067Z | [ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO STEP 91 (ensure_dir) COMPLETE |
| 10376 | 2026-08-15T07:18:09.067Z | [ host-image] Aug 15 07:18:08.189 INFO O| Aug 15 07:18:08.189 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10377 | 2026-08-15T07:18:09.070Z | [ host-image] Aug 15 07:18:08.199 INFO O| Aug 15 07:18:08.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10378 | 2026-08-15T07:18:09.071Z | [ host-image] Aug 15 07:18:08.199 INFO O| Aug 15 07:18:08.199 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10379 | 2026-08-15T07:18:09.079Z | [ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10380 | 2026-08-15T07:18:09.079Z | [ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO ok! |
| 10381 | 2026-08-15T07:18:09.079Z | [ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO STEP 92 (ensure_file) COMPLETE |
| 10382 | 2026-08-15T07:18:09.079Z | [ host-image] Aug 15 07:18:08.202 INFO O| Aug 15 07:18:08.202 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10383 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10384 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10385 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10386 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO ok! |
| 10387 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO STEP 93 (ensure_file) COMPLETE |
| 10388 | 2026-08-15T07:18:09.085Z | [ host-image] Aug 15 07:18:08.212 INFO O| Aug 15 07:18:08.212 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10389 | 2026-08-15T07:18:09.094Z | [ host-image] Aug 15 07:18:08.223 INFO O| Aug 15 07:18:08.223 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10390 | 2026-08-15T07:18:09.094Z | [ host-image] Aug 15 07:18:08.223 INFO O| Aug 15 07:18:08.223 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10391 | 2026-08-15T07:18:09.227Z | [ recovery-image] Aug 15 07:18:08.353 INFO E| Compiling anstream v1.0.0 |
| 10392 | 2026-08-15T07:18:09.472Z | [ recovery-image] Aug 15 07:18:08.600 INFO E| Compiling clap_builder v4.6.0 |
| 10393 | 2026-08-15T07:18:09.861Z | [ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10394 | 2026-08-15T07:18:09.868Z | [ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO ok! |
| 10395 | 2026-08-15T07:18:09.868Z | [ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO STEP 94 (ensure_file) COMPLETE |
| 10396 | 2026-08-15T07:18:09.868Z | [ host-image] Aug 15 07:18:08.990 INFO O| Aug 15 07:18:08.990 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10397 | 2026-08-15T07:18:09.868Z | [ recovery-image] Aug 15 07:18:08.992 INFO E| Compiling errno v0.3.14 |
| 10398 | 2026-08-15T07:18:09.868Z | [ recovery-image] Aug 15 07:18:08.992 INFO E| Compiling os_pipe v1.2.3 |
| 10399 | 2026-08-15T07:18:09.872Z | [ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10400 | 2026-08-15T07:18:09.873Z | [ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10401 | 2026-08-15T07:18:09.873Z | [ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO STEP 95 (ensure_dir) COMPLETE |
| 10402 | 2026-08-15T07:18:09.873Z | [ host-image] Aug 15 07:18:09.000 INFO O| Aug 15 07:18:09.000 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10403 | 2026-08-15T07:18:09.881Z | [ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10404 | 2026-08-15T07:18:09.881Z | [ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10405 | 2026-08-15T07:18:09.887Z | [ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO STEP 96 (ensure_dir) COMPLETE |
| 10406 | 2026-08-15T07:18:09.887Z | [ host-image] Aug 15 07:18:09.011 INFO O| Aug 15 07:18:09.011 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10407 | 2026-08-15T07:18:09.891Z | [ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10408 | 2026-08-15T07:18:09.892Z | [ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10409 | 2026-08-15T07:18:09.892Z | [ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO STEP 97 (ensure_dir) COMPLETE |
| 10410 | 2026-08-15T07:18:09.892Z | [ host-image] Aug 15 07:18:09.020 INFO O| Aug 15 07:18:09.020 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10411 | 2026-08-15T07:18:09.898Z | [ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10412 | 2026-08-15T07:18:09.899Z | [ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10413 | 2026-08-15T07:18:09.899Z | [ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO STEP 98 (ensure_dir) COMPLETE |
| 10414 | 2026-08-15T07:18:09.902Z | [ host-image] Aug 15 07:18:09.028 INFO O| Aug 15 07:18:09.028 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10415 | 2026-08-15T07:18:09.908Z | [ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10416 | 2026-08-15T07:18:09.908Z | [ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10417 | 2026-08-15T07:18:09.913Z | [ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO STEP 99 (ensure_dir) COMPLETE |
| 10418 | 2026-08-15T07:18:09.914Z | [ host-image] Aug 15 07:18:09.036 INFO O| Aug 15 07:18:09.036 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10419 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10420 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO copying /tmp/.tmpjfI385/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 ... |
| 10421 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10422 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO ok! |
| 10423 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO STEP 100 (ensure_file) COMPLETE |
| 10424 | 2026-08-15T07:18:09.918Z | [ host-image] Aug 15 07:18:09.047 INFO O| Aug 15 07:18:09.047 INFO STEP 101: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10425 | 2026-08-15T07:18:09.928Z | [ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10426 | 2026-08-15T07:18:09.928Z | [ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10427 | 2026-08-15T07:18:09.934Z | [ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO STEP 101 (ensure_dir) COMPLETE |
| 10428 | 2026-08-15T07:18:09.934Z | [ host-image] Aug 15 07:18:09.056 INFO O| Aug 15 07:18:09.056 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10429 | 2026-08-15T07:18:09.940Z | [ host-image] Aug 15 07:18:09.066 INFO O| Aug 15 07:18:09.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10430 | 2026-08-15T07:18:09.940Z | [ host-image] Aug 15 07:18:09.066 INFO O| Aug 15 07:18:09.066 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10431 | 2026-08-15T07:18:09.951Z | [ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10432 | 2026-08-15T07:18:09.951Z | [ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO ok! |
| 10433 | 2026-08-15T07:18:09.951Z | [ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO STEP 102 (ensure_file) COMPLETE |
| 10434 | 2026-08-15T07:18:09.955Z | [ host-image] Aug 15 07:18:09.081 INFO O| Aug 15 07:18:09.081 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10435 | 2026-08-15T07:18:09.960Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10436 | 2026-08-15T07:18:09.960Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10437 | 2026-08-15T07:18:09.963Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10438 | 2026-08-15T07:18:09.964Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO ok! |
| 10439 | 2026-08-15T07:18:09.964Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO STEP 103 (ensure_file) COMPLETE |
| 10440 | 2026-08-15T07:18:09.964Z | [ host-image] Aug 15 07:18:09.090 INFO O| Aug 15 07:18:09.090 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10441 | 2026-08-15T07:18:09.964Z | [ recovery-image] Aug 15 07:18:09.091 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10442 | 2026-08-15T07:18:09.971Z | [ host-image] Aug 15 07:18:09.101 INFO O| Aug 15 07:18:09.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10443 | 2026-08-15T07:18:09.971Z | [ host-image] Aug 15 07:18:09.101 INFO O| Aug 15 07:18:09.101 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10444 | 2026-08-15T07:18:10.290Z | [ recovery-image] Aug 15 07:18:09.419 INFO E| Compiling sigchld v0.2.4 |
| 10445 | 2026-08-15T07:18:10.308Z | [ recovery-image] Aug 15 07:18:09.437 INFO E| Compiling syn v2.0.117 |
| 10446 | 2026-08-15T07:18:10.346Z | [ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10447 | 2026-08-15T07:18:10.346Z | [ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO ok! |
| 10448 | 2026-08-15T07:18:10.347Z | [ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO STEP 104 (ensure_file) COMPLETE |
| 10449 | 2026-08-15T07:18:10.350Z | [ host-image] Aug 15 07:18:09.475 INFO O| Aug 15 07:18:09.475 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10450 | 2026-08-15T07:18:10.357Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10451 | 2026-08-15T07:18:10.357Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10452 | 2026-08-15T07:18:10.360Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10453 | 2026-08-15T07:18:10.361Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO ok! |
| 10454 | 2026-08-15T07:18:10.361Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO STEP 105 (ensure_file) COMPLETE |
| 10455 | 2026-08-15T07:18:10.361Z | [ host-image] Aug 15 07:18:09.486 INFO O| Aug 15 07:18:09.486 INFO STEP 106: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10456 | 2026-08-15T07:18:10.369Z | [ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10457 | 2026-08-15T07:18:10.377Z | [ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10458 | 2026-08-15T07:18:10.377Z | [ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO STEP 106 (ensure_dir) COMPLETE |
| 10459 | 2026-08-15T07:18:10.377Z | [ host-image] Aug 15 07:18:09.496 INFO O| Aug 15 07:18:09.496 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10460 | 2026-08-15T07:18:10.381Z | [ host-image] Aug 15 07:18:09.506 INFO O| Aug 15 07:18:09.506 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10461 | 2026-08-15T07:18:10.381Z | [ host-image] Aug 15 07:18:09.506 INFO O| Aug 15 07:18:09.506 INFO copying /tmp/.tmpjfI385/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 ... |
| 10462 | 2026-08-15T07:18:10.392Z | [ recovery-image] Aug 15 07:18:09.522 INFO E| Compiling shared_child v1.1.1 |
| 10463 | 2026-08-15T07:18:10.630Z | [ recovery-image] Aug 15 07:18:09.759 INFO E| Compiling duct v1.1.1 |
| 10464 | 2026-08-15T07:18:10.723Z | [ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10465 | 2026-08-15T07:18:10.723Z | [ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO ok! |
| 10466 | 2026-08-15T07:18:10.727Z | [ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO STEP 107 (ensure_file) COMPLETE |
| 10467 | 2026-08-15T07:18:10.727Z | [ host-image] Aug 15 07:18:09.852 INFO O| Aug 15 07:18:09.852 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10468 | 2026-08-15T07:18:10.734Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10469 | 2026-08-15T07:18:10.735Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO copying /tmp/.tmpjfI385/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 ... |
| 10470 | 2026-08-15T07:18:10.738Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10471 | 2026-08-15T07:18:10.738Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO ok! |
| 10472 | 2026-08-15T07:18:10.738Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO STEP 108 (ensure_file) COMPLETE |
| 10473 | 2026-08-15T07:18:10.738Z | [ host-image] Aug 15 07:18:09.863 INFO O| Aug 15 07:18:09.863 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10474 | 2026-08-15T07:18:10.742Z | [ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10475 | 2026-08-15T07:18:10.742Z | [ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO copying /tmp/.tmpjfI385/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 ... |
| 10476 | 2026-08-15T07:18:10.742Z | [ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10477 | 2026-08-15T07:18:10.742Z | [ host-image] Aug 15 07:18:09.871 INFO O| Aug 15 07:18:09.871 INFO ok! |
| 10478 | 2026-08-15T07:18:10.743Z | [ host-image] Aug 15 07:18:09.872 INFO O| Aug 15 07:18:09.871 INFO STEP 109 (ensure_file) COMPLETE |
| 10479 | 2026-08-15T07:18:10.743Z | [ host-image] Aug 15 07:18:09.872 INFO O| Aug 15 07:18:09.872 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10480 | 2026-08-15T07:18:10.755Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10481 | 2026-08-15T07:18:10.755Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO copying /tmp/.tmpjfI385/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 ... |
| 10482 | 2026-08-15T07:18:10.759Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10483 | 2026-08-15T07:18:10.760Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO ok! |
| 10484 | 2026-08-15T07:18:10.760Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO STEP 110 (ensure_file) COMPLETE |
| 10485 | 2026-08-15T07:18:10.760Z | [ host-image] Aug 15 07:18:09.881 INFO O| Aug 15 07:18:09.881 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10486 | 2026-08-15T07:18:10.764Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10487 | 2026-08-15T07:18:10.764Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO copying /tmp/.tmpjfI385/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 ... |
| 10488 | 2026-08-15T07:18:10.765Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10489 | 2026-08-15T07:18:10.765Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO ok! |
| 10490 | 2026-08-15T07:18:10.765Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO STEP 111 (ensure_file) COMPLETE |
| 10491 | 2026-08-15T07:18:10.765Z | [ host-image] Aug 15 07:18:09.889 INFO O| Aug 15 07:18:09.889 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10492 | 2026-08-15T07:18:10.839Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10493 | 2026-08-15T07:18:10.839Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO copying /tmp/.tmpjfI385/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 ... |
| 10494 | 2026-08-15T07:18:10.839Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10495 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO ok! |
| 10496 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO STEP 112 (ensure_file) COMPLETE |
| 10497 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.899 INFO O| Aug 15 07:18:09.899 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10498 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10499 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO copying /tmp/.tmpjfI385/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 ... |
| 10500 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10501 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO ok! |
| 10502 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO STEP 113 (ensure_file) COMPLETE |
| 10503 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.907 INFO O| Aug 15 07:18:09.907 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10504 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10505 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10506 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10507 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO ok! |
| 10508 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO STEP 114 (ensure_file) COMPLETE |
| 10509 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.915 INFO O| Aug 15 07:18:09.915 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10510 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10511 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO copying /tmp/.tmpjfI385/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 ... |
| 10512 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10513 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO ok! |
| 10514 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO STEP 115 (ensure_file) COMPLETE |
| 10515 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.924 INFO O| Aug 15 07:18:09.924 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10516 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10517 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO copying /tmp/.tmpjfI385/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 ... |
| 10518 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10519 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO ok! |
| 10520 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO STEP 116 (ensure_file) COMPLETE |
| 10521 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.931 INFO O| Aug 15 07:18:09.931 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10522 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10523 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO copying /tmp/.tmpjfI385/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 ... |
| 10524 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10525 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO ok! |
| 10526 | 2026-08-15T07:18:10.840Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO STEP 117 (ensure_file) COMPLETE |
| 10527 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.938 INFO O| Aug 15 07:18:09.938 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10528 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10529 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10530 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10531 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO ok! |
| 10532 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO STEP 118 (ensure_file) COMPLETE |
| 10533 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.946 INFO O| Aug 15 07:18:09.946 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10534 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10535 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO copying /tmp/.tmpjfI385/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 ... |
| 10536 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10537 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO ok! |
| 10538 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO STEP 119 (ensure_file) COMPLETE |
| 10539 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.954 INFO O| Aug 15 07:18:09.954 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10540 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.962 INFO O| Aug 15 07:18:09.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10541 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.962 INFO O| Aug 15 07:18:09.962 INFO copying /tmp/.tmpjfI385/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 ... |
| 10542 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10543 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO ok! |
| 10544 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO STEP 120 (ensure_file) COMPLETE |
| 10545 | 2026-08-15T07:18:10.841Z | [ host-image] Aug 15 07:18:09.963 INFO O| Aug 15 07:18:09.963 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10546 | 2026-08-15T07:18:10.846Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10547 | 2026-08-15T07:18:10.847Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO copying /tmp/.tmpjfI385/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 ... |
| 10548 | 2026-08-15T07:18:10.847Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10549 | 2026-08-15T07:18:10.847Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO ok! |
| 10550 | 2026-08-15T07:18:10.847Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO STEP 121 (ensure_file) COMPLETE |
| 10551 | 2026-08-15T07:18:10.847Z | [ host-image] Aug 15 07:18:09.970 INFO O| Aug 15 07:18:09.970 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10552 | 2026-08-15T07:18:10.852Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10553 | 2026-08-15T07:18:10.852Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO copying /tmp/.tmpjfI385/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 ... |
| 10554 | 2026-08-15T07:18:10.852Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10555 | 2026-08-15T07:18:10.852Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO ok! |
| 10556 | 2026-08-15T07:18:10.855Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO STEP 122 (ensure_file) COMPLETE |
| 10557 | 2026-08-15T07:18:10.855Z | [ host-image] Aug 15 07:18:09.978 INFO O| Aug 15 07:18:09.978 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10558 | 2026-08-15T07:18:10.860Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10559 | 2026-08-15T07:18:10.860Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO copying /tmp/.tmpjfI385/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 ... |
| 10560 | 2026-08-15T07:18:10.860Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10561 | 2026-08-15T07:18:10.861Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO ok! |
| 10562 | 2026-08-15T07:18:10.861Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO STEP 123 (ensure_file) COMPLETE |
| 10563 | 2026-08-15T07:18:10.861Z | [ host-image] Aug 15 07:18:09.986 INFO O| Aug 15 07:18:09.986 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10564 | 2026-08-15T07:18:10.865Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10565 | 2026-08-15T07:18:10.868Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO copying /tmp/.tmpjfI385/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 ... |
| 10566 | 2026-08-15T07:18:10.868Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10567 | 2026-08-15T07:18:10.868Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO ok! |
| 10568 | 2026-08-15T07:18:10.868Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO STEP 124 (ensure_file) COMPLETE |
| 10569 | 2026-08-15T07:18:10.868Z | [ host-image] Aug 15 07:18:09.994 INFO O| Aug 15 07:18:09.994 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10570 | 2026-08-15T07:18:10.876Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10571 | 2026-08-15T07:18:10.877Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO copying /tmp/.tmpjfI385/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 ... |
| 10572 | 2026-08-15T07:18:10.877Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10573 | 2026-08-15T07:18:10.877Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO ok! |
| 10574 | 2026-08-15T07:18:10.877Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO STEP 125 (ensure_file) COMPLETE |
| 10575 | 2026-08-15T07:18:10.877Z | [ host-image] Aug 15 07:18:10.002 INFO O| Aug 15 07:18:10.002 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10576 | 2026-08-15T07:18:10.881Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10577 | 2026-08-15T07:18:10.881Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO copying /tmp/.tmpjfI385/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 ... |
| 10578 | 2026-08-15T07:18:10.882Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10579 | 2026-08-15T07:18:10.882Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO ok! |
| 10580 | 2026-08-15T07:18:10.882Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO STEP 126 (ensure_file) COMPLETE |
| 10581 | 2026-08-15T07:18:10.882Z | [ host-image] Aug 15 07:18:10.010 INFO O| Aug 15 07:18:10.010 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10582 | 2026-08-15T07:18:10.889Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10583 | 2026-08-15T07:18:10.889Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO copying /tmp/.tmpjfI385/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 ... |
| 10584 | 2026-08-15T07:18:10.893Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10585 | 2026-08-15T07:18:10.893Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO ok! |
| 10586 | 2026-08-15T07:18:10.893Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO STEP 127 (ensure_file) COMPLETE |
| 10587 | 2026-08-15T07:18:10.893Z | [ host-image] Aug 15 07:18:10.018 INFO O| Aug 15 07:18:10.018 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10588 | 2026-08-15T07:18:10.902Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10589 | 2026-08-15T07:18:10.902Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO copying /tmp/.tmpjfI385/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 ... |
| 10590 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10591 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO ok! |
| 10592 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO STEP 128 (ensure_file) COMPLETE |
| 10593 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.027 INFO O| Aug 15 07:18:10.027 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10594 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10595 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO copying /tmp/.tmpjfI385/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 ... |
| 10596 | 2026-08-15T07:18:10.913Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10597 | 2026-08-15T07:18:10.915Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO ok! |
| 10598 | 2026-08-15T07:18:10.915Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO STEP 129 (ensure_file) COMPLETE |
| 10599 | 2026-08-15T07:18:10.915Z | [ host-image] Aug 15 07:18:10.036 INFO O| Aug 15 07:18:10.036 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10600 | 2026-08-15T07:18:10.921Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10601 | 2026-08-15T07:18:10.921Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO copying /tmp/.tmpjfI385/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 ... |
| 10602 | 2026-08-15T07:18:10.921Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10603 | 2026-08-15T07:18:10.921Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO ok! |
| 10604 | 2026-08-15T07:18:10.921Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO STEP 130 (ensure_file) COMPLETE |
| 10605 | 2026-08-15T07:18:10.922Z | [ host-image] Aug 15 07:18:10.043 INFO O| Aug 15 07:18:10.043 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10606 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10607 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO copying /tmp/.tmpjfI385/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 ... |
| 10608 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10609 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO ok! |
| 10610 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO STEP 131 (ensure_file) COMPLETE |
| 10611 | 2026-08-15T07:18:10.925Z | [ host-image] Aug 15 07:18:10.051 INFO O| Aug 15 07:18:10.051 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10612 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10613 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO copying /tmp/.tmpjfI385/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 ... |
| 10614 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10615 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO ok! |
| 10616 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO STEP 132 (ensure_file) COMPLETE |
| 10617 | 2026-08-15T07:18:10.930Z | [ host-image] Aug 15 07:18:10.059 INFO O| Aug 15 07:18:10.059 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10618 | 2026-08-15T07:18:10.940Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10619 | 2026-08-15T07:18:10.941Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO copying /tmp/.tmpjfI385/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 ... |
| 10620 | 2026-08-15T07:18:10.941Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10621 | 2026-08-15T07:18:10.941Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO ok! |
| 10622 | 2026-08-15T07:18:10.941Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO STEP 133 (ensure_file) COMPLETE |
| 10623 | 2026-08-15T07:18:10.941Z | [ host-image] Aug 15 07:18:10.067 INFO O| Aug 15 07:18:10.067 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10624 | 2026-08-15T07:18:10.949Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10625 | 2026-08-15T07:18:10.949Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO copying /tmp/.tmpjfI385/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 ... |
| 10626 | 2026-08-15T07:18:10.949Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10627 | 2026-08-15T07:18:10.950Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO ok! |
| 10628 | 2026-08-15T07:18:10.950Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO STEP 134 (ensure_file) COMPLETE |
| 10629 | 2026-08-15T07:18:10.950Z | [ host-image] Aug 15 07:18:10.076 INFO O| Aug 15 07:18:10.076 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10630 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10631 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO copying /tmp/.tmpjfI385/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 ... |
| 10632 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10633 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO ok! |
| 10634 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO STEP 135 (ensure_file) COMPLETE |
| 10635 | 2026-08-15T07:18:10.957Z | [ host-image] Aug 15 07:18:10.084 INFO O| Aug 15 07:18:10.084 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10636 | 2026-08-15T07:18:10.966Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10637 | 2026-08-15T07:18:10.966Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO copying /tmp/.tmpjfI385/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 ... |
| 10638 | 2026-08-15T07:18:10.971Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10639 | 2026-08-15T07:18:10.971Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO ok! |
| 10640 | 2026-08-15T07:18:10.971Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO STEP 136 (ensure_file) COMPLETE |
| 10641 | 2026-08-15T07:18:10.971Z | [ host-image] Aug 15 07:18:10.094 INFO O| Aug 15 07:18:10.094 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10642 | 2026-08-15T07:18:10.992Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10643 | 2026-08-15T07:18:10.992Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10644 | 2026-08-15T07:18:10.992Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10645 | 2026-08-15T07:18:10.992Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO ok! |
| 10646 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO STEP 137 (ensure_file) COMPLETE |
| 10647 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.104 INFO O| Aug 15 07:18:10.104 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10648 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10649 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO copying /tmp/.tmpjfI385/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 ... |
| 10650 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10651 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO ok! |
| 10652 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO STEP 138 (ensure_file) COMPLETE |
| 10653 | 2026-08-15T07:18:10.993Z | [ host-image] Aug 15 07:18:10.113 INFO O| Aug 15 07:18:10.113 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10654 | 2026-08-15T07:18:10.996Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10655 | 2026-08-15T07:18:10.997Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10656 | 2026-08-15T07:18:10.997Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10657 | 2026-08-15T07:18:10.997Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO ok! |
| 10658 | 2026-08-15T07:18:10.997Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO STEP 139 (ensure_file) COMPLETE |
| 10659 | 2026-08-15T07:18:10.997Z | [ host-image] Aug 15 07:18:10.123 INFO O| Aug 15 07:18:10.123 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10660 | 2026-08-15T07:18:11.003Z | [ host-image] Aug 15 07:18:10.132 INFO O| Aug 15 07:18:10.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10661 | 2026-08-15T07:18:11.003Z | [ host-image] Aug 15 07:18:10.132 INFO O| Aug 15 07:18:10.132 INFO copying /tmp/.tmpjfI385/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10662 | 2026-08-15T07:18:12.811Z | [ recovery-image] Aug 15 07:18:11.940 INFO E| Compiling clap_derive v4.6.1 |
| 10663 | 2026-08-15T07:18:14.342Z | [ recovery-image] Aug 15 07:18:13.471 INFO E| Compiling clap v4.6.1 |
| 10664 | 2026-08-15T07:18:14.419Z | [ recovery-image] Aug 15 07:18:13.547 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10665 | 2026-08-15T07:18:15.536Z | [ recovery-image] Aug 15 07:18:14.665 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s |
| 10666 | 2026-08-15T07:18:15.544Z | [ recovery-image] Aug 15 07:18:14.671 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10667 | 2026-08-15T07:18:15.858Z | [ recovery-image] Aug 15 07:18:14.987 INFO E| Downloading crates ... |
| 10668 | 2026-08-15T07:18:15.910Z | [ recovery-image] Aug 15 07:18:15.039 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10669 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.042 INFO E| Downloaded bit_field v0.10.3 |
| 10670 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.046 INFO E| Downloaded bitstruct v0.1.1 |
| 10671 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.055 INFO E| Downloaded log v0.4.32 |
| 10672 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.057 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10673 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.059 INFO E| Downloaded cpio_reader v0.1.2 |
| 10674 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.060 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10675 | 2026-08-15T07:18:15.956Z | [ recovery-image] Aug 15 07:18:15.063 INFO E| Downloaded bitflags v2.13.0 |
| 10676 | 2026-08-15T07:18:15.969Z | [ recovery-image] Aug 15 07:18:15.098 INFO E| Downloaded goblin v0.10.7 |
| 10677 | 2026-08-15T07:18:16.109Z | [ recovery-image] Aug 15 07:18:15.218 INFO E| Downloaded x86 v0.52.0 |
| 10678 | 2026-08-15T07:18:16.141Z | [ recovery-image] Aug 15 07:18:15.255 INFO E| Updating crates.io index |
| 10679 | 2026-08-15T07:18:16.177Z | [ recovery-image] Aug 15 07:18:15.307 INFO E| Downloading crates ... |
| 10680 | 2026-08-15T07:18:16.202Z | [ recovery-image] Aug 15 07:18:15.331 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10681 | 2026-08-15T07:18:16.211Z | [ recovery-image] Aug 15 07:18:15.332 INFO E| Downloaded hashbrown v0.17.1 |
| 10682 | 2026-08-15T07:18:16.259Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10683 | 2026-08-15T07:18:16.259Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10684 | 2026-08-15T07:18:16.281Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling proc-macro2 v1.0.106 |
| 10685 | 2026-08-15T07:18:16.281Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling quote v1.0.45 |
| 10686 | 2026-08-15T07:18:16.281Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling unicode-ident v1.0.24 |
| 10687 | 2026-08-15T07:18:16.281Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling syn v1.0.109 |
| 10688 | 2026-08-15T07:18:16.282Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling x86 v0.52.0 |
| 10689 | 2026-08-15T07:18:16.282Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10690 | 2026-08-15T07:18:16.282Z | [ recovery-image] Aug 15 07:18:15.388 INFO E| Compiling seq-macro v0.3.6 |
| 10691 | 2026-08-15T07:18:17.685Z | [ recovery-image] Aug 15 07:18:16.814 INFO E| Compiling syn v2.0.117 |
| 10692 | 2026-08-15T07:18:19.442Z | [ recovery-image] Aug 15 07:18:18.572 INFO E| Compiling scroll_derive v0.13.1 |
| 10693 | 2026-08-15T07:18:20.876Z | [ recovery-image] Aug 15 07:18:19.993 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10694 | 2026-08-15T07:18:27.042Z | [ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10695 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO ok! |
| 10696 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO STEP 140 (ensure_file) COMPLETE |
| 10697 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.211 INFO O| Aug 15 07:18:23.211 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10698 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10699 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO STEP 141 (ensure_dir) COMPLETE |
| 10700 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.221 INFO O| Aug 15 07:18:23.221 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10701 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10702 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO STEP 142 (ensure_dir) COMPLETE |
| 10703 | 2026-08-15T07:18:27.043Z | [ host-image] Aug 15 07:18:23.230 INFO O| Aug 15 07:18:23.230 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10704 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10705 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO STEP 143 (ensure_dir) COMPLETE |
| 10706 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.240 INFO O| Aug 15 07:18:23.240 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10707 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10708 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO STEP 144 (ensure_dir) COMPLETE |
| 10709 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.247 INFO O| Aug 15 07:18:23.247 INFO STEP 145: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10710 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10711 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO copying /tmp/.tmpjfI385/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 ... |
| 10712 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10713 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO ok! |
| 10714 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO STEP 145 (ensure_file) COMPLETE |
| 10715 | 2026-08-15T07:18:27.044Z | [ host-image] Aug 15 07:18:23.257 INFO O| Aug 15 07:18:23.257 INFO STEP 146: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10716 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10717 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10718 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10719 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO STEP 146 (ensure_dir) COMPLETE |
| 10720 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.264 INFO O| Aug 15 07:18:23.264 INFO STEP 147: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10721 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.271 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10722 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO copying /tmp/.tmpjfI385/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10723 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10724 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO ok! |
| 10725 | 2026-08-15T07:18:27.045Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO STEP 147 (ensure_file) COMPLETE |
| 10726 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.272 INFO O| Aug 15 07:18:23.272 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10727 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10728 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO STEP 148 (remove_files) COMPLETE |
| 10729 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.278 INFO O| Aug 15 07:18:23.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10730 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10731 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO STEP 149 (remove_files) COMPLETE |
| 10732 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.285 INFO O| Aug 15 07:18:23.285 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10733 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10734 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO STEP 150 (remove_files) COMPLETE |
| 10735 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.291 INFO O| Aug 15 07:18:23.291 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10736 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.300 INFO O| Aug 15 07:18:23.300 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10737 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.301 INFO O| Aug 15 07:18:23.300 INFO STEP 151 (remove_files) COMPLETE |
| 10738 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.301 INFO O| Aug 15 07:18:23.300 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10739 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10740 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO STEP 152 (remove_files) COMPLETE |
| 10741 | 2026-08-15T07:18:27.048Z | [ host-image] Aug 15 07:18:23.309 INFO O| Aug 15 07:18:23.309 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10742 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10743 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO STEP 153 (remove_files) COMPLETE |
| 10744 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.317 INFO O| Aug 15 07:18:23.317 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10745 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10746 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO STEP 154 (remove_files) COMPLETE |
| 10747 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.325 INFO O| Aug 15 07:18:23.325 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10748 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10749 | 2026-08-15T07:18:27.050Z | [ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO STEP 155 (remove_files) COMPLETE |
| 10750 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.333 INFO O| Aug 15 07:18:23.333 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10751 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10752 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO STEP 156 (remove_files) COMPLETE |
| 10753 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.342 INFO O| Aug 15 07:18:23.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10754 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10755 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO STEP 157 (remove_files) COMPLETE |
| 10756 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.350 INFO O| Aug 15 07:18:23.350 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10757 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10758 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO STEP 158 (remove_files) COMPLETE |
| 10759 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.357 INFO O| Aug 15 07:18:23.357 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10760 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10761 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO STEP 159 (remove_files) COMPLETE |
| 10762 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.364 INFO O| Aug 15 07:18:23.364 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10763 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.372 INFO O| Aug 15 07:18:23.372 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10764 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.373 INFO O| Aug 15 07:18:23.372 INFO STEP 160 (remove_files) COMPLETE |
| 10765 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.373 INFO O| Aug 15 07:18:23.373 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10766 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10767 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO STEP 161 (remove_files) COMPLETE |
| 10768 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.380 INFO O| Aug 15 07:18:23.380 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10769 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10770 | 2026-08-15T07:18:27.069Z | [ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO STEP 162 (remove_files) COMPLETE |
| 10771 | 2026-08-15T07:18:27.070Z | [ host-image] Aug 15 07:18:23.389 INFO O| Aug 15 07:18:23.389 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10772 | 2026-08-15T07:18:27.070Z | [ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10773 | 2026-08-15T07:18:27.070Z | [ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO STEP 163 (remove_files) COMPLETE |
| 10774 | 2026-08-15T07:18:27.070Z | [ host-image] Aug 15 07:18:23.396 INFO O| Aug 15 07:18:23.396 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10775 | 2026-08-15T07:18:27.070Z | [ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10776 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO STEP 164 (remove_files) COMPLETE |
| 10777 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.403 INFO O| Aug 15 07:18:23.403 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10778 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.410 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10779 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.411 INFO STEP 165 (remove_files) COMPLETE |
| 10780 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.411 INFO O| Aug 15 07:18:23.411 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10781 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10782 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO STEP 166 (remove_files) COMPLETE |
| 10783 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.418 INFO O| Aug 15 07:18:23.418 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10784 | 2026-08-15T07:18:27.072Z | [ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10785 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO STEP 167 (remove_files) COMPLETE |
| 10786 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.425 INFO O| Aug 15 07:18:23.425 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10787 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10788 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO STEP 168 (remove_files) COMPLETE |
| 10789 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.433 INFO O| Aug 15 07:18:23.433 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10790 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10791 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO STEP 169 (remove_files) COMPLETE |
| 10792 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.441 INFO O| Aug 15 07:18:23.441 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10793 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10794 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO STEP 170 (remove_files) COMPLETE |
| 10795 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.449 INFO O| Aug 15 07:18:23.449 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10796 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10797 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO STEP 171 (remove_files) COMPLETE |
| 10798 | 2026-08-15T07:18:27.073Z | [ host-image] Aug 15 07:18:23.456 INFO O| Aug 15 07:18:23.456 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10799 | 2026-08-15T07:18:27.074Z | [ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10800 | 2026-08-15T07:18:27.074Z | [ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO STEP 172 (remove_files) COMPLETE |
| 10801 | 2026-08-15T07:18:27.074Z | [ host-image] Aug 15 07:18:23.463 INFO O| Aug 15 07:18:23.463 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10802 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10803 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO STEP 173 (remove_files) COMPLETE |
| 10804 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.470 INFO O| Aug 15 07:18:23.470 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10805 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10806 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO STEP 174 (remove_files) COMPLETE |
| 10807 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.477 INFO O| Aug 15 07:18:23.477 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10808 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10809 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO STEP 175 (remove_files) COMPLETE |
| 10810 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.485 INFO O| Aug 15 07:18:23.485 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10811 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10812 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO STEP 176 (remove_files) COMPLETE |
| 10813 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.493 INFO O| Aug 15 07:18:23.493 INFO STEP 177: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10814 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.503 INFO O| Aug 15 07:18:23.503 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10815 | 2026-08-15T07:18:27.075Z | [ host-image] Aug 15 07:18:23.504 INFO O| Aug 15 07:18:23.503 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10816 | 2026-08-15T07:18:28.139Z | [ host-image] Aug 15 07:18:27.268 INFO O| Aug 15 07:18:27.268 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80 |
| 10817 | 2026-08-15T07:18:28.139Z | [ host-image] Aug 15 07:18:27.268 INFO O| Aug 15 07:18:27.268 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10818 | 2026-08-15T07:18:28.152Z | [ host-image] Aug 15 07:18:27.281 INFO O| Aug 15 07:18:27.281 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10819 | 2026-08-15T07:18:28.252Z | [ host-image] Aug 15 07:18:27.381 INFO O| Aug 15 07:18:27.381 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"} |
| 10820 | 2026-08-15T07:18:28.309Z | [ host-image] Aug 15 07:18:27.439 INFO O| Aug 15 07:18:27.439 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"} |
| 10821 | 2026-08-15T07:18:28.376Z | [ host-image] Aug 15 07:18:27.505 INFO O| Aug 15 07:18:27.505 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10822 | 2026-08-15T07:18:28.376Z | [ host-image] Aug 15 07:18:27.505 INFO O| Aug 15 07:18:27.505 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10823 | 2026-08-15T07:18:28.436Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10824 | 2026-08-15T07:18:28.436Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO ok! |
| 10825 | 2026-08-15T07:18:28.440Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10826 | 2026-08-15T07:18:28.440Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO STEP 177 (seed_smf) COMPLETE |
| 10827 | 2026-08-15T07:18:28.440Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO steps complete; finalising image! |
| 10828 | 2026-08-15T07:18:28.440Z | [ host-image] Aug 15 07:18:27.566 INFO O| Aug 15 07:18:27.566 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10829 | 2026-08-15T07:18:28.488Z | [ host-image] Aug 15 07:18:27.617 INFO O| Aug 15 07:18:27.617 INFO trim TEMPORARY-sled-zfs: (1% trimmed, started at Sat Aug 15 07:18:27 2026) |
| 10830 | 2026-08-15T07:18:28.709Z | [ host-image] Aug 15 07:18:27.839 INFO O| Aug 15 07:18:27.839 INFO temporary pool has 937M used, 86.7M avail, 1.80x compressratio |
| 10831 | 2026-08-15T07:18:28.710Z | [ host-image] Aug 15 07:18:27.839 INFO O| Aug 15 07:18:27.839 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10832 | 2026-08-15T07:18:29.073Z | [ host-image] Aug 15 07:18:28.202 INFO O| Aug 15 07:18:28.202 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10833 | 2026-08-15T07:18:29.073Z | [ host-image] Aug 15 07:18:28.202 INFO O| Aug 15 07:18:28.202 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10834 | 2026-08-15T07:18:29.943Z | [ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10835 | 2026-08-15T07:18:29.943Z | [ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10836 | 2026-08-15T07:18:29.947Z | [ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10837 | 2026-08-15T07:18:29.948Z | [ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO completed processing sled/zfs |
| 10838 | 2026-08-15T07:18:29.948Z | [ host-image] Aug 15 07:18:29.072 INFO O| Aug 15 07:18:29.072 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10839 | 2026-08-15T07:18:30.697Z | [ recovery-image] Aug 15 07:18:29.826 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10840 | 2026-08-15T07:18:32.857Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitflags v1.3.2 |
| 10841 | 2026-08-15T07:18:32.857Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling adler2 v2.0.1 |
| 10842 | 2026-08-15T07:18:32.857Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitflags v2.13.0 |
| 10843 | 2026-08-15T07:18:32.861Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling plain v0.2.3 |
| 10844 | 2026-08-15T07:18:32.861Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling log v0.4.32 |
| 10845 | 2026-08-15T07:18:32.861Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling scroll v0.13.0 |
| 10846 | 2026-08-15T07:18:32.861Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bit_field v0.10.3 |
| 10847 | 2026-08-15T07:18:32.863Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling static_assertions v1.1.0 |
| 10848 | 2026-08-15T07:18:32.863Z | [ recovery-image] Aug 15 07:18:31.987 INFO E| Compiling bitstruct v0.1.1 |
| 10849 | 2026-08-15T07:18:32.951Z | [ recovery-image] Aug 15 07:18:32.072 INFO E| Compiling raw-cpuid v10.7.0 |
| 10850 | 2026-08-15T07:18:33.067Z | [ recovery-image] Aug 15 07:18:32.196 INFO E| Compiling miniz_oxide v0.9.1 |
| 10851 | 2026-08-15T07:18:33.115Z | [ recovery-image] Aug 15 07:18:32.245 INFO E| Compiling cpio_reader v0.1.2 |
| 10852 | 2026-08-15T07:18:33.162Z | [ recovery-image] Aug 15 07:18:32.290 INFO E| Compiling goblin v0.10.7 |
| 10853 | 2026-08-15T07:18:36.047Z | [ recovery-image] Aug 15 07:18:35.176 INFO E| Finished `release` profile [optimized] target(s) in 20.48s |
| 10854 | 2026-08-15T07:18:36.064Z | [ recovery-image] Aug 15 07:18:35.193 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10855 | 2026-08-15T07:18:36.069Z | [ recovery-image] Aug 15 07:18:35.193 INFO building ROM for gimlet |
| 10856 | 2026-08-15T07:18:36.069Z | [ recovery-image] Aug 15 07:18:35.193 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10857 | 2026-08-15T07:18:36.140Z | [ recovery-image] Aug 15 07:18:35.270 INFO E| Downloading crates ... |
| 10858 | 2026-08-15T07:18:36.183Z | [ recovery-image] Aug 15 07:18:35.312 INFO E| Downloaded anstream v0.6.18 |
| 10859 | 2026-08-15T07:18:36.187Z | [ recovery-image] Aug 15 07:18:35.314 INFO E| Downloaded anstyle-query v1.1.2 |
| 10860 | 2026-08-15T07:18:36.187Z | [ recovery-image] Aug 15 07:18:35.316 INFO E| Downloaded serde_spanned v0.6.8 |
| 10861 | 2026-08-15T07:18:36.187Z | [ recovery-image] Aug 15 07:18:35.317 INFO E| Downloaded os_pipe v1.2.1 |
| 10862 | 2026-08-15T07:18:36.192Z | [ recovery-image] Aug 15 07:18:35.318 INFO E| Downloaded toml_datetime v0.6.9 |
| 10863 | 2026-08-15T07:18:36.195Z | [ recovery-image] Aug 15 07:18:35.322 INFO E| Downloaded clap_lex v0.7.4 |
| 10864 | 2026-08-15T07:18:36.195Z | [ recovery-image] Aug 15 07:18:35.324 INFO E| Downloaded colorchoice v1.0.3 |
| 10865 | 2026-08-15T07:18:36.200Z | [ recovery-image] Aug 15 07:18:35.330 INFO E| Downloaded shared_child v1.0.1 |
| 10866 | 2026-08-15T07:18:36.204Z | [ recovery-image] Aug 15 07:18:35.331 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10867 | 2026-08-15T07:18:36.207Z | [ recovery-image] Aug 15 07:18:35.335 INFO E| Downloaded anstyle v1.0.10 |
| 10868 | 2026-08-15T07:18:36.207Z | [ recovery-image] Aug 15 07:18:35.336 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10869 | 2026-08-15T07:18:36.211Z | [ recovery-image] Aug 15 07:18:35.337 INFO E| Downloaded toml_write v0.1.1 |
| 10870 | 2026-08-15T07:18:36.215Z | [ recovery-image] Aug 15 07:18:35.343 INFO E| Downloaded duct v0.13.7 |
| 10871 | 2026-08-15T07:18:36.215Z | [ recovery-image] Aug 15 07:18:35.344 INFO E| Downloaded clap_derive v4.5.32 |
| 10872 | 2026-08-15T07:18:36.221Z | [ recovery-image] Aug 15 07:18:35.351 INFO E| Downloaded clap v4.5.37 |
| 10873 | 2026-08-15T07:18:36.228Z | [ recovery-image] Aug 15 07:18:35.358 INFO E| Downloaded toml v0.8.22 |
| 10874 | 2026-08-15T07:18:36.247Z | [ recovery-image] Aug 15 07:18:35.376 INFO E| Downloaded cc v1.2.20 |
| 10875 | 2026-08-15T07:18:36.250Z | [ recovery-image] Aug 15 07:18:35.378 INFO E| Downloaded clap_builder v4.5.37 |
| 10876 | 2026-08-15T07:18:36.254Z | [ recovery-image] Aug 15 07:18:35.381 INFO E| Downloaded toml_edit v0.22.26 |
| 10877 | 2026-08-15T07:18:36.271Z | [ recovery-image] Aug 15 07:18:35.400 INFO E| Downloaded winnow v0.7.7 |
| 10878 | 2026-08-15T07:18:36.285Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling libc v0.2.172 |
| 10879 | 2026-08-15T07:18:36.286Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling utf8parse v0.2.2 |
| 10880 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling equivalent v1.0.2 |
| 10881 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling anstyle v1.0.10 |
| 10882 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling once_cell v1.21.3 |
| 10883 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling shlex v1.3.0 |
| 10884 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling colorchoice v1.0.3 |
| 10885 | 2026-08-15T07:18:36.289Z | [ recovery-image] Aug 15 07:18:35.415 INFO E| Compiling hashbrown v0.15.2 |
| 10886 | 2026-08-15T07:18:36.303Z | [ recovery-image] Aug 15 07:18:35.432 INFO E| Compiling anstyle-query v1.1.2 |
| 10887 | 2026-08-15T07:18:36.307Z | [ recovery-image] Aug 15 07:18:35.432 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10888 | 2026-08-15T07:18:36.309Z | [ recovery-image] Aug 15 07:18:35.433 INFO E| Compiling clap_lex v0.7.4 |
| 10889 | 2026-08-15T07:18:36.309Z | [ recovery-image] Aug 15 07:18:35.433 INFO E| Compiling winnow v0.7.7 |
| 10890 | 2026-08-15T07:18:36.312Z | [ recovery-image] Aug 15 07:18:35.439 INFO E| Compiling anyhow v1.0.98 |
| 10891 | 2026-08-15T07:18:36.312Z | [ recovery-image] Aug 15 07:18:35.439 INFO E| Compiling strsim v0.11.1 |
| 10892 | 2026-08-15T07:18:36.319Z | [ recovery-image] Aug 15 07:18:35.449 INFO E| Compiling toml_write v0.1.1 |
| 10893 | 2026-08-15T07:18:36.324Z | [ recovery-image] Aug 15 07:18:35.449 INFO E| Compiling syn v2.0.101 |
| 10894 | 2026-08-15T07:18:36.424Z | [ recovery-image] Aug 15 07:18:35.553 INFO E| Compiling anstyle-parse v0.2.6 |
| 10895 | 2026-08-15T07:18:36.459Z | [ recovery-image] Aug 15 07:18:35.588 INFO E| Compiling cc v1.2.20 |
| 10896 | 2026-08-15T07:18:36.564Z | [ recovery-image] Aug 15 07:18:35.692 INFO E| Compiling anstream v0.6.18 |
| 10897 | 2026-08-15T07:18:36.759Z | [ recovery-image] Aug 15 07:18:35.888 INFO E| Compiling clap_builder v4.5.37 |
| 10898 | 2026-08-15T07:18:36.768Z | [ recovery-image] Aug 15 07:18:35.897 INFO E| Compiling indexmap v2.9.0 |
| 10899 | 2026-08-15T07:18:36.895Z | [ recovery-image] Aug 15 07:18:36.024 INFO E| Compiling os_pipe v1.2.1 |
| 10900 | 2026-08-15T07:18:36.895Z | [ recovery-image] Aug 15 07:18:36.024 INFO E| Compiling shared_child v1.0.1 |
| 10901 | 2026-08-15T07:18:37.008Z | [ recovery-image] Aug 15 07:18:36.137 INFO E| Compiling duct v0.13.7 |
| 10902 | 2026-08-15T07:18:37.465Z | [ recovery-image] Aug 15 07:18:36.594 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10903 | 2026-08-15T07:18:38.382Z | [ recovery-image] Aug 15 07:18:37.511 INFO E| Compiling serde_derive v1.0.219 |
| 10904 | 2026-08-15T07:18:38.382Z | [ recovery-image] Aug 15 07:18:37.511 INFO E| Compiling clap_derive v4.5.32 |
| 10905 | 2026-08-15T07:18:39.616Z | [ recovery-image] Aug 15 07:18:38.745 INFO E| Compiling clap v4.5.37 |
| 10906 | 2026-08-15T07:18:40.181Z | [ recovery-image] Aug 15 07:18:39.310 INFO E| Compiling serde v1.0.219 |
| 10907 | 2026-08-15T07:18:41.829Z | [ recovery-image] Aug 15 07:18:40.958 INFO E| Compiling toml_datetime v0.6.9 |
| 10908 | 2026-08-15T07:18:41.829Z | [ recovery-image] Aug 15 07:18:40.958 INFO E| Compiling serde_spanned v0.6.8 |
| 10909 | 2026-08-15T07:18:41.975Z | [ recovery-image] Aug 15 07:18:41.104 INFO E| Compiling toml_edit v0.22.26 |
| 10910 | 2026-08-15T07:18:43.116Z | [ recovery-image] Aug 15 07:18:42.245 INFO E| Compiling toml v0.8.22 |
| 10911 | 2026-08-15T07:18:43.148Z | [ host-image] Aug 15 07:18:42.278 INFO O| Aug 15 07:18:42.278 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10912 | 2026-08-15T07:18:43.233Z | [ host-image] Aug 15 07:18:42.362 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 10913 | 2026-08-15T07:18:43.237Z | [ host-image] Aug 15 07:18:42.362 INFO expanded image name: "ci c47b10a/${os_short_commit} 2026-08-15 07:03" -> "ci c47b10a/aaf8e74 2026-08-15 07:03" |
| 10914 | 2026-08-15T07:18:43.241Z | [ host-image] Aug 15 07:18:42.362 INFO output artefacts stored in: "/work/os-host" |
| 10915 | 2026-08-15T07:18:43.241Z | [ host-image] Aug 15 07:18:42.362 INFO collecting git info from project "bootserver"... |
| 10916 | 2026-08-15T07:18:43.241Z | [ host-image] Aug 15 07:18:42.368 INFO collecting git info from project "pinprick"... |
| 10917 | 2026-08-15T07:18:43.245Z | [ host-image] Aug 15 07:18:42.373 INFO collecting git info from project "phbl"... |
| 10918 | 2026-08-15T07:18:43.248Z | [ host-image] Aug 15 07:18:42.377 INFO collecting git info from project "chelsio-t6-roms"... |
| 10919 | 2026-08-15T07:18:43.252Z | [ host-image] Aug 15 07:18:42.381 INFO collecting git info from project "dmar-report"... |
| 10920 | 2026-08-15T07:18:43.256Z | [ host-image] Aug 15 07:18:42.385 INFO collecting git info from project "amd-host-image-builder"... |
| 10921 | 2026-08-15T07:18:43.261Z | [ host-image] Aug 15 07:18:42.390 INFO collecting git info from project "image-builder"... |
| 10922 | 2026-08-15T07:18:43.265Z | [ host-image] Aug 15 07:18:42.395 INFO collecting git info from project "amd-firmware"... |
| 10923 | 2026-08-15T07:18:43.277Z | [ host-image] Aug 15 07:18:42.406 INFO collecting git info from project "pilot"... |
| 10924 | 2026-08-15T07:18:43.281Z | [ host-image] Aug 15 07:18:42.411 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10925 | 2026-08-15T07:18:43.601Z | [ host-image] Aug 15 07:18:42.730 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10926 | 2026-08-15T07:18:43.874Z | [ host-image] Aug 15 07:18:43.003 INFO creating Oxide boot image... |
| 10927 | 2026-08-15T07:18:43.874Z | [ host-image] Aug 15 07:18:43.003 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci c47b10a/aaf8e74 2026-08-15 07:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10928 | 2026-08-15T07:18:44.678Z | [ host-image] Aug 15 07:18:43.807 INFO O| ok, image written! |
| 10929 | 2026-08-15T07:18:44.678Z | [ host-image] Aug 15 07:18:43.807 INFO O| ok, boot_image_csum file written! |
| 10930 | 2026-08-15T07:18:44.682Z | [ host-image] Aug 15 07:18:43.809 INFO creating boot archive (CPIO)... |
| 10931 | 2026-08-15T07:18:44.682Z | [ host-image] Aug 15 07:18:43.809 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 |
| 10932 | 2026-08-15T07:18:44.685Z | [ host-image] Aug 15 07:18:43.813 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10933 | 2026-08-15T07:18:44.686Z | [ host-image] Aug 15 07:18:43.813 INFO E| + outfile=/work/os-host/cpio |
| 10934 | 2026-08-15T07:18:44.686Z | [ host-image] Aug 15 07:18:43.813 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10935 | 2026-08-15T07:18:44.689Z | [ host-image] Aug 15 07:18:43.815 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10936 | 2026-08-15T07:18:44.689Z | [ host-image] Aug 15 07:18:43.815 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10937 | 2026-08-15T07:18:44.711Z | [ host-image] Aug 15 07:18:43.841 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10938 | 2026-08-15T07:18:44.715Z | [ host-image] Aug 15 07:18:43.841 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10939 | 2026-08-15T07:18:44.719Z | [ host-image] Aug 15 07:18:43.847 INFO creating compressed cpio/unix for dev loaders... |
| 10940 | 2026-08-15T07:18:44.719Z | [ host-image] Aug 15 07:18:43.847 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 |
| 10941 | 2026-08-15T07:18:44.939Z | [ host-image] Aug 15 07:18:44.068 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10942 | 2026-08-15T07:18:45.202Z | [ recovery-image] Aug 15 07:18:44.331 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
| 10943 | 2026-08-15T07:18:45.212Z | [ recovery-image] Aug 15 07:18:44.341 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 10944 | 2026-08-15T07:18:45.228Z | [ recovery-image] Aug 15 07:18:44.357 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10945 | 2026-08-15T07:18:45.310Z | [ recovery-image] Aug 15 07:18:44.439 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10946 | 2026-08-15T07:18:45.314Z | [ recovery-image] Aug 15 07:18:44.443 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-recovery/gimlet.rom` |
| 10947 | 2026-08-15T07:18:45.433Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10948 | 2026-08-15T07:18:45.433Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10949 | 2026-08-15T07:18:45.437Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10950 | 2026-08-15T07:18:45.437Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10951 | 2026-08-15T07:18:45.438Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10952 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10953 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10954 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10955 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10956 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10957 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10958 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10959 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10960 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10961 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.562 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10962 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.563 INFO O| Info: ABL version: 0x100f5010 |
| 10963 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.563 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10964 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10965 | 2026-08-15T07:18:45.441Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10966 | 2026-08-15T07:18:45.442Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10967 | 2026-08-15T07:18:45.442Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10968 | 2026-08-15T07:18:45.446Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10969 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10970 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10971 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10972 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10973 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10974 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10975 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10976 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10977 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10978 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10979 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10980 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10981 | 2026-08-15T07:18:45.447Z | [ recovery-image] Aug 15 07:18:44.563 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10982 | 2026-08-15T07:18:45.475Z | [ recovery-image] Aug 15 07:18:44.603 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10983 | 2026-08-15T07:18:45.477Z | [ recovery-image] Aug 15 07:18:44.604 INFO building ROM for cosmo |
| 10984 | 2026-08-15T07:18:45.477Z | [ recovery-image] Aug 15 07:18:44.604 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10985 | 2026-08-15T07:18:45.577Z | [ recovery-image] Aug 15 07:18:44.706 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10986 | 2026-08-15T07:18:45.581Z | [ recovery-image] Aug 15 07:18:44.710 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 10987 | 2026-08-15T07:18:45.597Z | [ recovery-image] Aug 15 07:18:44.727 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10988 | 2026-08-15T07:18:45.678Z | [ recovery-image] Aug 15 07:18:44.806 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10989 | 2026-08-15T07:18:45.682Z | [ recovery-image] Aug 15 07:18:44.811 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom` |
| 10990 | 2026-08-15T07:18:45.898Z | [ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10991 | 2026-08-15T07:18:45.898Z | [ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10992 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10993 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.027 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10994 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10995 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10996 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10997 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10998 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10999 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11000 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11001 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11002 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11003 | 2026-08-15T07:18:45.903Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11004 | 2026-08-15T07:18:45.904Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11005 | 2026-08-15T07:18:45.904Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11006 | 2026-08-15T07:18:45.904Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11007 | 2026-08-15T07:18:45.904Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11008 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11009 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11010 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11011 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11012 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11013 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11014 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11015 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11016 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11017 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11018 | 2026-08-15T07:18:45.906Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11019 | 2026-08-15T07:18:45.907Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11020 | 2026-08-15T07:18:45.907Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11021 | 2026-08-15T07:18:45.907Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11022 | 2026-08-15T07:18:45.909Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11023 | 2026-08-15T07:18:45.909Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11024 | 2026-08-15T07:18:45.909Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11025 | 2026-08-15T07:18:45.909Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11026 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11027 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11028 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11029 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11030 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11031 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11032 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11033 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11034 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11035 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11036 | 2026-08-15T07:18:45.910Z | [ recovery-image] Aug 15 07:18:45.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11037 | 2026-08-15T07:18:45.913Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11038 | 2026-08-15T07:18:45.913Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11039 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11040 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11041 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11042 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11043 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO O| Info: ABL version: 0x100af010 |
| 11044 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11045 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11046 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11047 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11048 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11049 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11050 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11051 | 2026-08-15T07:18:45.914Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11052 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11053 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11054 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11055 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11056 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11057 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11058 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11059 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11060 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11061 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11062 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11063 | 2026-08-15T07:18:45.919Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11064 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11065 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11066 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11067 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11068 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11069 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11070 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11071 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11072 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11073 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11074 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11075 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11076 | 2026-08-15T07:18:45.921Z | [ recovery-image] Aug 15 07:18:45.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11077 | 2026-08-15T07:18:45.939Z | [ recovery-image] Aug 15 07:18:45.068 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 11078 | 2026-08-15T07:18:47.129Z | [ recovery-image] Aug 15 07:18:46.258 INFO image complete! materials are in "/work/os-recovery" |
| 11079 | 2026-08-15T07:18:47.132Z | [ recovery-image] |
| 11080 | 2026-08-15T07:18:47.133Z | [ recovery-image] real 3:16.094014800 |
| 11081 | 2026-08-15T07:18:47.135Z | [ recovery-image] user 2:36.828942688 |
| 11082 | 2026-08-15T07:18:47.135Z | [ recovery-image] sys 39.587358452 |
| 11083 | 2026-08-15T07:18:47.135Z | [ recovery-image] trap 0.156373837 |
| 11084 | 2026-08-15T07:18:47.135Z | [ recovery-image] tflt 0.762421119 |
| 11085 | 2026-08-15T07:18:47.135Z | [ recovery-image] dflt 0.730973725 |
| 11086 | 2026-08-15T07:18:47.135Z | [ recovery-image] kflt 0.000159966 |
| 11087 | 2026-08-15T07:18:47.135Z | [ recovery-image] lock 8:31.498826547 |
| 11088 | 2026-08-15T07:18:47.135Z | [ recovery-image] slp 17:39.529178259 |
| 11089 | 2026-08-15T07:18:47.135Z | [ recovery-image] lat 33.449028985 |
| 11090 | 2026-08-15T07:18:47.135Z | [ recovery-image] stop 8.262976605 |
| 11091 | 2026-08-15T07:18:47.139Z | Aug 15 07:18:46.263 INFO [recovery-image] process exited with exit status: 0 (196.099904307s) |
| 11092 | 2026-08-15T07:18:47.139Z | Aug 15 07:18:46.263 INFO [tuf-v2-recovery] running task |
| 11093 | 2026-08-15T07:18:47.139Z | Aug 15 07:18:46.264 INFO [tuf-v2-recovery] task succeeded (890.49µs) |
| 11094 | 2026-08-15T07:18:48.247Z | [ host-image] Aug 15 07:18:47.376 INFO creating reset image... |
| 11095 | 2026-08-15T07:18:48.247Z | [ host-image] Aug 15 07:18:47.376 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 11096 | 2026-08-15T07:18:48.322Z | [ host-image] Aug 15 07:18:47.451 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 11097 | 2026-08-15T07:18:48.326Z | [ host-image] Aug 15 07:18:47.453 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 11098 | 2026-08-15T07:18:48.640Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 11099 | 2026-08-15T07:18:48.640Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 11100 | 2026-08-15T07:18:48.640Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling proc-macro2 v1.0.106 |
| 11101 | 2026-08-15T07:18:48.644Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling unicode-ident v1.0.24 |
| 11102 | 2026-08-15T07:18:48.644Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling quote v1.0.45 |
| 11103 | 2026-08-15T07:18:48.645Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling syn v1.0.109 |
| 11104 | 2026-08-15T07:18:48.645Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling x86 v0.52.0 |
| 11105 | 2026-08-15T07:18:48.645Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 11106 | 2026-08-15T07:18:48.645Z | [ host-image] Aug 15 07:18:47.769 INFO E| Compiling seq-macro v0.3.6 |
| 11107 | 2026-08-15T07:18:49.654Z | [ host-image] Aug 15 07:18:48.783 INFO E| Compiling syn v2.0.117 |
| 11108 | 2026-08-15T07:18:51.065Z | [ host-image] Aug 15 07:18:50.194 INFO E| Compiling scroll_derive v0.13.1 |
| 11109 | 2026-08-15T07:18:52.191Z | [ host-image] Aug 15 07:18:51.320 INFO E| Compiling bitstruct_derive v0.1.0 |
| 11110 | 2026-08-15T07:19:01.474Z | [ host-image] Aug 15 07:19:00.598 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 11111 | 2026-08-15T07:19:03.595Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitflags v1.3.2 |
| 11112 | 2026-08-15T07:19:03.595Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling log v0.4.32 |
| 11113 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitflags v2.13.0 |
| 11114 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling scroll v0.13.0 |
| 11115 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling plain v0.2.3 |
| 11116 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling bit_field v0.10.3 |
| 11117 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling adler2 v2.0.1 |
| 11118 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling bitstruct v0.1.1 |
| 11119 | 2026-08-15T07:19:03.599Z | [ host-image] Aug 15 07:19:02.725 INFO E| Compiling static_assertions v1.1.0 |
| 11120 | 2026-08-15T07:19:03.649Z | [ host-image] Aug 15 07:19:02.778 INFO E| Compiling raw-cpuid v10.7.0 |
| 11121 | 2026-08-15T07:19:03.689Z | [ host-image] Aug 15 07:19:02.819 INFO E| Compiling miniz_oxide v0.9.1 |
| 11122 | 2026-08-15T07:19:03.766Z | [ host-image] Aug 15 07:19:02.895 INFO E| Compiling cpio_reader v0.1.2 |
| 11123 | 2026-08-15T07:19:03.815Z | [ host-image] Aug 15 07:19:02.944 INFO E| Compiling goblin v0.10.7 |
| 11124 | 2026-08-15T07:19:06.724Z | [ host-image] Aug 15 07:19:05.853 INFO E| Finished `release` profile [optimized] target(s) in 18.38s |
| 11125 | 2026-08-15T07:19:06.738Z | [ host-image] Aug 15 07:19:05.867 INFO building ROM for gimlet |
| 11126 | 2026-08-15T07:19:06.738Z | [ host-image] Aug 15 07:19:05.867 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 11127 | 2026-08-15T07:19:06.840Z | [ host-image] Aug 15 07:19:05.970 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11128 | 2026-08-15T07:19:06.844Z | [ host-image] Aug 15 07:19:05.973 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 11129 | 2026-08-15T07:19:06.861Z | [ host-image] Aug 15 07:19:05.991 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11130 | 2026-08-15T07:19:06.936Z | [ host-image] Aug 15 07:19:06.066 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 11131 | 2026-08-15T07:19:06.939Z | [ host-image] Aug 15 07:19:06.069 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f -o /work/os-host/gimlet.rom` |
| 11132 | 2026-08-15T07:19:07.060Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11133 | 2026-08-15T07:19:07.060Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11134 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11135 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11136 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11137 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11138 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11139 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11140 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11141 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11142 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11143 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11144 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11145 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11146 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11147 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO O| Info: ABL version: 0x100f5010 |
| 11148 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11149 | 2026-08-15T07:19:07.065Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11150 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.190 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11151 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11152 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11153 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11154 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11155 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11156 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11157 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11158 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11159 | 2026-08-15T07:19:07.067Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11160 | 2026-08-15T07:19:07.068Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11161 | 2026-08-15T07:19:07.068Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11162 | 2026-08-15T07:19:07.068Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11163 | 2026-08-15T07:19:07.068Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11164 | 2026-08-15T07:19:07.068Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11165 | 2026-08-15T07:19:07.072Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11166 | 2026-08-15T07:19:07.072Z | [ host-image] Aug 15 07:19:06.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11167 | 2026-08-15T07:19:07.093Z | [ host-image] Aug 15 07:19:06.222 INFO building ROM for cosmo |
| 11168 | 2026-08-15T07:19:07.097Z | [ host-image] Aug 15 07:19:06.222 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 11169 | 2026-08-15T07:19:07.178Z | [ host-image] Aug 15 07:19:06.307 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11170 | 2026-08-15T07:19:07.181Z | [ host-image] Aug 15 07:19:06.309 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 11171 | 2026-08-15T07:19:07.191Z | [ host-image] Aug 15 07:19:06.320 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 11172 | 2026-08-15T07:19:07.258Z | [ host-image] Aug 15 07:19:06.387 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11173 | 2026-08-15T07:19:07.261Z | [ host-image] Aug 15 07:19:06.390 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom` |
| 11174 | 2026-08-15T07:19:07.466Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 11175 | 2026-08-15T07:19:07.466Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 11176 | 2026-08-15T07:19:07.466Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 11177 | 2026-08-15T07:19:07.466Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11178 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11179 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11180 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11181 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11182 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11183 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11184 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11185 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11186 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11187 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11188 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11189 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11190 | 2026-08-15T07:19:07.470Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11191 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11192 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11193 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11194 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11195 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11196 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11197 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11198 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11199 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11200 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11201 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11202 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11203 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11204 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11205 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11206 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11207 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11208 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11209 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11210 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11211 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11212 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11213 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11214 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11215 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11216 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11217 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11218 | 2026-08-15T07:19:07.471Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11219 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11220 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11221 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11222 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11223 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11224 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11225 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11226 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11227 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO O| Info: ABL version: 0x100af010 |
| 11228 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11229 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.596 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11230 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11231 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11232 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11233 | 2026-08-15T07:19:07.473Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11234 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11235 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11236 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11237 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11238 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11239 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11240 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11241 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11242 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11243 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11244 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11245 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11246 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11247 | 2026-08-15T07:19:07.475Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11248 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11249 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11250 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11251 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11252 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11253 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11254 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11255 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11256 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11257 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11258 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11259 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11260 | 2026-08-15T07:19:07.476Z | [ host-image] Aug 15 07:19:06.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11261 | 2026-08-15T07:19:07.506Z | [ host-image] Aug 15 07:19:06.635 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11262 | 2026-08-15T07:19:07.507Z | [ host-image] Aug 15 07:19:06.635 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11263 | 2026-08-15T07:19:07.507Z | [ host-image] Aug 15 07:19:06.635 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11264 | 2026-08-15T07:19:19.208Z | [ host-image] Aug 15 07:19:18.336 INFO image complete! materials are in "/work/os-host" |
| 11265 | 2026-08-15T07:19:19.212Z | [ host-image] |
| 11266 | 2026-08-15T07:19:19.212Z | [ host-image] real 3:59.887007604 |
| 11267 | 2026-08-15T07:19:19.212Z | [ host-image] user 2:46.917750936 |
| 11268 | 2026-08-15T07:19:19.212Z | [ host-image] sys 35.359946748 |
| 11269 | 2026-08-15T07:19:19.212Z | [ host-image] trap 0.137080044 |
| 11270 | 2026-08-15T07:19:19.212Z | [ host-image] tflt 0.302364481 |
| 11271 | 2026-08-15T07:19:19.212Z | [ host-image] dflt 0.255192969 |
| 11272 | 2026-08-15T07:19:19.212Z | [ host-image] kflt 0.000181387 |
| 11273 | 2026-08-15T07:19:19.212Z | [ host-image] lock 4:39.574785747 |
| 11274 | 2026-08-15T07:19:19.212Z | [ host-image] slp 19:53.033739627 |
| 11275 | 2026-08-15T07:19:19.212Z | [ host-image] lat 20.990152004 |
| 11276 | 2026-08-15T07:19:19.212Z | [ host-image] stop 1.638334182 |
| 11277 | 2026-08-15T07:19:19.212Z | Aug 15 07:19:18.341 INFO [host-image] process exited with exit status: 0 (239.892661582s) |
| 11278 | 2026-08-15T07:19:19.212Z | Aug 15 07:19:18.341 INFO [tuf-v2-host] running task |
| 11279 | 2026-08-15T07:19:19.212Z | Aug 15 07:19:18.341 INFO [tuf-repo] running task |
| 11280 | 2026-08-15T07:19:19.216Z | Aug 15 07:19:18.341 INFO [tuf-v2-host] task succeeded (662.709µs) |
| 11281 | 2026-08-15T07:19:19.216Z | Aug 15 07:19:18.341 INFO [tuf-v2-repo] running task |
| 11282 | 2026-08-15T07:19:40.630Z | Aug 15 07:19:39.759 INFO assembling repository in `/tmp/tufaceous9Q79Ht`, component: OmicronRepoAssembler |
| 11283 | 2026-08-15T07:19:40.679Z | Aug 15 07:19:39.808 INFO [tuf-v2-repo] task succeeded (21.46645294s) |
| 11284 | 2026-08-15T07:19:49.629Z | Aug 15 07:19:48.758 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11285 | 2026-08-15T07:19:49.897Z | Aug 15 07:19:49.026 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11286 | 2026-08-15T07:19:52.197Z | Aug 15 07:19:51.326 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11287 | 2026-08-15T07:19:52.250Z | Aug 15 07:19:51.379 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11288 | 2026-08-15T07:19:52.303Z | Aug 15 07:19:51.432 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11289 | 2026-08-15T07:19:52.352Z | Aug 15 07:19:51.481 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11290 | 2026-08-15T07:19:52.401Z | Aug 15 07:19:51.530 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11291 | 2026-08-15T07:19:52.449Z | Aug 15 07:19:51.578 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11292 | 2026-08-15T07:19:52.508Z | Aug 15 07:19:51.637 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11293 | 2026-08-15T07:20:02.994Z | Aug 15 07:20:02.123 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11294 | 2026-08-15T07:20:03.000Z | Aug 15 07:20:02.129 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11295 | 2026-08-15T07:20:03.023Z | Aug 15 07:20:02.152 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz |
| 11296 | 2026-08-15T07:20:03.078Z | Aug 15 07:20:02.207 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11297 | 2026-08-15T07:20:03.136Z | Aug 15 07:20:02.265 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11298 | 2026-08-15T07:20:03.205Z | Aug 15 07:20:02.334 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11299 | 2026-08-15T07:20:03.267Z | Aug 15 07:20:02.396 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11300 | 2026-08-15T07:20:03.273Z | Aug 15 07:20:02.402 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11301 | 2026-08-15T07:20:03.296Z | Aug 15 07:20:02.425 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz |
| 11302 | 2026-08-15T07:20:05.005Z | Aug 15 07:20:04.134 INFO [tuf-repo] task succeeded (45.793325126s) |
| 11303 | 2026-08-15T07:22:37.883Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
| 11304 | 2026-08-15T07:22:37.887Z | [verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 11305 | 2026-08-15T07:22:37.887Z | [verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 11306 | 2026-08-15T07:22:40.513Z | Aug 15 07:22:39.641 INFO [verify-libraries] process exited with exit status: 0 (429.727477046s) |
| 11307 | 2026-08-15T07:22:40.513Z | Aug 15 07:22:39.641 INFO all jobs completed in 1149.873336819s |
| 11308 | 2026-08-15T07:22:41.720Z | process exited: duration 1380694 ms, exit code 0 |
| |
| 11309 | 2026-08-15T07:22:41.732Z | found 41 output files |
| 11310 | 2026-08-15T07:22:41.732Z | uploading: /work/manifest.toml (17334 bytes) |
| 11311 | 2026-08-15T07:22:42.745Z | uploaded: /work/manifest.toml |
| 11312 | 2026-08-15T07:22:42.745Z | uploading: /work/repo.zip (3320120549 bytes) |
| 11313 | 2026-08-15T07:23:20.613Z | uploaded: /work/repo.zip |
| 11314 | 2026-08-15T07:23:20.613Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11315 | 2026-08-15T07:23:21.629Z | uploaded: /work/repo.zip.sha256.txt |
| 11316 | 2026-08-15T07:23:21.629Z | uploading: /work/helios.json (647 bytes) |
| 11317 | 2026-08-15T07:23:22.638Z | uploaded: /work/helios.json |
| 11318 | 2026-08-15T07:23:22.638Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11319 | 2026-08-15T07:23:23.652Z | uploaded: /work/incorporation.p5m |
| 11320 | 2026-08-15T07:23:23.652Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11321 | 2026-08-15T07:23:24.668Z | uploaded: /work/incorporation.p5p |
| 11322 | 2026-08-15T07:23:24.668Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11323 | 2026-08-15T07:23:25.678Z | uploaded: /work/helios-incorp.log |
| 11324 | 2026-08-15T07:23:25.678Z | uploading: /work/helios-setup.log (57462 bytes) |
| 11325 | 2026-08-15T07:23:26.690Z | uploaded: /work/helios-setup.log |
| 11326 | 2026-08-15T07:23:26.691Z | uploading: /work/host-image.log (234057 bytes) |
| 11327 | 2026-08-15T07:23:27.707Z | uploaded: /work/host-image.log |
| 11328 | 2026-08-15T07:23:27.707Z | uploading: /work/host-package.log (32643 bytes) |
| 11329 | 2026-08-15T07:23:28.720Z | uploaded: /work/host-package.log |
| 11330 | 2026-08-15T07:23:28.720Z | uploading: /work/host-target.log (101 bytes) |
| 11331 | 2026-08-15T07:23:29.731Z | uploaded: /work/host-target.log |
| 11332 | 2026-08-15T07:23:29.731Z | uploading: /work/incorp-create.log (0 bytes) |
| 11333 | 2026-08-15T07:23:30.738Z | uploaded: /work/incorp-create.log |
| 11334 | 2026-08-15T07:23:30.738Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11335 | 2026-08-15T07:23:31.746Z | uploaded: /work/incorp-fmt.log |
| 11336 | 2026-08-15T07:23:31.746Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11337 | 2026-08-15T07:23:32.757Z | uploaded: /work/incorp-pkgsend.log |
| 11338 | 2026-08-15T07:23:32.757Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11339 | 2026-08-15T07:23:33.766Z | uploaded: /work/incorp-publisher.log |
| 11340 | 2026-08-15T07:23:33.766Z | uploading: /work/omicron-package.log (9725 bytes) |
| 11341 | 2026-08-15T07:23:34.778Z | uploaded: /work/omicron-package.log |
| 11342 | 2026-08-15T07:23:34.779Z | uploading: /work/recovery-image.log (589038 bytes) |
| 11343 | 2026-08-15T07:23:35.796Z | uploaded: /work/recovery-image.log |
| 11344 | 2026-08-15T07:23:35.796Z | uploading: /work/recovery-package.log (602 bytes) |
| 11345 | 2026-08-15T07:23:36.808Z | uploaded: /work/recovery-package.log |
| 11346 | 2026-08-15T07:23:36.808Z | uploading: /work/recovery-target.log (98 bytes) |
| 11347 | 2026-08-15T07:23:37.819Z | uploaded: /work/recovery-target.log |
| 11348 | 2026-08-15T07:23:37.819Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11349 | 2026-08-15T07:23:38.830Z | uploaded: /work/stamp-clickhouse.log |
| 11350 | 2026-08-15T07:23:38.830Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11351 | 2026-08-15T07:23:39.841Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11352 | 2026-08-15T07:23:39.843Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11353 | 2026-08-15T07:23:40.854Z | uploaded: /work/stamp-clickhouse_server.log |
| 11354 | 2026-08-15T07:23:40.854Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11355 | 2026-08-15T07:23:41.865Z | uploaded: /work/stamp-cockroachdb.log |
| 11356 | 2026-08-15T07:23:41.865Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11357 | 2026-08-15T07:23:42.875Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11358 | 2026-08-15T07:23:42.876Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11359 | 2026-08-15T07:23:43.887Z | uploaded: /work/stamp-crucible-utils.log |
| 11360 | 2026-08-15T07:23:43.888Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11361 | 2026-08-15T07:23:44.899Z | uploaded: /work/stamp-crucible-zone.log |
| 11362 | 2026-08-15T07:23:44.899Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11363 | 2026-08-15T07:23:45.909Z | uploaded: /work/stamp-external-dns.log |
| 11364 | 2026-08-15T07:23:45.909Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11365 | 2026-08-15T07:23:46.919Z | uploaded: /work/stamp-installinator.log |
| 11366 | 2026-08-15T07:23:46.919Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11367 | 2026-08-15T07:23:47.932Z | uploaded: /work/stamp-internal-dns.log |
| 11368 | 2026-08-15T07:23:47.932Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11369 | 2026-08-15T07:23:48.941Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11370 | 2026-08-15T07:23:48.941Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11371 | 2026-08-15T07:23:49.950Z | uploaded: /work/stamp-nexus.log |
| 11372 | 2026-08-15T07:23:49.950Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11373 | 2026-08-15T07:23:50.963Z | uploaded: /work/stamp-ntp.log |
| 11374 | 2026-08-15T07:23:50.963Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11375 | 2026-08-15T07:23:51.973Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11376 | 2026-08-15T07:23:51.973Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11377 | 2026-08-15T07:23:52.986Z | uploaded: /work/stamp-overlay.log |
| 11378 | 2026-08-15T07:23:52.986Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11379 | 2026-08-15T07:23:53.995Z | uploaded: /work/stamp-oximeter.log |
| 11380 | 2026-08-15T07:23:53.995Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11381 | 2026-08-15T07:23:55.004Z | uploaded: /work/stamp-oxlog.log |
| 11382 | 2026-08-15T07:23:55.004Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11383 | 2026-08-15T07:23:56.014Z | uploaded: /work/stamp-probe.log |
| 11384 | 2026-08-15T07:23:56.014Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11385 | 2026-08-15T07:23:57.024Z | uploaded: /work/stamp-propolis-server.log |
| 11386 | 2026-08-15T07:23:57.024Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11387 | 2026-08-15T07:23:58.035Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11388 | 2026-08-15T07:23:58.035Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11389 | 2026-08-15T07:23:59.045Z | uploaded: /work/stamp-switch-asic.log |
| 11390 | 2026-08-15T07:23:59.045Z | uploading: /work/verify-libraries.log (48719 bytes) |
| 11391 | 2026-08-15T07:24:00.058Z | uploaded: /work/verify-libraries.log |