|
|
|
| 1 | 2026-08-14T17:05:35.490Z | job assigned to worker 01M00KQKB3ZWXB6MBW2T4VSSC4 [factory aws, i-0677b3a031ab14573] (queued for 54 s) |
| |
| 2 | 2026-08-14T17:05:42.375Z | starting task 0: "setup" |
| 3 | 2026-08-14T17:05:42.379Z | ++ uname -s |
| 4 | 2026-08-14T17:05:42.382Z | + kern=SunOS |
| 5 | 2026-08-14T17:05:42.382Z | + build_user=build |
| 6 | 2026-08-14T17:05:42.382Z | + build_uid=12345 |
| 7 | 2026-08-14T17:05:42.382Z | + work_dir=/work |
| 8 | 2026-08-14T17:05:42.382Z | + input_dir=/input |
| 9 | 2026-08-14T17:05:42.382Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-14T17:05:42.382Z | + case "$kern" in |
| 11 | 2026-08-14T17:05:42.382Z | + groupadd -g 12345 build |
| 12 | 2026-08-14T17:05:42.385Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-14T17:05:44.390Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-14T17:05:44.578Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-14T17:05:44.581Z | + home_fs=zfs |
| 16 | 2026-08-14T17:05:44.581Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-14T17:05:44.581Z | + mkdir -p /home/build |
| 18 | 2026-08-14T17:05:44.585Z | + chown build:build /home/build /work |
| 19 | 2026-08-14T17:05:46.583Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-14T17:05:46.586Z | process exited: duration 4214 ms, exit code 0 |
| |
| 21 | 2026-08-14T17:05:46.592Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-14T17:05:46.597Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-14T17:05:46.597Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-14T17:05:46.597Z | * rust toolchain profile = "default" |
| 25 | 2026-08-14T17:05:46.597Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-14T17:05:46.597Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-14T17:05:46.597Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-14T17:05:46.600Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-14T17:05:46.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-14T17:05:46.708Z | info: downloading installer |
| 31 | 2026-08-14T17:05:47.844Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-14T17:05:47.844Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-14T17:05:47.844Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-14T17:05:47.844Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-14T17:05:47.856Z | info: profile set to default |
| 36 | 2026-08-14T17:05:47.856Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-14T17:05:47.859Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-14T17:05:47.988Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-14T17:05:47.990Z | info: downloading 6 components |
| 40 | 2026-08-14T17:06:03.251Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-14T17:06:03.251Z | |
| 42 | 2026-08-14T17:06:03.278Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-14T17:06:03.278Z | |
| 44 | 2026-08-14T17:06:03.278Z | |
| 45 | 2026-08-14T17:06:03.278Z | Rust is installed now. Great! |
| 46 | 2026-08-14T17:06:03.278Z | |
| 47 | 2026-08-14T17:06:03.278Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-14T17:06:03.278Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-14T17:06:03.278Z | |
| 50 | 2026-08-14T17:06:03.278Z | To configure your current shell, you need to source |
| 51 | 2026-08-14T17:06:03.278Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-14T17:06:03.278Z | |
| 53 | 2026-08-14T17:06:03.278Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-14T17:06:03.278Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-14T17:06:03.278Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-14T17:06:03.278Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-14T17:06:03.278Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-14T17:06:03.278Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-14T17:06:03.278Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-14T17:06:03.281Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-14T17:06:03.281Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-14T17:06:03.379Z | + rustup --version |
| 63 | 2026-08-14T17:06:03.385Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-14T17:06:03.385Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-14T17:06:03.405Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-14T17:06:03.407Z | + cargo --version |
| 67 | 2026-08-14T17:06:03.415Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-14T17:06:03.418Z | + rustc --version |
| 69 | 2026-08-14T17:06:03.438Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-14T17:06:03.441Z | process exited: duration 16848 ms, exit code 0 |
| |
| 71 | 2026-08-14T17:06:03.446Z | starting task 2: "authentication" |
| 72 | 2026-08-14T17:06:03.466Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-14T17:06:03.474Z | starting task 3: "clone repository" |
| 74 | 2026-08-14T17:06:03.477Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-14T17:06:03.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-14T17:06:03.512Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-14T17:06:15.644Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-14T17:06:15.644Z | + git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7 |
| 79 | 2026-08-14T17:06:15.991Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-14T17:06:15.991Z | * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD |
| 81 | 2026-08-14T17:06:16.006Z | + [[ -n '' ]] |
| 82 | 2026-08-14T17:06:16.006Z | + git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7 |
| 83 | 2026-08-14T17:06:16.255Z | HEAD is now at 1739fed3e API docs tweaks |
| 84 | 2026-08-14T17:06:16.259Z | process exited: duration 12783 ms, exit code 0 |
| |
| 85 | 2026-08-14T17:06:16.265Z | starting task 4: "build" |
| 86 | 2026-08-14T17:06:16.270Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-14T17:06:16.270Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-14T17:06:16.270Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-14T17:06:16.273Z | +++ uname -s |
| 90 | 2026-08-14T17:06:16.273Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-14T17:06:16.273Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-14T17:06:16.278Z | + cargo --version |
| 93 | 2026-08-14T17:06:16.284Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-14T17:06:16.288Z | + rustc --version |
| 95 | 2026-08-14T17:06:16.308Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-14T17:06:16.312Z | + cargo tree --locked |
| 97 | 2026-08-14T17:06:16.484Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 98 | 2026-08-14T17:06:16.839Z | Updating crates.io index |
| 99 | 2026-08-14T17:06:16.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 100 | 2026-08-14T17:06:17.132Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 101 | 2026-08-14T17:06:17.507Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 102 | 2026-08-14T17:06:18.520Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 103 | 2026-08-14T17:06:19.791Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 104 | 2026-08-14T17:06:21.483Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 105 | 2026-08-14T17:06:22.382Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 106 | 2026-08-14T17:06:22.705Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 107 | 2026-08-14T17:06:23.117Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 108 | 2026-08-14T17:06:24.289Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 109 | 2026-08-14T17:06:24.589Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 110 | 2026-08-14T17:06:24.992Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 111 | 2026-08-14T17:06:25.682Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 112 | 2026-08-14T17:06:25.971Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 113 | 2026-08-14T17:06:26.304Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 114 | 2026-08-14T17:06:26.611Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 115 | 2026-08-14T17:06:26.901Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 116 | 2026-08-14T17:06:27.281Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-08-14T17:06:27.734Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 118 | 2026-08-14T17:06:28.211Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 119 | 2026-08-14T17:06:28.590Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 120 | 2026-08-14T17:06:29.018Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 121 | 2026-08-14T17:06:29.428Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 122 | 2026-08-14T17:06:30.020Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 123 | 2026-08-14T17:06:30.362Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 124 | 2026-08-14T17:06:30.663Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 125 | 2026-08-14T17:06:31.129Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 126 | 2026-08-14T17:06:31.444Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-08-14T17:06:31.861Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-08-14T17:06:32.268Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-08-14T17:06:32.563Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 130 | 2026-08-14T17:06:32.903Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-08-14T17:06:33.316Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 132 | 2026-08-14T17:06:34.056Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 133 | 2026-08-14T17:06:34.339Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-08-14T17:06:34.659Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-08-14T17:06:35.003Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 136 | 2026-08-14T17:06:35.339Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 137 | 2026-08-14T17:06:35.615Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-08-14T17:06:35.926Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-08-14T17:06:36.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-08-14T17:06:36.551Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 141 | 2026-08-14T17:06:39.209Z | Downloading crates ... |
| 142 | 2026-08-14T17:06:39.265Z | Downloaded convert_case v0.4.0 |
| 143 | 2026-08-14T17:06:39.268Z | Downloaded colorchoice v1.0.4 |
| 144 | 2026-08-14T17:06:39.271Z | Downloaded defmt v0.3.100 |
| 145 | 2026-08-14T17:06:39.273Z | Downloaded crossbeam-deque v0.8.6 |
| 146 | 2026-08-14T17:06:39.273Z | Downloaded addr2line v0.25.1 |
| 147 | 2026-08-14T17:06:39.276Z | Downloaded colored v2.2.0 |
| 148 | 2026-08-14T17:06:39.276Z | Downloaded cookie_store v0.22.1 |
| 149 | 2026-08-14T17:06:39.279Z | Downloaded crc32fast v1.5.0 |
| 150 | 2026-08-14T17:06:39.279Z | Downloaded ctr v0.10.1 |
| 151 | 2026-08-14T17:06:39.279Z | Downloaded daft v0.1.7 |
| 152 | 2026-08-14T17:06:39.281Z | Downloaded darling_core v0.13.4 |
| 153 | 2026-08-14T17:06:39.284Z | Downloaded clap_derive v4.6.1 |
| 154 | 2026-08-14T17:06:39.284Z | Downloaded clap_lex v1.0.0 |
| 155 | 2026-08-14T17:06:39.284Z | Downloaded corncobs v0.1.4 |
| 156 | 2026-08-14T17:06:39.287Z | Downloaded const_format_proc_macros v0.2.34 |
| 157 | 2026-08-14T17:06:39.289Z | Downloaded crc8 v0.1.1 |
| 158 | 2026-08-14T17:06:39.289Z | Downloaded git-stub-vcs v0.1.0 |
| 159 | 2026-08-14T17:06:39.292Z | Downloaded cpufeatures v0.3.0 |
| 160 | 2026-08-14T17:06:39.292Z | Downloaded crossbeam-channel v0.5.15 |
| 161 | 2026-08-14T17:06:39.295Z | Downloaded derive_more v0.99.20 |
| 162 | 2026-08-14T17:06:39.297Z | Downloaded crossbeam-epoch v0.9.18 |
| 163 | 2026-08-14T17:06:39.302Z | Downloaded cookie v0.18.1 |
| 164 | 2026-08-14T17:06:39.305Z | Downloaded cmov v0.5.4 |
| 165 | 2026-08-14T17:06:39.305Z | Downloaded compression-codecs v0.4.37 |
| 166 | 2026-08-14T17:06:39.308Z | Downloaded constant_time_eq v0.4.2 |
| 167 | 2026-08-14T17:06:39.308Z | Downloaded crc-catalog v2.4.0 |
| 168 | 2026-08-14T17:06:39.308Z | Downloaded cipher v0.4.4 |
| 169 | 2026-08-14T17:06:39.312Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-08-14T17:06:39.312Z | Downloaded headers-core v0.3.0 |
| 171 | 2026-08-14T17:06:39.312Z | Downloaded ciborium-ll v0.2.2 |
| 172 | 2026-08-14T17:06:39.312Z | Downloaded globwalk v0.9.1 |
| 173 | 2026-08-14T17:06:39.312Z | Downloaded guppy-workspace-hack v0.1.0 |
| 174 | 2026-08-14T17:06:39.315Z | Downloaded chumsky v0.9.3 |
| 175 | 2026-08-14T17:06:39.315Z | Downloaded cobs v0.3.0 |
| 176 | 2026-08-14T17:06:39.315Z | Downloaded hash32 v0.2.1 |
| 177 | 2026-08-14T17:06:39.315Z | Downloaded hex v0.4.3 |
| 178 | 2026-08-14T17:06:39.315Z | Downloaded home v0.5.12 |
| 179 | 2026-08-14T17:06:39.320Z | Downloaded git-stub v1.0.0 |
| 180 | 2026-08-14T17:06:39.320Z | Downloaded hyper-tls v0.6.0 |
| 181 | 2026-08-14T17:06:39.320Z | Downloaded cpufeatures v0.2.17 |
| 182 | 2026-08-14T17:06:39.344Z | Downloaded compact_str v0.8.1 |
| 183 | 2026-08-14T17:06:39.344Z | Downloaded http-body v1.0.1 |
| 184 | 2026-08-14T17:06:39.349Z | Downloaded hostname v0.4.2 |
| 185 | 2026-08-14T17:06:39.349Z | Downloaded compression-core v0.4.31 |
| 186 | 2026-08-14T17:06:39.349Z | Downloaded constant_time_eq v0.3.1 |
| 187 | 2026-08-14T17:06:39.349Z | Downloaded heck v0.5.0 |
| 188 | 2026-08-14T17:06:39.349Z | Downloaded httpdate v1.0.3 |
| 189 | 2026-08-14T17:06:39.349Z | Downloaded crc v3.4.0 |
| 190 | 2026-08-14T17:06:39.349Z | Downloaded darling_macro v0.23.0 |
| 191 | 2026-08-14T17:06:39.349Z | Downloaded crypto-common v0.1.7 |
| 192 | 2026-08-14T17:06:39.349Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 193 | 2026-08-14T17:06:39.349Z | Downloaded darling_macro v0.21.3 |
| 194 | 2026-08-14T17:06:39.349Z | Downloaded crucible-workspace-hack v0.1.0 |
| 195 | 2026-08-14T17:06:39.349Z | Downloaded cstr-argument v0.1.2 |
| 196 | 2026-08-14T17:06:39.349Z | Downloaded hex-literal v0.4.1 |
| 197 | 2026-08-14T17:06:39.352Z | Downloaded inout v0.1.4 |
| 198 | 2026-08-14T17:06:39.352Z | Downloaded hmac v0.13.0 |
| 199 | 2026-08-14T17:06:39.352Z | Downloaded defmt-parser v1.0.0 |
| 200 | 2026-08-14T17:06:39.355Z | Downloaded cpubits v0.1.1 |
| 201 | 2026-08-14T17:06:39.358Z | Downloaded darling_macro v0.20.11 |
| 202 | 2026-08-14T17:06:39.361Z | Downloaded ciborium-io v0.2.2 |
| 203 | 2026-08-14T17:06:39.364Z | Downloaded derive_builder_macro v0.20.2 |
| 204 | 2026-08-14T17:06:39.364Z | Downloaded heck v0.4.1 |
| 205 | 2026-08-14T17:06:39.367Z | Downloaded crypto-common v0.2.2 |
| 206 | 2026-08-14T17:06:39.367Z | Downloaded hex-literal v1.1.0 |
| 207 | 2026-08-14T17:06:39.367Z | Downloaded hostname v0.3.1 |
| 208 | 2026-08-14T17:06:39.369Z | Downloaded http-range v0.1.5 |
| 209 | 2026-08-14T17:06:39.372Z | Downloaded illumos-nvpair v0.3.0 |
| 210 | 2026-08-14T17:06:39.374Z | Downloaded crunchy v0.2.4 |
| 211 | 2026-08-14T17:06:39.377Z | Downloaded inout v0.2.2 |
| 212 | 2026-08-14T17:06:39.377Z | Downloaded darling_macro v0.13.4 |
| 213 | 2026-08-14T17:06:39.380Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 214 | 2026-08-14T17:06:39.380Z | Downloaded instant v0.1.13 |
| 215 | 2026-08-14T17:06:39.382Z | Downloaded idna_adapter v1.2.1 |
| 216 | 2026-08-14T17:06:39.385Z | Downloaded ident_case v1.0.1 |
| 217 | 2026-08-14T17:06:39.387Z | Downloaded critical-section v1.2.0 |
| 218 | 2026-08-14T17:06:39.387Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 219 | 2026-08-14T17:06:39.390Z | Downloaded concurrent-queue v2.5.0 |
| 220 | 2026-08-14T17:06:39.390Z | Downloaded darling v0.13.4 |
| 221 | 2026-08-14T17:06:39.390Z | Downloaded cipher v0.5.2 |
| 222 | 2026-08-14T17:06:39.393Z | Downloaded indent_write v2.2.0 |
| 223 | 2026-08-14T17:06:39.393Z | Downloaded indoc v1.0.9 |
| 224 | 2026-08-14T17:06:39.396Z | Downloaded hubpack v0.1.2 |
| 225 | 2026-08-14T17:06:39.399Z | Downloaded instability v0.3.11 |
| 226 | 2026-08-14T17:06:39.401Z | Downloaded hubpack_derive v0.1.1 |
| 227 | 2026-08-14T17:06:39.401Z | Downloaded is-terminal v0.4.17 |
| 228 | 2026-08-14T17:06:39.404Z | Downloaded adler2 v2.0.1 |
| 229 | 2026-08-14T17:06:39.409Z | Downloaded oso-derive v0.27.3 |
| 230 | 2026-08-14T17:06:39.415Z | Downloaded atomic-waker v1.1.2 |
| 231 | 2026-08-14T17:06:39.418Z | Downloaded packed_struct_codegen v0.10.1 |
| 232 | 2026-08-14T17:06:39.418Z | Downloaded globset v0.4.18 |
| 233 | 2026-08-14T17:06:39.423Z | Downloaded group v0.13.0 |
| 234 | 2026-08-14T17:06:39.426Z | Downloaded humantime v2.3.0 |
| 235 | 2026-08-14T17:06:39.426Z | Downloaded ctutils v0.4.2 |
| 236 | 2026-08-14T17:06:39.429Z | Downloaded debug-ignore v1.0.5 |
| 237 | 2026-08-14T17:06:39.431Z | Downloaded daft-derive v0.1.7 |
| 238 | 2026-08-14T17:06:39.434Z | Downloaded deranged v0.5.8 |
| 239 | 2026-08-14T17:06:39.436Z | Downloaded derive_builder_core v0.20.2 |
| 240 | 2026-08-14T17:06:39.437Z | Downloaded delegate v0.13.5 |
| 241 | 2026-08-14T17:06:39.437Z | Downloaded defmt-macros v1.0.1 |
| 242 | 2026-08-14T17:06:39.439Z | Downloaded der_derive v0.7.3 |
| 243 | 2026-08-14T17:06:39.439Z | Downloaded defmt v1.0.1 |
| 244 | 2026-08-14T17:06:39.442Z | Downloaded convert_case v0.10.0 |
| 245 | 2026-08-14T17:06:39.442Z | Downloaded csv-core v0.1.13 |
| 246 | 2026-08-14T17:06:39.445Z | Downloaded anes v0.1.6 |
| 247 | 2026-08-14T17:06:39.445Z | Downloaded approx v0.5.1 |
| 248 | 2026-08-14T17:06:39.447Z | Downloaded opaque-debug v0.3.1 |
| 249 | 2026-08-14T17:06:39.447Z | Downloaded derive-ex v0.1.8 |
| 250 | 2026-08-14T17:06:39.450Z | Downloaded data-encoding v2.10.0 |
| 251 | 2026-08-14T17:06:39.450Z | Downloaded path-slash v0.1.5 |
| 252 | 2026-08-14T17:06:39.453Z | Downloaded predicates-tree v1.0.13 |
| 253 | 2026-08-14T17:06:39.455Z | Downloaded proc-macro-error-attr v1.0.4 |
| 254 | 2026-08-14T17:06:39.456Z | Downloaded darling v0.23.0 |
| 255 | 2026-08-14T17:06:39.458Z | Downloaded colored v3.1.1 |
| 256 | 2026-08-14T17:06:39.461Z | Downloaded cmake v0.1.57 |
| 257 | 2026-08-14T17:06:39.461Z | Downloaded const-oid v0.9.6 |
| 258 | 2026-08-14T17:06:39.463Z | Downloaded group v0.14.0 |
| 259 | 2026-08-14T17:06:39.464Z | Downloaded ciborium v0.2.2 |
| 260 | 2026-08-14T17:06:39.464Z | Downloaded proc-macro-crate v1.3.1 |
| 261 | 2026-08-14T17:06:39.467Z | Downloaded glob v0.3.3 |
| 262 | 2026-08-14T17:06:39.469Z | Downloaded criterion-plot v0.6.0 |
| 263 | 2026-08-14T17:06:39.469Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 264 | 2026-08-14T17:06:39.469Z | Downloaded radium v0.7.0 |
| 265 | 2026-08-14T17:06:39.472Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 266 | 2026-08-14T17:06:39.479Z | Downloaded anstyle-parse v0.2.7 |
| 267 | 2026-08-14T17:06:39.482Z | Downloaded bcs v0.1.6 |
| 268 | 2026-08-14T17:06:39.482Z | Downloaded internet-checksum v0.2.1 |
| 269 | 2026-08-14T17:06:39.482Z | Downloaded ingot v0.2.1 |
| 270 | 2026-08-14T17:06:39.485Z | Downloaded camino-tempfile v1.4.1 |
| 271 | 2026-08-14T17:06:39.487Z | Downloaded camino-tempfile-ext v0.3.3 |
| 272 | 2026-08-14T17:06:39.490Z | Downloaded packed_struct v0.10.1 |
| 273 | 2026-08-14T17:06:39.490Z | Downloaded http-body-util v0.1.3 |
| 274 | 2026-08-14T17:06:39.490Z | Downloaded ipnet v2.11.0 |
| 275 | 2026-08-14T17:06:39.495Z | Downloaded blowfish v0.10.0 |
| 276 | 2026-08-14T17:06:39.495Z | Downloaded rustc-hash v2.1.1 |
| 277 | 2026-08-14T17:06:39.498Z | Downloaded sapling-renderdag v0.1.0 |
| 278 | 2026-08-14T17:06:39.498Z | Downloaded secrecy v0.8.0 |
| 279 | 2026-08-14T17:06:39.498Z | Downloaded console v0.15.11 |
| 280 | 2026-08-14T17:06:39.500Z | Downloaded console v0.16.2 |
| 281 | 2026-08-14T17:06:39.500Z | Downloaded ref-cast-impl v1.0.25 |
| 282 | 2026-08-14T17:06:39.504Z | Downloaded indoc v2.0.7 |
| 283 | 2026-08-14T17:06:39.504Z | Downloaded ingot-types v0.2.0 |
| 284 | 2026-08-14T17:06:40.509Z | Downloaded darling v0.20.11 |
| 285 | 2026-08-14T17:06:40.509Z | Downloaded bit-vec v0.8.0 |
| 286 | 2026-08-14T17:06:40.513Z | Downloaded clang-sys v1.8.1 |
| 287 | 2026-08-14T17:06:40.513Z | Downloaded iana-time-zone v0.1.65 |
| 288 | 2026-08-14T17:06:40.513Z | Downloaded hmac v0.12.1 |
| 289 | 2026-08-14T17:06:40.513Z | Downloaded blake2 v0.10.6 |
| 290 | 2026-08-14T17:06:40.513Z | Downloaded postgres-protocol v0.6.10 |
| 291 | 2026-08-14T17:06:40.513Z | Downloaded sha1 v0.11.0 |
| 292 | 2026-08-14T17:06:40.513Z | Downloaded hickory-client v0.25.2 |
| 293 | 2026-08-14T17:06:40.513Z | Downloaded signal-hook-mio v0.2.5 |
| 294 | 2026-08-14T17:06:40.513Z | Downloaded darling v0.21.3 |
| 295 | 2026-08-14T17:06:40.513Z | Downloaded anyhow v1.0.102 |
| 296 | 2026-08-14T17:06:40.513Z | Downloaded ppv-lite86 v0.2.21 |
| 297 | 2026-08-14T17:06:40.513Z | Downloaded progenitor v0.14.0 |
| 298 | 2026-08-14T17:06:40.513Z | Downloaded rand_core v0.9.5 |
| 299 | 2026-08-14T17:06:40.513Z | Downloaded rand_seeder v0.4.0 |
| 300 | 2026-08-14T17:06:40.513Z | Downloaded smawk v0.3.2 |
| 301 | 2026-08-14T17:06:40.513Z | Downloaded secrecy v0.10.3 |
| 302 | 2026-08-14T17:06:40.513Z | Downloaded serde_urlencoded v0.7.1 |
| 303 | 2026-08-14T17:06:40.513Z | Downloaded structmeta v0.3.0 |
| 304 | 2026-08-14T17:06:40.513Z | Downloaded oxide-update-engine-display v0.1.2 |
| 305 | 2026-08-14T17:06:40.513Z | Downloaded oxide-update-engine v0.1.2 |
| 306 | 2026-08-14T17:06:40.514Z | Downloaded subtle v2.6.1 |
| 307 | 2026-08-14T17:06:40.514Z | Downloaded peg v0.8.5 |
| 308 | 2026-08-14T17:06:40.514Z | Downloaded peg-macros v0.8.5 |
| 309 | 2026-08-14T17:06:40.514Z | Downloaded pkcs8 v0.10.2 |
| 310 | 2026-08-14T17:06:40.514Z | Downloaded derive_builder v0.20.2 |
| 311 | 2026-08-14T17:06:40.514Z | Downloaded polyval v0.7.1 |
| 312 | 2026-08-14T17:06:40.514Z | Downloaded serde_repr v0.1.20 |
| 313 | 2026-08-14T17:06:40.514Z | Downloaded datatest-stable v0.3.3 |
| 314 | 2026-08-14T17:06:40.514Z | Downloaded hybrid-array v0.4.13 |
| 315 | 2026-08-14T17:06:40.514Z | Downloaded ingot-macros v0.2.0 |
| 316 | 2026-08-14T17:06:40.514Z | Downloaded pest_derive v2.8.6 |
| 317 | 2026-08-14T17:06:40.514Z | Downloaded rustc-demangle v0.1.27 |
| 318 | 2026-08-14T17:06:40.514Z | Downloaded scroll v0.13.0 |
| 319 | 2026-08-14T17:06:40.514Z | Downloaded terminal_size v0.4.3 |
| 320 | 2026-08-14T17:06:40.514Z | Downloaded ipnetwork v0.21.1 |
| 321 | 2026-08-14T17:06:40.514Z | Downloaded camino v1.2.2 |
| 322 | 2026-08-14T17:06:40.514Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 323 | 2026-08-14T17:06:40.514Z | Downloaded httparse v1.10.1 |
| 324 | 2026-08-14T17:06:40.514Z | Downloaded hyper-staticfile v0.10.1 |
| 325 | 2026-08-14T17:06:40.514Z | Downloaded const-oid v0.10.2 |
| 326 | 2026-08-14T17:06:40.514Z | Downloaded crossbeam-utils v0.8.21 |
| 327 | 2026-08-14T17:06:40.514Z | Downloaded derive-where v1.6.0 |
| 328 | 2026-08-14T17:06:40.514Z | Downloaded tokio-macros v2.7.0 |
| 329 | 2026-08-14T17:06:40.514Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2026-08-14T17:06:40.514Z | Downloaded half v2.7.1 |
| 331 | 2026-08-14T17:06:40.514Z | Downloaded darling_core v0.21.3 |
| 332 | 2026-08-14T17:06:40.514Z | Downloaded half v1.8.3 |
| 333 | 2026-08-14T17:06:40.514Z | Downloaded highway v1.3.0 |
| 334 | 2026-08-14T17:06:40.514Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-08-14T17:06:40.514Z | Downloaded utf8_iter v1.0.4 |
| 336 | 2026-08-14T17:06:40.514Z | Downloaded slog-stdlog v4.1.1 |
| 337 | 2026-08-14T17:06:40.514Z | Downloaded snafu-derive v0.8.9 |
| 338 | 2026-08-14T17:06:40.514Z | Downloaded sqlformat v0.3.5 |
| 339 | 2026-08-14T17:06:40.514Z | Downloaded ssh-encoding v0.3.0 |
| 340 | 2026-08-14T17:06:40.514Z | Downloaded stacker v0.1.23 |
| 341 | 2026-08-14T17:06:40.514Z | Downloaded strum_macros v0.24.3 |
| 342 | 2026-08-14T17:06:40.514Z | Downloaded support-bundle-viewer v0.1.2 |
| 343 | 2026-08-14T17:06:40.514Z | Downloaded tabwriter v1.4.1 |
| 344 | 2026-08-14T17:06:40.514Z | Downloaded target-lexicon v0.13.3 |
| 345 | 2026-08-14T17:06:40.515Z | Downloaded xattr v1.6.1 |
| 346 | 2026-08-14T17:06:40.515Z | Downloaded zone v0.3.1 |
| 347 | 2026-08-14T17:06:40.515Z | Downloaded dirs-sys-next v0.1.2 |
| 348 | 2026-08-14T17:06:40.515Z | Downloaded display-error-chain v0.2.2 |
| 349 | 2026-08-14T17:06:40.515Z | Downloaded rustls-pemfile v2.2.0 |
| 350 | 2026-08-14T17:06:40.515Z | Downloaded rustversion v1.0.22 |
| 351 | 2026-08-14T17:06:40.515Z | Downloaded cfg-expr v0.20.6 |
| 352 | 2026-08-14T17:06:40.515Z | Downloaded universal-hash v0.5.1 |
| 353 | 2026-08-14T17:06:40.515Z | Downloaded async-bb8-diesel v0.2.1 |
| 354 | 2026-08-14T17:06:40.515Z | Downloaded cancel-safe-futures v0.1.5 |
| 355 | 2026-08-14T17:06:40.515Z | Downloaded hyper-rustls v0.27.7 |
| 356 | 2026-08-14T17:06:40.515Z | Downloaded termios v0.3.3 |
| 357 | 2026-08-14T17:06:40.515Z | Downloaded thiserror-no-std v2.0.2 |
| 358 | 2026-08-14T17:06:40.515Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 359 | 2026-08-14T17:06:40.515Z | Downloaded dtrace-parser v0.2.0 |
| 360 | 2026-08-14T17:06:40.515Z | Downloaded dtrace-parser v0.3.0 |
| 361 | 2026-08-14T17:06:40.515Z | Downloaded env_filter v1.0.0 |
| 362 | 2026-08-14T17:06:40.515Z | Downloaded crc-any v2.5.0 |
| 363 | 2026-08-14T17:06:40.515Z | Downloaded darling_core v0.20.11 |
| 364 | 2026-08-14T17:06:40.515Z | Downloaded unit-prefix v0.5.2 |
| 365 | 2026-08-14T17:06:40.515Z | Downloaded usdt v0.6.0 |
| 366 | 2026-08-14T17:06:40.515Z | Downloaded darling_core v0.23.0 |
| 367 | 2026-08-14T17:06:40.515Z | Downloaded tokio-native-tls v0.3.1 |
| 368 | 2026-08-14T17:06:40.515Z | Downloaded zeroize_derive v1.5.0 |
| 369 | 2026-08-14T17:06:40.515Z | Downloaded clap v4.6.1 |
| 370 | 2026-08-14T17:06:40.515Z | Downloaded foreign-types v0.3.2 |
| 371 | 2026-08-14T17:06:40.515Z | Downloaded futures-core v0.3.32 |
| 372 | 2026-08-14T17:06:40.515Z | Downloaded prefix-trie v0.7.0 |
| 373 | 2026-08-14T17:06:40.515Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 374 | 2026-08-14T17:06:40.515Z | Downloaded httptest v0.16.4 |
| 375 | 2026-08-14T17:06:40.515Z | Downloaded unicase v2.9.0 |
| 376 | 2026-08-14T17:06:40.515Z | Downloaded is_ci v1.2.0 |
| 377 | 2026-08-14T17:06:40.515Z | Downloaded is_terminal_polyfill v1.70.2 |
| 378 | 2026-08-14T17:06:40.515Z | Downloaded ignore v0.4.25 |
| 379 | 2026-08-14T17:06:40.515Z | Downloaded static_assertions v1.1.0 |
| 380 | 2026-08-14T17:06:40.515Z | Downloaded vergen-lib v9.1.0 |
| 381 | 2026-08-14T17:06:40.515Z | Downloaded icu_properties v2.1.2 |
| 382 | 2026-08-14T17:06:40.515Z | Downloaded kstat-rs v0.2.5 |
| 383 | 2026-08-14T17:06:40.515Z | Downloaded linked-hash-map v0.5.6 |
| 384 | 2026-08-14T17:06:40.515Z | Downloaded macaddr v1.0.1 |
| 385 | 2026-08-14T17:06:40.516Z | Downloaded const_format v0.2.35 |
| 386 | 2026-08-14T17:06:40.519Z | Downloaded bytes v1.11.1 |
| 387 | 2026-08-14T17:06:40.519Z | Downloaded pkcs5 v0.8.1 |
| 388 | 2026-08-14T17:06:40.519Z | Downloaded errno v0.3.14 |
| 389 | 2026-08-14T17:06:40.519Z | Downloaded foreign-types-shared v0.3.1 |
| 390 | 2026-08-14T17:06:40.519Z | Downloaded form_urlencoded v1.2.2 |
| 391 | 2026-08-14T17:06:40.519Z | Downloaded nibble_vec v0.1.0 |
| 392 | 2026-08-14T17:06:40.519Z | Downloaded normalize-line-endings v0.3.0 |
| 393 | 2026-08-14T17:06:40.519Z | Downloaded tiny-keccak v2.0.2 |
| 394 | 2026-08-14T17:06:40.519Z | Downloaded clap_builder v4.6.0 |
| 395 | 2026-08-14T17:06:40.519Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-08-14T17:06:40.519Z | Downloaded indexmap v1.9.3 |
| 397 | 2026-08-14T17:06:40.519Z | Downloaded heapless v0.8.0 |
| 398 | 2026-08-14T17:06:40.519Z | Downloaded headers v0.4.1 |
| 399 | 2026-08-14T17:06:40.519Z | Downloaded der v0.7.10 |
| 400 | 2026-08-14T17:06:40.519Z | Downloaded icu_normalizer_data v2.1.1 |
| 401 | 2026-08-14T17:06:40.519Z | Downloaded num v0.4.3 |
| 402 | 2026-08-14T17:06:40.520Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-08-14T17:06:40.520Z | Downloaded tls_codec v0.4.2 |
| 404 | 2026-08-14T17:06:40.520Z | Downloaded nodrop v0.1.14 |
| 405 | 2026-08-14T17:06:40.520Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 406 | 2026-08-14T17:06:40.520Z | Downloaded futures-sink v0.3.32 |
| 407 | 2026-08-14T17:06:40.520Z | Downloaded base64 v0.21.7 |
| 408 | 2026-08-14T17:06:40.520Z | Downloaded signal-hook v0.3.18 |
| 409 | 2026-08-14T17:06:40.520Z | Downloaded futures-task v0.3.32 |
| 410 | 2026-08-14T17:06:40.520Z | Downloaded hashbrown v0.14.5 |
| 411 | 2026-08-14T17:06:40.520Z | Downloaded tracing-attributes v0.1.31 |
| 412 | 2026-08-14T17:06:40.520Z | Downloaded unicode-properties v0.1.4 |
| 413 | 2026-08-14T17:06:40.520Z | Downloaded usdt-impl v0.6.0 |
| 414 | 2026-08-14T17:06:40.520Z | Downloaded salsa20 v0.11.0 |
| 415 | 2026-08-14T17:06:40.520Z | Downloaded keccak v0.1.6 |
| 416 | 2026-08-14T17:06:40.520Z | Downloaded cargo-platform v0.3.2 |
| 417 | 2026-08-14T17:06:40.520Z | Downloaded libscf-sys v1.2.0 |
| 418 | 2026-08-14T17:06:40.520Z | Downloaded vergen-lib v0.1.6 |
| 419 | 2026-08-14T17:06:40.520Z | Downloaded papergrid v0.18.0 |
| 420 | 2026-08-14T17:06:40.520Z | Downloaded phf v0.13.1 |
| 421 | 2026-08-14T17:06:40.520Z | Downloaded knuffel-derive v3.2.0 |
| 422 | 2026-08-14T17:06:40.520Z | Downloaded lzss v0.8.2 |
| 423 | 2026-08-14T17:06:40.520Z | Downloaded zstd-safe v7.2.4 |
| 424 | 2026-08-14T17:06:40.520Z | Downloaded linear-map v1.2.0 |
| 425 | 2026-08-14T17:06:40.520Z | Downloaded pin-project v1.1.11 |
| 426 | 2026-08-14T17:06:40.520Z | Downloaded block-buffer v0.10.4 |
| 427 | 2026-08-14T17:06:40.520Z | Downloaded block-buffer v0.12.1 |
| 428 | 2026-08-14T17:06:40.520Z | Downloaded walkdir v2.5.0 |
| 429 | 2026-08-14T17:06:40.520Z | Downloaded cfg-if v1.0.4 |
| 430 | 2026-08-14T17:06:40.520Z | Downloaded backtrace v0.3.76 |
| 431 | 2026-08-14T17:06:40.520Z | Downloaded ar_archive_writer v0.5.1 |
| 432 | 2026-08-14T17:06:40.520Z | Downloaded async-recursion v1.1.1 |
| 433 | 2026-08-14T17:06:40.520Z | Downloaded textwrap v0.16.2 |
| 434 | 2026-08-14T17:06:40.520Z | Downloaded digest v0.11.3 |
| 435 | 2026-08-14T17:06:40.520Z | Downloaded indicatif v0.18.4 |
| 436 | 2026-08-14T17:06:40.520Z | Downloaded password-hash v0.6.1 |
| 437 | 2026-08-14T17:06:40.520Z | Downloaded plotters-svg v0.3.7 |
| 438 | 2026-08-14T17:06:40.520Z | Downloaded nanorand v0.7.0 |
| 439 | 2026-08-14T17:06:40.520Z | Downloaded async-compression v0.4.41 |
| 440 | 2026-08-14T17:06:40.520Z | Downloaded crypto-bigint v0.5.5 |
| 441 | 2026-08-14T17:06:40.520Z | Downloaded icu_locale_core v2.1.1 |
| 442 | 2026-08-14T17:06:40.521Z | Downloaded progenitor-impl v0.13.0 |
| 443 | 2026-08-14T17:06:40.521Z | Downloaded newline-converter v0.3.0 |
| 444 | 2026-08-14T17:06:40.521Z | Downloaded nu-ansi-term v0.50.3 |
| 445 | 2026-08-14T17:06:40.521Z | Downloaded anstream v1.0.0 |
| 446 | 2026-08-14T17:06:40.521Z | Downloaded atomicwrites v0.4.4 |
| 447 | 2026-08-14T17:06:40.521Z | Downloaded filetime v0.2.27 |
| 448 | 2026-08-14T17:06:40.521Z | Downloaded find-msvc-tools v0.1.9 |
| 449 | 2026-08-14T17:06:40.521Z | Downloaded tracing-core v0.1.36 |
| 450 | 2026-08-14T17:06:40.521Z | Downloaded getrandom v0.2.17 |
| 451 | 2026-08-14T17:06:40.521Z | Downloaded base16ct v1.0.0 |
| 452 | 2026-08-14T17:06:40.521Z | Downloaded backoff v0.4.0 |
| 453 | 2026-08-14T17:06:40.521Z | Downloaded rfc6979 v0.6.0 |
| 454 | 2026-08-14T17:06:40.521Z | Downloaded term v0.7.0 |
| 455 | 2026-08-14T17:06:40.521Z | Downloaded hickory-resolver v0.25.2 |
| 456 | 2026-08-14T17:06:40.521Z | Downloaded bit-vec v0.6.3 |
| 457 | 2026-08-14T17:06:40.521Z | Downloaded cargo_metadata v0.23.1 |
| 458 | 2026-08-14T17:06:40.521Z | Downloaded potential_utf v0.1.4 |
| 459 | 2026-08-14T17:06:40.521Z | Downloaded slog-bunyan v2.5.0 |
| 460 | 2026-08-14T17:06:40.521Z | Downloaded byteorder v1.5.0 |
| 461 | 2026-08-14T17:06:40.521Z | Downloaded bumpalo v3.20.2 |
| 462 | 2026-08-14T17:06:40.521Z | Downloaded serde_cbor v0.11.2 |
| 463 | 2026-08-14T17:06:40.521Z | Downloaded scuffle v0.1.0 |
| 464 | 2026-08-14T17:06:40.521Z | Downloaded ref-cast v1.0.25 |
| 465 | 2026-08-14T17:06:40.521Z | Downloaded paste v1.0.15 |
| 466 | 2026-08-14T17:06:40.521Z | Downloaded pkg-config v0.3.32 |
| 467 | 2026-08-14T17:06:40.521Z | Downloaded papergrid v0.11.0 |
| 468 | 2026-08-14T17:06:40.521Z | Downloaded similar v2.7.0 |
| 469 | 2026-08-14T17:06:40.521Z | Downloaded slog v2.8.2 |
| 470 | 2026-08-14T17:06:40.521Z | Downloaded strsim v0.11.1 |
| 471 | 2026-08-14T17:06:40.521Z | Downloaded predicates v3.1.4 |
| 472 | 2026-08-14T17:06:40.521Z | Downloaded des v0.9.0 |
| 473 | 2026-08-14T17:06:40.521Z | Downloaded rand_pcg v0.10.2 |
| 474 | 2026-08-14T17:06:40.521Z | Downloaded num-complex v0.4.6 |
| 475 | 2026-08-14T17:06:40.521Z | Downloaded ahash v0.8.12 |
| 476 | 2026-08-14T17:06:40.521Z | Downloaded fatfs v0.3.6 |
| 477 | 2026-08-14T17:06:40.521Z | Downloaded primefield v0.14.0 |
| 478 | 2026-08-14T17:06:40.521Z | Downloaded progenitor v0.13.0 |
| 479 | 2026-08-14T17:06:40.521Z | Downloaded progenitor-client v0.13.0 |
| 480 | 2026-08-14T17:06:40.521Z | Downloaded rustc_version v0.1.7 |
| 481 | 2026-08-14T17:06:40.521Z | Downloaded rustc_version v0.4.1 |
| 482 | 2026-08-14T17:06:40.522Z | Downloaded tagptr v0.2.0 |
| 483 | 2026-08-14T17:06:40.522Z | Downloaded sync-ptr v0.1.4 |
| 484 | 2026-08-14T17:06:40.522Z | Downloaded seq-macro v0.3.6 |
| 485 | 2026-08-14T17:06:40.522Z | Downloaded serde_spanned v1.1.1 |
| 486 | 2026-08-14T17:06:40.525Z | Downloaded signature v2.2.0 |
| 487 | 2026-08-14T17:06:40.525Z | Downloaded tokio-test v0.4.5 |
| 488 | 2026-08-14T17:06:40.525Z | Downloaded der v0.8.0 |
| 489 | 2026-08-14T17:06:40.525Z | Downloaded argon2 v0.6.0-rc.8 |
| 490 | 2026-08-14T17:06:40.525Z | Downloaded psm v0.1.30 |
| 491 | 2026-08-14T17:06:40.525Z | Downloaded similar-asserts v1.7.0 |
| 492 | 2026-08-14T17:06:40.525Z | Downloaded sponge-cursor v0.1.0 |
| 493 | 2026-08-14T17:06:40.525Z | Downloaded rand_chacha v0.9.0 |
| 494 | 2026-08-14T17:06:40.525Z | Downloaded criterion v0.7.0 |
| 495 | 2026-08-14T17:06:40.525Z | Downloaded yasna v0.5.2 |
| 496 | 2026-08-14T17:06:40.525Z | Downloaded snafu v0.8.9 |
| 497 | 2026-08-14T17:06:40.525Z | Downloaded zip v0.6.6 |
| 498 | 2026-08-14T17:06:40.525Z | Downloaded heapless v0.7.17 |
| 499 | 2026-08-14T17:06:40.525Z | Downloaded unarray v0.1.4 |
| 500 | 2026-08-14T17:06:40.525Z | Downloaded usdt-macro v0.5.0 |
| 501 | 2026-08-14T17:06:40.526Z | Downloaded sec1 v0.7.3 |
| 502 | 2026-08-14T17:06:40.526Z | Downloaded serde_path_to_error v0.1.20 |
| 503 | 2026-08-14T17:06:40.526Z | Downloaded sha2 v0.10.9 |
| 504 | 2026-08-14T17:06:40.526Z | Downloaded parking_lot v0.12.5 |
| 505 | 2026-08-14T17:06:40.526Z | Downloaded path-tree v0.8.3 |
| 506 | 2026-08-14T17:06:40.526Z | Downloaded slog-dtrace v0.3.0 |
| 507 | 2026-08-14T17:06:40.526Z | Downloaded slog-envlogger v2.2.0 |
| 508 | 2026-08-14T17:06:40.526Z | Downloaded bitfield v0.19.4 |
| 509 | 2026-08-14T17:06:40.526Z | Downloaded supports-color v3.0.2 |
| 510 | 2026-08-14T17:06:40.526Z | Downloaded time-core v0.1.8 |
| 511 | 2026-08-14T17:06:40.526Z | Downloaded difflib v0.4.0 |
| 512 | 2026-08-14T17:06:40.526Z | Downloaded parse-display-derive v0.10.0 |
| 513 | 2026-08-14T17:06:40.526Z | Downloaded http v1.4.2 |
| 514 | 2026-08-14T17:06:40.526Z | Downloaded owo-colors v3.5.0 |
| 515 | 2026-08-14T17:06:40.526Z | Downloaded tower-service v0.3.3 |
| 516 | 2026-08-14T17:06:40.526Z | Downloaded argon2 v0.5.3 |
| 517 | 2026-08-14T17:06:40.526Z | Downloaded thiserror v2.0.18 |
| 518 | 2026-08-14T17:06:40.526Z | Downloaded pin-project-internal v1.1.11 |
| 519 | 2026-08-14T17:06:40.526Z | Downloaded tokio-dtrace v0.1.1 |
| 520 | 2026-08-14T17:06:40.526Z | Downloaded toml_write v0.1.2 |
| 521 | 2026-08-14T17:06:40.526Z | Downloaded proc-macro-error v1.0.4 |
| 522 | 2026-08-14T17:06:40.526Z | Downloaded funty v2.0.0 |
| 523 | 2026-08-14T17:06:40.526Z | Downloaded usdt v0.5.0 |
| 524 | 2026-08-14T17:06:40.526Z | Downloaded want v0.3.1 |
| 525 | 2026-08-14T17:06:40.526Z | Downloaded unicode-truncate v1.1.0 |
| 526 | 2026-08-14T17:06:40.526Z | Downloaded uzers v0.12.2 |
| 527 | 2026-08-14T17:06:40.526Z | Downloaded futures-io v0.3.32 |
| 528 | 2026-08-14T17:06:40.526Z | Downloaded lalrpop-util v0.19.12 |
| 529 | 2026-08-14T17:06:40.526Z | Downloaded scroll v0.12.0 |
| 530 | 2026-08-14T17:06:40.526Z | Downloaded serde-hex v0.1.0 |
| 531 | 2026-08-14T17:06:40.527Z | Downloaded managed v0.8.0 |
| 532 | 2026-08-14T17:06:40.527Z | Downloaded chacha20 v0.10.0 |
| 533 | 2026-08-14T17:06:40.527Z | Downloaded vergen-gitcl v1.0.8 |
| 534 | 2026-08-14T17:06:40.527Z | Downloaded downcast-rs v2.0.2 |
| 535 | 2026-08-14T17:06:40.527Z | Downloaded embedded-io v0.6.1 |
| 536 | 2026-08-14T17:06:40.527Z | Downloaded escape8259 v0.5.3 |
| 537 | 2026-08-14T17:06:40.527Z | Downloaded slog-json v2.6.1 |
| 538 | 2026-08-14T17:06:40.527Z | Downloaded stringmetrics v2.2.2 |
| 539 | 2026-08-14T17:06:40.527Z | Downloaded float-cmp v0.10.0 |
| 540 | 2026-08-14T17:06:40.527Z | Downloaded ed25519-dalek v2.2.0 |
| 541 | 2026-08-14T17:06:40.527Z | Downloaded hickory-server v0.25.2 |
| 542 | 2026-08-14T17:06:40.527Z | Downloaded indexmap v2.14.0 |
| 543 | 2026-08-14T17:06:40.527Z | Downloaded icu_collections v2.1.1 |
| 544 | 2026-08-14T17:06:40.527Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 545 | 2026-08-14T17:06:40.527Z | Downloaded xshell v0.2.7 |
| 546 | 2026-08-14T17:06:40.527Z | Downloaded yoke v0.8.1 |
| 547 | 2026-08-14T17:06:40.527Z | Downloaded lazy_static v1.5.0 |
| 548 | 2026-08-14T17:06:40.528Z | Downloaded md-5 v0.10.6 |
| 549 | 2026-08-14T17:06:40.528Z | Downloaded memoffset v0.9.1 |
| 550 | 2026-08-14T17:06:40.528Z | Downloaded miette-derive v5.10.0 |
| 551 | 2026-08-14T17:06:40.528Z | Downloaded nonempty v0.12.0 |
| 552 | 2026-08-14T17:06:40.528Z | Downloaded crossterm v0.28.1 |
| 553 | 2026-08-14T17:06:40.528Z | Downloaded assert_matches v1.5.0 |
| 554 | 2026-08-14T17:06:40.528Z | Downloaded elliptic-curve v0.14.1 |
| 555 | 2026-08-14T17:06:40.528Z | Downloaded strum_macros v0.26.4 |
| 556 | 2026-08-14T17:06:40.528Z | Downloaded foreign-types-shared v0.1.1 |
| 557 | 2026-08-14T17:06:40.528Z | Downloaded fxhash v0.2.1 |
| 558 | 2026-08-14T17:06:40.528Z | Downloaded thiserror v1.0.69 |
| 559 | 2026-08-14T17:06:40.528Z | Downloaded hashbrown v0.12.3 |
| 560 | 2026-08-14T17:06:40.528Z | Downloaded displaydoc v0.2.5 |
| 561 | 2026-08-14T17:06:40.528Z | Downloaded aead v0.5.2 |
| 562 | 2026-08-14T17:06:40.528Z | Downloaded bitfield-macros v0.19.4 |
| 563 | 2026-08-14T17:06:40.528Z | Downloaded tempfile v3.25.0 |
| 564 | 2026-08-14T17:06:40.529Z | Downloaded arc-swap v1.8.2 |
| 565 | 2026-08-14T17:06:40.529Z | Downloaded linkme-impl v0.3.35 |
| 566 | 2026-08-14T17:06:40.529Z | Downloaded ecdsa v0.16.9 |
| 567 | 2026-08-14T17:06:40.529Z | Downloaded enum_dispatch v0.3.13 |
| 568 | 2026-08-14T17:06:40.529Z | Downloaded bit-set v0.8.0 |
| 569 | 2026-08-14T17:06:40.529Z | Downloaded bitfield-struct v0.6.2 |
| 570 | 2026-08-14T17:06:40.529Z | Downloaded cast v0.3.0 |
| 571 | 2026-08-14T17:06:40.529Z | Downloaded rand v0.10.1 |
| 572 | 2026-08-14T17:06:40.529Z | Downloaded trybuild v1.0.116 |
| 573 | 2026-08-14T17:06:40.529Z | Downloaded tungstenite v0.21.0 |
| 574 | 2026-08-14T17:06:40.529Z | Downloaded schemars v0.8.22 |
| 575 | 2026-08-14T17:06:40.529Z | Downloaded phf_shared v0.12.1 |
| 576 | 2026-08-14T17:06:40.529Z | Downloaded rustls-pki-types v1.14.0 |
| 577 | 2026-08-14T17:06:40.529Z | Downloaded rsa v0.10.0-rc.18 |
| 578 | 2026-08-14T17:06:40.529Z | Downloaded serde_tokenstream v0.2.3 |
| 579 | 2026-08-14T17:06:40.529Z | Downloaded p384 v0.14.0 |
| 580 | 2026-08-14T17:06:40.530Z | Downloaded castaway v0.2.4 |
| 581 | 2026-08-14T17:06:40.530Z | Downloaded parse-size v1.1.0 |
| 582 | 2026-08-14T17:06:40.530Z | Downloaded arrayvec v0.7.6 |
| 583 | 2026-08-14T17:06:40.530Z | Downloaded term v1.2.1 |
| 584 | 2026-08-14T17:06:40.530Z | Downloaded hashbrown v0.13.2 |
| 585 | 2026-08-14T17:06:40.530Z | Downloaded hickory-resolver v0.24.4 |
| 586 | 2026-08-14T17:06:40.538Z | Downloaded tinyvec v1.10.0 |
| 587 | 2026-08-14T17:06:40.538Z | Downloaded crossterm v0.29.0 |
| 588 | 2026-08-14T17:06:40.538Z | Downloaded hyper-util v0.1.20 |
| 589 | 2026-08-14T17:06:40.538Z | Downloaded rand_chacha v0.3.1 |
| 590 | 2026-08-14T17:06:40.538Z | Downloaded rand_xorshift v0.4.0 |
| 591 | 2026-08-14T17:06:40.538Z | Downloaded qorb v0.4.1 |
| 592 | 2026-08-14T17:06:40.538Z | Downloaded rtoolbox v0.0.3 |
| 593 | 2026-08-14T17:06:40.538Z | Downloaded progenitor-macro v0.13.0 |
| 594 | 2026-08-14T17:06:40.538Z | Downloaded byte-wrapper v0.1.0 |
| 595 | 2026-08-14T17:06:40.539Z | Downloaded strsim v0.10.0 |
| 596 | 2026-08-14T17:06:40.539Z | Downloaded supports-hyperlinks v2.1.0 |
| 597 | 2026-08-14T17:06:40.539Z | Downloaded toml v0.8.23 |
| 598 | 2026-08-14T17:06:40.539Z | Downloaded ron v0.8.1 |
| 599 | 2026-08-14T17:06:40.539Z | Downloaded strip-ansi-escapes v0.2.1 |
| 600 | 2026-08-14T17:06:40.539Z | Downloaded mime_guess v2.0.5 |
| 601 | 2026-08-14T17:06:40.539Z | Downloaded num_enum v0.5.11 |
| 602 | 2026-08-14T17:06:40.539Z | Downloaded num_enum v0.7.6 |
| 603 | 2026-08-14T17:06:40.539Z | Downloaded ucd-trie v0.1.7 |
| 604 | 2026-08-14T17:06:40.539Z | Downloaded cassowary v0.3.0 |
| 605 | 2026-08-14T17:06:40.539Z | Downloaded sha1 v0.10.6 |
| 606 | 2026-08-14T17:06:40.539Z | Downloaded tower-layer v0.3.3 |
| 607 | 2026-08-14T17:06:40.539Z | Downloaded schemars v0.9.0 |
| 608 | 2026-08-14T17:06:40.539Z | Downloaded proc-macro-error2 v2.0.1 |
| 609 | 2026-08-14T17:06:40.539Z | Downloaded anstyle-parse v1.0.0 |
| 610 | 2026-08-14T17:06:40.539Z | Downloaded whoami v1.6.1 |
| 611 | 2026-08-14T17:06:40.539Z | Downloaded sigpipe v0.1.3 |
| 612 | 2026-08-14T17:06:40.539Z | Downloaded unicode-xid v0.2.6 |
| 613 | 2026-08-14T17:06:40.539Z | Downloaded untrusted v0.9.0 |
| 614 | 2026-08-14T17:06:40.539Z | Downloaded miniz_oxide v0.8.9 |
| 615 | 2026-08-14T17:06:40.539Z | Downloaded pest_meta v2.8.6 |
| 616 | 2026-08-14T17:06:40.539Z | Downloaded void v1.0.2 |
| 617 | 2026-08-14T17:06:40.539Z | Downloaded quote v1.0.45 |
| 618 | 2026-08-14T17:06:40.539Z | Downloaded once_cell v1.21.3 |
| 619 | 2026-08-14T17:06:40.539Z | Downloaded oxide-tokio-rt v0.1.4 |
| 620 | 2026-08-14T17:06:40.539Z | Downloaded pbkdf2 v0.13.0 |
| 621 | 2026-08-14T17:06:40.540Z | Downloaded rustls-native-certs v0.8.3 |
| 622 | 2026-08-14T17:06:40.540Z | Downloaded quinn v0.11.11 |
| 623 | 2026-08-14T17:06:40.540Z | Downloaded serde_with_macros v1.5.2 |
| 624 | 2026-08-14T17:06:40.540Z | Downloaded testing_table v0.3.0 |
| 625 | 2026-08-14T17:06:40.540Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 626 | 2026-08-14T17:06:40.540Z | Downloaded dropshot_endpoint v0.17.1 |
| 627 | 2026-08-14T17:06:40.540Z | Downloaded unicode-linebreak v0.1.5 |
| 628 | 2026-08-14T17:06:40.540Z | Downloaded pem-rfc7468 v1.0.0 |
| 629 | 2026-08-14T17:06:40.540Z | Downloaded primeorder v0.13.6 |
| 630 | 2026-08-14T17:06:40.540Z | Downloaded smf v0.2.3 |
| 631 | 2026-08-14T17:06:40.540Z | Downloaded ff v0.14.0 |
| 632 | 2026-08-14T17:06:40.540Z | Downloaded dof v0.3.0 |
| 633 | 2026-08-14T17:06:40.540Z | Downloaded flume v0.11.1 |
| 634 | 2026-08-14T17:06:40.540Z | Downloaded spki v0.8.0 |
| 635 | 2026-08-14T17:06:40.541Z | Downloaded ssh-cipher v0.3.0 |
| 636 | 2026-08-14T17:06:40.541Z | Downloaded poly1305 v0.8.0 |
| 637 | 2026-08-14T17:06:40.541Z | Downloaded libbz2-rs-sys v0.2.2 |
| 638 | 2026-08-14T17:06:40.541Z | Downloaded pkcs8 v0.11.0 |
| 639 | 2026-08-14T17:06:40.541Z | Downloaded synstructure v0.13.2 |
| 640 | 2026-08-14T17:06:40.541Z | Downloaded tls_codec_derive v0.4.2 |
| 641 | 2026-08-14T17:06:40.541Z | Downloaded oso v0.27.3 |
| 642 | 2026-08-14T17:06:40.541Z | Downloaded flagset v0.4.7 |
| 643 | 2026-08-14T17:06:40.541Z | Downloaded float-ord v0.3.2 |
| 644 | 2026-08-14T17:06:40.541Z | Downloaded futures-macro v0.3.32 |
| 645 | 2026-08-14T17:06:40.541Z | Downloaded hashbrown v0.16.1 |
| 646 | 2026-08-14T17:06:40.541Z | Downloaded litemap v0.8.1 |
| 647 | 2026-08-14T17:06:40.541Z | Downloaded mime v0.3.17 |
| 648 | 2026-08-14T17:06:40.541Z | Downloaded relative-path v1.9.3 |
| 649 | 2026-08-14T17:06:40.541Z | Downloaded miette v5.10.0 |
| 650 | 2026-08-14T17:06:40.541Z | Downloaded postgres-types v0.2.12 |
| 651 | 2026-08-14T17:06:40.541Z | Downloaded rusty-fork v0.3.1 |
| 652 | 2026-08-14T17:06:40.542Z | Downloaded semver v0.1.20 |
| 653 | 2026-08-14T17:06:40.542Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 654 | 2026-08-14T17:06:40.542Z | Downloaded zerotrie v0.2.3 |
| 655 | 2026-08-14T17:06:40.542Z | Downloaded postcard v1.1.3 |
| 656 | 2026-08-14T17:06:40.542Z | Downloaded usdt-impl v0.5.0 |
| 657 | 2026-08-14T17:06:40.542Z | Downloaded event-listener-strategy v0.5.4 |
| 658 | 2026-08-14T17:06:40.542Z | Downloaded md5 v0.8.0 |
| 659 | 2026-08-14T17:06:40.542Z | Downloaded maybe-uninit v2.0.0 |
| 660 | 2026-08-14T17:06:40.542Z | Downloaded ghash v0.6.0 |
| 661 | 2026-08-14T17:06:40.542Z | Downloaded guppy v0.17.25 |
| 662 | 2026-08-14T17:06:40.542Z | Downloaded hashbrown v0.15.5 |
| 663 | 2026-08-14T17:06:40.542Z | Downloaded async-lock v3.4.2 |
| 664 | 2026-08-14T17:06:40.542Z | Downloaded whoami v2.1.0 |
| 665 | 2026-08-14T17:06:40.542Z | Downloaded unsafe-libyaml v0.2.11 |
| 666 | 2026-08-14T17:06:40.542Z | Downloaded slab v0.4.12 |
| 667 | 2026-08-14T17:06:40.542Z | Downloaded num-bigint v0.4.6 |
| 668 | 2026-08-14T17:06:40.542Z | Downloaded kem v0.3.0 |
| 669 | 2026-08-14T17:06:40.542Z | Downloaded num-derive v0.4.2 |
| 670 | 2026-08-14T17:06:40.542Z | Downloaded lru-cache v0.1.2 |
| 671 | 2026-08-14T17:06:40.543Z | Downloaded newtype-uuid-macros v0.1.0 |
| 672 | 2026-08-14T17:06:40.543Z | Downloaded ascii-canvas v3.0.0 |
| 673 | 2026-08-14T17:06:40.543Z | Downloaded zerocopy-derive v0.8.40 |
| 674 | 2026-08-14T17:06:40.543Z | Downloaded memchr v2.8.0 |
| 675 | 2026-08-14T17:06:40.543Z | Downloaded rayon-core v1.13.0 |
| 676 | 2026-08-14T17:06:40.543Z | Downloaded smallvec v1.15.1 |
| 677 | 2026-08-14T17:06:40.543Z | Downloaded unicode-normalization v0.1.25 |
| 678 | 2026-08-14T17:06:40.543Z | Downloaded toml_edit v0.22.27 |
| 679 | 2026-08-14T17:06:40.543Z | Downloaded owo-colors v4.3.0 |
| 680 | 2026-08-14T17:06:40.543Z | Downloaded pest_generator v2.8.6 |
| 681 | 2026-08-14T17:06:40.543Z | Downloaded multimap v0.10.1 |
| 682 | 2026-08-14T17:06:40.543Z | Downloaded parking_lot v0.11.2 |
| 683 | 2026-08-14T17:06:40.543Z | Downloaded futures-executor v0.3.32 |
| 684 | 2026-08-14T17:06:40.543Z | Downloaded iri-string v0.7.10 |
| 685 | 2026-08-14T17:06:40.543Z | Downloaded openssl-probe v0.1.6 |
| 686 | 2026-08-14T17:06:40.547Z | Downloaded libefi-sys v0.1.0 |
| 687 | 2026-08-14T17:06:40.547Z | Downloaded libtest-mimic v0.8.1 |
| 688 | 2026-08-14T17:06:40.547Z | Downloaded getrandom v0.3.4 |
| 689 | 2026-08-14T17:06:40.547Z | Downloaded aes-gcm v0.11.0 |
| 690 | 2026-08-14T17:06:40.547Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 691 | 2026-08-14T17:06:40.547Z | Downloaded async-stream v0.3.6 |
| 692 | 2026-08-14T17:06:40.547Z | Downloaded atty v0.2.14 |
| 693 | 2026-08-14T17:06:40.548Z | Downloaded dropshot-api-manager v0.7.2 |
| 694 | 2026-08-14T17:06:40.548Z | Downloaded parse-display v0.10.0 |
| 695 | 2026-08-14T17:06:40.548Z | Downloaded libsw-core v0.3.2 |
| 696 | 2026-08-14T17:06:40.548Z | Downloaded russh-cryptovec v0.62.0 |
| 697 | 2026-08-14T17:06:40.548Z | Downloaded semver v1.0.28 |
| 698 | 2026-08-14T17:06:40.548Z | Downloaded crypto-primes v0.7.2 |
| 699 | 2026-08-14T17:06:40.548Z | Downloaded num-bigint-dig v0.8.6 |
| 700 | 2026-08-14T17:06:40.548Z | Downloaded digest v0.10.7 |
| 701 | 2026-08-14T17:06:40.548Z | Downloaded embedded-io v0.4.0 |
| 702 | 2026-08-14T17:06:40.548Z | Downloaded phf_shared v0.13.1 |
| 703 | 2026-08-14T17:06:40.548Z | Downloaded zerocopy-derive v0.7.35 |
| 704 | 2026-08-14T17:06:40.548Z | Downloaded shell-words v1.1.1 |
| 705 | 2026-08-14T17:06:40.548Z | Downloaded signature v3.0.0 |
| 706 | 2026-08-14T17:06:40.548Z | Downloaded vte v0.14.1 |
| 707 | 2026-08-14T17:06:40.548Z | Downloaded fancy-regex v0.14.0 |
| 708 | 2026-08-14T17:06:40.548Z | Downloaded sha2 v0.11.0 |
| 709 | 2026-08-14T17:06:40.548Z | Downloaded phf_shared v0.11.3 |
| 710 | 2026-08-14T17:06:40.548Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 711 | 2026-08-14T17:06:40.548Z | Downloaded tower-http v0.6.8 |
| 712 | 2026-08-14T17:06:40.548Z | Downloaded proc-macro-crate v3.4.0 |
| 713 | 2026-08-14T17:06:40.548Z | Downloaded scroll_derive v0.12.1 |
| 714 | 2026-08-14T17:06:40.549Z | Downloaded serde-big-array v0.5.1 |
| 715 | 2026-08-14T17:06:40.549Z | Downloaded serde_bytes v0.11.19 |
| 716 | 2026-08-14T17:06:40.549Z | Downloaded signal-hook-tokio v0.3.1 |
| 717 | 2026-08-14T17:06:40.549Z | Downloaded supports-unicode v2.1.0 |
| 718 | 2026-08-14T17:06:40.549Z | Downloaded termcolor v1.4.1 |
| 719 | 2026-08-14T17:06:40.549Z | Downloaded serde_with v1.14.0 |
| 720 | 2026-08-14T17:06:40.549Z | Downloaded tokio-stream v0.1.18 |
| 721 | 2026-08-14T17:06:40.549Z | Downloaded idna v1.1.0 |
| 722 | 2026-08-14T17:06:40.549Z | Downloaded cexpr v0.6.0 |
| 723 | 2026-08-14T17:06:40.549Z | Downloaded zerocopy v0.7.35 |
| 724 | 2026-08-14T17:06:40.549Z | Downloaded typed-path v0.9.3 |
| 725 | 2026-08-14T17:06:40.549Z | Downloaded thiserror-impl v2.0.18 |
| 726 | 2026-08-14T17:06:40.549Z | Downloaded strum v0.26.3 |
| 727 | 2026-08-14T17:06:40.549Z | Downloaded target-triple v1.0.0 |
| 728 | 2026-08-14T17:06:40.549Z | Downloaded thread-id v5.1.0 |
| 729 | 2026-08-14T17:06:40.549Z | Downloaded hyper v1.10.1 |
| 730 | 2026-08-14T17:06:40.549Z | Downloaded oxnet v0.1.6 |
| 731 | 2026-08-14T17:06:40.549Z | Downloaded waitgroup v0.1.2 |
| 732 | 2026-08-14T17:06:40.549Z | Downloaded anstyle v1.0.14 |
| 733 | 2026-08-14T17:06:40.549Z | Downloaded foreign-types v0.5.0 |
| 734 | 2026-08-14T17:06:40.549Z | Downloaded phf v0.12.1 |
| 735 | 2026-08-14T17:06:40.549Z | Downloaded progenitor-impl v0.14.0 |
| 736 | 2026-08-14T17:06:40.549Z | Downloaded universal-hash v0.6.1 |
| 737 | 2026-08-14T17:06:40.549Z | Downloaded phc v0.6.1 |
| 738 | 2026-08-14T17:06:40.549Z | Downloaded document-features v0.2.12 |
| 739 | 2026-08-14T17:06:40.550Z | Downloaded enum-as-inner v0.6.1 |
| 740 | 2026-08-14T17:06:40.550Z | Downloaded rstest_macros v0.25.0 |
| 741 | 2026-08-14T17:06:40.550Z | Downloaded hashbrown v0.17.0 |
| 742 | 2026-08-14T17:06:40.550Z | Downloaded bytecount v0.6.9 |
| 743 | 2026-08-14T17:06:40.550Z | Downloaded rustls-platform-verifier v0.6.2 |
| 744 | 2026-08-14T17:06:40.550Z | Downloaded supports-color v2.1.0 |
| 745 | 2026-08-14T17:06:40.550Z | Downloaded ecdsa v0.17.0 |
| 746 | 2026-08-14T17:06:40.550Z | Downloaded event-listener v5.4.1 |
| 747 | 2026-08-14T17:06:40.550Z | Downloaded tinytemplate v1.2.1 |
| 748 | 2026-08-14T17:06:40.550Z | Downloaded hkdf v0.12.4 |
| 749 | 2026-08-14T17:06:40.550Z | Downloaded num_enum_derive v0.5.11 |
| 750 | 2026-08-14T17:06:40.550Z | Downloaded h2 v0.4.15 |
| 751 | 2026-08-14T17:06:40.550Z | Downloaded elliptic-curve v0.13.8 |
| 752 | 2026-08-14T17:06:40.550Z | Downloaded fs-err v3.3.0 |
| 753 | 2026-08-14T17:06:40.551Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 754 | 2026-08-14T17:06:40.551Z | Downloaded resolv-conf v0.7.6 |
| 755 | 2026-08-14T17:06:40.551Z | Downloaded maplit v1.0.2 |
| 756 | 2026-08-14T17:06:40.551Z | Downloaded num-conv v0.2.0 |
| 757 | 2026-08-14T17:06:40.551Z | Downloaded blake2 v0.11.0-rc.6 |
| 758 | 2026-08-14T17:06:40.551Z | Downloaded anstyle-query v1.1.5 |
| 759 | 2026-08-14T17:06:40.551Z | Downloaded tui-tree-widget v0.23.1 |
| 760 | 2026-08-14T17:06:40.551Z | Downloaded ed25519 v3.0.0 |
| 761 | 2026-08-14T17:06:40.551Z | Downloaded minimal-lexical v0.2.1 |
| 762 | 2026-08-14T17:06:40.551Z | Downloaded plain v0.2.3 |
| 763 | 2026-08-14T17:06:40.551Z | Downloaded parking_lot_core v0.9.12 |
| 764 | 2026-08-14T17:06:40.552Z | Downloaded flate2 v1.1.9 |
| 765 | 2026-08-14T17:06:40.552Z | Downloaded newtype-uuid v1.3.2 |
| 766 | 2026-08-14T17:06:40.552Z | Downloaded typify v0.6.2 |
| 767 | 2026-08-14T17:06:40.552Z | Downloaded base16ct v0.2.0 |
| 768 | 2026-08-14T17:06:40.552Z | Downloaded parking v2.2.1 |
| 769 | 2026-08-14T17:06:40.552Z | Downloaded foldhash v0.2.0 |
| 770 | 2026-08-14T17:06:40.552Z | Downloaded psl-types v2.0.11 |
| 771 | 2026-08-14T17:06:40.552Z | Downloaded scheduled-thread-pool v0.2.7 |
| 772 | 2026-08-14T17:06:40.552Z | Downloaded serde_regex v1.1.0 |
| 773 | 2026-08-14T17:06:40.552Z | Downloaded serde_spanned v0.6.9 |
| 774 | 2026-08-14T17:06:40.552Z | Downloaded percent-encoding v2.3.2 |
| 775 | 2026-08-14T17:06:40.552Z | Downloaded strum v0.27.2 |
| 776 | 2026-08-14T17:06:40.552Z | Downloaded swrite v0.1.0 |
| 777 | 2026-08-14T17:06:40.552Z | Downloaded num-traits v0.2.19 |
| 778 | 2026-08-14T17:06:40.553Z | Downloaded expectorate v1.2.0 |
| 779 | 2026-08-14T17:06:40.553Z | Downloaded icu_properties_data v2.1.2 |
| 780 | 2026-08-14T17:06:40.553Z | Downloaded libsw v3.5.0 |
| 781 | 2026-08-14T17:06:40.553Z | Downloaded typify-macro v0.6.2 |
| 782 | 2026-08-14T17:06:40.553Z | Downloaded untrusted v0.7.1 |
| 783 | 2026-08-14T17:06:40.553Z | Downloaded ed25519-dalek v3.0.0 |
| 784 | 2026-08-14T17:06:40.553Z | Downloaded lock_api v0.4.14 |
| 785 | 2026-08-14T17:06:40.553Z | Downloaded reqwest v0.13.2 |
| 786 | 2026-08-14T17:06:40.557Z | Downloaded base64ct v1.8.3 |
| 787 | 2026-08-14T17:06:40.557Z | Downloaded aws-lc-rs v1.16.3 |
| 788 | 2026-08-14T17:06:40.557Z | Downloaded base64 v0.22.1 |
| 789 | 2026-08-14T17:06:40.557Z | Downloaded wyz v0.5.1 |
| 790 | 2026-08-14T17:06:40.557Z | Downloaded dof v0.4.0 |
| 791 | 2026-08-14T17:06:40.557Z | Downloaded zstd v0.13.3 |
| 792 | 2026-08-14T17:06:40.557Z | Downloaded native-tls v0.2.18 |
| 793 | 2026-08-14T17:06:40.558Z | Downloaded num_enum_derive v0.7.6 |
| 794 | 2026-08-14T17:06:40.558Z | Downloaded async-trait v0.1.89 |
| 795 | 2026-08-14T17:06:40.558Z | Downloaded siphasher v1.0.2 |
| 796 | 2026-08-14T17:06:40.558Z | Downloaded tokio-rustls v0.26.4 |
| 797 | 2026-08-14T17:06:40.558Z | Downloaded trait-variant v0.1.2 |
| 798 | 2026-08-14T17:06:40.558Z | Downloaded bitflags v2.11.0 |
| 799 | 2026-08-14T17:06:40.558Z | Downloaded zeroize v1.9.0 |
| 800 | 2026-08-14T17:06:40.558Z | Downloaded tokio-util v0.7.18 |
| 801 | 2026-08-14T17:06:40.558Z | Downloaded zopfli v0.8.3 |
| 802 | 2026-08-14T17:06:40.558Z | Downloaded fallible-iterator v0.2.0 |
| 803 | 2026-08-14T17:06:40.558Z | Downloaded fixedbitset v0.4.2 |
| 804 | 2026-08-14T17:06:40.558Z | Downloaded goblin v0.8.2 |
| 805 | 2026-08-14T17:06:40.558Z | Downloaded serde_json v1.0.151 |
| 806 | 2026-08-14T17:06:40.558Z | Downloaded oorandom v11.1.5 |
| 807 | 2026-08-14T17:06:40.558Z | Downloaded anstream v0.6.21 |
| 808 | 2026-08-14T17:06:40.558Z | Downloaded bitvec v1.0.1 |
| 809 | 2026-08-14T17:06:40.558Z | Downloaded usdt-macro v0.6.0 |
| 810 | 2026-08-14T17:06:40.558Z | Downloaded xshell-macros v0.2.7 |
| 811 | 2026-08-14T17:06:40.558Z | Downloaded zerofrom-derive v0.1.6 |
| 812 | 2026-08-14T17:06:40.558Z | Downloaded digest-io v0.1.0 |
| 813 | 2026-08-14T17:06:40.558Z | Downloaded dirs-next v2.0.0 |
| 814 | 2026-08-14T17:06:40.558Z | Downloaded equivalent v1.0.2 |
| 815 | 2026-08-14T17:06:40.558Z | Downloaded port-file v0.1.0 |
| 816 | 2026-08-14T17:06:40.558Z | Downloaded same-file v1.0.6 |
| 817 | 2026-08-14T17:06:40.558Z | Downloaded match_cfg v0.1.0 |
| 818 | 2026-08-14T17:06:40.558Z | Downloaded newtype_derive v0.1.6 |
| 819 | 2026-08-14T17:06:40.559Z | Downloaded serde_with_macros v3.21.0 |
| 820 | 2026-08-14T17:06:40.559Z | Downloaded rstest v0.25.0 |
| 821 | 2026-08-14T17:06:40.559Z | Downloaded ssh-key v0.7.0-rc.11 |
| 822 | 2026-08-14T17:06:40.559Z | Downloaded password-hash v0.5.0 |
| 823 | 2026-08-14T17:06:40.559Z | Downloaded primeorder v0.14.0 |
| 824 | 2026-08-14T17:06:40.559Z | Downloaded olpc-cjson v0.1.4 |
| 825 | 2026-08-14T17:06:40.559Z | Downloaded cfg_aliases v0.2.1 |
| 826 | 2026-08-14T17:06:40.559Z | Downloaded cbc v0.2.1 |
| 827 | 2026-08-14T17:06:40.559Z | Downloaded rand_core v0.6.4 |
| 828 | 2026-08-14T17:06:40.559Z | Downloaded gethostname v0.5.0 |
| 829 | 2026-08-14T17:06:40.559Z | Downloaded memmap2 v0.9.10 |
| 830 | 2026-08-14T17:06:40.559Z | Downloaded blake2b_simd v1.0.4 |
| 831 | 2026-08-14T17:06:40.559Z | Downloaded vergen-git2 v9.1.0 |
| 832 | 2026-08-14T17:06:40.559Z | Downloaded progenitor-macro v0.14.0 |
| 833 | 2026-08-14T17:06:40.559Z | Downloaded scopeguard v1.2.0 |
| 834 | 2026-08-14T17:06:40.559Z | Downloaded hkdf v0.13.0 |
| 835 | 2026-08-14T17:06:40.559Z | Downloaded simd-adler32 v0.3.8 |
| 836 | 2026-08-14T17:06:40.559Z | Downloaded yansi v1.0.1 |
| 837 | 2026-08-14T17:06:40.559Z | Downloaded zerocopy v0.6.6 |
| 838 | 2026-08-14T17:06:40.559Z | Downloaded toml v0.7.8 |
| 839 | 2026-08-14T17:06:40.559Z | Downloaded spki v0.7.3 |
| 840 | 2026-08-14T17:06:40.559Z | Downloaded time-macros v0.2.27 |
| 841 | 2026-08-14T17:06:40.559Z | Downloaded either v1.15.0 |
| 842 | 2026-08-14T17:06:40.559Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-08-14T17:06:40.559Z | Downloaded thread-id v4.2.2 |
| 844 | 2026-08-14T17:06:40.559Z | Downloaded mio v1.2.0 |
| 845 | 2026-08-14T17:06:40.559Z | Downloaded tokio-tungstenite v0.21.0 |
| 846 | 2026-08-14T17:06:40.559Z | Downloaded fd-lock v4.0.4 |
| 847 | 2026-08-14T17:06:40.559Z | Downloaded serde v1.0.228 |
| 848 | 2026-08-14T17:06:40.564Z | Downloaded fastrand v2.3.0 |
| 849 | 2026-08-14T17:06:40.564Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-08-14T17:06:40.564Z | Downloaded libloading v0.8.9 |
| 851 | 2026-08-14T17:06:40.568Z | Downloaded zip v4.6.1 |
| 852 | 2026-08-14T17:06:40.570Z | Downloaded sync_wrapper v1.0.2 |
| 853 | 2026-08-14T17:06:40.573Z | Downloaded terminal_size v0.1.17 |
| 854 | 2026-08-14T17:06:40.573Z | Downloaded utf-8 v0.7.6 |
| 855 | 2026-08-14T17:06:40.573Z | Downloaded chrono v0.4.45 |
| 856 | 2026-08-14T17:06:40.577Z | Downloaded jiff-static v0.2.34 |
| 857 | 2026-08-14T17:06:40.582Z | Downloaded ryu v1.0.23 |
| 858 | 2026-08-14T17:06:40.584Z | Downloaded bitflags v1.3.2 |
| 859 | 2026-08-14T17:06:40.588Z | Downloaded socket2 v0.6.3 |
| 860 | 2026-08-14T17:06:40.588Z | Downloaded new_debug_unreachable v1.0.6 |
| 861 | 2026-08-14T17:06:40.588Z | Downloaded target-spec v3.5.7 |
| 862 | 2026-08-14T17:06:40.593Z | Downloaded pem-rfc7468 v0.7.0 |
| 863 | 2026-08-14T17:06:40.593Z | Downloaded quinn-udp v0.5.14 |
| 864 | 2026-08-14T17:06:40.596Z | Downloaded r2d2 v0.8.10 |
| 865 | 2026-08-14T17:06:40.596Z | Downloaded ff v0.13.1 |
| 866 | 2026-08-14T17:06:40.596Z | Downloaded fixedbitset v0.5.7 |
| 867 | 2026-08-14T17:06:40.596Z | Downloaded pem v3.0.6 |
| 868 | 2026-08-14T17:06:40.600Z | Downloaded num_threads v0.1.7 |
| 869 | 2026-08-14T17:06:40.602Z | Downloaded num-iter v0.1.45 |
| 870 | 2026-08-14T17:06:40.602Z | Downloaded backtrace-ext v0.2.1 |
| 871 | 2026-08-14T17:06:40.602Z | Downloaded block-padding v0.4.2 |
| 872 | 2026-08-14T17:06:40.602Z | Downloaded tap v1.0.1 |
| 873 | 2026-08-14T17:06:40.605Z | Downloaded termtree v0.5.1 |
| 874 | 2026-08-14T17:06:40.605Z | Downloaded pathdiff v0.2.3 |
| 875 | 2026-08-14T17:06:40.605Z | Downloaded predicates-core v1.0.10 |
| 876 | 2026-08-14T17:06:40.605Z | Downloaded pretty-hex v0.4.1 |
| 877 | 2026-08-14T17:06:40.608Z | Downloaded progenitor-client v0.14.0 |
| 878 | 2026-08-14T17:06:40.608Z | Downloaded sec1 v0.8.1 |
| 879 | 2026-08-14T17:06:40.610Z | Downloaded slog-term v2.9.2 |
| 880 | 2026-08-14T17:06:40.610Z | Downloaded itertools v0.12.1 |
| 881 | 2026-08-14T17:06:40.615Z | Downloaded num-integer v0.1.46 |
| 882 | 2026-08-14T17:06:40.617Z | Downloaded rawzip v0.4.4 |
| 883 | 2026-08-14T17:06:40.620Z | Downloaded iddqd v0.4.2 |
| 884 | 2026-08-14T17:06:40.624Z | Downloaded futures-channel v0.3.32 |
| 885 | 2026-08-14T17:06:40.626Z | Downloaded smallvec v0.6.14 |
| 886 | 2026-08-14T17:06:40.626Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 887 | 2026-08-14T17:06:40.630Z | Downloaded assert_cmd v2.1.2 |
| 888 | 2026-08-14T17:06:40.630Z | Downloaded async-object-pool v0.2.0 |
| 889 | 2026-08-14T17:06:40.630Z | Downloaded writeable v0.6.2 |
| 890 | 2026-08-14T17:06:40.633Z | Downloaded futures-timer v3.0.3 |
| 891 | 2026-08-14T17:06:40.633Z | Downloaded itoa v1.0.17 |
| 892 | 2026-08-14T17:06:40.633Z | Downloaded parking_lot_core v0.8.6 |
| 893 | 2026-08-14T17:06:40.636Z | Downloaded fnv v1.0.7 |
| 894 | 2026-08-14T17:06:40.636Z | Downloaded rustls-webpki v0.103.13 |
| 895 | 2026-08-14T17:06:40.639Z | Downloaded nom v8.0.0 |
| 896 | 2026-08-14T17:06:40.643Z | Downloaded rand v0.8.6 |
| 897 | 2026-08-14T17:06:40.645Z | Downloaded rand_core v0.10.0 |
| 898 | 2026-08-14T17:06:40.648Z | Downloaded yoke-derive v0.8.1 |
| 899 | 2026-08-14T17:06:40.649Z | Downloaded topological-sort v0.2.2 |
| 900 | 2026-08-14T17:06:40.651Z | Downloaded proc-macro2 v1.0.106 |
| 901 | 2026-08-14T17:06:40.651Z | Downloaded shlex v1.3.0 |
| 902 | 2026-08-14T17:06:40.654Z | Downloaded getrandom v0.4.1 |
| 903 | 2026-08-14T17:06:40.657Z | Downloaded quick-error v1.2.3 |
| 904 | 2026-08-14T17:06:40.657Z | Downloaded vsss-rs v3.3.4 |
| 905 | 2026-08-14T17:06:40.661Z | Downloaded diesel-dtrace v0.5.0 |
| 906 | 2026-08-14T17:06:40.661Z | Downloaded schemars v1.2.1 |
| 907 | 2026-08-14T17:06:40.668Z | Downloaded derive_more-impl v2.1.1 |
| 908 | 2026-08-14T17:06:40.671Z | Downloaded ena v0.14.4 |
| 909 | 2026-08-14T17:06:40.673Z | Downloaded lru-slab v0.1.2 |
| 910 | 2026-08-14T17:06:40.673Z | Downloaded nested v0.1.1 |
| 911 | 2026-08-14T17:06:40.673Z | Downloaded arrayref v0.3.9 |
| 912 | 2026-08-14T17:06:40.676Z | Downloaded russh-util v0.52.0 |
| 913 | 2026-08-14T17:06:40.676Z | Downloaded rpassword v7.5.4 |
| 914 | 2026-08-14T17:06:40.676Z | Downloaded serde_derive_internals v0.29.1 |
| 915 | 2026-08-14T17:06:40.678Z | Downloaded winnow v0.5.40 |
| 916 | 2026-08-14T17:06:40.682Z | Downloaded winnow v0.6.26 |
| 917 | 2026-08-14T17:06:40.687Z | Downloaded serdect v0.4.3 |
| 918 | 2026-08-14T17:06:40.690Z | Downloaded slog-scope v4.4.1 |
| 919 | 2026-08-14T17:06:40.690Z | Downloaded socket2 v0.5.10 |
| 920 | 2026-08-14T17:06:40.692Z | Downloaded wait-timeout v0.2.1 |
| 921 | 2026-08-14T17:06:40.692Z | Downloaded litrs v1.0.0 |
| 922 | 2026-08-14T17:06:40.692Z | Downloaded itertools v0.13.0 |
| 923 | 2026-08-14T17:06:40.696Z | Downloaded num-rational v0.4.2 |
| 924 | 2026-08-14T17:06:40.699Z | Downloaded cc v1.2.56 |
| 925 | 2026-08-14T17:06:40.701Z | Downloaded recursive v0.1.1 |
| 926 | 2026-08-14T17:06:40.701Z | Downloaded stable_deref_trait v1.2.1 |
| 927 | 2026-08-14T17:06:40.701Z | Downloaded tinyvec_macros v0.1.1 |
| 928 | 2026-08-14T17:06:40.701Z | Downloaded chacha20poly1305 v0.10.1 |
| 929 | 2026-08-14T17:06:40.704Z | Downloaded tokio-tungstenite v0.23.1 |
| 930 | 2026-08-14T17:06:40.704Z | Downloaded foldhash v0.1.5 |
| 931 | 2026-08-14T17:06:40.704Z | Downloaded time v0.3.47 |
| 932 | 2026-08-14T17:06:40.711Z | Downloaded ed25519 v2.2.3 |
| 933 | 2026-08-14T17:06:40.713Z | Downloaded itertools v0.14.0 |
| 934 | 2026-08-14T17:06:40.716Z | Downloaded sha3 v0.12.0 |
| 935 | 2026-08-14T17:06:40.719Z | Downloaded buf-list v1.1.2 |
| 936 | 2026-08-14T17:06:40.721Z | Downloaded rand v0.9.2 |
| 937 | 2026-08-14T17:06:40.723Z | Downloaded progenitor-extras v0.2.0 |
| 938 | 2026-08-14T17:06:40.723Z | Downloaded git2 v0.20.4 |
| 939 | 2026-08-14T17:06:40.728Z | Downloaded serde_plain v1.0.2 |
| 940 | 2026-08-14T17:06:40.731Z | Downloaded version_check v0.9.5 |
| 941 | 2026-08-14T17:06:40.731Z | Downloaded dyn-clone v1.0.20 |
| 942 | 2026-08-14T17:06:40.731Z | Downloaded p256 v0.14.0 |
| 943 | 2026-08-14T17:06:40.734Z | Downloaded stringprep v0.1.5 |
| 944 | 2026-08-14T17:06:40.734Z | Downloaded dsl_auto_type v0.2.0 |
| 945 | 2026-08-14T17:06:40.736Z | Downloaded tar v0.4.46 |
| 946 | 2026-08-14T17:06:40.737Z | Downloaded ml-kem v0.3.2 |
| 947 | 2026-08-14T17:06:40.739Z | Downloaded partial-io v0.5.4 |
| 948 | 2026-08-14T17:06:40.739Z | Downloaded async-stream-impl v0.3.6 |
| 949 | 2026-08-14T17:06:40.739Z | Downloaded bit-set v0.5.3 |
| 950 | 2026-08-14T17:06:40.742Z | Downloaded openssl-macros v0.1.1 |
| 951 | 2026-08-14T17:06:40.742Z | Downloaded openssl-probe v0.2.1 |
| 952 | 2026-08-14T17:06:40.742Z | Downloaded bb8 v0.8.6 |
| 953 | 2026-08-14T17:06:40.742Z | Downloaded zerovec v0.11.5 |
| 954 | 2026-08-14T17:06:40.745Z | Downloaded wnaf v0.14.0 |
| 955 | 2026-08-14T17:06:40.748Z | Downloaded serde_core v1.0.228 |
| 956 | 2026-08-14T17:06:40.748Z | Downloaded quinn-proto v0.11.16 |
| 957 | 2026-08-14T17:06:40.751Z | Downloaded spin v0.9.8 |
| 958 | 2026-08-14T17:06:40.754Z | Downloaded pkcs1 v0.7.5 |
| 959 | 2026-08-14T17:06:40.754Z | Downloaded bs58 v0.5.1 |
| 960 | 2026-08-14T17:06:40.756Z | Downloaded rfc6979 v0.4.0 |
| 961 | 2026-08-14T17:06:40.756Z | Downloaded strum_macros v0.27.2 |
| 962 | 2026-08-14T17:06:40.759Z | Downloaded usdt-attr-macro v0.5.0 |
| 963 | 2026-08-14T17:06:40.759Z | Downloaded dunce v1.0.5 |
| 964 | 2026-08-14T17:06:40.759Z | Downloaded endian-type v0.1.2 |
| 965 | 2026-08-14T17:06:40.759Z | Downloaded jobserver v0.1.34 |
| 966 | 2026-08-14T17:06:40.759Z | Downloaded take_mut v0.2.2 |
| 967 | 2026-08-14T17:06:40.759Z | Downloaded vergen v9.1.0 |
| 968 | 2026-08-14T17:06:40.762Z | Downloaded jiff-core v0.1.0 |
| 969 | 2026-08-14T17:06:40.764Z | Downloaded crypto-bigint v0.7.5 |
| 970 | 2026-08-14T17:06:40.771Z | Downloaded env_logger v0.11.9 |
| 971 | 2026-08-14T17:06:40.774Z | Downloaded multer v3.1.0 |
| 972 | 2026-08-14T17:06:40.779Z | Downloaded samael v0.0.19 |
| 973 | 2026-08-14T17:06:40.782Z | Downloaded try-lock v0.2.5 |
| 974 | 2026-08-14T17:06:40.782Z | Downloaded memmap v0.7.0 |
| 975 | 2026-08-14T17:06:40.782Z | Downloaded sqlparser_derive v0.5.0 |
| 976 | 2026-08-14T17:06:40.782Z | Downloaded fs_extra v1.3.0 |
| 977 | 2026-08-14T17:06:40.786Z | Downloaded backon v1.6.0 |
| 978 | 2026-08-14T17:06:40.791Z | Downloaded unicode_categories v0.1.1 |
| 979 | 2026-08-14T17:06:40.795Z | Downloaded proptest v1.11.0 |
| 980 | 2026-08-14T17:06:40.800Z | Downloaded textwrap v0.15.2 |
| 981 | 2026-08-14T17:06:40.805Z | Downloaded scrypt v0.12.0 |
| 982 | 2026-08-14T17:06:40.808Z | Downloaded plotters-backend v0.3.7 |
| 983 | 2026-08-14T17:06:40.808Z | Downloaded openssl-sys v0.9.117 |
| 984 | 2026-08-14T17:06:40.811Z | Downloaded generic-array v0.14.7 |
| 985 | 2026-08-14T17:06:40.813Z | Downloaded structmeta-derive v0.3.0 |
| 986 | 2026-08-14T17:06:40.816Z | Downloaded usdt-attr-macro v0.6.0 |
| 987 | 2026-08-14T17:06:40.816Z | Downloaded cfg_aliases v0.1.1 |
| 988 | 2026-08-14T17:06:40.816Z | Downloaded array-init v0.0.4 |
| 989 | 2026-08-14T17:06:40.816Z | Downloaded peg-runtime v0.8.5 |
| 990 | 2026-08-14T17:06:40.816Z | Downloaded tabled_derive v0.7.0 |
| 991 | 2026-08-14T17:06:40.823Z | Downloaded erased-serde v0.3.31 |
| 992 | 2026-08-14T17:06:40.825Z | Downloaded aead v0.6.1 |
| 993 | 2026-08-14T17:06:40.825Z | Downloaded assert-json-diff v2.0.2 |
| 994 | 2026-08-14T17:06:40.828Z | Downloaded typenum v1.20.1 |
| 995 | 2026-08-14T17:06:40.830Z | Downloaded diesel_derives v2.3.7 |
| 996 | 2026-08-14T17:06:40.833Z | Downloaded foreign-types-macros v0.2.3 |
| 997 | 2026-08-14T17:06:40.836Z | Downloaded scroll_derive v0.13.1 |
| 998 | 2026-08-14T17:06:40.836Z | Downloaded thiserror-impl v1.0.69 |
| 999 | 2026-08-14T17:06:40.836Z | Downloaded autocfg v1.5.0 |
| 1000 | 2026-08-14T17:06:40.836Z | Downloaded slog-async v2.8.0 |
| 1001 | 2026-08-14T17:06:40.838Z | Downloaded rcgen v0.12.1 |
| 1002 | 2026-08-14T17:06:40.841Z | Downloaded drift v0.2.0 |
| 1003 | 2026-08-14T17:06:40.847Z | Downloaded bzip2 v0.4.4 |
| 1004 | 2026-08-14T17:06:40.849Z | Downloaded thread_local v1.1.9 |
| 1005 | 2026-08-14T17:06:40.849Z | Downloaded keccak v0.2.0 |
| 1006 | 2026-08-14T17:06:40.852Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-08-14T17:06:40.852Z | Downloaded curve25519-dalek v4.1.3 |
| 1008 | 2026-08-14T17:06:40.856Z | Downloaded aes v0.9.1 |
| 1009 | 2026-08-14T17:06:40.859Z | Downloaded zone_cfg_derive v0.3.1 |
| 1010 | 2026-08-14T17:06:40.862Z | Downloaded salty v0.3.0 |
| 1011 | 2026-08-14T17:06:40.865Z | Downloaded log v0.4.29 |
| 1012 | 2026-08-14T17:06:40.867Z | Downloaded allocator-api2 v0.2.21 |
| 1013 | 2026-08-14T17:06:40.867Z | Downloaded bzip2 v0.6.1 |
| 1014 | 2026-08-14T17:06:40.870Z | Downloaded fs-err v2.11.0 |
| 1015 | 2026-08-14T17:06:40.870Z | Downloaded tinystr v0.8.2 |
| 1016 | 2026-08-14T17:06:40.872Z | Downloaded zerovec-derive v0.11.2 |
| 1017 | 2026-08-14T17:06:40.872Z | Downloaded module-lattice v0.2.3 |
| 1018 | 2026-08-14T17:06:40.872Z | Downloaded zerofrom v0.1.6 |
| 1019 | 2026-08-14T17:06:40.872Z | Downloaded rsa v0.9.10 |
| 1020 | 2026-08-14T17:06:40.877Z | Downloaded lru v0.12.5 |
| 1021 | 2026-08-14T17:06:40.880Z | Downloaded chacha20 v0.9.1 |
| 1022 | 2026-08-14T17:06:40.880Z | Downloaded test-strategy v0.4.5 |
| 1023 | 2026-08-14T17:06:40.882Z | Downloaded tabled v0.15.0 |
| 1024 | 2026-08-14T17:06:40.891Z | Downloaded zmij v1.0.21 |
| 1025 | 2026-08-14T17:06:40.894Z | Downloaded pin-project-lite v0.2.17 |
| 1026 | 2026-08-14T17:06:40.897Z | Downloaded diff v0.1.13 |
| 1027 | 2026-08-14T17:06:40.899Z | Downloaded goblin v0.10.5 |
| 1028 | 2026-08-14T17:06:40.902Z | Downloaded tokio-postgres v0.7.16 |
| 1029 | 2026-08-14T17:06:40.905Z | Downloaded linkme v0.3.35 |
| 1030 | 2026-08-14T17:06:40.910Z | Downloaded russh v0.62.4 |
| 1031 | 2026-08-14T17:06:40.915Z | Downloaded schemars_derive v0.8.22 |
| 1032 | 2026-08-14T17:06:40.918Z | Downloaded string_cache v0.8.9 |
| 1033 | 2026-08-14T17:06:40.918Z | Downloaded omicron-zone-package v0.12.3 |
| 1034 | 2026-08-14T17:06:40.922Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1035 | 2026-08-14T17:06:40.925Z | Downloaded subprocess v0.2.15 |
| 1036 | 2026-08-14T17:06:40.929Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1037 | 2026-08-14T17:06:40.931Z | Downloaded url v2.5.8 |
| 1038 | 2026-08-14T17:06:40.931Z | Downloaded syn v2.0.117 |
| 1039 | 2026-08-14T17:06:40.937Z | Downloaded bindgen v0.71.1 |
| 1040 | 2026-08-14T17:06:40.941Z | Downloaded serde_derive v1.0.228 |
| 1041 | 2026-08-14T17:06:40.944Z | Downloaded x509-cert v0.2.5 |
| 1042 | 2026-08-14T17:06:40.947Z | Downloaded uuid v1.23.4 |
| 1043 | 2026-08-14T17:06:40.952Z | Downloaded prettyplease v0.2.37 |
| 1044 | 2026-08-14T17:06:40.955Z | Downloaded generic-array v1.4.3 |
| 1045 | 2026-08-14T17:06:40.959Z | Downloaded reedline v0.40.0 |
| 1046 | 2026-08-14T17:06:40.963Z | Downloaded unicode-bidi v0.3.18 |
| 1047 | 2026-08-14T17:06:40.963Z | Downloaded syn v1.0.109 |
| 1048 | 2026-08-14T17:06:40.972Z | Downloaded winnow v0.7.14 |
| 1049 | 2026-08-14T17:06:40.976Z | Downloaded twox-hash v2.1.2 |
| 1050 | 2026-08-14T17:06:40.977Z | Downloaded radix_trie v0.2.1 |
| 1051 | 2026-08-14T17:06:40.981Z | Downloaded poly1305 v0.9.0 |
| 1052 | 2026-08-14T17:06:40.984Z | Downloaded rust-argon2 v2.1.0 |
| 1053 | 2026-08-14T17:06:40.984Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1054 | 2026-08-14T17:06:40.988Z | Downloaded object v0.37.3 |
| 1055 | 2026-08-14T17:06:40.992Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-08-14T17:06:40.995Z | Downloaded unicode-segmentation v1.12.0 |
| 1057 | 2026-08-14T17:06:41.002Z | Downloaded pretty_assertions v1.4.1 |
| 1058 | 2026-08-14T17:06:41.004Z | Downloaded rand_distr v0.5.1 |
| 1059 | 2026-08-14T17:06:41.008Z | Downloaded curve25519-dalek v5.0.0 |
| 1060 | 2026-08-14T17:06:41.024Z | Downloaded unicode-ident v1.0.24 |
| 1061 | 2026-08-14T17:06:41.027Z | Downloaded futures-util v0.3.32 |
| 1062 | 2026-08-14T17:06:41.033Z | Downloaded derive_more v2.1.1 |
| 1063 | 2026-08-14T17:06:41.040Z | Downloaded knuffel v3.2.0 |
| 1064 | 2026-08-14T17:06:41.049Z | Downloaded polar-core v0.27.3 |
| 1065 | 2026-08-14T17:06:41.054Z | Downloaded vcpkg v0.2.15 |
| 1066 | 2026-08-14T17:06:41.080Z | Downloaded reqwest v0.12.28 |
| 1067 | 2026-08-14T17:06:41.083Z | Downloaded tabled v0.21.0 |
| 1068 | 2026-08-14T17:06:41.094Z | Downloaded tungstenite v0.23.0 |
| 1069 | 2026-08-14T17:06:41.097Z | Downloaded publicsuffix v2.3.0 |
| 1070 | 2026-08-14T17:06:41.100Z | Downloaded pest v2.8.6 |
| 1071 | 2026-08-14T17:06:41.103Z | Downloaded futures v0.3.32 |
| 1072 | 2026-08-14T17:06:41.105Z | Downloaded rustyline v14.0.0 |
| 1073 | 2026-08-14T17:06:41.108Z | Downloaded winnow v1.0.3 |
| 1074 | 2026-08-14T17:06:41.113Z | Downloaded portable-atomic v1.13.1 |
| 1075 | 2026-08-14T17:06:41.118Z | Downloaded libm v0.2.16 |
| 1076 | 2026-08-14T17:06:41.124Z | Downloaded gimli v0.32.3 |
| 1077 | 2026-08-14T17:06:41.130Z | Downloaded openssl v0.10.80 |
| 1078 | 2026-08-14T17:06:41.136Z | Downloaded petname v2.0.2 |
| 1079 | 2026-08-14T17:06:41.139Z | Downloaded toml_edit v0.19.15 |
| 1080 | 2026-08-14T17:06:41.150Z | Downloaded steno v0.4.1 |
| 1081 | 2026-08-14T17:06:41.152Z | Downloaded tough v0.22.0 |
| 1082 | 2026-08-14T17:06:41.162Z | Downloaded zlib-rs v0.6.2 |
| 1083 | 2026-08-14T17:06:41.168Z | Downloaded itertools v0.15.0 |
| 1084 | 2026-08-14T17:06:41.174Z | Downloaded aho-corasick v1.1.4 |
| 1085 | 2026-08-14T17:06:41.177Z | Downloaded p521 v0.14.0 |
| 1086 | 2026-08-14T17:06:41.183Z | Downloaded regress v0.11.1 |
| 1087 | 2026-08-14T17:06:41.189Z | Downloaded regex-syntax v0.8.10 |
| 1088 | 2026-08-14T17:06:41.202Z | Downloaded libxml v0.3.3 |
| 1089 | 2026-08-14T17:06:41.206Z | Downloaded rayon v1.11.0 |
| 1090 | 2026-08-14T17:06:41.211Z | Downloaded nom v7.1.3 |
| 1091 | 2026-08-14T17:06:41.215Z | Downloaded quick-xml v0.37.5 |
| 1092 | 2026-08-14T17:06:41.218Z | Downloaded tower v0.5.3 |
| 1093 | 2026-08-14T17:06:41.224Z | Downloaded plotters v0.3.7 |
| 1094 | 2026-08-14T17:06:41.229Z | Downloaded serde_with v3.21.0 |
| 1095 | 2026-08-14T17:06:41.237Z | Downloaded nix v0.27.1 |
| 1096 | 2026-08-14T17:06:41.245Z | Downloaded smoltcp v0.9.1 |
| 1097 | 2026-08-14T17:06:41.251Z | Downloaded regress v0.10.5 |
| 1098 | 2026-08-14T17:06:41.299Z | Downloaded regex v1.12.3 |
| 1099 | 2026-08-14T17:06:41.303Z | Downloaded hickory-proto v0.24.4 |
| 1100 | 2026-08-14T17:06:41.313Z | Downloaded lalrpop v0.19.12 |
| 1101 | 2026-08-14T17:06:41.321Z | Downloaded object v0.30.4 |
| 1102 | 2026-08-14T17:06:41.327Z | Downloaded bstr v1.12.1 |
| 1103 | 2026-08-14T17:06:41.332Z | Downloaded openapiv3 v2.2.0 |
| 1104 | 2026-08-14T17:06:41.338Z | Downloaded p384 v0.13.1 |
| 1105 | 2026-08-14T17:06:41.341Z | Downloaded moka v0.12.13 |
| 1106 | 2026-08-14T17:06:41.345Z | Downloaded sha3 v0.11.0 |
| 1107 | 2026-08-14T17:06:41.360Z | Downloaded regex-syntax v0.6.29 |
| 1108 | 2026-08-14T17:06:41.364Z | Downloaded tracing v0.1.44 |
| 1109 | 2026-08-14T17:06:41.375Z | Downloaded unicode-width v0.1.14 |
| 1110 | 2026-08-14T17:06:41.378Z | Downloaded hickory-proto v0.25.2 |
| 1111 | 2026-08-14T17:06:41.387Z | Downloaded blake3 v1.8.5 |
| 1112 | 2026-08-14T17:06:41.391Z | Downloaded nix v0.31.2 |
| 1113 | 2026-08-14T17:06:41.399Z | Downloaded unicode-width v0.2.0 |
| 1114 | 2026-08-14T17:06:41.409Z | Downloaded smoltcp v0.11.0 |
| 1115 | 2026-08-14T17:06:41.421Z | Downloaded zerocopy v0.8.40 |
| 1116 | 2026-08-14T17:06:41.430Z | Downloaded ratatui v0.29.0 |
| 1117 | 2026-08-14T17:06:41.447Z | Downloaded typify-impl v0.6.2 |
| 1118 | 2026-08-14T17:06:41.469Z | Downloaded rustix v1.1.3 |
| 1119 | 2026-08-14T17:06:41.483Z | Downloaded sled v0.34.7 |
| 1120 | 2026-08-14T17:06:41.489Z | Downloaded jiff v0.2.34 |
| 1121 | 2026-08-14T17:06:41.499Z | Downloaded chrono-tz v0.10.4 |
| 1122 | 2026-08-14T17:06:41.509Z | Downloaded nix v0.28.0 |
| 1123 | 2026-08-14T17:06:41.515Z | Downloaded diesel v2.3.7 |
| 1124 | 2026-08-14T17:06:41.526Z | Downloaded petgraph v0.6.5 |
| 1125 | 2026-08-14T17:06:41.536Z | Downloaded rustix v0.38.44 |
| 1126 | 2026-08-14T17:06:41.550Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1127 | 2026-08-14T17:06:41.556Z | Downloaded dropshot v0.17.1 |
| 1128 | 2026-08-14T17:06:41.568Z | Downloaded petgraph v0.8.3 |
| 1129 | 2026-08-14T17:06:41.580Z | Downloaded sqlparser v0.61.0 |
| 1130 | 2026-08-14T17:06:41.586Z | Downloaded rustls v0.23.41 |
| 1131 | 2026-08-14T17:06:41.592Z | Downloaded zerocopy-derive v0.6.6 |
| 1132 | 2026-08-14T17:06:41.597Z | Downloaded csv v1.4.0 |
| 1133 | 2026-08-14T17:06:41.608Z | Downloaded libz-sys v1.1.24 |
| 1134 | 2026-08-14T17:06:41.620Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1135 | 2026-08-14T17:06:41.630Z | Downloaded libc v0.2.185 |
| 1136 | 2026-08-14T17:06:41.648Z | Downloaded sha3 v0.10.8 |
| 1137 | 2026-08-14T17:06:41.651Z | Downloaded tokio v1.52.1 |
| 1138 | 2026-08-14T17:06:41.692Z | Downloaded regex-automata v0.4.14 |
| 1139 | 2026-08-14T17:06:41.835Z | Downloaded encoding_rs v0.8.35 |
| 1140 | 2026-08-14T17:06:41.863Z | Downloaded ring v0.17.14 |
| 1141 | 2026-08-14T17:06:41.887Z | Downloaded httpmock v0.8.3 |
| 1142 | 2026-08-14T17:06:41.900Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1143 | 2026-08-14T17:06:42.164Z | Downloaded aws-lc-sys v0.40.0 |
| 1144 | 2026-08-14T17:06:42.587Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1145 | 2026-08-14T17:06:44.835Z | Startup: Refreshing catalog 'helios' ... Done |
| 1146 | 2026-08-14T17:06:45.147Z | Startup: Caching catalogs ... Done |
| 1147 | 2026-08-14T17:06:46.888Z | Planning: Solver setup ... Done (1.641s) |
| 1148 | 2026-08-14T17:06:46.940Z | Planning: Running solver ... Done (0.053s) |
| 1149 | 2026-08-14T17:06:46.979Z | Planning: Finding local manifests ... Done (0.003s) |
| 1150 | 2026-08-14T17:06:46.989Z | Planning: Fetching manifests: 0/2 0% complete |
| 1151 | 2026-08-14T17:06:47.009Z | Planning: Fetching manifests: 2/2 100% complete |
| 1152 | 2026-08-14T17:06:47.025Z | Planning: Package planning ... Done (0.014s) |
| 1153 | 2026-08-14T17:06:47.028Z | Planning: Merging actions ... Done (0.002s) |
| 1154 | 2026-08-14T17:06:47.187Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 1155 | 2026-08-14T17:06:47.190Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1156 | 2026-08-14T17:06:48.033Z | Planning: Evaluating mediators ... Done (0.845s) |
| 1157 | 2026-08-14T17:06:48.035Z | Planning: Planning completed in 2.86 seconds |
| 1158 | 2026-08-14T17:06:48.042Z | Packages to install: 2 |
| 1159 | 2026-08-14T17:06:48.042Z | Estimated space available: 155.73 GB |
| 1160 | 2026-08-14T17:06:48.042Z | Estimated space to be consumed: 67.95 MB |
| 1161 | 2026-08-14T17:06:48.042Z | Create boot environment: No |
| 1162 | 2026-08-14T17:06:48.042Z | Create backup boot environment: No |
| 1163 | 2026-08-14T17:06:48.043Z | Rebuild boot archive: No |
| 1164 | 2026-08-14T17:06:48.045Z | |
| 1165 | 2026-08-14T17:06:48.045Z | Changed packages: |
| 1166 | 2026-08-14T17:06:48.045Z | helios |
| 1167 | 2026-08-14T17:06:48.045Z | developer/build-essential |
| 1168 | 2026-08-14T17:06:48.045Z | None -> 11-3.0 |
| 1169 | 2026-08-14T17:06:48.045Z | library/libxmlsec1 |
| 1170 | 2026-08-14T17:06:48.045Z | None -> 1.2.35-3.0 |
| 1171 | 2026-08-14T17:06:48.069Z | |
| 1172 | 2026-08-14T17:06:48.069Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1173 | 2026-08-14T17:06:48.140Z | Download: Completed 1.28 MB in 0.07 seconds (18.1M/s) |
| 1174 | 2026-08-14T17:06:48.228Z | Actions: 1/268 actions (Installing new actions) |
| 1175 | 2026-08-14T17:06:48.267Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1176 | 2026-08-14T17:06:48.298Z | Finalize: Updating package state database ... Done (0.031s) |
| 1177 | 2026-08-14T17:06:48.298Z | Finalize: Updating package cache ... Done (0.000s) |
| 1178 | 2026-08-14T17:06:48.373Z | Finalize: Updating image state ... Done (0.074s) |
| 1179 | 2026-08-14T17:06:51.008Z | Finalize: Creating fast lookup database ... Done (2.589s) |
| 1180 | 2026-08-14T17:06:51.078Z | Finalize: Reading search index ... Done (0.012s) |
| 1181 | 2026-08-14T17:06:51.081Z | Finalize: Updating search index ... Done (0.000s) |
| 1182 | 2026-08-14T17:06:51.160Z | Finalize: Updating package cache ... Done (0.000s) |
| 1183 | 2026-08-14T17:06:51.530Z | Planning: Evaluating mediator changes ... Done |
| 1184 | 2026-08-14T17:06:51.633Z | Planning: Checking for conflicting actions ... Done |
| 1185 | 2026-08-14T17:06:51.636Z | Planning: Consolidating action changes ... Done |
| 1186 | 2026-08-14T17:06:51.790Z | Planning: Evaluating mediators ... Done |
| 1187 | 2026-08-14T17:06:51.793Z | Planning: Planning completed in 0.26 seconds |
| 1188 | 2026-08-14T17:06:51.813Z | Mediators to change: 2 |
| 1189 | 2026-08-14T17:06:51.814Z | Create boot environment: No |
| 1190 | 2026-08-14T17:06:51.816Z | Create backup boot environment: No |
| 1191 | 2026-08-14T17:06:51.877Z | Finalize: Updating package state database ... Done |
| 1192 | 2026-08-14T17:06:51.877Z | Finalize: Updating package cache ... Done |
| 1193 | 2026-08-14T17:06:51.921Z | Finalize: Updating image state ... Done |
| 1194 | 2026-08-14T17:06:53.845Z | Finalize: Creating fast lookup database ... Done |
| 1195 | 2026-08-14T17:06:53.903Z | Finalize: Reading search index ... Done |
| 1196 | 2026-08-14T17:06:53.907Z | Finalize: Updating search index ... Done |
| 1197 | 2026-08-14T17:06:54.009Z | Finalize: Updating package cache ... Done |
| 1198 | 2026-08-14T17:06:54.294Z | Planning: Evaluating mediator changes ... Done |
| 1199 | 2026-08-14T17:06:54.397Z | Planning: Checking for conflicting actions ... Done |
| 1200 | 2026-08-14T17:06:54.400Z | Planning: Consolidating action changes ... Done |
| 1201 | 2026-08-14T17:06:54.554Z | Planning: Evaluating mediators ... Done |
| 1202 | 2026-08-14T17:06:54.557Z | Planning: Planning completed in 0.26 seconds |
| 1203 | 2026-08-14T17:06:54.577Z | Mediators to change: 1 |
| 1204 | 2026-08-14T17:06:54.578Z | Create boot environment: No |
| 1205 | 2026-08-14T17:06:54.578Z | Create backup boot environment: No |
| 1206 | 2026-08-14T17:06:54.637Z | Finalize: Updating package state database ... Done |
| 1207 | 2026-08-14T17:06:54.637Z | Finalize: Updating package cache ... Done |
| 1208 | 2026-08-14T17:06:54.683Z | Finalize: Updating image state ... Done |
| 1209 | 2026-08-14T17:06:56.642Z | Finalize: Creating fast lookup database ... Done |
| 1210 | 2026-08-14T17:06:56.685Z | Finalize: Reading search index ... Done |
| 1211 | 2026-08-14T17:06:56.720Z | Finalize: Updating search index ... Done |
| 1212 | 2026-08-14T17:06:56.763Z | Finalize: Updating package cache ... Done |
| 1213 | 2026-08-14T17:06:57.058Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1214 | 2026-08-14T17:06:57.059Z | apache system 2.4 system |
| 1215 | 2026-08-14T17:06:57.059Z | clang system 15 system |
| 1216 | 2026-08-14T17:06:57.059Z | csh system system illumos |
| 1217 | 2026-08-14T17:06:57.059Z | ctags system system illumos |
| 1218 | 2026-08-14T17:06:57.059Z | file vendor vendor darwinsys |
| 1219 | 2026-08-14T17:06:57.059Z | file system system illumos |
| 1220 | 2026-08-14T17:06:57.059Z | gcc vendor 14 vendor |
| 1221 | 2026-08-14T17:06:57.059Z | gcc system 13 system |
| 1222 | 2026-08-14T17:06:57.059Z | gcc system 10 system |
| 1223 | 2026-08-14T17:06:57.060Z | go system 1.25 system |
| 1224 | 2026-08-14T17:06:57.060Z | llvm system 15 system |
| 1225 | 2026-08-14T17:06:57.060Z | mariadb system 11.4 system |
| 1226 | 2026-08-14T17:06:57.060Z | mta vendor vendor dma |
| 1227 | 2026-08-14T17:06:57.060Z | openjdk system 17 system |
| 1228 | 2026-08-14T17:06:57.060Z | openjdk system 11 system |
| 1229 | 2026-08-14T17:06:57.060Z | openssl vendor 3 vendor |
| 1230 | 2026-08-14T17:06:57.060Z | perl system 5.40 system |
| 1231 | 2026-08-14T17:06:57.060Z | postgresql system 18 system |
| 1232 | 2026-08-14T17:06:57.060Z | postgresql system 17 system |
| 1233 | 2026-08-14T17:06:57.060Z | python vendor 3 vendor |
| 1234 | 2026-08-14T17:06:57.060Z | python system 2 system |
| 1235 | 2026-08-14T17:06:57.060Z | python3 vendor 3.13 vendor |
| 1236 | 2026-08-14T17:06:57.060Z | ruby system 3.4 system |
| 1237 | 2026-08-14T17:06:57.060Z | ruby system 3.0 system |
| 1238 | 2026-08-14T17:06:57.061Z | words vendor vendor american-english |
| 1239 | 2026-08-14T17:06:57.061Z | words system system australian-english |
| 1240 | 2026-08-14T17:06:57.061Z | words system system british-english |
| 1241 | 2026-08-14T17:06:57.061Z | words system system canadian-english |
| 1242 | 2026-08-14T17:06:57.061Z | words system system french |
| 1243 | 2026-08-14T17:06:57.061Z | words system system italian |
| 1244 | 2026-08-14T17:06:57.061Z | words system system ngerman |
| 1245 | 2026-08-14T17:06:57.061Z | words system system ogerman |
| 1246 | 2026-08-14T17:06:57.061Z | words system system spanish |
| 1247 | 2026-08-14T17:06:57.324Z | PUBLISHER TYPE STATUS P LOCATION |
| 1248 | 2026-08-14T17:06:57.324Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1249 | 2026-08-14T17:06:57.767Z | FMRI IFO |
| 1250 | 2026-08-14T17:06:57.768Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1251 | 2026-08-14T17:06:57.768Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1252 | 2026-08-14T17:06:57.768Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1253 | 2026-08-14T17:06:57.768Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1254 | 2026-08-14T17:06:57.768Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1255 | 2026-08-14T17:06:57.768Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1256 | 2026-08-14T17:06:57.768Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1257 | 2026-08-14T17:06:57.769Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1258 | 2026-08-14T17:06:57.769Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1259 | 2026-08-14T17:06:58.359Z | Downloading crates ... |
| 1260 | 2026-08-14T17:06:58.405Z | Downloaded cargo_toml v0.21.0 |
| 1261 | 2026-08-14T17:06:58.455Z | Compiling proc-macro2 v1.0.106 |
| 1262 | 2026-08-14T17:06:58.455Z | Compiling quote v1.0.45 |
| 1263 | 2026-08-14T17:06:58.455Z | Compiling unicode-ident v1.0.24 |
| 1264 | 2026-08-14T17:06:58.457Z | Compiling serde_core v1.0.228 |
| 1265 | 2026-08-14T17:06:58.458Z | Compiling libc v0.2.185 |
| 1266 | 2026-08-14T17:06:58.458Z | Compiling version_check v0.9.5 |
| 1267 | 2026-08-14T17:06:58.458Z | Compiling memchr v2.8.0 |
| 1268 | 2026-08-14T17:06:58.458Z | Compiling serde v1.0.228 |
| 1269 | 2026-08-14T17:06:58.537Z | Compiling zmij v1.0.21 |
| 1270 | 2026-08-14T17:06:58.546Z | Compiling thiserror v1.0.69 |
| 1271 | 2026-08-14T17:06:58.549Z | Compiling ucd-trie v0.1.7 |
| 1272 | 2026-08-14T17:06:58.549Z | Compiling itoa v1.0.17 |
| 1273 | 2026-08-14T17:06:58.549Z | Compiling rustix v1.1.3 |
| 1274 | 2026-08-14T17:06:58.549Z | Compiling byteorder v1.5.0 |
| 1275 | 2026-08-14T17:06:58.802Z | Compiling serde_json v1.0.151 |
| 1276 | 2026-08-14T17:06:58.885Z | Compiling bitflags v2.11.0 |
| 1277 | 2026-08-14T17:06:58.994Z | Compiling pest v2.8.6 |
| 1278 | 2026-08-14T17:06:59.005Z | Compiling usdt-impl v0.5.0 |
| 1279 | 2026-08-14T17:06:59.160Z | Compiling proc-macro-error-attr v1.0.4 |
| 1280 | 2026-08-14T17:06:59.188Z | Compiling camino v1.2.2 |
| 1281 | 2026-08-14T17:06:59.190Z | Compiling syn v1.0.109 |
| 1282 | 2026-08-14T17:06:59.190Z | Compiling proc-macro-error v1.0.4 |
| 1283 | 2026-08-14T17:06:59.239Z | Compiling utf8parse v0.2.2 |
| 1284 | 2026-08-14T17:06:59.242Z | Compiling log v0.4.29 |
| 1285 | 2026-08-14T17:06:59.289Z | Compiling equivalent v1.0.2 |
| 1286 | 2026-08-14T17:06:59.315Z | Compiling plain v0.2.3 |
| 1287 | 2026-08-14T17:06:59.374Z | Compiling getrandom v0.4.1 |
| 1288 | 2026-08-14T17:06:59.406Z | Compiling hashbrown v0.17.0 |
| 1289 | 2026-08-14T17:06:59.409Z | Compiling anstyle-parse v1.0.0 |
| 1290 | 2026-08-14T17:06:59.440Z | Compiling pretty-hex v0.4.1 |
| 1291 | 2026-08-14T17:06:59.459Z | Compiling toml_write v0.1.2 |
| 1292 | 2026-08-14T17:06:59.471Z | Compiling autocfg v1.5.0 |
| 1293 | 2026-08-14T17:06:59.487Z | Compiling thiserror v2.0.18 |
| 1294 | 2026-08-14T17:06:59.544Z | Compiling anstyle v1.0.14 |
| 1295 | 2026-08-14T17:06:59.580Z | Compiling colorchoice v1.0.4 |
| 1296 | 2026-08-14T17:06:59.596Z | Compiling anstyle-query v1.1.5 |
| 1297 | 2026-08-14T17:06:59.617Z | Compiling errno v0.3.14 |
| 1298 | 2026-08-14T17:06:59.629Z | Compiling thread-id v4.2.2 |
| 1299 | 2026-08-14T17:06:59.647Z | Compiling winnow v0.7.14 |
| 1300 | 2026-08-14T17:06:59.659Z | Compiling is_terminal_polyfill v1.70.2 |
| 1301 | 2026-08-14T17:06:59.678Z | Compiling cfg-if v1.0.4 |
| 1302 | 2026-08-14T17:06:59.720Z | Compiling fnv v1.0.7 |
| 1303 | 2026-08-14T17:06:59.756Z | Compiling anstream v1.0.0 |
| 1304 | 2026-08-14T17:06:59.768Z | Compiling strsim v0.11.1 |
| 1305 | 2026-08-14T17:06:59.789Z | Compiling heck v0.4.1 |
| 1306 | 2026-08-14T17:06:59.789Z | Compiling unicode-width v0.1.14 |
| 1307 | 2026-08-14T17:06:59.821Z | Compiling heck v0.5.0 |
| 1308 | 2026-08-14T17:06:59.863Z | Compiling once_cell v1.21.3 |
| 1309 | 2026-08-14T17:06:59.992Z | Compiling indexmap v2.14.0 |
| 1310 | 2026-08-14T17:07:00.004Z | Compiling fs-err v3.3.0 |
| 1311 | 2026-08-14T17:07:00.025Z | Compiling anyhow v1.0.102 |
| 1312 | 2026-08-14T17:07:00.062Z | Compiling bytecount v0.6.9 |
| 1313 | 2026-08-14T17:07:00.070Z | Compiling clap_lex v1.0.0 |
| 1314 | 2026-08-14T17:07:00.080Z | Compiling fastrand v2.3.0 |
| 1315 | 2026-08-14T17:07:00.091Z | Compiling memmap v0.7.0 |
| 1316 | 2026-08-14T17:07:00.099Z | Compiling unicode-width v0.2.0 |
| 1317 | 2026-08-14T17:07:00.135Z | Compiling syn v2.0.117 |
| 1318 | 2026-08-14T17:07:00.204Z | Compiling pest_meta v2.8.6 |
| 1319 | 2026-08-14T17:07:00.283Z | Compiling papergrid v0.11.0 |
| 1320 | 2026-08-14T17:07:00.341Z | Compiling smawk v0.3.2 |
| 1321 | 2026-08-14T17:07:00.350Z | Compiling unicode-linebreak v0.1.5 |
| 1322 | 2026-08-14T17:07:00.423Z | Compiling swrite v0.1.0 |
| 1323 | 2026-08-14T17:07:00.642Z | Compiling terminal_size v0.4.3 |
| 1324 | 2026-08-14T17:07:00.651Z | Compiling tempfile v3.25.0 |
| 1325 | 2026-08-14T17:07:00.704Z | Compiling clap_builder v4.6.0 |
| 1326 | 2026-08-14T17:07:00.712Z | Compiling textwrap v0.16.2 |
| 1327 | 2026-08-14T17:07:00.957Z | Compiling cargo-platform v0.3.2 |
| 1328 | 2026-08-14T17:07:00.981Z | Compiling semver v1.0.28 |
| 1329 | 2026-08-14T17:07:01.189Z | Compiling camino-tempfile v1.4.1 |
| 1330 | 2026-08-14T17:07:01.576Z | Compiling tabled_derive v0.7.0 |
| 1331 | 2026-08-14T17:07:02.283Z | Compiling tabled v0.15.0 |
| 1332 | 2026-08-14T17:07:02.293Z | Compiling pest_generator v2.8.6 |
| 1333 | 2026-08-14T17:07:02.778Z | Compiling serde_derive v1.0.228 |
| 1334 | 2026-08-14T17:07:02.778Z | Compiling thiserror-impl v1.0.69 |
| 1335 | 2026-08-14T17:07:02.781Z | Compiling zerocopy-derive v0.7.35 |
| 1336 | 2026-08-14T17:07:02.781Z | Compiling scroll_derive v0.12.1 |
| 1337 | 2026-08-14T17:07:02.781Z | Compiling thiserror-impl v2.0.18 |
| 1338 | 2026-08-14T17:07:02.781Z | Compiling clap_derive v4.6.1 |
| 1339 | 2026-08-14T17:07:02.812Z | Compiling pest_derive v2.8.6 |
| 1340 | 2026-08-14T17:07:03.376Z | Compiling scroll v0.12.0 |
| 1341 | 2026-08-14T17:07:03.429Z | Compiling zerocopy v0.7.35 |
| 1342 | 2026-08-14T17:07:03.577Z | Compiling goblin v0.8.2 |
| 1343 | 2026-08-14T17:07:03.777Z | Compiling dtrace-parser v0.2.0 |
| 1344 | 2026-08-14T17:07:04.049Z | Compiling clap v4.6.1 |
| 1345 | 2026-08-14T17:07:05.097Z | Compiling dof v0.3.0 |
| 1346 | 2026-08-14T17:07:05.097Z | Compiling serde_tokenstream v0.2.3 |
| 1347 | 2026-08-14T17:07:05.107Z | Compiling toml_datetime v0.6.11 |
| 1348 | 2026-08-14T17:07:05.110Z | Compiling serde_spanned v0.6.9 |
| 1349 | 2026-08-14T17:07:05.110Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1350 | 2026-08-14T17:07:05.110Z | Compiling cargo_metadata v0.23.1 |
| 1351 | 2026-08-14T17:07:05.113Z | Compiling macaddr v1.0.1 |
| 1352 | 2026-08-14T17:07:05.268Z | Compiling toml_edit v0.22.27 |
| 1353 | 2026-08-14T17:07:05.748Z | Compiling usdt-macro v0.5.0 |
| 1354 | 2026-08-14T17:07:05.751Z | Compiling usdt-attr-macro v0.5.0 |
| 1355 | 2026-08-14T17:07:06.346Z | Compiling usdt v0.5.0 |
| 1356 | 2026-08-14T17:07:06.521Z | Compiling toml v0.8.23 |
| 1357 | 2026-08-14T17:07:06.848Z | Compiling cargo_toml v0.21.0 |
| 1358 | 2026-08-14T17:07:08.130Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1359 | 2026-08-14T17:07:10.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.27s |
| 1360 | 2026-08-14T17:07:10.221Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1361 | 2026-08-14T17:07:10.972Z | Compiling libc v0.2.185 |
| 1362 | 2026-08-14T17:07:10.972Z | Compiling serde_core v1.0.228 |
| 1363 | 2026-08-14T17:07:10.975Z | Compiling serde v1.0.228 |
| 1364 | 2026-08-14T17:07:10.975Z | Compiling log v0.4.29 |
| 1365 | 2026-08-14T17:07:10.975Z | Compiling smallvec v1.15.1 |
| 1366 | 2026-08-14T17:07:10.975Z | Compiling shlex v1.3.0 |
| 1367 | 2026-08-14T17:07:10.975Z | Compiling find-msvc-tools v0.1.9 |
| 1368 | 2026-08-14T17:07:10.975Z | Compiling subtle v2.6.1 |
| 1369 | 2026-08-14T17:07:11.149Z | Compiling scopeguard v1.2.0 |
| 1370 | 2026-08-14T17:07:11.157Z | Compiling stable_deref_trait v1.2.1 |
| 1371 | 2026-08-14T17:07:11.160Z | Compiling typenum v1.20.1 |
| 1372 | 2026-08-14T17:07:11.160Z | Compiling zerocopy v0.8.40 |
| 1373 | 2026-08-14T17:07:11.160Z | Compiling portable-atomic v1.13.1 |
| 1374 | 2026-08-14T17:07:11.223Z | Compiling serde_json v1.0.151 |
| 1375 | 2026-08-14T17:07:11.236Z | Compiling syn v2.0.117 |
| 1376 | 2026-08-14T17:07:11.245Z | Compiling critical-section v1.2.0 |
| 1377 | 2026-08-14T17:07:11.260Z | Compiling libm v0.2.16 |
| 1378 | 2026-08-14T17:07:11.305Z | Compiling num-traits v0.2.19 |
| 1379 | 2026-08-14T17:07:11.323Z | Compiling lock_api v0.4.14 |
| 1380 | 2026-08-14T17:07:11.341Z | Compiling pkg-config v0.3.32 |
| 1381 | 2026-08-14T17:07:11.358Z | Compiling generic-array v0.14.7 |
| 1382 | 2026-08-14T17:07:11.370Z | Compiling parking_lot_core v0.9.12 |
| 1383 | 2026-08-14T17:07:11.386Z | Compiling const-oid v0.9.6 |
| 1384 | 2026-08-14T17:07:11.389Z | Compiling getrandom v0.4.1 |
| 1385 | 2026-08-14T17:07:11.512Z | Compiling pin-project-lite v0.2.17 |
| 1386 | 2026-08-14T17:07:11.516Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-08-14T17:07:11.575Z | Compiling writeable v0.6.2 |
| 1388 | 2026-08-14T17:07:11.649Z | Compiling futures-core v0.3.32 |
| 1389 | 2026-08-14T17:07:11.673Z | Compiling litemap v0.8.1 |
| 1390 | 2026-08-14T17:07:11.727Z | Compiling percent-encoding v2.3.2 |
| 1391 | 2026-08-14T17:07:11.758Z | Compiling icu_normalizer_data v2.1.1 |
| 1392 | 2026-08-14T17:07:11.774Z | Compiling icu_properties_data v2.1.2 |
| 1393 | 2026-08-14T17:07:11.788Z | Compiling getrandom v0.3.4 |
| 1394 | 2026-08-14T17:07:11.817Z | Compiling futures-sink v0.3.32 |
| 1395 | 2026-08-14T17:07:11.846Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-14T17:07:11.863Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-08-14T17:07:11.890Z | Compiling utf8_iter v1.0.4 |
| 1398 | 2026-08-14T17:07:11.907Z | Compiling futures-channel v0.3.32 |
| 1399 | 2026-08-14T17:07:11.932Z | Compiling rustix v1.1.3 |
| 1400 | 2026-08-14T17:07:11.946Z | Compiling slab v0.4.12 |
| 1401 | 2026-08-14T17:07:12.013Z | Compiling errno v0.3.14 |
| 1402 | 2026-08-14T17:07:12.033Z | Compiling jobserver v0.1.34 |
| 1403 | 2026-08-14T17:07:12.048Z | Compiling getrandom v0.2.17 |
| 1404 | 2026-08-14T17:07:12.093Z | Compiling mio v1.2.0 |
| 1405 | 2026-08-14T17:07:12.142Z | Compiling signal-hook-registry v1.4.8 |
| 1406 | 2026-08-14T17:07:12.158Z | Compiling socket2 v0.6.3 |
| 1407 | 2026-08-14T17:07:12.168Z | Compiling form_urlencoded v1.2.2 |
| 1408 | 2026-08-14T17:07:12.184Z | Compiling rustversion v1.0.22 |
| 1409 | 2026-08-14T17:07:12.258Z | Compiling cc v1.2.56 |
| 1410 | 2026-08-14T17:07:12.295Z | Compiling once_cell v1.21.3 |
| 1411 | 2026-08-14T17:07:12.312Z | Compiling rand_core v0.6.4 |
| 1412 | 2026-08-14T17:07:12.317Z | Compiling parking_lot v0.12.5 |
| 1413 | 2026-08-14T17:07:12.360Z | Compiling iana-time-zone v0.1.65 |
| 1414 | 2026-08-14T17:07:12.383Z | Compiling base64ct v1.8.3 |
| 1415 | 2026-08-14T17:07:12.438Z | Compiling fs_extra v1.3.0 |
| 1416 | 2026-08-14T17:07:12.526Z | Compiling dunce v1.0.5 |
| 1417 | 2026-08-14T17:07:12.571Z | Compiling flagset v0.4.7 |
| 1418 | 2026-08-14T17:07:12.574Z | Compiling ident_case v1.0.1 |
| 1419 | 2026-08-14T17:07:12.586Z | Compiling regex-syntax v0.8.10 |
| 1420 | 2026-08-14T17:07:12.615Z | Compiling pem-rfc7468 v0.7.0 |
| 1421 | 2026-08-14T17:07:12.618Z | Compiling base64 v0.22.1 |
| 1422 | 2026-08-14T17:07:12.657Z | Compiling rand_core v0.9.5 |
| 1423 | 2026-08-14T17:07:12.685Z | Compiling vcpkg v0.2.15 |
| 1424 | 2026-08-14T17:07:12.718Z | Compiling syn v1.0.109 |
| 1425 | 2026-08-14T17:07:12.735Z | Compiling tracing-core v0.1.36 |
| 1426 | 2026-08-14T17:07:12.738Z | Compiling cpufeatures v0.2.17 |
| 1427 | 2026-08-14T17:07:12.738Z | Compiling aws-lc-rs v1.16.3 |
| 1428 | 2026-08-14T17:07:12.785Z | Compiling schemars v0.8.22 |
| 1429 | 2026-08-14T17:07:12.791Z | Compiling dyn-clone v1.0.20 |
| 1430 | 2026-08-14T17:07:12.879Z | Compiling spin v0.9.8 |
| 1431 | 2026-08-14T17:07:12.970Z | Compiling httparse v1.10.1 |
| 1432 | 2026-08-14T17:07:12.985Z | Compiling cmov v0.5.4 |
| 1433 | 2026-08-14T17:07:13.002Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-08-14T17:07:13.002Z | Compiling crc32fast v1.5.0 |
| 1435 | 2026-08-14T17:07:13.029Z | Compiling cmake v0.1.57 |
| 1436 | 2026-08-14T17:07:13.093Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-08-14T17:07:13.122Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-08-14T17:07:13.125Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-08-14T17:07:13.138Z | Compiling untrusted v0.7.1 |
| 1440 | 2026-08-14T17:07:13.214Z | Compiling ctutils v0.4.2 |
| 1441 | 2026-08-14T17:07:13.258Z | Compiling atomic-waker v1.1.2 |
| 1442 | 2026-08-14T17:07:13.292Z | Compiling bitflags v2.11.0 |
| 1443 | 2026-08-14T17:07:13.321Z | Compiling semver v1.0.28 |
| 1444 | 2026-08-14T17:07:13.336Z | Compiling indexmap v2.14.0 |
| 1445 | 2026-08-14T17:07:13.349Z | Compiling uuid v1.23.4 |
| 1446 | 2026-08-14T17:07:13.448Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-08-14T17:07:13.461Z | Compiling radium v0.7.0 |
| 1448 | 2026-08-14T17:07:13.476Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-08-14T17:07:13.488Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-08-14T17:07:13.542Z | Compiling rustc_version v0.4.1 |
| 1451 | 2026-08-14T17:07:13.566Z | Compiling want v0.3.1 |
| 1452 | 2026-08-14T17:07:13.651Z | Compiling simd-adler32 v0.3.8 |
| 1453 | 2026-08-14T17:07:13.665Z | Compiling maybe-uninit v2.0.0 |
| 1454 | 2026-08-14T17:07:13.715Z | Compiling foreign-types-shared v0.1.1 |
| 1455 | 2026-08-14T17:07:13.741Z | Compiling untrusted v0.9.0 |
| 1456 | 2026-08-14T17:07:13.772Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-08-14T17:07:13.813Z | Compiling rustls v0.23.41 |
| 1458 | 2026-08-14T17:07:13.840Z | Compiling aws-lc-sys v0.40.0 |
| 1459 | 2026-08-14T17:07:13.872Z | Compiling openssl-sys v0.9.117 |
| 1460 | 2026-08-14T17:07:13.885Z | Compiling tap v1.0.1 |
| 1461 | 2026-08-14T17:07:13.919Z | Compiling openssl v0.10.80 |
| 1462 | 2026-08-14T17:07:13.922Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1463 | 2026-08-14T17:07:13.996Z | Compiling wyz v0.5.1 |
| 1464 | 2026-08-14T17:07:14.007Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1465 | 2026-08-14T17:07:14.010Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-08-14T17:07:14.035Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-08-14T17:07:14.063Z | Compiling synstructure v0.13.2 |
| 1468 | 2026-08-14T17:07:14.114Z | Compiling serde_derive_internals v0.29.1 |
| 1469 | 2026-08-14T17:07:14.165Z | Compiling pest_generator v2.8.6 |
| 1470 | 2026-08-14T17:07:14.197Z | Compiling regex-automata v0.4.14 |
| 1471 | 2026-08-14T17:07:14.234Z | Compiling darling_core v0.20.11 |
| 1472 | 2026-08-14T17:07:14.321Z | Compiling num-integer v0.1.46 |
| 1473 | 2026-08-14T17:07:14.349Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-08-14T17:07:14.448Z | Compiling terminal_size v0.4.3 |
| 1475 | 2026-08-14T17:07:14.542Z | Compiling socket2 v0.5.10 |
| 1476 | 2026-08-14T17:07:14.608Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-08-14T17:07:14.628Z | Compiling ahash v0.8.12 |
| 1478 | 2026-08-14T17:07:14.657Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-08-14T17:07:14.706Z | Compiling packed_struct v0.10.1 |
| 1480 | 2026-08-14T17:07:14.744Z | Compiling funty v2.0.0 |
| 1481 | 2026-08-14T17:07:14.837Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-08-14T17:07:14.856Z | Compiling time-core v0.1.8 |
| 1483 | 2026-08-14T17:07:14.875Z | Compiling adler2 v2.0.1 |
| 1484 | 2026-08-14T17:07:14.890Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-08-14T17:07:14.907Z | Compiling native-tls v0.2.18 |
| 1486 | 2026-08-14T17:07:14.966Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-08-14T17:07:14.981Z | Compiling num-bigint-dig v0.8.6 |
| 1488 | 2026-08-14T17:07:14.995Z | Compiling miniz_oxide v0.8.9 |
| 1489 | 2026-08-14T17:07:15.028Z | Compiling clap_builder v4.6.0 |
| 1490 | 2026-08-14T17:07:15.031Z | Compiling time-macros v0.2.27 |
| 1491 | 2026-08-14T17:07:15.071Z | Compiling bitvec v1.0.1 |
| 1492 | 2026-08-14T17:07:15.087Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-08-14T17:07:15.113Z | Compiling rusty-fork v0.3.1 |
| 1494 | 2026-08-14T17:07:15.127Z | Compiling deranged v0.5.8 |
| 1495 | 2026-08-14T17:07:15.155Z | Compiling num-iter v0.1.45 |
| 1496 | 2026-08-14T17:07:15.284Z | Compiling lazy_static v1.5.0 |
| 1497 | 2026-08-14T17:07:15.333Z | Compiling rand_xorshift v0.4.0 |
| 1498 | 2026-08-14T17:07:15.347Z | Compiling anstyle-parse v0.2.7 |
| 1499 | 2026-08-14T17:07:15.386Z | Compiling sync_wrapper v1.0.2 |
| 1500 | 2026-08-14T17:07:15.434Z | Compiling indexmap v1.9.3 |
| 1501 | 2026-08-14T17:07:15.502Z | Compiling unicode-segmentation v1.12.0 |
| 1502 | 2026-08-14T17:07:15.516Z | Compiling nodrop v0.1.14 |
| 1503 | 2026-08-14T17:07:15.549Z | Compiling siphasher v1.0.2 |
| 1504 | 2026-08-14T17:07:15.621Z | Compiling crossbeam-utils v0.8.21 |
| 1505 | 2026-08-14T17:07:15.621Z | Compiling num_threads v0.1.7 |
| 1506 | 2026-08-14T17:07:15.650Z | Compiling usdt-impl v0.6.0 |
| 1507 | 2026-08-14T17:07:15.737Z | Compiling unarray v0.1.4 |
| 1508 | 2026-08-14T17:07:15.752Z | Compiling paste v1.0.15 |
| 1509 | 2026-08-14T17:07:15.787Z | Compiling serde_derive v1.0.228 |
| 1510 | 2026-08-14T17:07:15.863Z | Compiling zeroize_derive v1.5.0 |
| 1511 | 2026-08-14T17:07:15.878Z | Compiling zerofrom-derive v0.1.6 |
| 1512 | 2026-08-14T17:07:15.899Z | Compiling zerocopy-derive v0.8.40 |
| 1513 | 2026-08-14T17:07:15.939Z | Compiling yoke-derive v0.8.1 |
| 1514 | 2026-08-14T17:07:16.039Z | Compiling zerovec-derive v0.11.2 |
| 1515 | 2026-08-14T17:07:16.117Z | Compiling displaydoc v0.2.5 |
| 1516 | 2026-08-14T17:07:16.132Z | Compiling tokio-macros v2.7.0 |
| 1517 | 2026-08-14T17:07:16.171Z | Compiling futures-macro v0.3.32 |
| 1518 | 2026-08-14T17:07:16.505Z | Compiling thiserror-impl v2.0.18 |
| 1519 | 2026-08-14T17:07:16.541Z | Compiling der_derive v0.7.3 |
| 1520 | 2026-08-14T17:07:16.555Z | Compiling zeroize v1.9.0 |
| 1521 | 2026-08-14T17:07:16.902Z | Compiling tracing-attributes v0.1.31 |
| 1522 | 2026-08-14T17:07:16.964Z | Compiling rustls-pki-types v1.14.0 |
| 1523 | 2026-08-14T17:07:17.043Z | Compiling futures-util v0.3.32 |
| 1524 | 2026-08-14T17:07:17.075Z | Compiling schemars_derive v0.8.22 |
| 1525 | 2026-08-14T17:07:17.183Z | Compiling hybrid-array v0.4.13 |
| 1526 | 2026-08-14T17:07:17.230Z | Compiling pest_derive v2.8.6 |
| 1527 | 2026-08-14T17:07:17.326Z | Compiling zerofrom v0.1.6 |
| 1528 | 2026-08-14T17:07:17.431Z | Compiling block-buffer v0.10.4 |
| 1529 | 2026-08-14T17:07:17.446Z | Compiling yoke v0.8.1 |
| 1530 | 2026-08-14T17:07:17.475Z | Compiling crypto-common v0.1.7 |
| 1531 | 2026-08-14T17:07:17.555Z | Compiling der v0.7.10 |
| 1532 | 2026-08-14T17:07:17.617Z | Compiling zerovec v0.11.5 |
| 1533 | 2026-08-14T17:07:17.637Z | Compiling zerotrie v0.2.3 |
| 1534 | 2026-08-14T17:07:17.653Z | Compiling digest v0.10.7 |
| 1535 | 2026-08-14T17:07:17.707Z | Compiling scroll_derive v0.13.1 |
| 1536 | 2026-08-14T17:07:17.946Z | Compiling thiserror v2.0.18 |
| 1537 | 2026-08-14T17:07:17.950Z | Compiling sha2 v0.10.9 |
| 1538 | 2026-08-14T17:07:17.975Z | Compiling signature v2.2.0 |
| 1539 | 2026-08-14T17:07:18.014Z | Compiling darling_macro v0.20.11 |
| 1540 | 2026-08-14T17:07:18.071Z | Compiling thiserror-impl v1.0.69 |
| 1541 | 2026-08-14T17:07:18.087Z | Compiling openssl-macros v0.1.1 |
| 1542 | 2026-08-14T17:07:18.168Z | Compiling tinystr v0.8.2 |
| 1543 | 2026-08-14T17:07:18.186Z | Compiling potential_utf v0.1.4 |
| 1544 | 2026-08-14T17:07:18.290Z | Compiling tracing v0.1.44 |
| 1545 | 2026-08-14T17:07:18.385Z | Compiling icu_locale_core v2.1.1 |
| 1546 | 2026-08-14T17:07:18.401Z | Compiling icu_collections v2.1.1 |
| 1547 | 2026-08-14T17:07:18.421Z | Compiling spki v0.7.3 |
| 1548 | 2026-08-14T17:07:18.436Z | Compiling hmac v0.12.1 |
| 1549 | 2026-08-14T17:07:18.563Z | Compiling darling v0.20.11 |
| 1550 | 2026-08-14T17:07:18.605Z | Compiling scroll v0.13.0 |
| 1551 | 2026-08-14T17:07:18.611Z | Compiling pkcs8 v0.10.2 |
| 1552 | 2026-08-14T17:07:18.616Z | Compiling packed_struct_codegen v0.10.1 |
| 1553 | 2026-08-14T17:07:18.654Z | Compiling zerocopy-derive v0.6.6 |
| 1554 | 2026-08-14T17:07:18.668Z | Compiling bitfield-macros v0.19.4 |
| 1555 | 2026-08-14T17:07:18.810Z | Compiling clap_derive v4.6.1 |
| 1556 | 2026-08-14T17:07:18.884Z | Compiling goblin v0.10.5 |
| 1557 | 2026-08-14T17:07:18.901Z | Compiling crc-catalog v2.4.0 |
| 1558 | 2026-08-14T17:07:18.904Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-08-14T17:07:19.030Z | Compiling icu_provider v2.1.1 |
| 1560 | 2026-08-14T17:07:19.293Z | Compiling icu_normalizer v2.1.1 |
| 1561 | 2026-08-14T17:07:19.316Z | Compiling icu_properties v2.1.2 |
| 1562 | 2026-08-14T17:07:19.353Z | Compiling crc v3.4.0 |
| 1563 | 2026-08-14T17:07:19.400Z | Compiling bytes v1.11.1 |
| 1564 | 2026-08-14T17:07:19.447Z | Compiling chrono v0.4.45 |
| 1565 | 2026-08-14T17:07:19.463Z | Compiling ipnet v2.11.0 |
| 1566 | 2026-08-14T17:07:19.478Z | Compiling hex v0.4.3 |
| 1567 | 2026-08-14T17:07:19.567Z | Compiling thiserror v1.0.69 |
| 1568 | 2026-08-14T17:07:19.574Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-08-14T17:07:19.675Z | Compiling toml_datetime v0.6.11 |
| 1570 | 2026-08-14T17:07:19.742Z | Compiling zerocopy v0.6.6 |
| 1571 | 2026-08-14T17:07:19.756Z | Compiling bitfield v0.19.4 |
| 1572 | 2026-08-14T17:07:19.847Z | Compiling pkcs1 v0.7.5 |
| 1573 | 2026-08-14T17:07:19.949Z | Compiling tokio v1.52.1 |
| 1574 | 2026-08-14T17:07:19.970Z | Compiling http v1.4.2 |
| 1575 | 2026-08-14T17:07:20.020Z | Compiling derive_builder_core v0.20.2 |
| 1576 | 2026-08-14T17:07:20.075Z | Compiling dtrace-parser v0.3.0 |
| 1577 | 2026-08-14T17:07:20.193Z | Compiling idna_adapter v1.2.1 |
| 1578 | 2026-08-14T17:07:20.242Z | Compiling time v0.3.47 |
| 1579 | 2026-08-14T17:07:20.345Z | Compiling ppv-lite86 v0.2.21 |
| 1580 | 2026-08-14T17:07:20.397Z | Compiling idna v1.1.0 |
| 1581 | 2026-08-14T17:07:20.618Z | Compiling http-body v1.0.1 |
| 1582 | 2026-08-14T17:07:20.692Z | Compiling url v2.5.8 |
| 1583 | 2026-08-14T17:07:20.786Z | Compiling rand_chacha v0.9.0 |
| 1584 | 2026-08-14T17:07:20.801Z | Compiling rand_chacha v0.3.1 |
| 1585 | 2026-08-14T17:07:20.830Z | Compiling http-body-util v0.1.3 |
| 1586 | 2026-08-14T17:07:20.880Z | Compiling clap v4.6.1 |
| 1587 | 2026-08-14T17:07:20.981Z | Compiling structmeta-derive v0.3.0 |
| 1588 | 2026-08-14T17:07:20.998Z | Compiling rand v0.9.2 |
| 1589 | 2026-08-14T17:07:21.051Z | Compiling rand v0.8.6 |
| 1590 | 2026-08-14T17:07:21.066Z | Compiling scroll_derive v0.12.1 |
| 1591 | 2026-08-14T17:07:21.109Z | Compiling array-init v0.0.4 |
| 1592 | 2026-08-14T17:07:21.144Z | Compiling anstream v0.6.21 |
| 1593 | 2026-08-14T17:07:21.477Z | Compiling smallvec v0.6.14 |
| 1594 | 2026-08-14T17:07:21.493Z | Compiling darling_core v0.23.0 |
| 1595 | 2026-08-14T17:07:21.507Z | Compiling heapless v0.7.17 |
| 1596 | 2026-08-14T17:07:21.542Z | Compiling slog v2.8.2 |
| 1597 | 2026-08-14T17:07:21.589Z | Compiling dof v0.4.0 |
| 1598 | 2026-08-14T17:07:21.819Z | Compiling flate2 v1.1.9 |
| 1599 | 2026-08-14T17:07:21.822Z | Compiling proptest v1.11.0 |
| 1600 | 2026-08-14T17:07:21.848Z | Compiling thread-id v5.1.0 |
| 1601 | 2026-08-14T17:07:21.851Z | Compiling env_filter v1.0.0 |
| 1602 | 2026-08-14T17:07:21.878Z | Compiling cookie v0.18.1 |
| 1603 | 2026-08-14T17:07:21.935Z | Compiling signal-hook v0.3.18 |
| 1604 | 2026-08-14T17:07:21.966Z | Compiling hashbrown v0.12.3 |
| 1605 | 2026-08-14T17:07:22.070Z | Compiling allocator-api2 v0.2.21 |
| 1606 | 2026-08-14T17:07:22.085Z | Compiling unicode-bidi v0.3.18 |
| 1607 | 2026-08-14T17:07:22.137Z | Compiling base64 v0.21.7 |
| 1608 | 2026-08-14T17:07:22.178Z | Compiling unicode-properties v0.1.4 |
| 1609 | 2026-08-14T17:07:22.210Z | Compiling ryu v1.0.23 |
| 1610 | 2026-08-14T17:07:22.233Z | Compiling winnow v0.5.40 |
| 1611 | 2026-08-14T17:07:22.255Z | Compiling anyhow v1.0.102 |
| 1612 | 2026-08-14T17:07:22.400Z | Compiling ipnetwork v0.21.1 |
| 1613 | 2026-08-14T17:07:22.415Z | Compiling iri-string v0.7.10 |
| 1614 | 2026-08-14T17:07:22.418Z | Compiling zstd-safe v7.2.4 |
| 1615 | 2026-08-14T17:07:22.445Z | Compiling stringprep v0.1.5 |
| 1616 | 2026-08-14T17:07:22.628Z | Compiling ron v0.8.1 |
| 1617 | 2026-08-14T17:07:22.662Z | Compiling oxnet v0.1.6 |
| 1618 | 2026-08-14T17:07:22.791Z | Compiling rsa v0.9.10 |
| 1619 | 2026-08-14T17:07:22.815Z | Compiling serde_urlencoded v0.7.1 |
| 1620 | 2026-08-14T17:07:22.897Z | Compiling structmeta v0.3.0 |
| 1621 | 2026-08-14T17:07:22.936Z | Compiling env_logger v0.11.9 |
| 1622 | 2026-08-14T17:07:22.978Z | Compiling scroll v0.12.0 |
| 1623 | 2026-08-14T17:07:23.116Z | Compiling serde-hex v0.1.0 |
| 1624 | 2026-08-14T17:07:23.128Z | Compiling camino v1.2.2 |
| 1625 | 2026-08-14T17:07:23.261Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1626 | 2026-08-14T17:07:23.300Z | Compiling derive_builder_macro v0.20.2 |
| 1627 | 2026-08-14T17:07:23.438Z | Compiling hashbrown v0.13.2 |
| 1628 | 2026-08-14T17:07:23.519Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-08-14T17:07:23.616Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-08-14T17:07:23.705Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1631 | 2026-08-14T17:07:23.721Z | Compiling serde_tokenstream v0.2.3 |
| 1632 | 2026-08-14T17:07:23.735Z | Compiling erased-serde v0.3.31 |
| 1633 | 2026-08-14T17:07:23.838Z | Compiling tokio-util v0.7.18 |
| 1634 | 2026-08-14T17:07:23.853Z | Compiling tower v0.5.3 |
| 1635 | 2026-08-14T17:07:23.908Z | Compiling tokio-native-tls v0.3.1 |
| 1636 | 2026-08-14T17:07:23.984Z | Compiling x509-cert v0.2.5 |
| 1637 | 2026-08-14T17:07:23.999Z | Compiling block-buffer v0.12.1 |
| 1638 | 2026-08-14T17:07:24.053Z | Compiling crypto-common v0.2.2 |
| 1639 | 2026-08-14T17:07:24.103Z | Compiling block-padding v0.4.2 |
| 1640 | 2026-08-14T17:07:24.149Z | Compiling darling_macro v0.23.0 |
| 1641 | 2026-08-14T17:07:24.211Z | Compiling md-5 v0.10.6 |
| 1642 | 2026-08-14T17:07:24.246Z | Compiling rustls-native-certs v0.8.3 |
| 1643 | 2026-08-14T17:07:24.281Z | Compiling newtype-uuid v1.3.2 |
| 1644 | 2026-08-14T17:07:24.350Z | Compiling tower-http v0.6.8 |
| 1645 | 2026-08-14T17:07:24.397Z | Compiling bstr v1.12.1 |
| 1646 | 2026-08-14T17:07:24.557Z | Compiling h2 v0.4.15 |
| 1647 | 2026-08-14T17:07:24.639Z | Compiling heck v0.4.1 |
| 1648 | 2026-08-14T17:07:24.674Z | Compiling zerocopy-derive v0.7.35 |
| 1649 | 2026-08-14T17:07:24.779Z | Compiling daft-derive v0.1.7 |
| 1650 | 2026-08-14T17:07:24.882Z | Compiling pin-project-internal v1.1.11 |
| 1651 | 2026-08-14T17:07:24.901Z | Compiling async-trait v0.1.89 |
| 1652 | 2026-08-14T17:07:24.916Z | Compiling curve25519-dalek v4.1.3 |
| 1653 | 2026-08-14T17:07:25.065Z | Compiling vergen-lib v9.1.0 |
| 1654 | 2026-08-14T17:07:25.258Z | Compiling hash32 v0.2.1 |
| 1655 | 2026-08-14T17:07:25.272Z | Compiling memoffset v0.9.1 |
| 1656 | 2026-08-14T17:07:25.468Z | Compiling encoding_rs v0.8.35 |
| 1657 | 2026-08-14T17:07:25.483Z | Compiling fallible-iterator v0.2.0 |
| 1658 | 2026-08-14T17:07:25.528Z | Compiling rustix v0.38.44 |
| 1659 | 2026-08-14T17:07:25.569Z | Compiling smoltcp v0.9.1 |
| 1660 | 2026-08-14T17:07:25.587Z | Compiling ref-cast v1.0.25 |
| 1661 | 2026-08-14T17:07:25.754Z | Compiling psl-types v2.0.11 |
| 1662 | 2026-08-14T17:07:25.805Z | Compiling cfg_aliases v0.2.1 |
| 1663 | 2026-08-14T17:07:25.820Z | Compiling litrs v1.0.0 |
| 1664 | 2026-08-14T17:07:25.894Z | Compiling mime v0.3.17 |
| 1665 | 2026-08-14T17:07:25.910Z | Compiling crc-any v2.5.0 |
| 1666 | 2026-08-14T17:07:25.925Z | Compiling nix v0.31.2 |
| 1667 | 2026-08-14T17:07:25.970Z | Compiling publicsuffix v2.3.0 |
| 1668 | 2026-08-14T17:07:26.007Z | Compiling postgres-protocol v0.6.10 |
| 1669 | 2026-08-14T17:07:26.011Z | Compiling zerocopy v0.7.35 |
| 1670 | 2026-08-14T17:07:26.035Z | Compiling daft v0.1.7 |
| 1671 | 2026-08-14T17:07:26.039Z | Compiling pin-project v1.1.11 |
| 1672 | 2026-08-14T17:07:26.214Z | Compiling toml v0.7.8 |
| 1673 | 2026-08-14T17:07:26.228Z | Compiling snafu-derive v0.8.9 |
| 1674 | 2026-08-14T17:07:26.262Z | Compiling darling v0.23.0 |
| 1675 | 2026-08-14T17:07:26.277Z | Compiling inout v0.2.2 |
| 1676 | 2026-08-14T17:07:26.327Z | Compiling object v0.30.4 |
| 1677 | 2026-08-14T17:07:26.354Z | Compiling document-features v0.2.12 |
| 1678 | 2026-08-14T17:07:26.358Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1679 | 2026-08-14T17:07:26.464Z | Compiling derive_builder v0.20.2 |
| 1680 | 2026-08-14T17:07:26.582Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1681 | 2026-08-14T17:07:26.582Z | Compiling zip v0.6.6 |
| 1682 | 2026-08-14T17:07:26.611Z | Compiling goblin v0.8.2 |
| 1683 | 2026-08-14T17:07:26.659Z | Compiling derive-ex v0.1.8 |
| 1684 | 2026-08-14T17:07:27.013Z | Compiling futures-executor v0.3.32 |
| 1685 | 2026-08-14T17:07:27.039Z | Compiling hubpack_derive v0.1.1 |
| 1686 | 2026-08-14T17:07:27.206Z | Compiling regex v1.12.3 |
| 1687 | 2026-08-14T17:07:27.238Z | Compiling strum_macros v0.27.2 |
| 1688 | 2026-08-14T17:07:27.294Z | Compiling ref-cast-impl v1.0.25 |
| 1689 | 2026-08-14T17:07:27.324Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1690 | 2026-08-14T17:07:27.338Z | Compiling phf_shared v0.13.1 |
| 1691 | 2026-08-14T17:07:27.341Z | Compiling cargo-platform v0.3.2 |
| 1692 | 2026-08-14T17:07:27.517Z | Compiling vergen v9.1.0 |
| 1693 | 2026-08-14T17:07:27.600Z | Compiling ff v0.13.1 |
| 1694 | 2026-08-14T17:07:27.649Z | Compiling fs-err v3.3.0 |
| 1695 | 2026-08-14T17:07:27.663Z | Compiling object v0.37.3 |
| 1696 | 2026-08-14T17:07:27.721Z | Compiling hyper v1.10.1 |
| 1697 | 2026-08-14T17:07:27.757Z | Compiling managed v0.8.0 |
| 1698 | 2026-08-14T17:07:27.856Z | Compiling base16ct v0.2.0 |
| 1699 | 2026-08-14T17:07:27.878Z | Compiling foldhash v0.1.5 |
| 1700 | 2026-08-14T17:07:27.963Z | Compiling same-file v1.0.6 |
| 1701 | 2026-08-14T17:07:27.992Z | Compiling path-slash v0.1.5 |
| 1702 | 2026-08-14T17:07:28.018Z | Compiling bitflags v1.3.2 |
| 1703 | 2026-08-14T17:07:28.032Z | Compiling foldhash v0.2.0 |
| 1704 | 2026-08-14T17:07:28.051Z | Compiling bumpalo v3.20.2 |
| 1705 | 2026-08-14T17:07:28.066Z | Compiling jiff-core v0.1.0 |
| 1706 | 2026-08-14T17:07:28.105Z | Compiling libbz2-rs-sys v0.2.2 |
| 1707 | 2026-08-14T17:07:28.154Z | Compiling walkdir v2.5.0 |
| 1708 | 2026-08-14T17:07:28.223Z | Compiling snafu v0.8.9 |
| 1709 | 2026-08-14T17:07:28.270Z | Compiling zopfli v0.8.3 |
| 1710 | 2026-08-14T17:07:28.320Z | Compiling hashbrown v0.16.1 |
| 1711 | 2026-08-14T17:07:28.457Z | Compiling test-strategy v0.4.5 |
| 1712 | 2026-08-14T17:07:28.601Z | Compiling bzip2 v0.6.1 |
| 1713 | 2026-08-14T17:07:28.745Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1714 | 2026-08-14T17:07:28.811Z | Compiling hashbrown v0.15.5 |
| 1715 | 2026-08-14T17:07:28.832Z | Compiling hyper-util v0.1.20 |
| 1716 | 2026-08-14T17:07:28.943Z | Compiling dof v0.3.0 |
| 1717 | 2026-08-14T17:07:28.959Z | Compiling jiff v0.2.34 |
| 1718 | 2026-08-14T17:07:28.978Z | Compiling sec1 v0.7.3 |
| 1719 | 2026-08-14T17:07:29.254Z | Compiling strum v0.27.2 |
| 1720 | 2026-08-14T17:07:29.337Z | Compiling group v0.13.0 |
| 1721 | 2026-08-14T17:07:29.351Z | Compiling phf v0.13.1 |
| 1722 | 2026-08-14T17:07:29.367Z | Compiling cargo_metadata v0.23.1 |
| 1723 | 2026-08-14T17:07:29.381Z | Compiling hubpack v0.1.2 |
| 1724 | 2026-08-14T17:07:29.408Z | Compiling futures v0.3.32 |
| 1725 | 2026-08-14T17:07:29.497Z | Compiling signal-hook-mio v0.2.5 |
| 1726 | 2026-08-14T17:07:29.530Z | Compiling cookie_store v0.22.1 |
| 1727 | 2026-08-14T17:07:29.546Z | Compiling zstd v0.13.3 |
| 1728 | 2026-08-14T17:07:29.611Z | Compiling cipher v0.5.2 |
| 1729 | 2026-08-14T17:07:29.634Z | Compiling postgres-types v0.2.12 |
| 1730 | 2026-08-14T17:07:29.686Z | Compiling serde_with_macros v3.21.0 |
| 1731 | 2026-08-14T17:07:29.888Z | Compiling globset v0.4.18 |
| 1732 | 2026-08-14T17:07:29.934Z | Compiling usdt-attr-macro v0.6.0 |
| 1733 | 2026-08-14T17:07:29.955Z | Compiling usdt-macro v0.6.0 |
| 1734 | 2026-08-14T17:07:30.133Z | Compiling byte-wrapper v0.1.0 |
| 1735 | 2026-08-14T17:07:30.179Z | Compiling dtrace-parser v0.2.0 |
| 1736 | 2026-08-14T17:07:30.206Z | Compiling serde-big-array v0.5.1 |
| 1737 | 2026-08-14T17:07:30.209Z | Compiling olpc-cjson v0.1.4 |
| 1738 | 2026-08-14T17:07:30.371Z | Compiling hyper-tls v0.6.0 |
| 1739 | 2026-08-14T17:07:30.398Z | Compiling serde_plain v1.0.2 |
| 1740 | 2026-08-14T17:07:30.483Z | Compiling ed25519 v2.2.3 |
| 1741 | 2026-08-14T17:07:30.576Z | Compiling reqwest v0.12.28 |
| 1742 | 2026-08-14T17:07:30.618Z | Compiling hkdf v0.12.4 |
| 1743 | 2026-08-14T17:07:30.634Z | Compiling crypto-bigint v0.5.5 |
| 1744 | 2026-08-14T17:07:30.637Z | Compiling serde_repr v0.1.20 |
| 1745 | 2026-08-14T17:07:30.742Z | Compiling enum-as-inner v0.6.1 |
| 1746 | 2026-08-14T17:07:30.761Z | Compiling strum_macros v0.26.4 |
| 1747 | 2026-08-14T17:07:30.789Z | Compiling async-recursion v1.1.1 |
| 1748 | 2026-08-14T17:07:30.805Z | Compiling phf_shared v0.11.3 |
| 1749 | 2026-08-14T17:07:30.859Z | Compiling float-cmp v0.10.0 |
| 1750 | 2026-08-14T17:07:30.919Z | Compiling pem v3.0.6 |
| 1751 | 2026-08-14T17:07:30.942Z | Compiling memmap2 v0.9.10 |
| 1752 | 2026-08-14T17:07:31.004Z | Compiling thread-id v4.2.2 |
| 1753 | 2026-08-14T17:07:31.020Z | Compiling predicates-core v1.0.10 |
| 1754 | 2026-08-14T17:07:31.103Z | Compiling fixedbitset v0.5.7 |
| 1755 | 2026-08-14T17:07:31.171Z | Compiling difflib v0.4.0 |
| 1756 | 2026-08-14T17:07:31.221Z | Compiling precomputed-hash v0.1.1 |
| 1757 | 2026-08-14T17:07:31.241Z | Compiling winnow v1.0.3 |
| 1758 | 2026-08-14T17:07:31.261Z | Compiling static_assertions v1.1.0 |
| 1759 | 2026-08-14T17:07:31.288Z | Compiling typed-path v0.9.3 |
| 1760 | 2026-08-14T17:07:31.330Z | Compiling data-encoding v2.10.0 |
| 1761 | 2026-08-14T17:07:31.347Z | Compiling either v1.15.0 |
| 1762 | 2026-08-14T17:07:31.408Z | Compiling keccak v0.1.6 |
| 1763 | 2026-08-14T17:07:31.433Z | Compiling fixedbitset v0.4.2 |
| 1764 | 2026-08-14T17:07:31.492Z | Compiling cpufeatures v0.3.0 |
| 1765 | 2026-08-14T17:07:31.508Z | Compiling const-oid v0.10.2 |
| 1766 | 2026-08-14T17:07:31.577Z | Compiling normalize-line-endings v0.3.0 |
| 1767 | 2026-08-14T17:07:31.593Z | Compiling whoami v2.1.0 |
| 1768 | 2026-08-14T17:07:31.667Z | Compiling new_debug_unreachable v1.0.6 |
| 1769 | 2026-08-14T17:07:31.683Z | Compiling digest v0.11.3 |
| 1770 | 2026-08-14T17:07:31.773Z | Compiling string_cache v0.8.9 |
| 1771 | 2026-08-14T17:07:31.789Z | Compiling predicates v3.1.4 |
| 1772 | 2026-08-14T17:07:31.803Z | Compiling hickory-proto v0.25.2 |
| 1773 | 2026-08-14T17:07:31.952Z | Compiling tokio-postgres v0.7.16 |
| 1774 | 2026-08-14T17:07:32.021Z | Compiling elliptic-curve v0.13.8 |
| 1775 | 2026-08-14T17:07:32.053Z | Compiling petgraph v0.6.5 |
| 1776 | 2026-08-14T17:07:32.100Z | Compiling chacha20 v0.10.0 |
| 1777 | 2026-08-14T17:07:32.190Z | Compiling sha3 v0.10.8 |
| 1778 | 2026-08-14T17:07:32.365Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1779 | 2026-08-14T17:07:32.460Z | Compiling itertools v0.13.0 |
| 1780 | 2026-08-14T17:07:32.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1781 | 2026-08-14T17:07:32.514Z | Compiling petgraph v0.8.3 |
| 1782 | 2026-08-14T17:07:32.560Z | Compiling toml_edit v0.22.27 |
| 1783 | 2026-08-14T17:07:32.582Z | Compiling zip v4.6.1 |
| 1784 | 2026-08-14T17:07:32.604Z | Compiling strum v0.26.3 |
| 1785 | 2026-08-14T17:07:32.678Z | Compiling usdt v0.6.0 |
| 1786 | 2026-08-14T17:07:32.751Z | Compiling usdt-impl v0.5.0 |
| 1787 | 2026-08-14T17:07:32.833Z | Compiling serde_with v3.21.0 |
| 1788 | 2026-08-14T17:07:32.945Z | Compiling ed25519-dalek v2.2.0 |
| 1789 | 2026-08-14T17:07:32.963Z | Compiling crossterm v0.28.1 |
| 1790 | 2026-08-14T17:07:33.019Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1791 | 2026-08-14T17:07:33.611Z | Compiling iddqd v0.4.2 |
| 1792 | 2026-08-14T17:07:33.783Z | Compiling similar v2.7.0 |
| 1793 | 2026-08-14T17:07:34.011Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-14T17:07:34.266Z | Compiling buf-list v1.1.2 |
| 1795 | 2026-08-14T17:07:34.290Z | Compiling crossbeam-epoch v0.9.18 |
| 1796 | 2026-08-14T17:07:34.387Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1797 | 2026-08-14T17:07:34.482Z | Compiling openapiv3 v2.2.0 |
| 1798 | 2026-08-14T17:07:34.524Z | Compiling lalrpop-util v0.19.12 |
| 1799 | 2026-08-14T17:07:34.570Z | Compiling peg-runtime v0.8.5 |
| 1800 | 2026-08-14T17:07:34.585Z | Compiling thread_local v1.1.9 |
| 1801 | 2026-08-14T17:07:34.632Z | Compiling slog-async v2.8.0 |
| 1802 | 2026-08-14T17:07:34.677Z | Compiling crossbeam-channel v0.5.15 |
| 1803 | 2026-08-14T17:07:34.691Z | Compiling filetime v0.2.27 |
| 1804 | 2026-08-14T17:07:34.706Z | Compiling is-terminal v0.4.17 |
| 1805 | 2026-08-14T17:07:34.732Z | Compiling xattr v1.6.1 |
| 1806 | 2026-08-14T17:07:34.815Z | Compiling term v1.2.1 |
| 1807 | 2026-08-14T17:07:34.857Z | Compiling take_mut v0.2.2 |
| 1808 | 2026-08-14T17:07:34.860Z | Compiling tar v0.4.46 |
| 1809 | 2026-08-14T17:07:34.885Z | Compiling camino-tempfile v1.4.1 |
| 1810 | 2026-08-14T17:07:35.171Z | Compiling slog-term v2.9.2 |
| 1811 | 2026-08-14T17:07:52.562Z | Compiling rustls-webpki v0.103.13 |
| 1812 | 2026-08-14T17:07:55.237Z | Compiling tokio-rustls v0.26.4 |
| 1813 | 2026-08-14T17:07:55.237Z | Compiling rustls-platform-verifier v0.6.2 |
| 1814 | 2026-08-14T17:07:55.237Z | Compiling tough v0.22.0 |
| 1815 | 2026-08-14T17:07:55.434Z | Compiling hyper-rustls v0.27.7 |
| 1816 | 2026-08-14T17:07:55.619Z | Compiling reqwest v0.13.2 |
| 1817 | 2026-08-14T17:07:57.817Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1818 | 2026-08-14T17:07:58.040Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1819 | 2026-08-14T17:08:00.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.64s |
| 1820 | 2026-08-14T17:08:01.034Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1821 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.939 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.939 INFO Starting download, target: Cockroach |
| 1823 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.939 INFO Starting download, target: Console |
| 1824 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.939 INFO Starting download, target: DendriteStub |
| 1825 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.939 INFO Starting download, target: MaghemiteMgd |
| 1826 | 2026-08-14T17:08:01.082Z | Aug 14 17:07:59.940 INFO Starting download, target: MaghemiteDdmd |
| 1827 | 2026-08-14T17:08:01.083Z | Aug 14 17:07:59.940 INFO Starting download, target: TransceiverControl |
| 1828 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1829 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1830 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1832 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1833 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1834 | 2026-08-14T17:08:01.087Z | Aug 14 17:07:59.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1835 | 2026-08-14T17:08:01.401Z | Aug 14 17:08:00.256 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1836 | 2026-08-14T17:08:01.622Z | Aug 14 17:08:00.468 INFO Download complete, target: TransceiverControl |
| 1837 | 2026-08-14T17:08:02.868Z | Aug 14 17:08:01.724 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1838 | 2026-08-14T17:08:03.132Z | Aug 14 17:08:01.976 INFO Download complete, target: Console |
| 1839 | 2026-08-14T17:08:03.267Z | Aug 14 17:08:02.118 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1840 | 2026-08-14T17:08:03.626Z | Aug 14 17:08:02.476 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1841 | 2026-08-14T17:08:03.790Z | Aug 14 17:08:02.647 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1842 | 2026-08-14T17:08:03.925Z | Aug 14 17:08:02.779 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1843 | 2026-08-14T17:08:04.916Z | Aug 14 17:08:03.764 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1844 | 2026-08-14T17:08:04.917Z | Aug 14 17:08:03.764 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1845 | 2026-08-14T17:08:06.147Z | Aug 14 17:08:05.004 INFO Download complete, target: MaghemiteDdmd |
| 1846 | 2026-08-14T17:08:06.267Z | Aug 14 17:08:05.124 INFO Download complete, target: DendriteStub |
| 1847 | 2026-08-14T17:08:06.533Z | Aug 14 17:08:05.389 INFO Download complete, target: MaghemiteMgd |
| 1848 | 2026-08-14T17:08:09.488Z | Aug 14 17:08:08.344 INFO Checking that binary works, target: Cockroach |
| 1849 | 2026-08-14T17:08:09.607Z | Aug 14 17:08:08.463 INFO Download complete, target: Cockroach |
| 1850 | 2026-08-14T17:08:09.954Z | Aug 14 17:08:08.810 INFO Checking that binary works, target: Clickhouse |
| 1851 | 2026-08-14T17:08:10.038Z | Aug 14 17:08:08.895 INFO Download complete, target: Clickhouse |
| 1852 | 2026-08-14T17:08:10.045Z | All prerequisites installed successfully |
| 1853 | 2026-08-14T17:08:10.047Z | |
| 1854 | 2026-08-14T17:08:10.047Z | real 1:27.453882544 |
| 1855 | 2026-08-14T17:08:10.047Z | user 7:04.035010854 |
| 1856 | 2026-08-14T17:08:10.047Z | sys 1:42.109062505 |
| 1857 | 2026-08-14T17:08:10.047Z | trap 0.256629340 |
| 1858 | 2026-08-14T17:08:10.047Z | tflt 1.015980507 |
| 1859 | 2026-08-14T17:08:10.047Z | dflt 1.601119698 |
| 1860 | 2026-08-14T17:08:10.047Z | kflt 0.029988349 |
| 1861 | 2026-08-14T17:08:10.047Z | lock 26:00.821507728 |
| 1862 | 2026-08-14T17:08:10.048Z | slp 19:06.169166393 |
| 1863 | 2026-08-14T17:08:10.048Z | lat 24.373574424 |
| 1864 | 2026-08-14T17:08:10.048Z | stop 2:51.577717416 |
| 1865 | 2026-08-14T17:08:10.048Z | + source ./tools/include/force-git-over-https.sh |
| 1866 | 2026-08-14T17:08:10.048Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1867 | 2026-08-14T17:08:10.048Z | ++ (( i = 0 )) |
| 1868 | 2026-08-14T17:08:10.048Z | ++ (( i < 5 )) |
| 1869 | 2026-08-14T17:08:10.048Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1870 | 2026-08-14T17:08:10.051Z | ++ (( i++ )) |
| 1871 | 2026-08-14T17:08:10.051Z | ++ (( i < 5 )) |
| 1872 | 2026-08-14T17:08:10.051Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1873 | 2026-08-14T17:08:10.054Z | ++ (( i++ )) |
| 1874 | 2026-08-14T17:08:10.054Z | ++ (( i < 5 )) |
| 1875 | 2026-08-14T17:08:10.054Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1876 | 2026-08-14T17:08:10.057Z | ++ (( i++ )) |
| 1877 | 2026-08-14T17:08:10.057Z | ++ (( i < 5 )) |
| 1878 | 2026-08-14T17:08:10.057Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1879 | 2026-08-14T17:08:10.057Z | ++ (( i++ )) |
| 1880 | 2026-08-14T17:08:10.057Z | ++ (( i < 5 )) |
| 1881 | 2026-08-14T17:08:10.057Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1882 | 2026-08-14T17:08:10.060Z | ++ (( i++ )) |
| 1883 | 2026-08-14T17:08:10.060Z | ++ (( i < 5 )) |
| 1884 | 2026-08-14T17:08:10.060Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1885 | 2026-08-14T17:08:10.060Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1886 | 2026-08-14T17:08:10.060Z | + rc=0 |
| 1887 | 2026-08-14T17:08:10.060Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1888 | 2026-08-14T17:08:17.956Z | + case $rc in |
| 1889 | 2026-08-14T17:08:17.956Z | + pfexec zfs create -p rpool/images/build/host |
| 1890 | 2026-08-14T17:08:18.209Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1891 | 2026-08-14T17:08:18.283Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1892 | 2026-08-14T17:08:18.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1893 | 2026-08-14T17:08:18.751Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1894 | 2026-08-14T17:08:19.598Z | Compiling proc-macro2 v1.0.106 |
| 1895 | 2026-08-14T17:08:19.598Z | Compiling quote v1.0.45 |
| 1896 | 2026-08-14T17:08:19.613Z | Compiling unicode-ident v1.0.24 |
| 1897 | 2026-08-14T17:08:19.613Z | Compiling libc v0.2.185 |
| 1898 | 2026-08-14T17:08:19.613Z | Compiling serde_core v1.0.228 |
| 1899 | 2026-08-14T17:08:19.613Z | Compiling serde v1.0.228 |
| 1900 | 2026-08-14T17:08:19.613Z | Compiling cfg-if v1.0.4 |
| 1901 | 2026-08-14T17:08:19.613Z | Compiling find-msvc-tools v0.1.9 |
| 1902 | 2026-08-14T17:08:19.613Z | Compiling shlex v1.3.0 |
| 1903 | 2026-08-14T17:08:19.613Z | Compiling autocfg v1.5.0 |
| 1904 | 2026-08-14T17:08:19.730Z | Compiling version_check v0.9.5 |
| 1905 | 2026-08-14T17:08:19.740Z | Compiling zerocopy v0.8.40 |
| 1906 | 2026-08-14T17:08:19.741Z | Compiling portable-atomic v1.13.1 |
| 1907 | 2026-08-14T17:08:19.741Z | Compiling zmij v1.0.21 |
| 1908 | 2026-08-14T17:08:19.741Z | Compiling memchr v2.8.0 |
| 1909 | 2026-08-14T17:08:19.903Z | Compiling serde_json v1.0.151 |
| 1910 | 2026-08-14T17:08:19.946Z | Compiling libm v0.2.16 |
| 1911 | 2026-08-14T17:08:19.962Z | Compiling getrandom v0.4.1 |
| 1912 | 2026-08-14T17:08:20.061Z | Compiling parking_lot_core v0.9.12 |
| 1913 | 2026-08-14T17:08:20.091Z | Compiling pkg-config v0.3.32 |
| 1914 | 2026-08-14T17:08:20.107Z | Compiling generic-array v0.14.7 |
| 1915 | 2026-08-14T17:08:20.107Z | Compiling icu_properties_data v2.1.2 |
| 1916 | 2026-08-14T17:08:20.129Z | Compiling icu_normalizer_data v2.1.1 |
| 1917 | 2026-08-14T17:08:20.157Z | Compiling num-traits v0.2.19 |
| 1918 | 2026-08-14T17:08:20.269Z | Compiling smallvec v1.15.1 |
| 1919 | 2026-08-14T17:08:20.287Z | Compiling log v0.4.29 |
| 1920 | 2026-08-14T17:08:20.356Z | Compiling itoa v1.0.17 |
| 1921 | 2026-08-14T17:08:20.400Z | Compiling getrandom v0.3.4 |
| 1922 | 2026-08-14T17:08:20.401Z | Compiling subtle v2.6.1 |
| 1923 | 2026-08-14T17:08:20.401Z | Compiling rustix v1.1.3 |
| 1924 | 2026-08-14T17:08:20.517Z | Compiling scopeguard v1.2.0 |
| 1925 | 2026-08-14T17:08:20.550Z | Compiling stable_deref_trait v1.2.1 |
| 1926 | 2026-08-14T17:08:20.568Z | Compiling typenum v1.20.1 |
| 1927 | 2026-08-14T17:08:20.616Z | Compiling lock_api v0.4.14 |
| 1928 | 2026-08-14T17:08:20.633Z | Compiling jobserver v0.1.34 |
| 1929 | 2026-08-14T17:08:20.638Z | Compiling errno v0.3.14 |
| 1930 | 2026-08-14T17:08:20.654Z | Compiling critical-section v1.2.0 |
| 1931 | 2026-08-14T17:08:20.768Z | Compiling rand_core v0.10.0 |
| 1932 | 2026-08-14T17:08:20.784Z | Compiling thiserror v2.0.18 |
| 1933 | 2026-08-14T17:08:20.909Z | Compiling cc v1.2.56 |
| 1934 | 2026-08-14T17:08:21.022Z | Compiling syn v2.0.117 |
| 1935 | 2026-08-14T17:08:21.063Z | Compiling getrandom v0.2.17 |
| 1936 | 2026-08-14T17:08:21.092Z | Compiling heck v0.5.0 |
| 1937 | 2026-08-14T17:08:21.132Z | Compiling dunce v1.0.5 |
| 1938 | 2026-08-14T17:08:21.153Z | Compiling fs_extra v1.3.0 |
| 1939 | 2026-08-14T17:08:21.173Z | Compiling once_cell v1.21.3 |
| 1940 | 2026-08-14T17:08:21.203Z | Compiling rand_core v0.6.4 |
| 1941 | 2026-08-14T17:08:21.250Z | Compiling percent-encoding v2.3.2 |
| 1942 | 2026-08-14T17:08:21.280Z | Compiling writeable v0.6.2 |
| 1943 | 2026-08-14T17:08:21.314Z | Compiling litemap v0.8.1 |
| 1944 | 2026-08-14T17:08:21.421Z | Compiling const-oid v0.9.6 |
| 1945 | 2026-08-14T17:08:21.517Z | Compiling schemars v0.8.22 |
| 1946 | 2026-08-14T17:08:21.520Z | Compiling pin-project-lite v0.2.17 |
| 1947 | 2026-08-14T17:08:21.603Z | Compiling equivalent v1.0.2 |
| 1948 | 2026-08-14T17:08:21.653Z | Compiling cmake v0.1.57 |
| 1949 | 2026-08-14T17:08:21.674Z | Compiling signal-hook-registry v1.4.8 |
| 1950 | 2026-08-14T17:08:21.740Z | Compiling rustversion v1.0.22 |
| 1951 | 2026-08-14T17:08:21.762Z | Compiling aws-lc-rs v1.16.3 |
| 1952 | 2026-08-14T17:08:21.978Z | Compiling futures-core v0.3.32 |
| 1953 | 2026-08-14T17:08:22.009Z | Compiling bitflags v2.11.0 |
| 1954 | 2026-08-14T17:08:22.057Z | Compiling semver v1.0.28 |
| 1955 | 2026-08-14T17:08:22.075Z | Compiling parking_lot v0.12.5 |
| 1956 | 2026-08-14T17:08:22.169Z | Compiling mio v1.2.0 |
| 1957 | 2026-08-14T17:08:22.216Z | Compiling aws-lc-sys v0.40.0 |
| 1958 | 2026-08-14T17:08:22.324Z | Compiling crc32fast v1.5.0 |
| 1959 | 2026-08-14T17:08:22.365Z | Compiling utf8_iter v1.0.4 |
| 1960 | 2026-08-14T17:08:22.506Z | Compiling form_urlencoded v1.2.2 |
| 1961 | 2026-08-14T17:08:22.633Z | Compiling byteorder v1.5.0 |
| 1962 | 2026-08-14T17:08:22.646Z | Compiling hashbrown v0.17.0 |
| 1963 | 2026-08-14T17:08:22.649Z | Compiling strsim v0.11.1 |
| 1964 | 2026-08-14T17:08:22.649Z | Compiling vcpkg v0.2.15 |
| 1965 | 2026-08-14T17:08:22.820Z | Compiling syn v1.0.109 |
| 1966 | 2026-08-14T17:08:22.889Z | Compiling fnv v1.0.7 |
| 1967 | 2026-08-14T17:08:23.056Z | Compiling socket2 v0.6.3 |
| 1968 | 2026-08-14T17:08:23.196Z | Compiling httparse v1.10.1 |
| 1969 | 2026-08-14T17:08:23.214Z | Compiling radium v0.7.0 |
| 1970 | 2026-08-14T17:08:23.246Z | Compiling openssl-sys v0.9.117 |
| 1971 | 2026-08-14T17:08:23.284Z | Compiling indexmap v2.14.0 |
| 1972 | 2026-08-14T17:08:23.316Z | Compiling futures-sink v0.3.32 |
| 1973 | 2026-08-14T17:08:23.407Z | Compiling thiserror v1.0.69 |
| 1974 | 2026-08-14T17:08:23.477Z | Compiling futures-channel v0.3.32 |
| 1975 | 2026-08-14T17:08:23.499Z | Compiling slab v0.4.12 |
| 1976 | 2026-08-14T17:08:23.529Z | Compiling iana-time-zone v0.1.65 |
| 1977 | 2026-08-14T17:08:23.548Z | Compiling futures-task v0.3.32 |
| 1978 | 2026-08-14T17:08:23.551Z | Compiling futures-io v0.3.32 |
| 1979 | 2026-08-14T17:08:23.666Z | Compiling rustls v0.23.41 |
| 1980 | 2026-08-14T17:08:23.774Z | Compiling maybe-uninit v2.0.0 |
| 1981 | 2026-08-14T17:08:23.776Z | Compiling base64 v0.22.1 |
| 1982 | 2026-08-14T17:08:23.836Z | Compiling synstructure v0.13.2 |
| 1983 | 2026-08-14T17:08:23.839Z | Compiling serde_derive_internals v0.29.1 |
| 1984 | 2026-08-14T17:08:23.839Z | Compiling rustc_version v0.4.1 |
| 1985 | 2026-08-14T17:08:24.098Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1986 | 2026-08-14T17:08:24.131Z | Compiling uuid v1.23.4 |
| 1987 | 2026-08-14T17:08:24.157Z | Compiling ahash v0.8.12 |
| 1988 | 2026-08-14T17:08:24.180Z | Compiling packed_struct v0.10.1 |
| 1989 | 2026-08-14T17:08:24.204Z | Compiling num-bigint-dig v0.8.6 |
| 1990 | 2026-08-14T17:08:24.210Z | Compiling regex-syntax v0.8.10 |
| 1991 | 2026-08-14T17:08:24.235Z | Compiling base64ct v1.8.3 |
| 1992 | 2026-08-14T17:08:24.243Z | Compiling ucd-trie v0.1.7 |
| 1993 | 2026-08-14T17:08:24.327Z | Compiling ident_case v1.0.1 |
| 1994 | 2026-08-14T17:08:24.341Z | Compiling rand_core v0.9.5 |
| 1995 | 2026-08-14T17:08:24.416Z | Compiling pest v2.8.6 |
| 1996 | 2026-08-14T17:08:24.490Z | Compiling openssl v0.10.80 |
| 1997 | 2026-08-14T17:08:24.506Z | Compiling pem-rfc7468 v0.7.0 |
| 1998 | 2026-08-14T17:08:24.534Z | Compiling flagset v0.4.7 |
| 1999 | 2026-08-14T17:08:24.611Z | Compiling fastrand v2.3.0 |
| 2000 | 2026-08-14T17:08:24.630Z | Compiling dyn-clone v1.0.20 |
| 2001 | 2026-08-14T17:08:24.703Z | Compiling indexmap v1.9.3 |
| 2002 | 2026-08-14T17:08:24.795Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-08-14T17:08:24.813Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2004 | 2026-08-14T17:08:24.878Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-08-14T17:08:24.936Z | Compiling anstyle v1.0.14 |
| 2006 | 2026-08-14T17:08:24.951Z | Compiling native-tls v0.2.18 |
| 2007 | 2026-08-14T17:08:24.954Z | Compiling paste v1.0.15 |
| 2008 | 2026-08-14T17:08:25.062Z | Compiling serde_derive v1.0.228 |
| 2009 | 2026-08-14T17:08:25.086Z | Compiling zeroize_derive v1.5.0 |
| 2010 | 2026-08-14T17:08:25.122Z | Compiling zerocopy-derive v0.8.40 |
| 2011 | 2026-08-14T17:08:25.153Z | Compiling zerofrom-derive v0.1.6 |
| 2012 | 2026-08-14T17:08:25.185Z | Compiling yoke-derive v0.8.1 |
| 2013 | 2026-08-14T17:08:25.237Z | Compiling zerovec-derive v0.11.2 |
| 2014 | 2026-08-14T17:08:25.241Z | Compiling displaydoc v0.2.5 |
| 2015 | 2026-08-14T17:08:25.274Z | Compiling tokio-macros v2.7.0 |
| 2016 | 2026-08-14T17:08:25.279Z | Compiling futures-macro v0.3.32 |
| 2017 | 2026-08-14T17:08:25.694Z | Compiling der_derive v0.7.3 |
| 2018 | 2026-08-14T17:08:25.708Z | Compiling thiserror-impl v2.0.18 |
| 2019 | 2026-08-14T17:08:25.720Z | Compiling zeroize v1.9.0 |
| 2020 | 2026-08-14T17:08:25.998Z | Compiling schemars_derive v0.8.22 |
| 2021 | 2026-08-14T17:08:26.013Z | Compiling tracing-attributes v0.1.31 |
| 2022 | 2026-08-14T17:08:26.100Z | Compiling futures-util v0.3.32 |
| 2023 | 2026-08-14T17:08:26.209Z | Compiling thiserror-impl v1.0.69 |
| 2024 | 2026-08-14T17:08:26.315Z | Compiling zerofrom v0.1.6 |
| 2025 | 2026-08-14T17:08:26.464Z | Compiling yoke v0.8.1 |
| 2026 | 2026-08-14T17:08:26.640Z | Compiling crypto-common v0.1.7 |
| 2027 | 2026-08-14T17:08:26.684Z | Compiling zerovec v0.11.5 |
| 2028 | 2026-08-14T17:08:26.708Z | Compiling zerotrie v0.2.3 |
| 2029 | 2026-08-14T17:08:26.826Z | Compiling block-buffer v0.10.4 |
| 2030 | 2026-08-14T17:08:27.007Z | Compiling digest v0.10.7 |
| 2031 | 2026-08-14T17:08:27.174Z | Compiling clap_derive v4.6.1 |
| 2032 | 2026-08-14T17:08:27.261Z | Compiling tinystr v0.8.2 |
| 2033 | 2026-08-14T17:08:27.288Z | Compiling potential_utf v0.1.4 |
| 2034 | 2026-08-14T17:08:27.325Z | Compiling packed_struct_codegen v0.10.1 |
| 2035 | 2026-08-14T17:08:27.341Z | Compiling der v0.7.10 |
| 2036 | 2026-08-14T17:08:27.359Z | Compiling pest_meta v2.8.6 |
| 2037 | 2026-08-14T17:08:27.359Z | Compiling zerocopy-derive v0.6.6 |
| 2038 | 2026-08-14T17:08:27.450Z | Compiling icu_locale_core v2.1.1 |
| 2039 | 2026-08-14T17:08:27.499Z | Compiling icu_collections v2.1.1 |
| 2040 | 2026-08-14T17:08:28.176Z | Compiling bytes v1.11.1 |
| 2041 | 2026-08-14T17:08:28.258Z | Compiling icu_provider v2.1.1 |
| 2042 | 2026-08-14T17:08:28.384Z | Compiling chrono v0.4.45 |
| 2043 | 2026-08-14T17:08:28.620Z | Compiling icu_properties v2.1.2 |
| 2044 | 2026-08-14T17:08:28.645Z | Compiling icu_normalizer v2.1.1 |
| 2045 | 2026-08-14T17:08:28.726Z | Compiling tokio v1.52.1 |
| 2046 | 2026-08-14T17:08:28.854Z | Compiling hex v0.4.3 |
| 2047 | 2026-08-14T17:08:28.871Z | Compiling bitfield-macros v0.19.4 |
| 2048 | 2026-08-14T17:08:28.872Z | Compiling spki v0.7.3 |
| 2049 | 2026-08-14T17:08:29.200Z | Compiling pest_generator v2.8.6 |
| 2050 | 2026-08-14T17:08:29.352Z | Compiling openssl-macros v0.1.1 |
| 2051 | 2026-08-14T17:08:29.464Z | Compiling ppv-lite86 v0.2.21 |
| 2052 | 2026-08-14T17:08:29.574Z | Compiling idna_adapter v1.2.1 |
| 2053 | 2026-08-14T17:08:29.714Z | Compiling idna v1.1.0 |
| 2054 | 2026-08-14T17:08:29.831Z | Compiling cpufeatures v0.2.17 |
| 2055 | 2026-08-14T17:08:29.856Z | Compiling pest_derive v2.8.6 |
| 2056 | 2026-08-14T17:08:29.897Z | Compiling scroll_derive v0.13.1 |
| 2057 | 2026-08-14T17:08:30.020Z | Compiling rand_chacha v0.9.0 |
| 2058 | 2026-08-14T17:08:30.142Z | Compiling url v2.5.8 |
| 2059 | 2026-08-14T17:08:30.247Z | Compiling rand v0.9.2 |
| 2060 | 2026-08-14T17:08:30.353Z | Compiling is_terminal_polyfill v1.70.2 |
| 2061 | 2026-08-14T17:08:30.383Z | Compiling colorchoice v1.0.4 |
| 2062 | 2026-08-14T17:08:30.383Z | Compiling anstyle-query v1.1.5 |
| 2063 | 2026-08-14T17:08:30.463Z | Compiling crossbeam-utils v0.8.21 |
| 2064 | 2026-08-14T17:08:30.535Z | Compiling camino v1.2.2 |
| 2065 | 2026-08-14T17:08:30.883Z | Compiling sha2 v0.10.9 |
| 2066 | 2026-08-14T17:08:30.883Z | Compiling pkcs8 v0.10.2 |
| 2067 | 2026-08-14T17:08:30.999Z | Compiling http v1.4.2 |
| 2068 | 2026-08-14T17:08:31.145Z | Compiling rustls-pki-types v1.14.0 |
| 2069 | 2026-08-14T17:08:31.175Z | Compiling daft-derive v0.1.7 |
| 2070 | 2026-08-14T17:08:31.394Z | Compiling spin v0.9.8 |
| 2071 | 2026-08-14T17:08:31.550Z | Compiling tinyvec_macros v0.1.1 |
| 2072 | 2026-08-14T17:08:31.633Z | Compiling time-core v0.1.8 |
| 2073 | 2026-08-14T17:08:31.647Z | Compiling num-conv v0.2.0 |
| 2074 | 2026-08-14T17:08:31.650Z | Compiling tinyvec v1.10.0 |
| 2075 | 2026-08-14T17:08:31.793Z | Compiling structmeta-derive v0.3.0 |
| 2076 | 2026-08-14T17:08:31.797Z | Compiling time-macros v0.2.27 |
| 2077 | 2026-08-14T17:08:31.872Z | Compiling async-trait v0.1.89 |
| 2078 | 2026-08-14T17:08:31.960Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-08-14T17:08:32.018Z | Compiling tracing-core v0.1.36 |
| 2080 | 2026-08-14T17:08:32.160Z | Compiling unicode-segmentation v1.12.0 |
| 2081 | 2026-08-14T17:08:32.197Z | Compiling cmov v0.5.4 |
| 2082 | 2026-08-14T17:08:32.213Z | Compiling simd-adler32 v0.3.8 |
| 2083 | 2026-08-14T17:08:32.441Z | Compiling plain v0.2.3 |
| 2084 | 2026-08-14T17:08:32.523Z | Compiling untrusted v0.7.1 |
| 2085 | 2026-08-14T17:08:32.539Z | Compiling tokio-util v0.7.18 |
| 2086 | 2026-08-14T17:08:32.576Z | Compiling tracing v0.1.44 |
| 2087 | 2026-08-14T17:08:32.580Z | Compiling ctutils v0.4.2 |
| 2088 | 2026-08-14T17:08:32.668Z | Compiling anstream v1.0.0 |
| 2089 | 2026-08-14T17:08:32.801Z | Compiling structmeta v0.3.0 |
| 2090 | 2026-08-14T17:08:32.805Z | Compiling http-body v1.0.1 |
| 2091 | 2026-08-14T17:08:32.880Z | Compiling toml_datetime v0.6.11 |
| 2092 | 2026-08-14T17:08:32.926Z | Compiling serde_spanned v0.6.9 |
| 2093 | 2026-08-14T17:08:33.009Z | Compiling pin-project-internal v1.1.11 |
| 2094 | 2026-08-14T17:08:33.086Z | Compiling terminal_size v0.4.3 |
| 2095 | 2026-08-14T17:08:33.086Z | Compiling slog v2.8.2 |
| 2096 | 2026-08-14T17:08:33.183Z | Compiling wait-timeout v0.2.1 |
| 2097 | 2026-08-14T17:08:33.256Z | Compiling cookie v0.18.1 |
| 2098 | 2026-08-14T17:08:33.429Z | Compiling adler2 v2.0.1 |
| 2099 | 2026-08-14T17:08:33.473Z | Compiling openssl-probe v0.2.1 |
| 2100 | 2026-08-14T17:08:33.488Z | Compiling quick-error v1.2.3 |
| 2101 | 2026-08-14T17:08:33.527Z | Compiling tap v1.0.1 |
| 2102 | 2026-08-14T17:08:33.591Z | Compiling zstd-safe v7.2.4 |
| 2103 | 2026-08-14T17:08:33.614Z | Compiling untrusted v0.9.0 |
| 2104 | 2026-08-14T17:08:33.644Z | Compiling bit-vec v0.8.0 |
| 2105 | 2026-08-14T17:08:33.666Z | Compiling clap_lex v1.0.0 |
| 2106 | 2026-08-14T17:08:33.681Z | Compiling wyz v0.5.1 |
| 2107 | 2026-08-14T17:08:33.706Z | Compiling rusty-fork v0.3.1 |
| 2108 | 2026-08-14T17:08:33.743Z | Compiling miniz_oxide v0.8.9 |
| 2109 | 2026-08-14T17:08:33.904Z | Compiling bit-set v0.8.0 |
| 2110 | 2026-08-14T17:08:33.928Z | Compiling clap_builder v4.6.0 |
| 2111 | 2026-08-14T17:08:34.031Z | Compiling derive-ex v0.1.8 |
| 2112 | 2026-08-14T17:08:34.068Z | Compiling hybrid-array v0.4.13 |
| 2113 | 2026-08-14T17:08:34.119Z | Compiling heck v0.4.1 |
| 2114 | 2026-08-14T17:08:34.122Z | Compiling unicode-normalization v0.1.25 |
| 2115 | 2026-08-14T17:08:34.152Z | Compiling rand_chacha v0.3.1 |
| 2116 | 2026-08-14T17:08:34.227Z | Compiling signature v2.2.0 |
| 2117 | 2026-08-14T17:08:34.355Z | Compiling scroll_derive v0.12.1 |
| 2118 | 2026-08-14T17:08:34.418Z | Compiling rand_xorshift v0.4.0 |
| 2119 | 2026-08-14T17:08:34.463Z | Compiling heapless v0.7.17 |
| 2120 | 2026-08-14T17:08:34.670Z | Compiling num-integer v0.1.46 |
| 2121 | 2026-08-14T17:08:34.701Z | Compiling aho-corasick v1.1.4 |
| 2122 | 2026-08-14T17:08:34.730Z | Compiling tower-service v0.3.3 |
| 2123 | 2026-08-14T17:08:34.794Z | Compiling try-lock v0.2.5 |
| 2124 | 2026-08-14T17:08:34.842Z | Compiling funty v2.0.0 |
| 2125 | 2026-08-14T17:08:34.883Z | Compiling tower-layer v0.3.3 |
| 2126 | 2026-08-14T17:08:34.912Z | Compiling anyhow v1.0.102 |
| 2127 | 2026-08-14T17:08:34.941Z | Compiling zlib-rs v0.6.2 |
| 2128 | 2026-08-14T17:08:35.009Z | Compiling atomic-waker v1.1.2 |
| 2129 | 2026-08-14T17:08:35.098Z | Compiling usdt-impl v0.6.0 |
| 2130 | 2026-08-14T17:08:35.221Z | Compiling rustix v0.38.44 |
| 2131 | 2026-08-14T17:08:35.250Z | Compiling unarray v0.1.4 |
| 2132 | 2026-08-14T17:08:35.271Z | Compiling signal-hook v0.3.18 |
| 2133 | 2026-08-14T17:08:35.332Z | Compiling pretty-hex v0.4.1 |
| 2134 | 2026-08-14T17:08:35.382Z | Compiling proptest v1.11.0 |
| 2135 | 2026-08-14T17:08:35.415Z | Compiling want v0.3.1 |
| 2136 | 2026-08-14T17:08:35.444Z | Compiling h2 v0.4.15 |
| 2137 | 2026-08-14T17:08:35.487Z | Compiling bitvec v1.0.1 |
| 2138 | 2026-08-14T17:08:35.562Z | Compiling regex-automata v0.4.14 |
| 2139 | 2026-08-14T17:08:35.587Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-14T17:08:35.603Z | Compiling test-strategy v0.4.5 |
| 2141 | 2026-08-14T17:08:35.961Z | Compiling clap v4.6.1 |
| 2142 | 2026-08-14T17:08:36.176Z | Compiling rand v0.8.6 |
| 2143 | 2026-08-14T17:08:36.355Z | Compiling snafu-derive v0.8.9 |
| 2144 | 2026-08-14T17:08:36.876Z | Compiling ipnetwork v0.21.1 |
| 2145 | 2026-08-14T17:08:36.964Z | Compiling lazy_static v1.5.0 |
| 2146 | 2026-08-14T17:08:37.099Z | Compiling flate2 v1.1.9 |
| 2147 | 2026-08-14T17:08:37.306Z | Compiling scroll v0.13.0 |
| 2148 | 2026-08-14T17:08:37.473Z | Compiling ipnet v2.11.0 |
| 2149 | 2026-08-14T17:08:37.650Z | Compiling strum_macros v0.26.4 |
| 2150 | 2026-08-14T17:08:38.085Z | Compiling anstyle-parse v0.2.7 |
| 2151 | 2026-08-14T17:08:38.375Z | Compiling darling_core v0.23.0 |
| 2152 | 2026-08-14T17:08:38.408Z | Compiling darling_core v0.20.11 |
| 2153 | 2026-08-14T17:08:38.962Z | Compiling httpdate v1.0.3 |
| 2154 | 2026-08-14T17:08:39.179Z | Compiling crc-catalog v2.4.0 |
| 2155 | 2026-08-14T17:08:39.267Z | Compiling nodrop v0.1.14 |
| 2156 | 2026-08-14T17:08:39.305Z | Compiling foreign-types-shared v0.1.1 |
| 2157 | 2026-08-14T17:08:39.324Z | Compiling winnow v0.5.40 |
| 2158 | 2026-08-14T17:08:39.376Z | Compiling hyper v1.10.1 |
| 2159 | 2026-08-14T17:08:39.420Z | Compiling foreign-types v0.3.2 |
| 2160 | 2026-08-14T17:08:39.479Z | Compiling array-init v0.0.4 |
| 2161 | 2026-08-14T17:08:39.539Z | Compiling crc v3.4.0 |
| 2162 | 2026-08-14T17:08:40.072Z | Compiling anstream v0.6.21 |
| 2163 | 2026-08-14T17:08:40.399Z | Compiling darling_macro v0.20.11 |
| 2164 | 2026-08-14T17:08:40.559Z | Compiling darling_macro v0.23.0 |
| 2165 | 2026-08-14T17:08:40.586Z | Compiling newtype-uuid v1.3.2 |
| 2166 | 2026-08-14T17:08:40.896Z | Compiling toml_edit v0.19.15 |
| 2167 | 2026-08-14T17:08:41.060Z | Compiling goblin v0.10.5 |
| 2168 | 2026-08-14T17:08:41.125Z | Compiling oxnet v0.1.6 |
| 2169 | 2026-08-14T17:08:41.149Z | Compiling smallvec v0.6.14 |
| 2170 | 2026-08-14T17:08:41.493Z | Compiling pkcs1 v0.7.5 |
| 2171 | 2026-08-14T17:08:41.692Z | Compiling bitfield v0.19.4 |
| 2172 | 2026-08-14T17:08:41.826Z | Compiling zerocopy v0.6.6 |
| 2173 | 2026-08-14T17:08:42.080Z | Compiling zerocopy-derive v0.7.35 |
| 2174 | 2026-08-14T17:08:42.146Z | Compiling curve25519-dalek v4.1.3 |
| 2175 | 2026-08-14T17:08:42.389Z | Compiling socket2 v0.5.10 |
| 2176 | 2026-08-14T17:08:42.755Z | Compiling env_filter v1.0.0 |
| 2177 | 2026-08-14T17:08:42.776Z | Compiling memoffset v0.9.1 |
| 2178 | 2026-08-14T17:08:42.791Z | Compiling ref-cast v1.0.25 |
| 2179 | 2026-08-14T17:08:42.995Z | Compiling litrs v1.0.0 |
| 2180 | 2026-08-14T17:08:43.066Z | Compiling smoltcp v0.9.1 |
| 2181 | 2026-08-14T17:08:43.093Z | Compiling hashbrown v0.12.3 |
| 2182 | 2026-08-14T17:08:43.458Z | Compiling base64 v0.21.7 |
| 2183 | 2026-08-14T17:08:43.489Z | Compiling document-features v0.2.12 |
| 2184 | 2026-08-14T17:08:43.683Z | Compiling env_logger v0.11.9 |
| 2185 | 2026-08-14T17:08:43.695Z | Compiling hyper-util v0.1.20 |
| 2186 | 2026-08-14T17:08:43.862Z | Compiling dof v0.4.0 |
| 2187 | 2026-08-14T17:08:43.886Z | Compiling ron v0.8.1 |
| 2188 | 2026-08-14T17:08:44.098Z | Compiling toml v0.7.8 |
| 2189 | 2026-08-14T17:08:44.251Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2190 | 2026-08-14T17:08:44.267Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2191 | 2026-08-14T17:08:44.282Z | Compiling rsa v0.9.10 |
| 2192 | 2026-08-14T17:08:44.890Z | Compiling daft v0.1.7 |
| 2193 | 2026-08-14T17:08:45.062Z | Compiling serde-hex v0.1.0 |
| 2194 | 2026-08-14T17:08:45.123Z | Compiling bzip2 v0.4.4 |
| 2195 | 2026-08-14T17:08:45.201Z | Compiling darling v0.23.0 |
| 2196 | 2026-08-14T17:08:45.299Z | Compiling darling v0.20.11 |
| 2197 | 2026-08-14T17:08:45.373Z | Compiling hashbrown v0.13.2 |
| 2198 | 2026-08-14T17:08:45.678Z | Compiling dtrace-parser v0.3.0 |
| 2199 | 2026-08-14T17:08:45.902Z | Compiling x509-cert v0.2.5 |
| 2200 | 2026-08-14T17:08:45.970Z | Compiling hmac v0.12.1 |
| 2201 | 2026-08-14T17:08:46.093Z | Compiling async-recursion v1.1.1 |
| 2202 | 2026-08-14T17:08:46.212Z | Compiling sync_wrapper v1.0.2 |
| 2203 | 2026-08-14T17:08:46.280Z | Compiling thread-id v5.1.0 |
| 2204 | 2026-08-14T17:08:46.331Z | Compiling cfg_aliases v0.2.1 |
| 2205 | 2026-08-14T17:08:46.361Z | Compiling powerfmt v0.2.0 |
| 2206 | 2026-08-14T17:08:46.377Z | Compiling siphasher v1.0.2 |
| 2207 | 2026-08-14T17:08:46.504Z | Compiling crc-any v2.5.0 |
| 2208 | 2026-08-14T17:08:46.897Z | Compiling deranged v0.5.8 |
| 2209 | 2026-08-14T17:08:47.024Z | Compiling nix v0.31.2 |
| 2210 | 2026-08-14T17:08:47.148Z | Compiling tower v0.5.3 |
| 2211 | 2026-08-14T17:08:47.548Z | Compiling object v0.30.4 |
| 2212 | 2026-08-14T17:08:48.037Z | Compiling derive_builder_core v0.20.2 |
| 2213 | 2026-08-14T17:08:48.041Z | Compiling serde_with_macros v3.21.0 |
| 2214 | 2026-08-14T17:08:48.440Z | Compiling zip v0.6.6 |
| 2215 | 2026-08-14T17:08:48.771Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2216 | 2026-08-14T17:08:48.822Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2217 | 2026-08-14T17:08:49.013Z | Compiling bstr v1.12.1 |
| 2218 | 2026-08-14T17:08:49.063Z | Compiling crypto-common v0.2.2 |
| 2219 | 2026-08-14T17:08:49.128Z | Compiling block-buffer v0.12.1 |
| 2220 | 2026-08-14T17:08:49.589Z | Compiling http-body-util v0.1.3 |
| 2221 | 2026-08-14T17:08:49.835Z | Compiling futures-executor v0.3.32 |
| 2222 | 2026-08-14T17:08:49.849Z | Compiling erased-serde v0.3.31 |
| 2223 | 2026-08-14T17:08:49.933Z | Compiling serde_tokenstream v0.2.3 |
| 2224 | 2026-08-14T17:08:50.013Z | Compiling hubpack_derive v0.1.1 |
| 2225 | 2026-08-14T17:08:50.196Z | Compiling strum_macros v0.27.2 |
| 2226 | 2026-08-14T17:08:50.239Z | Compiling ref-cast-impl v1.0.25 |
| 2227 | 2026-08-14T17:08:50.309Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2228 | 2026-08-14T17:08:50.466Z | Compiling fs-err v3.3.0 |
| 2229 | 2026-08-14T17:08:50.481Z | Compiling usdt-impl v0.5.0 |
| 2230 | 2026-08-14T17:08:50.674Z | Compiling unicode-properties v0.1.4 |
| 2231 | 2026-08-14T17:08:50.722Z | Compiling ryu v1.0.23 |
| 2232 | 2026-08-14T17:08:50.797Z | Compiling num_threads v0.1.7 |
| 2233 | 2026-08-14T17:08:50.860Z | Compiling path-slash v0.1.5 |
| 2234 | 2026-08-14T17:08:50.898Z | Compiling object v0.37.3 |
| 2235 | 2026-08-14T17:08:51.044Z | Compiling unicode-bidi v0.3.18 |
| 2236 | 2026-08-14T17:08:51.167Z | Compiling iri-string v0.7.10 |
| 2237 | 2026-08-14T17:08:51.225Z | Compiling same-file v1.0.6 |
| 2238 | 2026-08-14T17:08:51.475Z | Compiling allocator-api2 v0.2.21 |
| 2239 | 2026-08-14T17:08:51.504Z | Compiling time v0.3.47 |
| 2240 | 2026-08-14T17:08:51.532Z | Compiling stringprep v0.1.5 |
| 2241 | 2026-08-14T17:08:51.819Z | Compiling walkdir v2.5.0 |
| 2242 | 2026-08-14T17:08:51.933Z | Compiling serde_urlencoded v0.7.1 |
| 2243 | 2026-08-14T17:08:52.293Z | Compiling tower-http v0.6.8 |
| 2244 | 2026-08-14T17:08:53.302Z | Compiling futures v0.3.32 |
| 2245 | 2026-08-14T17:08:53.841Z | Compiling derive_builder_macro v0.20.2 |
| 2246 | 2026-08-14T17:08:54.043Z | Compiling tokio-native-tls v0.3.1 |
| 2247 | 2026-08-14T17:08:54.071Z | Compiling strum v0.26.3 |
| 2248 | 2026-08-14T17:08:54.199Z | Compiling block-padding v0.4.2 |
| 2249 | 2026-08-14T17:08:54.358Z | Compiling scroll v0.12.0 |
| 2250 | 2026-08-14T17:08:54.393Z | Compiling pin-project v1.1.11 |
| 2251 | 2026-08-14T17:08:54.410Z | Compiling rustls-native-certs v0.8.3 |
| 2252 | 2026-08-14T17:08:54.481Z | Compiling md-5 v0.10.6 |
| 2253 | 2026-08-14T17:08:54.528Z | Compiling vergen-lib v9.1.0 |
| 2254 | 2026-08-14T17:08:54.531Z | Compiling hash32 v0.2.1 |
| 2255 | 2026-08-14T17:08:54.610Z | Compiling encoding_rs v0.8.35 |
| 2256 | 2026-08-14T17:08:54.704Z | Compiling fallible-iterator v0.2.0 |
| 2257 | 2026-08-14T17:08:54.730Z | Compiling mime v0.3.17 |
| 2258 | 2026-08-14T17:08:54.745Z | Compiling psl-types v2.0.11 |
| 2259 | 2026-08-14T17:08:54.823Z | Compiling cpufeatures v0.3.0 |
| 2260 | 2026-08-14T17:08:54.868Z | Compiling jiff-core v0.1.0 |
| 2261 | 2026-08-14T17:08:54.892Z | Compiling publicsuffix v2.3.0 |
| 2262 | 2026-08-14T17:08:54.968Z | Compiling goblin v0.8.2 |
| 2263 | 2026-08-14T17:08:55.021Z | Compiling postgres-protocol v0.6.10 |
| 2264 | 2026-08-14T17:08:55.379Z | Compiling snafu v0.8.9 |
| 2265 | 2026-08-14T17:08:55.422Z | Compiling derive_builder v0.20.2 |
| 2266 | 2026-08-14T17:08:55.425Z | Compiling inout v0.2.2 |
| 2267 | 2026-08-14T17:08:55.565Z | Compiling hyper-tls v0.6.0 |
| 2268 | 2026-08-14T17:08:55.811Z | Compiling jiff v0.2.34 |
| 2269 | 2026-08-14T17:08:55.941Z | Compiling usdt-macro v0.6.0 |
| 2270 | 2026-08-14T17:08:55.965Z | Compiling usdt-attr-macro v0.6.0 |
| 2271 | 2026-08-14T17:08:56.046Z | Compiling globset v0.4.18 |
| 2272 | 2026-08-14T17:08:56.131Z | Compiling phf_shared v0.13.1 |
| 2273 | 2026-08-14T17:08:56.147Z | Compiling crossbeam-epoch v0.9.18 |
| 2274 | 2026-08-14T17:08:56.374Z | Compiling zerocopy v0.7.35 |
| 2275 | 2026-08-14T17:08:56.406Z | Compiling regex v1.12.3 |
| 2276 | 2026-08-14T17:08:56.774Z | Compiling serde_plain v1.0.2 |
| 2277 | 2026-08-14T17:08:56.820Z | Compiling serde_repr v0.1.20 |
| 2278 | 2026-08-14T17:08:56.948Z | Compiling enum-as-inner v0.6.1 |
| 2279 | 2026-08-14T17:08:57.002Z | Compiling pem v3.0.6 |
| 2280 | 2026-08-14T17:08:57.057Z | Compiling vergen v9.1.0 |
| 2281 | 2026-08-14T17:08:57.059Z | Compiling cargo-platform v0.3.2 |
| 2282 | 2026-08-14T17:08:57.258Z | Compiling ff v0.13.1 |
| 2283 | 2026-08-14T17:08:57.335Z | Compiling filetime v0.2.27 |
| 2284 | 2026-08-14T17:08:57.444Z | Compiling xattr v1.6.1 |
| 2285 | 2026-08-14T17:08:57.458Z | Compiling foldhash v0.1.5 |
| 2286 | 2026-08-14T17:08:57.487Z | Compiling foldhash v0.2.0 |
| 2287 | 2026-08-14T17:08:57.636Z | Compiling libbz2-rs-sys v0.2.2 |
| 2288 | 2026-08-14T17:08:57.651Z | Compiling base16ct v0.2.0 |
| 2289 | 2026-08-14T17:08:57.687Z | Compiling managed v0.8.0 |
| 2290 | 2026-08-14T17:08:57.708Z | Compiling bitflags v1.3.2 |
| 2291 | 2026-08-14T17:08:57.723Z | Compiling bumpalo v3.20.2 |
| 2292 | 2026-08-14T17:08:57.794Z | Compiling const-oid v0.10.2 |
| 2293 | 2026-08-14T17:08:57.971Z | Compiling typed-path v0.9.3 |
| 2294 | 2026-08-14T17:08:57.987Z | Compiling digest v0.11.3 |
| 2295 | 2026-08-14T17:08:58.088Z | Compiling bzip2 v0.6.1 |
| 2296 | 2026-08-14T17:08:58.105Z | Compiling zopfli v0.8.3 |
| 2297 | 2026-08-14T17:08:58.215Z | Compiling sec1 v0.7.3 |
| 2298 | 2026-08-14T17:08:58.218Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2299 | 2026-08-14T17:08:58.332Z | Compiling hashbrown v0.16.1 |
| 2300 | 2026-08-14T17:08:58.543Z | Compiling hashbrown v0.15.5 |
| 2301 | 2026-08-14T17:08:58.548Z | Compiling tar v0.4.46 |
| 2302 | 2026-08-14T17:08:58.711Z | Compiling group v0.13.0 |
| 2303 | 2026-08-14T17:08:58.780Z | Compiling cargo_metadata v0.23.1 |
| 2304 | 2026-08-14T17:08:58.902Z | Compiling dof v0.3.0 |
| 2305 | 2026-08-14T17:08:59.517Z | Compiling phf v0.13.1 |
| 2306 | 2026-08-14T17:08:59.694Z | Compiling zstd v0.13.3 |
| 2307 | 2026-08-14T17:08:59.958Z | Compiling reqwest v0.12.28 |
| 2308 | 2026-08-14T17:08:59.982Z | Compiling signal-hook-mio v0.2.5 |
| 2309 | 2026-08-14T17:09:00.007Z | Compiling cipher v0.5.2 |
| 2310 | 2026-08-14T17:09:00.103Z | Compiling cookie_store v0.22.1 |
| 2311 | 2026-08-14T17:09:00.119Z | Compiling postgres-types v0.2.12 |
| 2312 | 2026-08-14T17:09:00.352Z | Compiling strum v0.27.2 |
| 2313 | 2026-08-14T17:09:00.646Z | Compiling hubpack v0.1.2 |
| 2314 | 2026-08-14T17:09:00.708Z | Compiling phf_shared v0.11.3 |
| 2315 | 2026-08-14T17:09:00.742Z | Compiling hkdf v0.12.4 |
| 2316 | 2026-08-14T17:09:00.798Z | Compiling dtrace-parser v0.2.0 |
| 2317 | 2026-08-14T17:09:00.871Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-08-14T17:09:00.903Z | Compiling ed25519 v2.2.3 |
| 2319 | 2026-08-14T17:09:00.919Z | Compiling olpc-cjson v0.1.4 |
| 2320 | 2026-08-14T17:09:01.196Z | Compiling serde-big-array v0.5.1 |
| 2321 | 2026-08-14T17:09:01.373Z | Compiling crypto-bigint v0.5.5 |
| 2322 | 2026-08-14T17:09:01.388Z | Compiling float-cmp v0.10.0 |
| 2323 | 2026-08-14T17:09:01.511Z | Compiling memmap2 v0.9.10 |
| 2324 | 2026-08-14T17:09:01.545Z | Compiling thread-id v4.2.2 |
| 2325 | 2026-08-14T17:09:01.642Z | Compiling normalize-line-endings v0.3.0 |
| 2326 | 2026-08-14T17:09:01.741Z | Compiling fixedbitset v0.5.7 |
| 2327 | 2026-08-14T17:09:01.756Z | Compiling data-encoding v2.10.0 |
| 2328 | 2026-08-14T17:09:01.818Z | Compiling winnow v0.7.14 |
| 2329 | 2026-08-14T17:09:01.870Z | Compiling precomputed-hash v0.1.1 |
| 2330 | 2026-08-14T17:09:02.004Z | Compiling difflib v0.4.0 |
| 2331 | 2026-08-14T17:09:02.032Z | Compiling predicates-core v1.0.10 |
| 2332 | 2026-08-14T17:09:02.205Z | Compiling whoami v2.1.0 |
| 2333 | 2026-08-14T17:09:02.317Z | Compiling new_debug_unreachable v1.0.6 |
| 2334 | 2026-08-14T17:09:02.402Z | Compiling winnow v1.0.3 |
| 2335 | 2026-08-14T17:09:02.420Z | Compiling either v1.15.0 |
| 2336 | 2026-08-14T17:09:02.451Z | Compiling toml_write v0.1.2 |
| 2337 | 2026-08-14T17:09:02.545Z | Compiling static_assertions v1.1.0 |
| 2338 | 2026-08-14T17:09:02.629Z | Compiling keccak v0.1.6 |
| 2339 | 2026-08-14T17:09:02.661Z | Compiling fixedbitset v0.4.2 |
| 2340 | 2026-08-14T17:09:02.843Z | Compiling rayon-core v1.13.0 |
| 2341 | 2026-08-14T17:09:02.973Z | Compiling petgraph v0.6.5 |
| 2342 | 2026-08-14T17:09:03.139Z | Compiling toml_edit v0.22.27 |
| 2343 | 2026-08-14T17:09:03.267Z | Compiling sha3 v0.10.8 |
| 2344 | 2026-08-14T17:09:03.307Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2345 | 2026-08-14T17:09:03.454Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2346 | 2026-08-14T17:09:03.847Z | Compiling itertools v0.13.0 |
| 2347 | 2026-08-14T17:09:03.957Z | Compiling tokio-postgres v0.7.16 |
| 2348 | 2026-08-14T17:09:04.031Z | Compiling string_cache v0.8.9 |
| 2349 | 2026-08-14T17:09:04.259Z | Compiling elliptic-curve v0.13.8 |
| 2350 | 2026-08-14T17:09:04.454Z | Compiling predicates v3.1.4 |
| 2351 | 2026-08-14T17:09:04.616Z | Compiling hickory-proto v0.25.2 |
| 2352 | 2026-08-14T17:09:04.855Z | Compiling petgraph v0.8.3 |
| 2353 | 2026-08-14T17:09:04.998Z | Compiling chacha20 v0.10.0 |
| 2354 | 2026-08-14T17:09:05.024Z | Compiling usdt v0.6.0 |
| 2355 | 2026-08-14T17:09:05.477Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2356 | 2026-08-14T17:09:06.025Z | Compiling ed25519-dalek v2.2.0 |
| 2357 | 2026-08-14T17:09:06.339Z | Compiling zip v4.6.1 |
| 2358 | 2026-08-14T17:09:06.869Z | Compiling crossterm v0.28.1 |
| 2359 | 2026-08-14T17:09:07.132Z | Compiling iddqd v0.4.2 |
| 2360 | 2026-08-14T17:09:07.880Z | Compiling similar v2.7.0 |
| 2361 | 2026-08-14T17:09:08.085Z | Compiling serde_with v3.21.0 |
| 2362 | 2026-08-14T17:09:09.338Z | Compiling tokio-stream v0.1.18 |
| 2363 | 2026-08-14T17:09:09.371Z | Compiling buf-list v1.1.2 |
| 2364 | 2026-08-14T17:09:09.416Z | Compiling half v2.7.1 |
| 2365 | 2026-08-14T17:09:09.438Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2366 | 2026-08-14T17:09:09.639Z | Compiling openapiv3 v2.2.0 |
| 2367 | 2026-08-14T17:09:09.876Z | Compiling ciborium-io v0.2.2 |
| 2368 | 2026-08-14T17:09:09.924Z | Compiling lalrpop-util v0.19.12 |
| 2369 | 2026-08-14T17:09:09.940Z | Compiling peg-runtime v0.8.5 |
| 2370 | 2026-08-14T17:09:10.243Z | Compiling ciborium-ll v0.2.2 |
| 2371 | 2026-08-14T17:09:11.282Z | Compiling crossbeam-deque v0.8.6 |
| 2372 | 2026-08-14T17:09:11.704Z | Compiling camino-tempfile v1.4.1 |
| 2373 | 2026-08-14T17:09:12.010Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2374 | 2026-08-14T17:09:12.382Z | Compiling blake3 v1.8.5 |
| 2375 | 2026-08-14T17:09:12.562Z | Compiling fs-err v2.11.0 |
| 2376 | 2026-08-14T17:09:15.276Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2377 | 2026-08-14T17:09:16.361Z | Compiling rustls-webpki v0.103.13 |
| 2378 | 2026-08-14T17:09:16.751Z | Compiling ciborium v0.2.2 |
| 2379 | 2026-08-14T17:09:17.224Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2380 | 2026-08-14T17:09:17.689Z | Compiling thread_local v1.1.9 |
| 2381 | 2026-08-14T17:09:17.841Z | Compiling constant_time_eq v0.4.2 |
| 2382 | 2026-08-14T17:09:17.881Z | Compiling slog-async v2.8.0 |
| 2383 | 2026-08-14T17:09:18.026Z | Compiling arrayref v0.3.9 |
| 2384 | 2026-08-14T17:09:18.050Z | Compiling arrayvec v0.7.6 |
| 2385 | 2026-08-14T17:09:18.388Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2386 | 2026-08-14T17:09:18.424Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2387 | 2026-08-14T17:09:18.722Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2388 | 2026-08-14T17:09:18.738Z | Compiling toml v0.8.23 |
| 2389 | 2026-08-14T17:09:18.753Z | Compiling atomicwrites v0.4.4 |
| 2390 | 2026-08-14T17:09:18.975Z | Compiling sha2 v0.11.0 |
| 2391 | 2026-08-14T17:09:19.054Z | Compiling digest-io v0.1.0 |
| 2392 | 2026-08-14T17:09:19.074Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2393 | 2026-08-14T17:09:19.211Z | Compiling crossbeam-channel v0.5.15 |
| 2394 | 2026-08-14T17:09:19.274Z | Compiling serde_path_to_error v0.1.20 |
| 2395 | 2026-08-14T17:09:19.456Z | Compiling is-terminal v0.4.17 |
| 2396 | 2026-08-14T17:09:19.476Z | Compiling rawzip v0.4.4 |
| 2397 | 2026-08-14T17:09:19.581Z | Compiling parse-size v1.1.0 |
| 2398 | 2026-08-14T17:09:19.596Z | Compiling take_mut v0.2.2 |
| 2399 | 2026-08-14T17:09:19.725Z | Compiling debug-ignore v1.0.5 |
| 2400 | 2026-08-14T17:09:19.770Z | Compiling indent_write v2.2.0 |
| 2401 | 2026-08-14T17:09:19.783Z | Compiling topological-sort v0.2.2 |
| 2402 | 2026-08-14T17:09:19.857Z | Compiling term v1.2.1 |
| 2403 | 2026-08-14T17:09:19.936Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2404 | 2026-08-14T17:09:19.962Z | Compiling shell-words v1.1.1 |
| 2405 | 2026-08-14T17:09:20.186Z | Compiling tokio-rustls v0.26.4 |
| 2406 | 2026-08-14T17:09:20.219Z | Compiling rustls-platform-verifier v0.6.2 |
| 2407 | 2026-08-14T17:09:20.452Z | Compiling hyper-rustls v0.27.7 |
| 2408 | 2026-08-14T17:09:20.486Z | Compiling tough v0.22.0 |
| 2409 | 2026-08-14T17:09:20.502Z | Compiling slog-term v2.9.2 |
| 2410 | 2026-08-14T17:09:20.755Z | Compiling reqwest v0.13.2 |
| 2411 | 2026-08-14T17:09:23.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2412 | 2026-08-14T17:09:28.414Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2413 | 2026-08-14T17:09:30.527Z | Compiling omicron-zone-package v0.12.3 |
| 2414 | 2026-08-14T17:09:30.812Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2415 | 2026-08-14T17:09:31.133Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2416 | 2026-08-14T17:09:31.159Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2417 | 2026-08-14T17:09:35.763Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2418 | 2026-08-14T17:09:48.035Z | Finished `release` profile [optimized] target(s) in 1m 29s |
| 2419 | 2026-08-14T17:09:48.178Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2420 | 2026-08-14T17:09:48.236Z | Aug 14 17:09:47.091 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2421 | 2026-08-14T17:09:48.329Z | Aug 14 17:09:47.186 DEBG running: git rev-parse HEAD |
| 2422 | 2026-08-14T17:09:48.332Z | Aug 14 17:09:47.188 DEBG process exited with exit status: 0 (2.485283ms) |
| 2423 | 2026-08-14T17:09:48.332Z | Aug 14 17:09:47.188 INFO version: 23.0.0-0.ci+git1739fed3e65 |
| 2424 | 2026-08-14T17:09:48.341Z | Aug 14 17:09:47.198 INFO cloning helios to /work/oxidecomputer/helios |
| 2425 | 2026-08-14T17:09:48.341Z | Aug 14 17:09:47.198 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2426 | 2026-08-14T17:09:48.345Z | Cloning into '/work/oxidecomputer/helios'... |
| 2427 | 2026-08-14T17:09:48.913Z | Aug 14 17:09:47.769 DEBG process exited with exit status: 0 (571.103882ms) |
| 2428 | 2026-08-14T17:09:48.913Z | Aug 14 17:09:47.769 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2429 | 2026-08-14T17:09:48.916Z | Aug 14 17:09:47.772 DEBG process exited with exit status: 0 (2.492383ms) |
| 2430 | 2026-08-14T17:09:48.916Z | Aug 14 17:09:47.772 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2431 | 2026-08-14T17:09:49.275Z | Aug 14 17:09:48.130 DEBG process exited with exit status: 0 (357.802678ms) |
| 2432 | 2026-08-14T17:09:49.275Z | Aug 14 17:09:48.130 DEBG running: zfs list rpool/images/build/host |
| 2433 | 2026-08-14T17:09:49.278Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2434 | 2026-08-14T17:09:49.278Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2435 | 2026-08-14T17:09:49.278Z | Aug 14 17:09:48.134 DEBG process exited with exit status: 0 (4.434015ms) |
| 2436 | 2026-08-14T17:09:49.278Z | Aug 14 17:09:48.134 DEBG running: zfs list rpool/images/build/recovery |
| 2437 | 2026-08-14T17:09:49.281Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2438 | 2026-08-14T17:09:49.282Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2439 | 2026-08-14T17:09:49.282Z | Aug 14 17:09:48.137 DEBG process exited with exit status: 0 (3.390814ms) |
| 2440 | 2026-08-14T17:09:49.282Z | Aug 14 17:09:48.138 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130) |
| 2441 | 2026-08-14T17:09:49.294Z | Aug 14 17:09:48.151 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 |
| 2442 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.152 INFO [hubris-production] running task |
| 2443 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.152 INFO [incorp-manifest] running task |
| 2444 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.152 INFO [hubris-staging] running task |
| 2445 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.152 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2446 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.152 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2447 | 2026-08-14T17:09:49.297Z | Aug 14 17:09:48.153 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2448 | 2026-08-14T17:09:49.300Z | Aug 14 17:09:48.154 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 |
| 2449 | 2026-08-14T17:09:49.322Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2450 | 2026-08-14T17:09:49.405Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2451 | 2026-08-14T17:09:49.525Z | Aug 14 17:09:48.382 INFO [incorp-create] process exited with exit status: 0 (228.718971ms) |
| 2452 | 2026-08-14T17:09:49.528Z | Aug 14 17:09:48.382 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2453 | 2026-08-14T17:09:49.748Z | Aug 14 17:09:48.605 INFO [incorp-publisher] process exited with exit status: 0 (222.801204ms) |
| 2454 | 2026-08-14T17:09:50.101Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2455 | 2026-08-14T17:09:50.500Z | Aug 14 17:09:49.356 INFO [hubris-production] task succeeded (1.204346115s) |
| 2456 | 2026-08-14T17:09:50.900Z | Aug 14 17:09:49.757 DEBG process exited with exit status: 0 (1.604823312s) |
| 2457 | 2026-08-14T17:09:50.903Z | Aug 14 17:09:49.757 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2458 | 2026-08-14T17:09:51.432Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2459 | 2026-08-14T17:09:51.432Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2460 | 2026-08-14T17:09:51.435Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2461 | 2026-08-14T17:09:51.435Z | [ omicron-package] Compiling itertools v0.15.0 |
| 2462 | 2026-08-14T17:09:51.435Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2463 | 2026-08-14T17:09:51.435Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2464 | 2026-08-14T17:09:51.435Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2465 | 2026-08-14T17:09:51.592Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2466 | 2026-08-14T17:09:51.595Z | [ omicron-package] Compiling inout v0.1.4 |
| 2467 | 2026-08-14T17:09:51.595Z | [ omicron-package] Compiling multer v3.1.0 |
| 2468 | 2026-08-14T17:09:51.595Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2469 | 2026-08-14T17:09:51.595Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2470 | 2026-08-14T17:09:51.595Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2471 | 2026-08-14T17:09:51.669Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2472 | 2026-08-14T17:09:51.712Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2473 | 2026-08-14T17:09:52.087Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2474 | 2026-08-14T17:09:52.087Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2475 | 2026-08-14T17:09:52.229Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2476 | 2026-08-14T17:09:52.229Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2477 | 2026-08-14T17:09:52.232Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2478 | 2026-08-14T17:09:52.333Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2479 | 2026-08-14T17:09:52.520Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2480 | 2026-08-14T17:09:52.661Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2481 | 2026-08-14T17:09:52.661Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2482 | 2026-08-14T17:09:52.875Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2483 | 2026-08-14T17:09:52.875Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2484 | 2026-08-14T17:09:52.879Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2485 | 2026-08-14T17:09:52.920Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2486 | 2026-08-14T17:09:52.920Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2487 | 2026-08-14T17:09:52.920Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2488 | 2026-08-14T17:09:52.952Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2489 | 2026-08-14T17:09:52.955Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2490 | 2026-08-14T17:09:52.973Z | Aug 14 17:09:51.830 DEBG process exited with exit status: 0 (2.072766925s) |
| 2491 | 2026-08-14T17:09:52.976Z | Aug 14 17:09:51.833 INFO [incorp-manifest] task succeeded (3.68082394s) |
| 2492 | 2026-08-14T17:09:52.978Z | Aug 14 17:09:51.833 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2493 | 2026-08-14T17:09:53.085Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2494 | 2026-08-14T17:09:53.121Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2495 | 2026-08-14T17:09:53.184Z | Aug 14 17:09:52.041 INFO [incorp-fmt] process exited with exit status: 0 (207.923908ms) |
| 2496 | 2026-08-14T17:09:53.188Z | Aug 14 17:09:52.045 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2497 | 2026-08-14T17:09:53.202Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2498 | 2026-08-14T17:09:53.202Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2499 | 2026-08-14T17:09:53.442Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2500 | 2026-08-14T17:09:53.467Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2501 | 2026-08-14T17:09:53.488Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2502 | 2026-08-14T17:09:53.488Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2503 | 2026-08-14T17:09:53.491Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2504 | 2026-08-14T17:09:53.551Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T170952Z |
| 2505 | 2026-08-14T17:09:53.551Z | [ incorp-pkgsend] PUBLISHED |
| 2506 | 2026-08-14T17:09:53.615Z | Aug 14 17:09:52.472 INFO [incorp-pkgsend] process exited with exit status: 0 (430.661401ms) |
| 2507 | 2026-08-14T17:09:53.618Z | Aug 14 17:09:52.472 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2508 | 2026-08-14T17:09:53.664Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2509 | 2026-08-14T17:09:53.667Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2510 | 2026-08-14T17:09:53.667Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2511 | 2026-08-14T17:09:53.667Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2512 | 2026-08-14T17:09:53.880Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2513 | 2026-08-14T17:09:53.884Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2514 | 2026-08-14T17:09:53.891Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2515 | 2026-08-14T17:09:53.895Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2516 | 2026-08-14T17:09:53.912Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2517 | 2026-08-14T17:09:53.912Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2518 | 2026-08-14T17:09:53.915Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2519 | 2026-08-14T17:09:53.917Z | [ helios-incorp] |
| 2520 | 2026-08-14T17:09:53.917Z | [ helios-incorp] Archiving packages ... |
| 2521 | 2026-08-14T17:09:53.917Z | [ helios-incorp] Packages to add: 1 |
| 2522 | 2026-08-14T17:09:53.917Z | [ helios-incorp] Files to retrieve: 0 |
| 2523 | 2026-08-14T17:09:53.917Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2524 | 2026-08-14T17:09:53.917Z | [ helios-incorp] |
| 2525 | 2026-08-14T17:09:53.917Z | [ helios-incorp] Packages to archive: |
| 2526 | 2026-08-14T17:09:53.917Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260814T170952Z |
| 2527 | 2026-08-14T17:09:53.918Z | [ helios-incorp] |
| 2528 | 2026-08-14T17:09:53.920Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2529 | 2026-08-14T17:09:53.920Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2530 | 2026-08-14T17:09:53.986Z | Aug 14 17:09:52.843 INFO [helios-incorp] process exited with exit status: 0 (370.774292ms) |
| 2531 | 2026-08-14T17:09:54.021Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2532 | 2026-08-14T17:09:54.025Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2533 | 2026-08-14T17:09:54.025Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2534 | 2026-08-14T17:09:54.097Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2535 | 2026-08-14T17:09:54.113Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2536 | 2026-08-14T17:09:54.116Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2537 | 2026-08-14T17:09:54.256Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2538 | 2026-08-14T17:09:54.295Z | [ omicron-package] Compiling backon v1.6.0 |
| 2539 | 2026-08-14T17:09:54.459Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2540 | 2026-08-14T17:09:54.529Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2541 | 2026-08-14T17:09:54.571Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2542 | 2026-08-14T17:09:54.595Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2543 | 2026-08-14T17:09:54.642Z | [ omicron-package] Compiling aead v0.5.2 |
| 2544 | 2026-08-14T17:09:54.675Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2545 | 2026-08-14T17:09:54.815Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2546 | 2026-08-14T17:09:54.967Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2547 | 2026-08-14T17:09:55.063Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2548 | 2026-08-14T17:09:55.180Z | [ omicron-package] Compiling instant v0.1.13 |
| 2549 | 2026-08-14T17:09:55.239Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2550 | 2026-08-14T17:09:55.239Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2551 | 2026-08-14T17:09:55.277Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2552 | 2026-08-14T17:09:55.391Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2553 | 2026-08-14T17:09:55.436Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2554 | 2026-08-14T17:09:55.475Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2555 | 2026-08-14T17:09:55.498Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2556 | 2026-08-14T17:09:55.536Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2557 | 2026-08-14T17:09:55.604Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2558 | 2026-08-14T17:09:55.655Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2559 | 2026-08-14T17:09:55.729Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2560 | 2026-08-14T17:09:55.828Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2561 | 2026-08-14T17:09:55.831Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2562 | 2026-08-14T17:09:55.863Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2563 | 2026-08-14T17:09:55.866Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2564 | 2026-08-14T17:09:55.989Z | [ omicron-package] Compiling regress v0.10.5 |
| 2565 | 2026-08-14T17:09:55.992Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2566 | 2026-08-14T17:09:56.126Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-08-14T17:09:56.270Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2568 | 2026-08-14T17:09:56.323Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2569 | 2026-08-14T17:09:56.324Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2570 | 2026-08-14T17:09:56.550Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2571 | 2026-08-14T17:09:56.684Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2572 | 2026-08-14T17:09:56.779Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2573 | 2026-08-14T17:09:56.887Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2574 | 2026-08-14T17:09:57.022Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2575 | 2026-08-14T17:09:57.026Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2576 | 2026-08-14T17:09:57.073Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2577 | 2026-08-14T17:09:57.120Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2578 | 2026-08-14T17:09:57.127Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2579 | 2026-08-14T17:09:57.141Z | [ omicron-package] Compiling rand v0.10.1 |
| 2580 | 2026-08-14T17:09:57.205Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2581 | 2026-08-14T17:09:57.292Z | [ omicron-package] Compiling colored v3.1.1 |
| 2582 | 2026-08-14T17:09:57.351Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2583 | 2026-08-14T17:09:57.398Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2584 | 2026-08-14T17:09:57.444Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2585 | 2026-08-14T17:09:57.634Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2586 | 2026-08-14T17:09:57.698Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2587 | 2026-08-14T17:09:57.701Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2588 | 2026-08-14T17:09:57.808Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2589 | 2026-08-14T17:09:57.858Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2590 | 2026-08-14T17:09:57.941Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2591 | 2026-08-14T17:09:58.023Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2592 | 2026-08-14T17:09:58.052Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2593 | 2026-08-14T17:09:58.091Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2594 | 2026-08-14T17:09:58.146Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2595 | 2026-08-14T17:09:58.168Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2596 | 2026-08-14T17:09:58.312Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2597 | 2026-08-14T17:09:58.424Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2598 | 2026-08-14T17:09:58.489Z | [ omicron-package] Compiling glob v0.3.3 |
| 2599 | 2026-08-14T17:09:58.611Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2600 | 2026-08-14T17:09:58.770Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2601 | 2026-08-14T17:09:58.946Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2602 | 2026-08-14T17:09:59.037Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2603 | 2026-08-14T17:09:59.096Z | [ omicron-package] Compiling smf v0.2.3 |
| 2604 | 2026-08-14T17:09:59.176Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2605 | 2026-08-14T17:09:59.278Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2606 | 2026-08-14T17:09:59.397Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2607 | 2026-08-14T17:09:59.435Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2608 | 2026-08-14T17:09:59.533Z | [ omicron-package] Compiling zone v0.3.1 |
| 2609 | 2026-08-14T17:09:59.588Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2610 | 2026-08-14T17:09:59.712Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2611 | 2026-08-14T17:09:59.804Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2612 | 2026-08-14T17:09:59.989Z | [ omicron-package] Compiling console v0.16.2 |
| 2613 | 2026-08-14T17:10:00.062Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2614 | 2026-08-14T17:10:00.116Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2615 | 2026-08-14T17:10:00.191Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2616 | 2026-08-14T17:10:00.269Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2617 | 2026-08-14T17:10:00.760Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2618 | 2026-08-14T17:10:00.871Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2619 | 2026-08-14T17:10:02.145Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2620 | 2026-08-14T17:10:03.523Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2621 | 2026-08-14T17:10:04.746Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2622 | 2026-08-14T17:10:05.041Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2623 | 2026-08-14T17:10:05.041Z | [ helios-setup] Aug 14 17:10:03.891 INFO helios repository root is: /work/oxidecomputer/helios |
| 2624 | 2026-08-14T17:10:05.041Z | [ helios-setup] Aug 14 17:10:03.893 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 |
| 2625 | 2026-08-14T17:10:05.041Z | [ helios-setup] Aug 14 17:10:03.893 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2626 | 2026-08-14T17:10:05.925Z | [ helios-setup] Aug 14 17:10:04.782 INFO clone ok!, project: dmar-report |
| 2627 | 2026-08-14T17:10:05.928Z | [ helios-setup] Aug 14 17:10:04.782 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 |
| 2628 | 2026-08-14T17:10:05.928Z | [ helios-setup] Aug 14 17:10:04.782 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2629 | 2026-08-14T17:10:05.928Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2630 | 2026-08-14T17:10:07.078Z | Aug 14 17:10:05.935 INFO [hubris-staging] task succeeded (17.782970291s) |
| 2631 | 2026-08-14T17:10:07.271Z | [ helios-setup] Aug 14 17:10:06.126 INFO clone ok!, project: pilot |
| 2632 | 2026-08-14T17:10:07.271Z | [ helios-setup] Aug 14 17:10:06.126 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2633 | 2026-08-14T17:10:07.274Z | [ helios-setup] Aug 14 17:10:06.126 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 |
| 2634 | 2026-08-14T17:10:07.274Z | [ helios-setup] Aug 14 17:10:06.126 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 |
| 2635 | 2026-08-14T17:10:07.274Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2636 | 2026-08-14T17:10:08.139Z | [ helios-setup] Aug 14 17:10:06.995 INFO clone ok!, project: amd-host-image-builder |
| 2637 | 2026-08-14T17:10:08.139Z | [ helios-setup] Aug 14 17:10:06.995 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 |
| 2638 | 2026-08-14T17:10:08.142Z | [ helios-setup] Aug 14 17:10:06.995 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2639 | 2026-08-14T17:10:08.142Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2640 | 2026-08-14T17:10:08.687Z | [ helios-setup] Aug 14 17:10:07.543 INFO clone ok!, project: pinprick |
| 2641 | 2026-08-14T17:10:08.687Z | [ helios-setup] Aug 14 17:10:07.544 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 |
| 2642 | 2026-08-14T17:10:08.690Z | [ helios-setup] Aug 14 17:10:07.544 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2643 | 2026-08-14T17:10:08.691Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2644 | 2026-08-14T17:10:09.300Z | [ helios-setup] Aug 14 17:10:08.156 INFO clone ok!, project: phbl |
| 2645 | 2026-08-14T17:10:09.303Z | [ helios-setup] Aug 14 17:10:08.156 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2646 | 2026-08-14T17:10:09.303Z | [ helios-setup] Aug 14 17:10:08.156 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 |
| 2647 | 2026-08-14T17:10:09.303Z | [ helios-setup] Aug 14 17:10:08.156 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2648 | 2026-08-14T17:10:09.303Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2649 | 2026-08-14T17:10:09.890Z | [ helios-setup] Aug 14 17:10:08.746 INFO clone ok!, project: image-builder |
| 2650 | 2026-08-14T17:10:09.890Z | [ helios-setup] Aug 14 17:10:08.747 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 |
| 2651 | 2026-08-14T17:10:09.890Z | [ helios-setup] Aug 14 17:10:08.747 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2652 | 2026-08-14T17:10:09.893Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2653 | 2026-08-14T17:10:10.445Z | [ helios-setup] Aug 14 17:10:09.301 INFO clone ok!, project: bootserver |
| 2654 | 2026-08-14T17:10:10.445Z | [ helios-setup] Aug 14 17:10:09.301 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 |
| 2655 | 2026-08-14T17:10:10.445Z | [ helios-setup] Aug 14 17:10:09.301 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2656 | 2026-08-14T17:10:10.448Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2657 | 2026-08-14T17:10:13.136Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2658 | 2026-08-14T17:10:16.443Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2659 | 2026-08-14T17:10:16.897Z | [ helios-setup] Aug 14 17:10:15.754 INFO clone ok!, project: amd-firmware |
| 2660 | 2026-08-14T17:10:16.897Z | [ helios-setup] Aug 14 17:10:15.754 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2661 | 2026-08-14T17:10:16.901Z | [ helios-setup] Aug 14 17:10:15.754 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 |
| 2662 | 2026-08-14T17:10:16.901Z | [ helios-setup] Aug 14 17:10:15.754 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2663 | 2026-08-14T17:10:16.901Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2664 | 2026-08-14T17:10:17.538Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2665 | 2026-08-14T17:10:18.066Z | [ helios-setup] Aug 14 17:10:16.922 INFO clone ok!, project: chelsio-t6-roms |
| 2666 | 2026-08-14T17:10:18.069Z | [ helios-setup] Aug 14 17:10:16.922 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2667 | 2026-08-14T17:10:18.292Z | [ helios-setup] Aug 14 17:10:17.148 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2668 | 2026-08-14T17:10:18.537Z | [ helios-setup] Aug 14 17:10:17.393 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2669 | 2026-08-14T17:10:18.537Z | [ helios-setup] Aug 14 17:10:17.393 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2670 | 2026-08-14T17:10:18.775Z | [ helios-setup] Aug 14 17:10:17.631 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2671 | 2026-08-14T17:10:19.033Z | [ helios-setup] Aug 14 17:10:17.889 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2672 | 2026-08-14T17:10:19.033Z | [ helios-setup] Aug 14 17:10:17.889 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2673 | 2026-08-14T17:10:19.299Z | [ helios-setup] Aug 14 17:10:18.155 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2674 | 2026-08-14T17:10:19.530Z | [ helios-setup] Aug 14 17:10:18.387 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2675 | 2026-08-14T17:10:19.531Z | [ helios-setup] Aug 14 17:10:18.387 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2676 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2677 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO ok! |
| 2678 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2679 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2680 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO ok! |
| 2681 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2682 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2683 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO ok! |
| 2684 | 2026-08-14T17:10:19.535Z | [ helios-setup] Aug 14 17:10:18.387 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 2685 | 2026-08-14T17:10:19.539Z | [ helios-setup] Aug 14 17:10:18.396 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 2686 | 2026-08-14T17:10:19.539Z | [ helios-setup] Aug 14 17:10:18.396 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 2687 | 2026-08-14T17:10:19.542Z | [ helios-setup] Aug 14 17:10:18.396 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 2688 | 2026-08-14T17:10:19.644Z | [ helios-setup] Aug 14 17:10:18.501 INFO E| Updating crates.io index |
| 2689 | 2026-08-14T17:10:19.724Z | [ helios-setup] Aug 14 17:10:18.581 INFO E| Downloading crates ... |
| 2690 | 2026-08-14T17:10:19.775Z | [ helios-setup] Aug 14 17:10:18.631 INFO E| Downloaded anyhow v1.0.98 |
| 2691 | 2026-08-14T17:10:19.778Z | [ helios-setup] Aug 14 17:10:18.634 INFO E| Downloaded autocfg v1.4.0 |
| 2692 | 2026-08-14T17:10:19.787Z | [ helios-setup] Aug 14 17:10:18.644 INFO E| Downloaded time-core v0.1.4 |
| 2693 | 2026-08-14T17:10:19.809Z | [ helios-setup] Aug 14 17:10:18.666 INFO E| Downloaded errno v0.3.12 |
| 2694 | 2026-08-14T17:10:19.815Z | [ helios-setup] Aug 14 17:10:18.672 INFO E| Downloaded itoa v1.0.15 |
| 2695 | 2026-08-14T17:10:19.817Z | [ helios-setup] Aug 14 17:10:18.672 INFO E| Downloaded quote v1.0.40 |
| 2696 | 2026-08-14T17:10:19.820Z | [ helios-setup] Aug 14 17:10:18.676 INFO E| Downloaded serde_with_macros v3.12.0 |
| 2697 | 2026-08-14T17:10:19.823Z | [ helios-setup] Aug 14 17:10:18.680 INFO E| Downloaded deranged v0.4.0 |
| 2698 | 2026-08-14T17:10:19.828Z | [ helios-setup] Aug 14 17:10:18.685 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2699 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.685 INFO E| Downloaded time-macros v0.2.22 |
| 2700 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.691 INFO E| Downloaded thiserror v2.0.12 |
| 2701 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.694 INFO E| Downloaded iana-time-zone v0.1.63 |
| 2702 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.701 INFO E| Downloaded tempfile v3.20.0 |
| 2703 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.702 INFO E| Downloaded unicode-ident v1.0.18 |
| 2704 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.706 INFO E| Downloaded ryu v1.0.20 |
| 2705 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.714 INFO E| Downloaded serde_derive v1.0.219 |
| 2706 | 2026-08-14T17:10:19.861Z | [ helios-setup] Aug 14 17:10:18.715 INFO E| Downloaded bitflags v2.9.1 |
| 2707 | 2026-08-14T17:10:19.868Z | [ helios-setup] Aug 14 17:10:18.725 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2708 | 2026-08-14T17:10:19.871Z | [ helios-setup] Aug 14 17:10:18.727 INFO E| Downloaded getrandom v0.3.3 |
| 2709 | 2026-08-14T17:10:19.898Z | [ helios-setup] Aug 14 17:10:18.754 INFO E| Downloaded serde v1.0.219 |
| 2710 | 2026-08-14T17:10:19.900Z | [ helios-setup] Aug 14 17:10:18.757 INFO E| Downloaded memchr v2.7.4 |
| 2711 | 2026-08-14T17:10:19.914Z | [ helios-setup] Aug 14 17:10:18.771 INFO E| Downloaded serde_with v3.12.0 |
| 2712 | 2026-08-14T17:10:19.918Z | [ helios-setup] Aug 14 17:10:18.775 INFO E| Downloaded indexmap v2.9.0 |
| 2713 | 2026-08-14T17:10:19.933Z | [ helios-setup] Aug 14 17:10:18.790 INFO E| Downloaded time v0.3.41 |
| 2714 | 2026-08-14T17:10:19.937Z | [ helios-setup] Aug 14 17:10:18.794 INFO E| Downloaded serde_json v1.0.140 |
| 2715 | 2026-08-14T17:10:19.941Z | [ helios-setup] Aug 14 17:10:18.798 INFO E| Downloaded hashbrown v0.15.3 |
| 2716 | 2026-08-14T17:10:19.957Z | [ helios-setup] Aug 14 17:10:18.814 INFO E| Downloaded chrono v0.4.41 |
| 2717 | 2026-08-14T17:10:19.974Z | [ helios-setup] Aug 14 17:10:18.831 INFO E| Downloaded syn v2.0.101 |
| 2718 | 2026-08-14T17:10:19.990Z | [ helios-setup] Aug 14 17:10:18.847 INFO E| Downloaded rustix v1.0.7 |
| 2719 | 2026-08-14T17:10:20.020Z | [ helios-setup] Aug 14 17:10:18.876 INFO E| Downloaded libc v0.2.172 |
| 2720 | 2026-08-14T17:10:20.067Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling proc-macro2 v1.0.95 |
| 2721 | 2026-08-14T17:10:20.067Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling unicode-ident v1.0.18 |
| 2722 | 2026-08-14T17:10:20.070Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling libc v0.2.172 |
| 2723 | 2026-08-14T17:10:20.070Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling fnv v1.0.7 |
| 2724 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling ident_case v1.0.1 |
| 2725 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling strsim v0.11.1 |
| 2726 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling serde v1.0.219 |
| 2727 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling rustix v1.0.7 |
| 2728 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling getrandom v0.3.3 |
| 2729 | 2026-08-14T17:10:20.071Z | [ helios-setup] Aug 14 17:10:18.924 INFO E| Compiling anyhow v1.0.98 |
| 2730 | 2026-08-14T17:10:20.083Z | [ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling thiserror v2.0.12 |
| 2731 | 2026-08-14T17:10:20.086Z | [ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling serde_json v1.0.140 |
| 2732 | 2026-08-14T17:10:20.086Z | [ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling cfg-if v1.0.0 |
| 2733 | 2026-08-14T17:10:20.086Z | [ helios-setup] Aug 14 17:10:18.940 INFO E| Compiling bitflags v2.9.1 |
| 2734 | 2026-08-14T17:10:20.086Z | [ helios-setup] Aug 14 17:10:18.941 INFO E| Compiling itoa v1.0.15 |
| 2735 | 2026-08-14T17:10:20.086Z | [ helios-setup] Aug 14 17:10:18.941 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 2736 | 2026-08-14T17:10:20.179Z | [ helios-setup] Aug 14 17:10:19.035 INFO E| Compiling fastrand v2.3.0 |
| 2737 | 2026-08-14T17:10:20.201Z | [ helios-setup] Aug 14 17:10:19.058 INFO E| Compiling memchr v2.7.4 |
| 2738 | 2026-08-14T17:10:20.208Z | [ helios-setup] Aug 14 17:10:19.065 INFO E| Compiling ryu v1.0.20 |
| 2739 | 2026-08-14T17:10:20.208Z | [ helios-setup] Aug 14 17:10:19.065 INFO E| Compiling once_cell v1.21.3 |
| 2740 | 2026-08-14T17:10:20.668Z | [ helios-setup] Aug 14 17:10:19.525 INFO E| Compiling errno v0.3.12 |
| 2741 | 2026-08-14T17:10:20.914Z | [ helios-setup] Aug 14 17:10:19.770 INFO E| Compiling quote v1.0.40 |
| 2742 | 2026-08-14T17:10:21.062Z | [ helios-setup] Aug 14 17:10:19.918 INFO E| Compiling syn v2.0.101 |
| 2743 | 2026-08-14T17:10:21.405Z | [ helios-setup] Aug 14 17:10:20.260 INFO E| Compiling tempfile v3.20.0 |
| 2744 | 2026-08-14T17:10:22.943Z | [ helios-setup] Aug 14 17:10:21.800 INFO E| Compiling darling_core v0.20.11 |
| 2745 | 2026-08-14T17:10:23.287Z | [ helios-setup] Aug 14 17:10:22.144 INFO E| Compiling serde_derive v1.0.219 |
| 2746 | 2026-08-14T17:10:23.287Z | [ helios-setup] Aug 14 17:10:22.144 INFO E| Compiling thiserror-impl v2.0.12 |
| 2747 | 2026-08-14T17:10:24.170Z | [ helios-setup] Aug 14 17:10:23.027 INFO E| Compiling darling_macro v0.20.11 |
| 2748 | 2026-08-14T17:10:24.758Z | [ helios-setup] Aug 14 17:10:23.614 INFO E| Compiling darling v0.20.11 |
| 2749 | 2026-08-14T17:10:24.825Z | [ helios-setup] Aug 14 17:10:23.681 INFO E| Compiling serde_with_macros v3.12.0 |
| 2750 | 2026-08-14T17:10:27.225Z | [ helios-setup] Aug 14 17:10:26.082 INFO E| Compiling serde_with v3.12.0 |
| 2751 | 2026-08-14T17:10:27.417Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 38.10s |
| 2752 | 2026-08-14T17:10:27.636Z | [ omicron-package] |
| 2753 | 2026-08-14T17:10:27.636Z | [ omicron-package] real 38.277330054 |
| 2754 | 2026-08-14T17:10:27.636Z | [ omicron-package] user 3:47.624880311 |
| 2755 | 2026-08-14T17:10:27.639Z | [ omicron-package] sys 26.729805453 |
| 2756 | 2026-08-14T17:10:27.639Z | [ omicron-package] trap 0.397594376 |
| 2757 | 2026-08-14T17:10:27.639Z | [ omicron-package] tflt 0.547049438 |
| 2758 | 2026-08-14T17:10:27.639Z | [ omicron-package] dflt 2.304302779 |
| 2759 | 2026-08-14T17:10:27.639Z | [ omicron-package] kflt 0.001699671 |
| 2760 | 2026-08-14T17:10:27.639Z | [ omicron-package] lock 10:45.987189915 |
| 2761 | 2026-08-14T17:10:27.639Z | [ omicron-package] slp 5:48.272898664 |
| 2762 | 2026-08-14T17:10:27.639Z | [ omicron-package] lat 44.602921306 |
| 2763 | 2026-08-14T17:10:27.639Z | [ omicron-package] stop 1:41.239397682 |
| 2764 | 2026-08-14T17:10:27.639Z | Aug 14 17:10:26.493 INFO [omicron-package] process exited with exit status: 0 (38.338307054s) |
| 2765 | 2026-08-14T17:10:27.639Z | Aug 14 17:10:26.493 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2766 | 2026-08-14T17:10:27.640Z | Aug 14 17:10:26.493 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2767 | 2026-08-14T17:10:27.647Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2768 | 2026-08-14T17:10:27.650Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2769 | 2026-08-14T17:10:27.650Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2770 | 2026-08-14T17:10:27.650Z | [ host-target] Created new build target 'host' and set it as active |
| 2771 | 2026-08-14T17:10:27.650Z | Aug 14 17:10:26.506 INFO [host-target] process exited with exit status: 0 (13.521705ms) |
| 2772 | 2026-08-14T17:10:27.653Z | Aug 14 17:10:26.506 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2773 | 2026-08-14T17:10:27.653Z | Aug 14 17:10:26.507 INFO [recovery-target] process exited with exit status: 0 (13.953736ms) |
| 2774 | 2026-08-14T17:10:27.656Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2775 | 2026-08-14T17:10:29.173Z | [ host-package] Compiling heck v0.5.0 |
| 2776 | 2026-08-14T17:10:29.173Z | [ host-package] Compiling regress v0.11.1 |
| 2777 | 2026-08-14T17:10:29.402Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2778 | 2026-08-14T17:10:29.447Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2779 | 2026-08-14T17:10:29.542Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2780 | 2026-08-14T17:10:29.567Z | [ host-package] Compiling derive-where v1.6.0 |
| 2781 | 2026-08-14T17:10:29.567Z | [ host-package] Compiling bytecount v0.6.9 |
| 2782 | 2026-08-14T17:10:29.609Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2783 | 2026-08-14T17:10:29.609Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2784 | 2026-08-14T17:10:29.609Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2785 | 2026-08-14T17:10:29.612Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2786 | 2026-08-14T17:10:29.612Z | [ host-package] Compiling console v0.15.11 |
| 2787 | 2026-08-14T17:10:29.612Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2788 | 2026-08-14T17:10:29.632Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2789 | 2026-08-14T17:10:29.649Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2790 | 2026-08-14T17:10:29.821Z | [ host-package] Compiling num-rational v0.4.2 |
| 2791 | 2026-08-14T17:10:29.890Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2792 | 2026-08-14T17:10:29.913Z | [ host-package] Compiling num-complex v0.4.6 |
| 2793 | 2026-08-14T17:10:29.967Z | [ host-package] Compiling thread_local v1.1.9 |
| 2794 | 2026-08-14T17:10:29.992Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2795 | 2026-08-14T17:10:30.073Z | [ host-package] Compiling expectorate v1.2.0 |
| 2796 | 2026-08-14T17:10:30.115Z | [ host-package] Compiling compression-core v0.4.31 |
| 2797 | 2026-08-14T17:10:30.241Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2798 | 2026-08-14T17:10:30.268Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2799 | 2026-08-14T17:10:30.315Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2800 | 2026-08-14T17:10:30.341Z | [ host-package] Compiling num v0.4.3 |
| 2801 | 2026-08-14T17:10:30.372Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2802 | 2026-08-14T17:10:30.415Z | [ helios-setup] Aug 14 17:10:29.271 INFO E| Finished `release` profile [optimized] target(s) in 10.86s |
| 2803 | 2026-08-14T17:10:30.418Z | [ host-package] Compiling hostname v0.3.1 |
| 2804 | 2026-08-14T17:10:30.446Z | [ helios-setup] Aug 14 17:10:29.296 INFO building project "dmar-report" ok (10 seconds) |
| 2805 | 2026-08-14T17:10:30.446Z | [ helios-setup] Aug 14 17:10:29.296 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2806 | 2026-08-14T17:10:30.449Z | [ host-package] Compiling multer v3.1.0 |
| 2807 | 2026-08-14T17:10:30.449Z | [ helios-setup] Aug 14 17:10:29.305 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 2808 | 2026-08-14T17:10:30.449Z | [ helios-setup] Aug 14 17:10:29.305 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2809 | 2026-08-14T17:10:30.449Z | [ helios-setup] Aug 14 17:10:29.305 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2810 | 2026-08-14T17:10:30.474Z | [ host-package] Compiling slog-async v2.8.0 |
| 2811 | 2026-08-14T17:10:30.524Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2812 | 2026-08-14T17:10:30.552Z | [ helios-setup] Aug 14 17:10:29.408 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2813 | 2026-08-14T17:10:30.577Z | [ host-package] Compiling slog-json v2.6.1 |
| 2814 | 2026-08-14T17:10:30.580Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2815 | 2026-08-14T17:10:30.621Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2816 | 2026-08-14T17:10:30.667Z | [ host-package] Compiling term v1.2.1 |
| 2817 | 2026-08-14T17:10:30.669Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2818 | 2026-08-14T17:10:30.710Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2819 | 2026-08-14T17:10:30.773Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2820 | 2026-08-14T17:10:30.797Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 2821 | 2026-08-14T17:10:30.821Z | [ host-package] Compiling take_mut v0.2.2 |
| 2822 | 2026-08-14T17:10:30.847Z | [ host-package] Compiling float-ord v0.3.2 |
| 2823 | 2026-08-14T17:10:30.866Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2824 | 2026-08-14T17:10:30.918Z | [ helios-setup] Aug 14 17:10:29.774 INFO E| From https://github.com/jclulow/hiercmd |
| 2825 | 2026-08-14T17:10:30.918Z | [ helios-setup] Aug 14 17:10:29.774 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2826 | 2026-08-14T17:10:30.943Z | [ helios-setup] Aug 14 17:10:29.800 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2827 | 2026-08-14T17:10:30.966Z | [ host-package] Compiling slog-term v2.9.2 |
| 2828 | 2026-08-14T17:10:30.986Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2829 | 2026-08-14T17:10:30.988Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2830 | 2026-08-14T17:10:30.989Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2831 | 2026-08-14T17:10:31.029Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2832 | 2026-08-14T17:10:31.070Z | [ host-package] Compiling async-compression v0.4.41 |
| 2833 | 2026-08-14T17:10:31.270Z | [ helios-setup] Aug 14 17:10:30.126 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2834 | 2026-08-14T17:10:31.270Z | [ helios-setup] Aug 14 17:10:30.126 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2835 | 2026-08-14T17:10:31.282Z | [ helios-setup] Aug 14 17:10:30.139 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2836 | 2026-08-14T17:10:31.327Z | [ host-package] Compiling dropshot v0.17.1 |
| 2837 | 2026-08-14T17:10:31.357Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2838 | 2026-08-14T17:10:31.393Z | [ host-package] Compiling async-stream v0.3.6 |
| 2839 | 2026-08-14T17:10:31.416Z | [ host-package] Compiling sha1 v0.11.0 |
| 2840 | 2026-08-14T17:10:31.484Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2841 | 2026-08-14T17:10:31.506Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2842 | 2026-08-14T17:10:31.527Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2843 | 2026-08-14T17:10:31.585Z | [ host-package] Compiling backon v1.6.0 |
| 2844 | 2026-08-14T17:10:31.612Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2845 | 2026-08-14T17:10:31.657Z | [ helios-setup] Aug 14 17:10:30.512 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2846 | 2026-08-14T17:10:31.657Z | [ helios-setup] Aug 14 17:10:30.512 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2847 | 2026-08-14T17:10:31.675Z | [ helios-setup] Aug 14 17:10:30.531 INFO E| Updating crates.io index |
| 2848 | 2026-08-14T17:10:31.693Z | [ host-package] Compiling hostname v0.4.2 |
| 2849 | 2026-08-14T17:10:31.715Z | [ host-package] Compiling instant v0.1.13 |
| 2850 | 2026-08-14T17:10:31.743Z | [ host-package] Compiling linear-map v1.2.0 |
| 2851 | 2026-08-14T17:10:31.809Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2852 | 2026-08-14T17:10:31.832Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2853 | 2026-08-14T17:10:31.861Z | [ host-package] Compiling backoff v0.4.0 |
| 2854 | 2026-08-14T17:10:31.883Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2855 | 2026-08-14T17:10:31.951Z | [ helios-setup] Aug 14 17:10:30.807 INFO E| Downloading crates ... |
| 2856 | 2026-08-14T17:10:31.989Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2857 | 2026-08-14T17:10:32.012Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 2858 | 2026-08-14T17:10:32.015Z | [ helios-setup] Aug 14 17:10:30.869 INFO E| Downloaded clap_lex v0.7.6 |
| 2859 | 2026-08-14T17:10:32.015Z | [ helios-setup] Aug 14 17:10:30.871 INFO E| Downloaded generic-array v0.14.9 |
| 2860 | 2026-08-14T17:10:32.020Z | [ helios-setup] Aug 14 17:10:30.876 INFO E| Downloaded futures-sink v0.3.31 |
| 2861 | 2026-08-14T17:10:32.023Z | [ helios-setup] Aug 14 17:10:30.878 INFO E| Downloaded crc v3.3.0 |
| 2862 | 2026-08-14T17:10:32.029Z | [ helios-setup] Aug 14 17:10:30.886 INFO E| Downloaded futures-macro v0.3.31 |
| 2863 | 2026-08-14T17:10:32.033Z | [ helios-setup] Aug 14 17:10:30.888 INFO E| Downloaded devinfo v0.1.0 |
| 2864 | 2026-08-14T17:10:32.041Z | [ helios-setup] Aug 14 17:10:30.896 INFO E| Downloaded anstyle v1.0.13 |
| 2865 | 2026-08-14T17:10:32.048Z | [ helios-setup] Aug 14 17:10:30.898 INFO E| Downloaded deranged v0.5.5 |
| 2866 | 2026-08-14T17:10:32.048Z | [ helios-setup] Aug 14 17:10:30.899 INFO E| Downloaded quote v1.0.41 |
| 2867 | 2026-08-14T17:10:32.048Z | [ helios-setup] Aug 14 17:10:30.900 INFO E| Downloaded futures-io v0.3.31 |
| 2868 | 2026-08-14T17:10:32.052Z | [ helios-setup] Aug 14 17:10:30.908 INFO E| Downloaded futures-task v0.3.31 |
| 2869 | 2026-08-14T17:10:32.056Z | [ helios-setup] Aug 14 17:10:30.909 INFO E| Downloaded pin-utils v0.1.0 |
| 2870 | 2026-08-14T17:10:32.060Z | [ helios-setup] Aug 14 17:10:30.914 INFO E| Downloaded futures-channel v0.3.31 |
| 2871 | 2026-08-14T17:10:32.060Z | [ helios-setup] Aug 14 17:10:30.915 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2872 | 2026-08-14T17:10:32.063Z | [ helios-setup] Aug 14 17:10:30.917 INFO E| Downloaded base64ct v1.8.0 |
| 2873 | 2026-08-14T17:10:32.068Z | [ helios-setup] Aug 14 17:10:30.923 INFO E| Downloaded anstyle-query v1.1.4 |
| 2874 | 2026-08-14T17:10:32.070Z | [ helios-setup] Aug 14 17:10:30.927 INFO E| Downloaded futures-core v0.3.31 |
| 2875 | 2026-08-14T17:10:32.074Z | [ helios-setup] Aug 14 17:10:30.928 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2876 | 2026-08-14T17:10:32.101Z | [ helios-setup] Aug 14 17:10:30.958 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2877 | 2026-08-14T17:10:32.104Z | [ helios-setup] Aug 14 17:10:30.958 INFO E| Downloaded time-core v0.1.6 |
| 2878 | 2026-08-14T17:10:32.104Z | [ helios-setup] Aug 14 17:10:30.959 INFO E| Downloaded env_filter v0.1.4 |
| 2879 | 2026-08-14T17:10:32.104Z | [ helios-setup] Aug 14 17:10:30.960 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2880 | 2026-08-14T17:10:32.107Z | [ host-package] Compiling nom v7.1.3 |
| 2881 | 2026-08-14T17:10:32.107Z | [ helios-setup] Aug 14 17:10:30.964 INFO E| Downloaded serde_spanned v1.0.3 |
| 2882 | 2026-08-14T17:10:32.110Z | [ helios-setup] Aug 14 17:10:30.965 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2883 | 2026-08-14T17:10:32.122Z | [ helios-setup] Aug 14 17:10:30.979 INFO E| Downloaded tokio-macros v2.6.0 |
| 2884 | 2026-08-14T17:10:32.125Z | [ helios-setup] Aug 14 17:10:30.980 INFO E| Downloaded getopts v0.2.24 |
| 2885 | 2026-08-14T17:10:32.127Z | [ helios-setup] Aug 14 17:10:30.981 INFO E| Downloaded futures-executor v0.3.31 |
| 2886 | 2026-08-14T17:10:32.132Z | [ helios-setup] Aug 14 17:10:30.988 INFO E| Downloaded bitfield v0.19.3 |
| 2887 | 2026-08-14T17:10:32.134Z | [ helios-setup] Aug 14 17:10:30.990 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2888 | 2026-08-14T17:10:32.137Z | [ helios-setup] Aug 14 17:10:30.991 INFO E| Downloaded toml_datetime v0.7.3 |
| 2889 | 2026-08-14T17:10:32.137Z | [ helios-setup] Aug 14 17:10:30.992 INFO E| Downloaded toml_writer v1.0.4 |
| 2890 | 2026-08-14T17:10:32.137Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2891 | 2026-08-14T17:10:32.141Z | [ helios-setup] Aug 14 17:10:30.998 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2892 | 2026-08-14T17:10:32.155Z | [ helios-setup] Aug 14 17:10:31.012 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2893 | 2026-08-14T17:10:32.158Z | [ helios-setup] Aug 14 17:10:31.013 INFO E| Downloaded zeroize v1.8.2 |
| 2894 | 2026-08-14T17:10:32.158Z | [ helios-setup] Aug 14 17:10:31.014 INFO E| Downloaded thiserror v2.0.17 |
| 2895 | 2026-08-14T17:10:32.164Z | [ helios-setup] Aug 14 17:10:31.020 INFO E| Downloaded time-macros v0.2.24 |
| 2896 | 2026-08-14T17:10:32.166Z | [ helios-setup] Aug 14 17:10:31.022 INFO E| Downloaded env_logger v0.11.8 |
| 2897 | 2026-08-14T17:10:32.187Z | [ helios-setup] Aug 14 17:10:31.042 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2898 | 2026-08-14T17:10:32.190Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2899 | 2026-08-14T17:10:32.190Z | [ helios-setup] Aug 14 17:10:31.044 INFO E| Downloaded clap_derive v4.5.49 |
| 2900 | 2026-08-14T17:10:32.190Z | [ helios-setup] Aug 14 17:10:31.045 INFO E| Downloaded toml_parser v1.0.4 |
| 2901 | 2026-08-14T17:10:32.193Z | [ helios-setup] Aug 14 17:10:31.047 INFO E| Downloaded slab v0.4.11 |
| 2902 | 2026-08-14T17:10:32.193Z | [ helios-setup] Aug 14 17:10:31.048 INFO E| Downloaded getrandom v0.2.16 |
| 2903 | 2026-08-14T17:10:32.193Z | [ helios-setup] Aug 14 17:10:31.049 INFO E| Downloaded num_enum v0.7.5 |
| 2904 | 2026-08-14T17:10:32.199Z | [ helios-setup] Aug 14 17:10:31.052 INFO E| Downloaded unicode-ident v1.0.22 |
| 2905 | 2026-08-14T17:10:32.199Z | [ helios-setup] Aug 14 17:10:31.054 INFO E| Downloaded term v1.2.0 |
| 2906 | 2026-08-14T17:10:32.202Z | [ helios-setup] Aug 14 17:10:31.056 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2907 | 2026-08-14T17:10:32.209Z | [ helios-setup] Aug 14 17:10:31.065 INFO E| Downloaded log v0.4.28 |
| 2908 | 2026-08-14T17:10:32.212Z | [ host-package] Compiling parse-display v0.10.0 |
| 2909 | 2026-08-14T17:10:32.220Z | [ helios-setup] Aug 14 17:10:31.077 INFO E| Downloaded futures v0.3.31 |
| 2910 | 2026-08-14T17:10:32.227Z | [ helios-setup] Aug 14 17:10:31.081 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2911 | 2026-08-14T17:10:32.242Z | [ helios-setup] Aug 14 17:10:31.099 INFO E| Downloaded toml v0.9.8 |
| 2912 | 2026-08-14T17:10:32.245Z | [ helios-setup] Aug 14 17:10:31.102 INFO E| Downloaded uuid v1.18.1 |
| 2913 | 2026-08-14T17:10:32.248Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2914 | 2026-08-14T17:10:32.248Z | [ helios-setup] Aug 14 17:10:31.104 INFO E| Downloaded clap v4.5.51 |
| 2915 | 2026-08-14T17:10:32.254Z | [ helios-setup] Aug 14 17:10:31.110 INFO E| Downloaded bitflags v2.10.0 |
| 2916 | 2026-08-14T17:10:32.257Z | [ helios-setup] Aug 14 17:10:31.113 INFO E| Downloaded flate2 v1.1.5 |
| 2917 | 2026-08-14T17:10:32.259Z | [ helios-setup] Aug 14 17:10:31.116 INFO E| Downloaded socket2 v0.6.1 |
| 2918 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.117 INFO E| Downloaded anyhow v1.0.100 |
| 2919 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.122 INFO E| Downloaded toml_edit v0.23.7 |
| 2920 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.125 INFO E| Downloaded typenum v1.19.0 |
| 2921 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.131 INFO E| Downloaded cc v1.2.44 |
| 2922 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.134 INFO E| Downloaded libm v0.2.15 |
| 2923 | 2026-08-14T17:10:32.307Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2924 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.141 INFO E| Downloaded rand v0.8.5 |
| 2925 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.144 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2926 | 2026-08-14T17:10:32.307Z | [ helios-setup] Aug 14 17:10:31.155 INFO E| Downloaded bytes v1.10.1 |
| 2927 | 2026-08-14T17:10:32.310Z | [ helios-setup] Aug 14 17:10:31.158 INFO E| Downloaded iddqd v0.3.14 |
| 2928 | 2026-08-14T17:10:32.310Z | [ helios-setup] Aug 14 17:10:31.162 INFO E| Downloaded indexmap v2.12.0 |
| 2929 | 2026-08-14T17:10:32.310Z | [ helios-setup] Aug 14 17:10:31.165 INFO E| Downloaded memchr v2.7.6 |
| 2930 | 2026-08-14T17:10:32.313Z | [ helios-setup] Aug 14 17:10:31.168 INFO E| Downloaded mio v1.1.0 |
| 2931 | 2026-08-14T17:10:32.316Z | [ helios-setup] Aug 14 17:10:31.172 INFO E| Downloaded rsa v0.9.8 |
| 2932 | 2026-08-14T17:10:32.335Z | [ helios-setup] Aug 14 17:10:31.191 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2933 | 2026-08-14T17:10:32.338Z | [ helios-setup] Aug 14 17:10:31.194 INFO E| Downloaded hashbrown v0.16.0 |
| 2934 | 2026-08-14T17:10:32.349Z | [ helios-setup] Aug 14 17:10:31.206 INFO E| Downloaded time v0.3.44 |
| 2935 | 2026-08-14T17:10:32.356Z | [ helios-setup] Aug 14 17:10:31.212 INFO E| Downloaded serde_json v1.0.145 |
| 2936 | 2026-08-14T17:10:32.360Z | [ helios-setup] Aug 14 17:10:31.217 INFO E| Downloaded futures-util v0.3.31 |
| 2937 | 2026-08-14T17:10:32.372Z | [ helios-setup] Aug 14 17:10:31.229 INFO E| Downloaded clap_builder v4.5.51 |
| 2938 | 2026-08-14T17:10:32.378Z | [ helios-setup] Aug 14 17:10:31.233 INFO E| Downloaded winnow v0.7.13 |
| 2939 | 2026-08-14T17:10:32.382Z | [ helios-setup] Aug 14 17:10:31.239 INFO E| Downloaded chrono v0.4.42 |
| 2940 | 2026-08-14T17:10:32.428Z | [ helios-setup] Aug 14 17:10:31.283 INFO E| Downloaded zerocopy v0.8.27 |
| 2941 | 2026-08-14T17:10:32.494Z | [ helios-setup] Aug 14 17:10:31.350 INFO E| Downloaded unicode-width v0.2.2 |
| 2942 | 2026-08-14T17:10:32.498Z | [ helios-setup] Aug 14 17:10:31.355 INFO E| Downloaded syn v2.0.108 |
| 2943 | 2026-08-14T17:10:32.506Z | [ helios-setup] Aug 14 17:10:31.362 INFO E| Downloaded rustix v1.1.2 |
| 2944 | 2026-08-14T17:10:32.522Z | [ helios-setup] Aug 14 17:10:31.379 INFO E| Downloaded libc v0.2.177 |
| 2945 | 2026-08-14T17:10:32.539Z | [ helios-setup] Aug 14 17:10:31.395 INFO E| Downloaded tokio v1.48.0 |
| 2946 | 2026-08-14T17:10:32.648Z | [ host-package] Compiling regress v0.10.5 |
| 2947 | 2026-08-14T17:10:32.714Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling proc-macro2 v1.0.103 |
| 2948 | 2026-08-14T17:10:32.714Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling quote v1.0.41 |
| 2949 | 2026-08-14T17:10:32.714Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling unicode-ident v1.0.22 |
| 2950 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling libc v0.2.177 |
| 2951 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling serde_core v1.0.228 |
| 2952 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling cfg-if v1.0.4 |
| 2953 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling serde v1.0.228 |
| 2954 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling version_check v0.9.5 |
| 2955 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling autocfg v1.5.0 |
| 2956 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling typenum v1.19.0 |
| 2957 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling const-oid v0.9.6 |
| 2958 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling libm v0.2.15 |
| 2959 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling zerocopy v0.8.27 |
| 2960 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling rustversion v1.0.22 |
| 2961 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling zeroize v1.8.2 |
| 2962 | 2026-08-14T17:10:32.718Z | [ helios-setup] Aug 14 17:10:31.571 INFO E| Compiling smallvec v1.15.1 |
| 2963 | 2026-08-14T17:10:33.041Z | [ host-package] Compiling itertools v0.14.0 |
| 2964 | 2026-08-14T17:10:33.347Z | [ helios-setup] Aug 14 17:10:32.204 INFO E| Compiling base64ct v1.8.0 |
| 2965 | 2026-08-14T17:10:33.388Z | [ helios-setup] Aug 14 17:10:32.243 INFO E| Compiling byteorder v1.5.0 |
| 2966 | 2026-08-14T17:10:33.448Z | [ helios-setup] Aug 14 17:10:32.304 INFO E| Compiling winnow v0.7.13 |
| 2967 | 2026-08-14T17:10:33.456Z | [ host-package] Compiling macaddr v1.0.1 |
| 2968 | 2026-08-14T17:10:33.693Z | [ helios-setup] Aug 14 17:10:32.550 INFO E| Compiling utf8parse v0.2.2 |
| 2969 | 2026-08-14T17:10:33.921Z | [ helios-setup] Aug 14 17:10:32.778 INFO E| Compiling equivalent v1.0.2 |
| 2970 | 2026-08-14T17:10:34.010Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2971 | 2026-08-14T17:10:34.021Z | [ helios-setup] Aug 14 17:10:32.878 INFO E| Compiling generic-array v0.14.9 |
| 2972 | 2026-08-14T17:10:34.028Z | [ helios-setup] Aug 14 17:10:32.884 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2973 | 2026-08-14T17:10:34.062Z | [ helios-setup] Aug 14 17:10:32.918 INFO E| Compiling flagset v0.4.7 |
| 2974 | 2026-08-14T17:10:34.077Z | [ helios-setup] Aug 14 17:10:32.927 INFO E| Compiling anyhow v1.0.100 |
| 2975 | 2026-08-14T17:10:34.092Z | [ host-package] Compiling humantime v2.3.0 |
| 2976 | 2026-08-14T17:10:34.095Z | [ helios-setup] Aug 14 17:10:32.951 INFO E| Compiling memchr v2.7.6 |
| 2977 | 2026-08-14T17:10:34.269Z | [ helios-setup] Aug 14 17:10:33.125 INFO E| Compiling hashbrown v0.16.0 |
| 2978 | 2026-08-14T17:10:34.272Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2979 | 2026-08-14T17:10:34.286Z | [ helios-setup] Aug 14 17:10:33.143 INFO E| Compiling rustix v1.1.2 |
| 2980 | 2026-08-14T17:10:34.304Z | [ helios-setup] Aug 14 17:10:33.160 INFO E| Compiling crc32fast v1.5.0 |
| 2981 | 2026-08-14T17:10:34.464Z | [ helios-setup] Aug 14 17:10:33.320 INFO E| Compiling num-traits v0.2.19 |
| 2982 | 2026-08-14T17:10:34.561Z | [ helios-setup] Aug 14 17:10:33.416 INFO E| Compiling anstyle-parse v0.2.7 |
| 2983 | 2026-08-14T17:10:34.683Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2984 | 2026-08-14T17:10:34.768Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2985 | 2026-08-14T17:10:34.866Z | [ host-package] Compiling convert_case v0.10.0 |
| 2986 | 2026-08-14T17:10:34.884Z | [ helios-setup] Aug 14 17:10:33.740 INFO E| Compiling getrandom v0.2.16 |
| 2987 | 2026-08-14T17:10:35.096Z | [ helios-setup] Aug 14 17:10:33.952 INFO E| Compiling indexmap v2.12.0 |
| 2988 | 2026-08-14T17:10:35.186Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2989 | 2026-08-14T17:10:35.251Z | [ helios-setup] Aug 14 17:10:34.108 INFO E| Compiling rand_core v0.6.4 |
| 2990 | 2026-08-14T17:10:35.292Z | [ helios-setup] Aug 14 17:10:34.148 INFO E| Compiling errno v0.3.14 |
| 2991 | 2026-08-14T17:10:35.320Z | [ helios-setup] Aug 14 17:10:34.176 INFO E| Compiling allocator-api2 v0.2.21 |
| 2992 | 2026-08-14T17:10:35.357Z | [ helios-setup] Aug 14 17:10:34.213 INFO E| Compiling syn v2.0.108 |
| 2993 | 2026-08-14T17:10:35.387Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2994 | 2026-08-14T17:10:35.392Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2995 | 2026-08-14T17:10:35.406Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2996 | 2026-08-14T17:10:35.451Z | [ helios-setup] Aug 14 17:10:34.307 INFO E| Compiling syn v1.0.109 |
| 2997 | 2026-08-14T17:10:35.513Z | [ helios-setup] Aug 14 17:10:34.370 INFO E| Compiling anstyle-query v1.1.4 |
| 2998 | 2026-08-14T17:10:35.560Z | [ helios-setup] Aug 14 17:10:34.417 INFO E| Compiling radium v0.7.0 |
| 2999 | 2026-08-14T17:10:35.604Z | [ helios-setup] Aug 14 17:10:34.454 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3000 | 2026-08-14T17:10:35.640Z | [ helios-setup] Aug 14 17:10:34.496 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3001 | 2026-08-14T17:10:35.700Z | [ helios-setup] Aug 14 17:10:34.556 INFO E| Compiling anstyle v1.0.13 |
| 3002 | 2026-08-14T17:10:35.797Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3003 | 2026-08-14T17:10:35.812Z | [ helios-setup] Aug 14 17:10:34.669 INFO E| Compiling cpufeatures v0.2.17 |
| 3004 | 2026-08-14T17:10:35.819Z | [ helios-setup] Aug 14 17:10:34.676 INFO E| Compiling colorchoice v1.0.4 |
| 3005 | 2026-08-14T17:10:35.895Z | [ helios-setup] Aug 14 17:10:34.751 INFO E| Compiling toml_datetime v0.7.3 |
| 3006 | 2026-08-14T17:10:35.949Z | [ helios-setup] Aug 14 17:10:34.806 INFO E| Compiling shlex v1.3.0 |
| 3007 | 2026-08-14T17:10:36.043Z | [ helios-setup] Aug 14 17:10:34.900 INFO E| Compiling toml_parser v1.0.4 |
| 3008 | 2026-08-14T17:10:36.071Z | [ host-package] Compiling toml v0.8.23 |
| 3009 | 2026-08-14T17:10:36.180Z | [ helios-setup] Aug 14 17:10:35.036 INFO E| Compiling anstream v0.6.21 |
| 3010 | 2026-08-14T17:10:36.216Z | [ helios-setup] Aug 14 17:10:35.071 INFO E| Compiling cc v1.2.44 |
| 3011 | 2026-08-14T17:10:36.251Z | [ helios-setup] Aug 14 17:10:35.108 INFO E| Compiling slog v2.8.2 |
| 3012 | 2026-08-14T17:10:36.263Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3013 | 2026-08-14T17:10:36.293Z | [ helios-setup] Aug 14 17:10:35.150 INFO E| Compiling block-buffer v0.10.4 |
| 3014 | 2026-08-14T17:10:36.313Z | [ helios-setup] Aug 14 17:10:35.170 INFO E| Compiling crypto-common v0.1.6 |
| 3015 | 2026-08-14T17:10:36.344Z | [ helios-setup] Aug 14 17:10:35.200 INFO E| Compiling unicode-width v0.2.2 |
| 3016 | 2026-08-14T17:10:36.380Z | [ helios-setup] Aug 14 17:10:35.236 INFO E| Compiling pkg-config v0.3.32 |
| 3017 | 2026-08-14T17:10:36.488Z | [ helios-setup] Aug 14 17:10:35.338 INFO E| Compiling digest v0.10.7 |
| 3018 | 2026-08-14T17:10:36.501Z | [ helios-setup] Aug 14 17:10:35.357 INFO E| Compiling futures-sink v0.3.31 |
| 3019 | 2026-08-14T17:10:36.621Z | [ helios-setup] Aug 14 17:10:35.477 INFO E| Compiling toml_edit v0.23.7 |
| 3020 | 2026-08-14T17:10:36.630Z | [ helios-setup] Aug 14 17:10:35.486 INFO E| Compiling maybe-uninit v2.0.0 |
| 3021 | 2026-08-14T17:10:36.702Z | [ helios-setup] Aug 14 17:10:35.558 INFO E| Compiling pin-project-lite v0.2.16 |
| 3022 | 2026-08-14T17:10:36.769Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3023 | 2026-08-14T17:10:36.986Z | [ host-package] Compiling derive_more v2.1.1 |
| 3024 | 2026-08-14T17:10:37.089Z | [ host-package] Compiling papergrid v0.11.0 |
| 3025 | 2026-08-14T17:10:37.164Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3026 | 2026-08-14T17:10:37.229Z | [ helios-setup] Aug 14 17:10:36.086 INFO E| Compiling sha2 v0.10.9 |
| 3027 | 2026-08-14T17:10:37.239Z | [ helios-setup] Aug 14 17:10:36.094 INFO E| Compiling futures-core v0.3.31 |
| 3028 | 2026-08-14T17:10:37.247Z | [ helios-setup] Aug 14 17:10:36.103 INFO E| Compiling tap v1.0.1 |
| 3029 | 2026-08-14T17:10:37.255Z | [ helios-setup] Aug 14 17:10:36.111 INFO E| Compiling parking_lot_core v0.9.12 |
| 3030 | 2026-08-14T17:10:37.297Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3031 | 2026-08-14T17:10:37.300Z | [ helios-setup] Aug 14 17:10:36.155 INFO E| Compiling getopts v0.2.24 |
| 3032 | 2026-08-14T17:10:37.307Z | [ helios-setup] Aug 14 17:10:36.164 INFO E| Compiling num-integer v0.1.46 |
| 3033 | 2026-08-14T17:10:37.391Z | [ helios-setup] Aug 14 17:10:36.246 INFO E| Compiling wyz v0.5.1 |
| 3034 | 2026-08-14T17:10:37.453Z | [ host-package] Compiling termtree v0.5.1 |
| 3035 | 2026-08-14T17:10:37.456Z | [ helios-setup] Aug 14 17:10:36.310 INFO E| Compiling ahash v0.8.12 |
| 3036 | 2026-08-14T17:10:37.536Z | [ helios-setup] Aug 14 17:10:36.392 INFO E| Compiling futures-channel v0.3.31 |
| 3037 | 2026-08-14T17:10:37.578Z | [ helios-setup] Aug 14 17:10:36.435 INFO E| Compiling futures-io v0.3.31 |
| 3038 | 2026-08-14T17:10:37.686Z | [ helios-setup] Aug 14 17:10:36.541 INFO E| Compiling funty v2.0.0 |
| 3039 | 2026-08-14T17:10:37.823Z | [ helios-setup] Aug 14 17:10:36.679 INFO E| Compiling itoa v1.0.15 |
| 3040 | 2026-08-14T17:10:37.952Z | [ helios-setup] Aug 14 17:10:36.809 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3041 | 2026-08-14T17:10:37.966Z | [ helios-setup] Aug 14 17:10:36.822 INFO E| Compiling num-conv v0.1.0 |
| 3042 | 2026-08-14T17:10:38.050Z | [ helios-setup] Aug 14 17:10:36.902 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3043 | 2026-08-14T17:10:38.065Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3044 | 2026-08-14T17:10:38.130Z | [ helios-setup] Aug 14 17:10:36.987 INFO E| Compiling bitflags v2.10.0 |
| 3045 | 2026-08-14T17:10:38.154Z | [ helios-setup] Aug 14 17:10:37.010 INFO E| Compiling strsim v0.11.1 |
| 3046 | 2026-08-14T17:10:38.235Z | [ helios-setup] Aug 14 17:10:37.091 INFO E| Compiling slab v0.4.11 |
| 3047 | 2026-08-14T17:10:38.269Z | [ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling spin v0.9.8 |
| 3048 | 2026-08-14T17:10:38.272Z | [ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling powerfmt v0.2.0 |
| 3049 | 2026-08-14T17:10:38.272Z | [ helios-setup] Aug 14 17:10:37.125 INFO E| Compiling bytes v1.10.1 |
| 3050 | 2026-08-14T17:10:38.421Z | [ helios-setup] Aug 14 17:10:37.276 INFO E| Compiling futures-task v0.3.31 |
| 3051 | 2026-08-14T17:10:38.553Z | [ host-package] Compiling crossterm v0.29.0 |
| 3052 | 2026-08-14T17:10:38.589Z | [ helios-setup] Aug 14 17:10:37.446 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3053 | 2026-08-14T17:10:38.623Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3054 | 2026-08-14T17:10:38.638Z | [ helios-setup] Aug 14 17:10:37.494 INFO E| Compiling scopeguard v1.2.0 |
| 3055 | 2026-08-14T17:10:38.746Z | [ host-package] Compiling typify v0.6.2 |
| 3056 | 2026-08-14T17:10:38.774Z | [ helios-setup] Aug 14 17:10:37.630 INFO E| Compiling getrandom v0.3.4 |
| 3057 | 2026-08-14T17:10:38.809Z | [ helios-setup] Aug 14 17:10:37.665 INFO E| Compiling pin-utils v0.1.0 |
| 3058 | 2026-08-14T17:10:38.880Z | [ helios-setup] Aug 14 17:10:37.736 INFO E| Compiling thiserror v1.0.69 |
| 3059 | 2026-08-14T17:10:38.897Z | [ helios-setup] Aug 14 17:10:37.753 INFO E| Compiling packed_struct v0.10.1 |
| 3060 | 2026-08-14T17:10:38.918Z | [ helios-setup] Aug 14 17:10:37.774 INFO E| Compiling clap_lex v0.7.6 |
| 3061 | 2026-08-14T17:10:39.038Z | [ helios-setup] Aug 14 17:10:37.894 INFO E| Compiling time-core v0.1.6 |
| 3062 | 2026-08-14T17:10:39.059Z | [ helios-setup] Aug 14 17:10:37.915 INFO E| Compiling heck v0.5.0 |
| 3063 | 2026-08-14T17:10:39.117Z | [ helios-setup] Aug 14 17:10:37.973 INFO E| Compiling lock_api v0.4.14 |
| 3064 | 2026-08-14T17:10:39.164Z | [ helios-setup] Aug 14 17:10:38.021 INFO E| Compiling deranged v0.5.5 |
| 3065 | 2026-08-14T17:10:39.222Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3066 | 2026-08-14T17:10:39.348Z | [ helios-setup] Aug 14 17:10:38.204 INFO E| Compiling lazy_static v1.5.0 |
| 3067 | 2026-08-14T17:10:39.364Z | [ helios-setup] Aug 14 17:10:38.220 INFO E| Compiling time-macros v0.2.24 |
| 3068 | 2026-08-14T17:10:39.381Z | [ host-package] Compiling tabled v0.15.0 |
| 3069 | 2026-08-14T17:10:39.448Z | [ helios-setup] Aug 14 17:10:38.304 INFO E| Compiling bitvec v1.0.1 |
| 3070 | 2026-08-14T17:10:39.592Z | [ helios-setup] Aug 14 17:10:38.448 INFO E| Compiling num-iter v0.1.45 |
| 3071 | 2026-08-14T17:10:39.601Z | [ helios-setup] Aug 14 17:10:38.458 INFO E| Compiling indexmap v1.9.3 |
| 3072 | 2026-08-14T17:10:39.723Z | [ helios-setup] Aug 14 17:10:38.579 INFO E| Compiling terminal_size v0.4.3 |
| 3073 | 2026-08-14T17:10:39.767Z | [ helios-setup] Aug 14 17:10:38.623 INFO E| Compiling once_cell v1.21.3 |
| 3074 | 2026-08-14T17:10:39.929Z | [ helios-setup] Aug 14 17:10:38.785 INFO E| Compiling clap_builder v4.5.51 |
| 3075 | 2026-08-14T17:10:39.937Z | [ helios-setup] Aug 14 17:10:38.793 INFO E| Compiling adler2 v2.0.1 |
| 3076 | 2026-08-14T17:10:39.948Z | [ helios-setup] Aug 14 17:10:38.804 INFO E| Compiling log v0.4.28 |
| 3077 | 2026-08-14T17:10:39.992Z | [ host-package] Compiling qorb v0.4.1 |
| 3078 | 2026-08-14T17:10:39.997Z | [ helios-setup] Aug 14 17:10:38.849 INFO E| Compiling serde_json v1.0.145 |
| 3079 | 2026-08-14T17:10:40.272Z | [ helios-setup] Aug 14 17:10:39.128 INFO E| Compiling crc-catalog v2.4.0 |
| 3080 | 2026-08-14T17:10:40.281Z | [ helios-setup] Aug 14 17:10:39.138 INFO E| Compiling iana-time-zone v0.1.64 |
| 3081 | 2026-08-14T17:10:40.323Z | [ helios-setup] Aug 14 17:10:39.180 INFO E| Compiling nodrop v0.1.14 |
| 3082 | 2026-08-14T17:10:40.381Z | [ helios-setup] Aug 14 17:10:39.237 INFO E| Compiling thiserror v2.0.17 |
| 3083 | 2026-08-14T17:10:40.389Z | [ helios-setup] Aug 14 17:10:39.244 INFO E| Compiling simd-adler32 v0.3.7 |
| 3084 | 2026-08-14T17:10:40.415Z | [ helios-setup] Aug 14 17:10:39.272 INFO E| Compiling array-init v0.0.4 |
| 3085 | 2026-08-14T17:10:40.461Z | [ helios-setup] Aug 14 17:10:39.316 INFO E| Compiling chrono v0.4.42 |
| 3086 | 2026-08-14T17:10:40.524Z | [ helios-setup] Aug 14 17:10:39.380 INFO E| Compiling crc v3.3.0 |
| 3087 | 2026-08-14T17:10:40.650Z | [ helios-setup] Aug 14 17:10:39.506 INFO E| Compiling env_filter v0.1.4 |
| 3088 | 2026-08-14T17:10:40.689Z | [ helios-setup] Aug 14 17:10:39.545 INFO E| Compiling miniz_oxide v0.8.9 |
| 3089 | 2026-08-14T17:10:40.919Z | [ helios-setup] Aug 14 17:10:39.776 INFO E| Compiling parking_lot v0.12.5 |
| 3090 | 2026-08-14T17:10:41.141Z | [ helios-setup] Aug 14 17:10:39.997 INFO E| Compiling smallvec v0.6.14 |
| 3091 | 2026-08-14T17:10:41.149Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3092 | 2026-08-14T17:10:41.317Z | [ helios-setup] Aug 14 17:10:40.173 INFO E| Compiling serde_spanned v1.0.3 |
| 3093 | 2026-08-14T17:10:41.831Z | [ helios-setup] Aug 14 17:10:40.688 INFO E| Compiling time v0.3.44 |
| 3094 | 2026-08-14T17:10:41.904Z | [ helios-setup] Aug 14 17:10:40.760 INFO E| Compiling signature v2.2.0 |
| 3095 | 2026-08-14T17:10:41.913Z | [ helios-setup] Aug 14 17:10:40.770 INFO E| Compiling mio v1.1.0 |
| 3096 | 2026-08-14T17:10:42.028Z | [ helios-setup] Aug 14 17:10:40.884 INFO E| Compiling is-terminal v0.4.17 |
| 3097 | 2026-08-14T17:10:42.146Z | [ helios-setup] Aug 14 17:10:41.003 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3098 | 2026-08-14T17:10:42.168Z | [ helios-setup] Aug 14 17:10:41.025 INFO E| Compiling socket2 v0.6.1 |
| 3099 | 2026-08-14T17:10:42.258Z | [ helios-setup] Aug 14 17:10:41.115 INFO E| Compiling thread_local v1.1.9 |
| 3100 | 2026-08-14T17:10:42.560Z | [ helios-setup] Aug 14 17:10:41.416 INFO E| Compiling serde_derive v1.0.228 |
| 3101 | 2026-08-14T17:10:42.665Z | [ host-package] Compiling csv-core v0.1.13 |
| 3102 | 2026-08-14T17:10:42.827Z | [ helios-setup] Aug 14 17:10:41.684 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3103 | 2026-08-14T17:10:42.938Z | [ helios-setup] Aug 14 17:10:41.795 INFO E| Compiling der_derive v0.7.3 |
| 3104 | 2026-08-14T17:10:42.989Z | [ helios-setup] Aug 14 17:10:41.840 INFO E| Compiling futures-macro v0.3.31 |
| 3105 | 2026-08-14T17:10:43.140Z | [ helios-setup] Aug 14 17:10:41.997 INFO E| Compiling clap_derive v4.5.49 |
| 3106 | 2026-08-14T17:10:43.264Z | [ helios-setup] Aug 14 17:10:42.120 INFO E| Compiling bitfield-macros v0.19.3 |
| 3107 | 2026-08-14T17:10:43.382Z | [ helios-setup] Aug 14 17:10:42.238 INFO E| Compiling thiserror-impl v1.0.69 |
| 3108 | 2026-08-14T17:10:43.448Z | [ helios-setup] Aug 14 17:10:42.305 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3109 | 2026-08-14T17:10:43.463Z | [ host-package] Compiling vte v0.14.1 |
| 3110 | 2026-08-14T17:10:43.588Z | [ helios-setup] Aug 14 17:10:42.444 INFO E| Compiling num_enum_derive v0.7.5 |
| 3111 | 2026-08-14T17:10:43.739Z | [ host-package] Compiling highway v1.3.0 |
| 3112 | 2026-08-14T17:10:43.766Z | [ helios-setup] Aug 14 17:10:42.622 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3113 | 2026-08-14T17:10:43.918Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3114 | 2026-08-14T17:10:43.957Z | [ helios-setup] Aug 14 17:10:42.813 INFO E| Compiling tokio-macros v2.6.0 |
| 3115 | 2026-08-14T17:10:44.308Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3116 | 2026-08-14T17:10:44.553Z | [ helios-setup] Aug 14 17:10:43.409 INFO E| Compiling thiserror-impl v2.0.17 |
| 3117 | 2026-08-14T17:10:45.020Z | [ helios-setup] Aug 14 17:10:43.876 INFO E| Compiling der v0.7.10 |
| 3118 | 2026-08-14T17:10:45.241Z | [ helios-setup] Aug 14 17:10:44.098 INFO E| Compiling futures-util v0.3.31 |
| 3119 | 2026-08-14T17:10:45.304Z | [ helios-setup] Aug 14 17:10:44.160 INFO E| Compiling bitfield v0.19.3 |
| 3120 | 2026-08-14T17:10:45.356Z | [ helios-setup] Aug 14 17:10:44.213 INFO E| Compiling zerocopy v0.6.6 |
| 3121 | 2026-08-14T17:10:45.476Z | [ helios-setup] Aug 14 17:10:44.332 INFO E| Compiling num_enum v0.7.5 |
| 3122 | 2026-08-14T17:10:45.611Z | [ helios-setup] Aug 14 17:10:44.467 INFO E| Compiling hashbrown v0.12.3 |
| 3123 | 2026-08-14T17:10:45.732Z | [ helios-setup] Aug 14 17:10:44.589 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3124 | 2026-08-14T17:10:45.845Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3125 | 2026-08-14T17:10:45.863Z | [ helios-setup] Aug 14 17:10:44.717 INFO E| Compiling term v1.2.0 |
| 3126 | 2026-08-14T17:10:45.966Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3127 | 2026-08-14T17:10:46.084Z | [ host-package] Compiling csv v1.4.0 |
| 3128 | 2026-08-14T17:10:46.101Z | [ helios-setup] Aug 14 17:10:44.958 INFO E| Compiling base64 v0.21.7 |
| 3129 | 2026-08-14T17:10:46.244Z | [ helios-setup] Aug 14 17:10:45.101 INFO E| Compiling winnow v0.5.40 |
| 3130 | 2026-08-14T17:10:46.253Z | [ helios-setup] Aug 14 17:10:45.108 INFO E| Compiling ryu v1.0.20 |
| 3131 | 2026-08-14T17:10:46.294Z | [ helios-setup] Aug 14 17:10:45.150 INFO E| Compiling toml_writer v1.0.4 |
| 3132 | 2026-08-14T17:10:46.596Z | [ helios-setup] Aug 14 17:10:45.453 INFO E| Compiling subtle v2.6.1 |
| 3133 | 2026-08-14T17:10:46.608Z | [ helios-setup] Aug 14 17:10:45.465 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3134 | 2026-08-14T17:10:46.729Z | [ helios-setup] Aug 14 17:10:45.585 INFO E| Compiling devinfo v0.1.0 |
| 3135 | 2026-08-14T17:10:46.784Z | [ host-package] Compiling phf v0.12.1 |
| 3136 | 2026-08-14T17:10:46.822Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3137 | 2026-08-14T17:10:46.854Z | [ helios-setup] Aug 14 17:10:45.711 INFO E| Compiling spki v0.7.3 |
| 3138 | 2026-08-14T17:10:46.882Z | [ helios-setup] Aug 14 17:10:45.737 INFO E| Compiling toml v0.9.8 |
| 3139 | 2026-08-14T17:10:47.117Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3140 | 2026-08-14T17:10:47.206Z | [ helios-setup] Aug 14 17:10:46.063 INFO E| Compiling pkcs8 v0.10.2 |
| 3141 | 2026-08-14T17:10:47.234Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3142 | 2026-08-14T17:10:47.344Z | [ helios-setup] Aug 14 17:10:46.201 INFO E| Compiling x509-cert v0.2.5 |
| 3143 | 2026-08-14T17:10:47.425Z | [ helios-setup] Aug 14 17:10:46.278 INFO E| Compiling pkcs1 v0.7.5 |
| 3144 | 2026-08-14T17:10:47.531Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3145 | 2026-08-14T17:10:47.592Z | [ helios-setup] Aug 14 17:10:46.447 INFO E| Compiling clap v4.5.51 |
| 3146 | 2026-08-14T17:10:47.669Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3147 | 2026-08-14T17:10:47.695Z | [ helios-setup] Aug 14 17:10:46.551 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3148 | 2026-08-14T17:10:48.069Z | [ helios-setup] Aug 14 17:10:46.920 INFO E| Compiling tokio v1.48.0 |
| 3149 | 2026-08-14T17:10:48.219Z | [ helios-setup] Aug 14 17:10:47.075 INFO E| Compiling bzip2 v0.4.4 |
| 3150 | 2026-08-14T17:10:48.245Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3151 | 2026-08-14T17:10:48.253Z | [ helios-setup] Aug 14 17:10:47.109 INFO E| Compiling flate2 v1.1.5 |
| 3152 | 2026-08-14T17:10:48.286Z | [ helios-setup] Aug 14 17:10:47.141 INFO E| Compiling uuid v1.18.1 |
| 3153 | 2026-08-14T17:10:48.429Z | [ host-package] Compiling reedline v0.40.0 |
| 3154 | 2026-08-14T17:10:48.464Z | [ helios-setup] Aug 14 17:10:47.320 INFO E| Compiling env_logger v0.11.8 |
| 3155 | 2026-08-14T17:10:48.664Z | [ helios-setup] Aug 14 17:10:47.520 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3156 | 2026-08-14T17:10:48.980Z | [ host-package] Compiling const_format v0.2.35 |
| 3157 | 2026-08-14T17:10:49.087Z | [ helios-setup] Aug 14 17:10:47.944 INFO E| Compiling erased-serde v0.3.31 |
| 3158 | 2026-08-14T17:10:49.281Z | [ helios-setup] Aug 14 17:10:48.137 INFO E| Compiling rand_chacha v0.3.1 |
| 3159 | 2026-08-14T17:10:49.351Z | [ helios-setup] Aug 14 17:10:48.208 INFO E| Compiling toml_datetime v0.6.11 |
| 3160 | 2026-08-14T17:10:49.513Z | [ helios-setup] Aug 14 17:10:48.369 INFO E| Compiling serde_spanned v0.6.9 |
| 3161 | 2026-08-14T17:10:49.545Z | [ helios-setup] Aug 14 17:10:48.401 INFO E| Compiling hashbrown v0.13.2 |
| 3162 | 2026-08-14T17:10:50.218Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3163 | 2026-08-14T17:10:50.223Z | [ helios-setup] Aug 14 17:10:49.079 INFO E| Compiling rand v0.8.5 |
| 3164 | 2026-08-14T17:10:50.246Z | [ helios-setup] Aug 14 17:10:49.102 INFO E| Compiling toml_edit v0.19.15 |
| 3165 | 2026-08-14T17:10:50.253Z | [ helios-setup] Aug 14 17:10:49.109 INFO E| Compiling ron v0.8.1 |
| 3166 | 2026-08-14T17:10:50.364Z | [ helios-setup] Aug 14 17:10:49.220 INFO E| Compiling serde-hex v0.1.0 |
| 3167 | 2026-08-14T17:10:50.401Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3168 | 2026-08-14T17:10:50.408Z | [ helios-setup] Aug 14 17:10:49.265 INFO E| Compiling foldhash v0.2.0 |
| 3169 | 2026-08-14T17:10:50.524Z | [ helios-setup] Aug 14 17:10:49.381 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3170 | 2026-08-14T17:10:50.608Z | [ helios-setup] Aug 14 17:10:49.464 INFO E| Compiling slog-term v2.9.2 |
| 3171 | 2026-08-14T17:10:50.628Z | [ host-package] Compiling peg v0.8.5 |
| 3172 | 2026-08-14T17:10:50.654Z | [ helios-setup] Aug 14 17:10:49.510 INFO E| Compiling futures-executor v0.3.31 |
| 3173 | 2026-08-14T17:10:50.859Z | [ helios-setup] Aug 14 17:10:49.715 INFO E| Compiling rustc-hash v2.1.1 |
| 3174 | 2026-08-14T17:10:51.085Z | [ helios-setup] Aug 14 17:10:49.942 INFO E| Compiling futures v0.3.31 |
| 3175 | 2026-08-14T17:10:51.188Z | [ helios-setup] Aug 14 17:10:50.037 INFO E| Compiling hex v0.4.3 |
| 3176 | 2026-08-14T17:10:51.342Z | [ helios-setup] Aug 14 17:10:50.197 INFO E| Compiling bitflags v1.3.2 |
| 3177 | 2026-08-14T17:10:51.428Z | [ helios-setup] Aug 14 17:10:50.284 INFO E| Compiling crc-any v2.5.0 |
| 3178 | 2026-08-14T17:10:51.584Z | [ host-package] Compiling progenitor v0.14.0 |
| 3179 | 2026-08-14T17:10:51.584Z | [ helios-setup] Aug 14 17:10:50.440 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3180 | 2026-08-14T17:10:51.659Z | [ helios-setup] Aug 14 17:10:50.516 INFO E| Compiling iddqd v0.3.14 |
| 3181 | 2026-08-14T17:10:51.674Z | [ helios-setup] Aug 14 17:10:50.531 INFO E| Compiling object v0.30.4 |
| 3182 | 2026-08-14T17:10:52.094Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3183 | 2026-08-14T17:10:52.195Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3184 | 2026-08-14T17:10:52.224Z | [ helios-setup] Aug 14 17:10:51.080 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3185 | 2026-08-14T17:10:52.239Z | [ helios-setup] Aug 14 17:10:51.095 INFO E| Compiling zip v0.6.6 |
| 3186 | 2026-08-14T17:10:52.488Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-08-14T17:10:52.806Z | [ helios-setup] Aug 14 17:10:51.662 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3188 | 2026-08-14T17:10:53.236Z | [ helios-setup] Aug 14 17:10:52.092 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3189 | 2026-08-14T17:10:53.593Z | [ host-package] Compiling bcs v0.1.6 |
| 3190 | 2026-08-14T17:10:53.762Z | [ helios-setup] Aug 14 17:10:52.618 INFO E| Compiling rsa v0.9.8 |
| 3191 | 2026-08-14T17:10:53.785Z | [ helios-setup] Aug 14 17:10:52.640 INFO E| Compiling toml v0.7.8 |
| 3192 | 2026-08-14T17:10:53.788Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3193 | 2026-08-14T17:10:53.877Z | [ helios-setup] Aug 14 17:10:52.733 INFO E| Compiling path-slash v0.1.5 |
| 3194 | 2026-08-14T17:10:54.518Z | [ host-package] Compiling nom v8.0.0 |
| 3195 | 2026-08-14T17:10:54.558Z | [ host-package] Compiling semver v0.1.20 |
| 3196 | 2026-08-14T17:10:55.377Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3197 | 2026-08-14T17:10:55.937Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3198 | 2026-08-14T17:10:56.064Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3199 | 2026-08-14T17:10:56.447Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3200 | 2026-08-14T17:10:56.739Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3201 | 2026-08-14T17:10:56.912Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3202 | 2026-08-14T17:10:57.137Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3203 | 2026-08-14T17:10:57.161Z | [ helios-setup] Aug 14 17:10:56.017 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3204 | 2026-08-14T17:10:57.161Z | [ helios-setup] Aug 14 17:10:56.017 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3205 | 2026-08-14T17:10:57.586Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3206 | 2026-08-14T17:10:58.042Z | [ host-package] Compiling smawk v0.3.2 |
| 3207 | 2026-08-14T17:10:58.237Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3208 | 2026-08-14T17:10:59.049Z | [ host-package] Compiling textwrap v0.16.2 |
| 3209 | 2026-08-14T17:10:59.510Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3210 | 2026-08-14T17:10:59.679Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3211 | 2026-08-14T17:10:59.820Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3212 | 2026-08-14T17:11:00.253Z | [ host-package] Compiling steno v0.4.1 |
| 3213 | 2026-08-14T17:11:00.256Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 3214 | 2026-08-14T17:11:01.484Z | [ host-package] Compiling sha1 v0.10.6 |
| 3215 | 2026-08-14T17:11:01.533Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3216 | 2026-08-14T17:11:01.578Z | [ host-package] Compiling tagptr v0.2.0 |
| 3217 | 2026-08-14T17:11:01.697Z | [ helios-setup] Aug 14 17:11:00.553 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3218 | 2026-08-14T17:11:01.847Z | [ host-package] Compiling moka v0.12.13 |
| 3219 | 2026-08-14T17:11:01.963Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3220 | 2026-08-14T17:11:01.966Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3221 | 2026-08-14T17:11:02.270Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3222 | 2026-08-14T17:11:02.574Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3223 | 2026-08-14T17:11:02.900Z | [ host-package] Compiling darling_core v0.21.3 |
| 3224 | 2026-08-14T17:11:02.947Z | [ helios-setup] Aug 14 17:11:01.764 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3225 | 2026-08-14T17:11:03.679Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3226 | 2026-08-14T17:11:05.058Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3227 | 2026-08-14T17:11:05.750Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3228 | 2026-08-14T17:11:05.900Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3229 | 2026-08-14T17:11:06.083Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3230 | 2026-08-14T17:11:06.272Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3231 | 2026-08-14T17:11:06.488Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3232 | 2026-08-14T17:11:06.663Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3233 | 2026-08-14T17:11:06.719Z | [ host-package] Compiling darling v0.21.3 |
| 3234 | 2026-08-14T17:11:06.743Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3235 | 2026-08-14T17:11:06.822Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3236 | 2026-08-14T17:11:07.003Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3237 | 2026-08-14T17:11:07.056Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3238 | 2026-08-14T17:11:07.080Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3239 | 2026-08-14T17:11:07.127Z | [ helios-setup] Aug 14 17:11:05.984 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3240 | 2026-08-14T17:11:07.132Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3241 | 2026-08-14T17:11:07.323Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3242 | 2026-08-14T17:11:07.372Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3243 | 2026-08-14T17:11:07.407Z | [ host-package] Compiling crunchy v0.2.4 |
| 3244 | 2026-08-14T17:11:07.472Z | [ host-package] Compiling maplit v1.0.2 |
| 3245 | 2026-08-14T17:11:07.579Z | [ host-package] Compiling glob v0.3.3 |
| 3246 | 2026-08-14T17:11:07.644Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3247 | 2026-08-14T17:11:07.806Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3248 | 2026-08-14T17:11:07.884Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3249 | 2026-08-14T17:11:08.005Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3250 | 2026-08-14T17:11:08.136Z | [ host-package] Compiling papergrid v0.18.0 |
| 3251 | 2026-08-14T17:11:08.182Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3252 | 2026-08-14T17:11:08.492Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3253 | 2026-08-14T17:11:08.558Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3254 | 2026-08-14T17:11:08.740Z | [ host-package] Compiling term v0.7.0 |
| 3255 | 2026-08-14T17:11:09.288Z | [ host-package] Compiling itertools v0.15.0 |
| 3256 | 2026-08-14T17:11:09.378Z | [ host-package] Compiling tabled v0.21.0 |
| 3257 | 2026-08-14T17:11:09.788Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3258 | 2026-08-14T17:11:10.019Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3259 | 2026-08-14T17:11:10.342Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3260 | 2026-08-14T17:11:10.577Z | [ host-package] Compiling bit-set v0.5.3 |
| 3261 | 2026-08-14T17:11:10.769Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3262 | 2026-08-14T17:11:10.853Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3263 | 2026-08-14T17:11:11.010Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3264 | 2026-08-14T17:11:11.173Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3265 | 2026-08-14T17:11:11.223Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3266 | 2026-08-14T17:11:11.497Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3267 | 2026-08-14T17:11:11.659Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3268 | 2026-08-14T17:11:11.778Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3269 | 2026-08-14T17:11:12.151Z | [ host-package] Compiling itertools v0.10.5 |
| 3270 | 2026-08-14T17:11:12.302Z | [ host-package] Compiling ena v0.14.4 |
| 3271 | 2026-08-14T17:11:12.413Z | [ host-package] Compiling libloading v0.8.9 |
| 3272 | 2026-08-14T17:11:12.633Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3273 | 2026-08-14T17:11:12.695Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3274 | 2026-08-14T17:11:13.163Z | [ host-package] Compiling bindgen v0.71.1 |
| 3275 | 2026-08-14T17:11:13.245Z | [ host-package] Compiling diesel v2.3.7 |
| 3276 | 2026-08-14T17:11:13.288Z | [ host-package] Compiling unicase v2.9.0 |
| 3277 | 2026-08-14T17:11:13.347Z | [ host-package] Compiling diff v0.1.13 |
| 3278 | 2026-08-14T17:11:13.526Z | [ host-package] Compiling xshell v0.2.7 |
| 3279 | 2026-08-14T17:11:14.609Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3280 | 2026-08-14T17:11:14.875Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3281 | 2026-08-14T17:11:15.013Z | [ host-package] Compiling cexpr v0.6.0 |
| 3282 | 2026-08-14T17:11:15.392Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3283 | 2026-08-14T17:11:15.795Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3284 | 2026-08-14T17:11:15.854Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3285 | 2026-08-14T17:11:15.918Z | [ host-package] Compiling crc8 v0.1.1 |
| 3286 | 2026-08-14T17:11:16.383Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3287 | 2026-08-14T17:11:16.493Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3288 | 2026-08-14T17:11:16.556Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3289 | 2026-08-14T17:11:17.212Z | [ host-package] Compiling headers-core v0.3.0 |
| 3290 | 2026-08-14T17:11:17.499Z | [ host-package] Compiling libxml v0.3.3 |
| 3291 | 2026-08-14T17:11:17.540Z | [ host-package] Compiling headers v0.4.1 |
| 3292 | 2026-08-14T17:11:17.681Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3293 | 2026-08-14T17:11:17.864Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3294 | 2026-08-14T17:11:17.864Z | [ host-package] Compiling indoc v1.0.9 |
| 3295 | 2026-08-14T17:11:17.979Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3296 | 2026-08-14T17:11:18.258Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3297 | 2026-08-14T17:11:18.469Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3298 | 2026-08-14T17:11:18.502Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3299 | 2026-08-14T17:11:18.505Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3300 | 2026-08-14T17:11:18.613Z | [ helios-setup] Aug 14 17:11:17.469 INFO E| Finished `release` profile [optimized] target(s) in 48.15s |
| 3301 | 2026-08-14T17:11:18.616Z | [ helios-setup] Aug 14 17:11:17.471 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3302 | 2026-08-14T17:11:18.617Z | [ helios-setup] Aug 14 17:11:17.471 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3303 | 2026-08-14T17:11:18.658Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3304 | 2026-08-14T17:11:18.673Z | [ helios-setup] Aug 14 17:11:17.529 INFO building project "pilot" ok (48 seconds) |
| 3305 | 2026-08-14T17:11:18.673Z | [ helios-setup] Aug 14 17:11:17.529 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3306 | 2026-08-14T17:11:18.709Z | [ helios-setup] Aug 14 17:11:17.565 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')" |
| 3307 | 2026-08-14T17:11:18.709Z | [ helios-setup] Aug 14 17:11:17.565 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3308 | 2026-08-14T17:11:18.709Z | [ helios-setup] Aug 14 17:11:17.565 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3309 | 2026-08-14T17:11:18.879Z | [ helios-setup] Aug 14 17:11:17.734 INFO E| Updating crates.io index |
| 3310 | 2026-08-14T17:11:18.880Z | [ helios-setup] Aug 14 17:11:17.734 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3311 | 2026-08-14T17:11:19.020Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3312 | 2026-08-14T17:11:19.116Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3313 | 2026-08-14T17:11:19.237Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3314 | 2026-08-14T17:11:19.277Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3315 | 2026-08-14T17:11:19.413Z | [ helios-setup] Aug 14 17:11:18.269 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3316 | 2026-08-14T17:11:19.413Z | [ helios-setup] Aug 14 17:11:18.269 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3317 | 2026-08-14T17:11:19.427Z | [ helios-setup] Aug 14 17:11:18.283 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3318 | 2026-08-14T17:11:19.493Z | [ host-package] Compiling bb8 v0.8.6 |
| 3319 | 2026-08-14T17:11:19.517Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3320 | 2026-08-14T17:11:19.744Z | [ host-package] Compiling half v1.8.3 |
| 3321 | 2026-08-14T17:11:19.821Z | [ helios-setup] Aug 14 17:11:18.678 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3322 | 2026-08-14T17:11:19.821Z | [ helios-setup] Aug 14 17:11:18.678 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3323 | 2026-08-14T17:11:19.860Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3324 | 2026-08-14T17:11:19.882Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3325 | 2026-08-14T17:11:19.919Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3326 | 2026-08-14T17:11:20.060Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3327 | 2026-08-14T17:11:20.108Z | [ helios-setup] Aug 14 17:11:18.964 INFO E| Downloading crates ... |
| 3328 | 2026-08-14T17:11:20.118Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3329 | 2026-08-14T17:11:20.151Z | [ helios-setup] Aug 14 17:11:19.007 INFO E| Downloaded ansi_term v0.12.1 |
| 3330 | 2026-08-14T17:11:20.156Z | [ helios-setup] Aug 14 17:11:19.013 INFO E| Downloaded bytesize v2.0.1 |
| 3331 | 2026-08-14T17:11:20.159Z | [ helios-setup] Aug 14 17:11:19.014 INFO E| Downloaded rustversion v1.0.20 |
| 3332 | 2026-08-14T17:11:20.162Z | [ helios-setup] Aug 14 17:11:19.016 INFO E| Downloaded heck v0.3.3 |
| 3333 | 2026-08-14T17:11:20.162Z | [ helios-setup] Aug 14 17:11:19.017 INFO E| Downloaded vec_map v0.8.2 |
| 3334 | 2026-08-14T17:11:20.164Z | [ helios-setup] Aug 14 17:11:19.020 INFO E| Downloaded parse_int v0.9.0 |
| 3335 | 2026-08-14T17:11:20.191Z | [ helios-setup] Aug 14 17:11:19.047 INFO E| Downloaded unic-char-range v0.9.0 |
| 3336 | 2026-08-14T17:11:20.194Z | [ helios-setup] Aug 14 17:11:19.048 INFO E| Downloaded unic-common v0.9.0 |
| 3337 | 2026-08-14T17:11:20.194Z | [ helios-setup] Aug 14 17:11:19.049 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3338 | 2026-08-14T17:11:20.194Z | [ helios-setup] Aug 14 17:11:19.049 INFO E| Downloaded strsim v0.8.0 |
| 3339 | 2026-08-14T17:11:20.194Z | [ helios-setup] Aug 14 17:11:19.050 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3340 | 2026-08-14T17:11:20.197Z | [ helios-setup] Aug 14 17:11:19.051 INFO E| Downloaded typenum v1.18.0 |
| 3341 | 2026-08-14T17:11:20.197Z | [ helios-setup] Aug 14 17:11:19.053 INFO E| Downloaded four-cc v0.4.0 |
| 3342 | 2026-08-14T17:11:20.200Z | [ helios-setup] Aug 14 17:11:19.054 INFO E| Downloaded strum v0.27.1 |
| 3343 | 2026-08-14T17:11:20.200Z | [ helios-setup] Aug 14 17:11:19.054 INFO E| Downloaded unic-char-property v0.9.0 |
| 3344 | 2026-08-14T17:11:20.200Z | [ helios-setup] Aug 14 17:11:19.055 INFO E| Downloaded fletcher v1.0.0 |
| 3345 | 2026-08-14T17:11:20.200Z | [ helios-setup] Aug 14 17:11:19.056 INFO E| Downloaded dyn-clone v1.0.19 |
| 3346 | 2026-08-14T17:11:20.203Z | [ helios-setup] Aug 14 17:11:19.057 INFO E| Downloaded textwrap v0.11.0 |
| 3347 | 2026-08-14T17:11:20.203Z | [ helios-setup] Aug 14 17:11:19.058 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3348 | 2026-08-14T17:11:20.203Z | [ helios-setup] Aug 14 17:11:19.058 INFO E| Downloaded structopt-derive v0.4.18 |
| 3349 | 2026-08-14T17:11:20.203Z | [ helios-setup] Aug 14 17:11:19.059 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3350 | 2026-08-14T17:11:20.206Z | [ helios-setup] Aug 14 17:11:19.060 INFO E| Downloaded pest_generator v2.8.0 |
| 3351 | 2026-08-14T17:11:20.206Z | [ helios-setup] Aug 14 17:11:19.061 INFO E| Downloaded strum_macros v0.27.1 |
| 3352 | 2026-08-14T17:11:20.206Z | [ helios-setup] Aug 14 17:11:19.062 INFO E| Downloaded log v0.4.27 |
| 3353 | 2026-08-14T17:11:20.209Z | [ helios-setup] Aug 14 17:11:19.063 INFO E| Downloaded pest_derive v2.8.0 |
| 3354 | 2026-08-14T17:11:20.211Z | [ helios-setup] Aug 14 17:11:19.068 INFO E| Downloaded pest_meta v2.8.0 |
| 3355 | 2026-08-14T17:11:20.214Z | [ helios-setup] Aug 14 17:11:19.069 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3356 | 2026-08-14T17:11:20.222Z | [ helios-setup] Aug 14 17:11:19.078 INFO E| Downloaded structopt v0.3.26 |
| 3357 | 2026-08-14T17:11:20.226Z | [ helios-setup] Aug 14 17:11:19.083 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3358 | 2026-08-14T17:11:20.233Z | [ helios-setup] Aug 14 17:11:19.090 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3359 | 2026-08-14T17:11:20.237Z | [ helios-setup] Aug 14 17:11:19.094 INFO E| Downloaded pest v2.8.0 |
| 3360 | 2026-08-14T17:11:20.250Z | [ helios-setup] Aug 14 17:11:19.107 INFO E| Downloaded goblin v0.9.3 |
| 3361 | 2026-08-14T17:11:20.254Z | [ helios-setup] Aug 14 17:11:19.111 INFO E| Downloaded clap v2.34.0 |
| 3362 | 2026-08-14T17:11:20.260Z | [ helios-setup] Aug 14 17:11:19.115 INFO E| Downloaded zerocopy v0.8.25 |
| 3363 | 2026-08-14T17:11:20.283Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3364 | 2026-08-14T17:11:20.342Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling proc-macro2 v1.0.95 |
| 3365 | 2026-08-14T17:11:20.342Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling unicode-ident v1.0.18 |
| 3366 | 2026-08-14T17:11:20.342Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling memchr v2.7.4 |
| 3367 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling autocfg v1.4.0 |
| 3368 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling thiserror v2.0.12 |
| 3369 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling serde v1.0.219 |
| 3370 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling syn v1.0.109 |
| 3371 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling version_check v0.9.5 |
| 3372 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling serde_json v1.0.140 |
| 3373 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling ryu v1.0.20 |
| 3374 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling itoa v1.0.15 |
| 3375 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling schemars v0.8.22 |
| 3376 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling zerocopy v0.8.25 |
| 3377 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling paste v1.0.15 |
| 3378 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling ucd-trie v0.1.7 |
| 3379 | 2026-08-14T17:11:20.345Z | [ helios-setup] Aug 14 17:11:19.198 INFO E| Compiling static_assertions v1.1.0 |
| 3380 | 2026-08-14T17:11:21.144Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3381 | 2026-08-14T17:11:21.197Z | [ host-package] Compiling nonempty v0.12.0 |
| 3382 | 2026-08-14T17:11:21.227Z | [ helios-setup] Aug 14 17:11:20.084 INFO E| Compiling libc v0.2.172 |
| 3383 | 2026-08-14T17:11:21.261Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3384 | 2026-08-14T17:11:21.265Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3385 | 2026-08-14T17:11:21.291Z | [ host-package] Compiling samael v0.0.19 |
| 3386 | 2026-08-14T17:11:21.365Z | [ helios-setup] Aug 14 17:11:20.221 INFO E| Compiling dyn-clone v1.0.19 |
| 3387 | 2026-08-14T17:11:21.476Z | [ helios-setup] Aug 14 17:11:20.328 INFO E| Compiling rustversion v1.0.20 |
| 3388 | 2026-08-14T17:11:21.596Z | [ helios-setup] Aug 14 17:11:20.452 INFO E| Compiling once_cell v1.21.3 |
| 3389 | 2026-08-14T17:11:21.600Z | [ helios-setup] Aug 14 17:11:20.456 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3390 | 2026-08-14T17:11:21.667Z | [ helios-setup] Aug 14 17:11:20.523 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3391 | 2026-08-14T17:11:21.695Z | [ helios-setup] Aug 14 17:11:20.552 INFO E| Compiling proc-macro-error v1.0.4 |
| 3392 | 2026-08-14T17:11:21.705Z | [ helios-setup] Aug 14 17:11:20.561 INFO E| Compiling unicode-width v0.1.14 |
| 3393 | 2026-08-14T17:11:21.743Z | [ helios-setup] Aug 14 17:11:20.599 INFO E| Compiling heck v0.5.0 |
| 3394 | 2026-08-14T17:11:21.747Z | [ helios-setup] Aug 14 17:11:20.604 INFO E| Compiling vec_map v0.8.2 |
| 3395 | 2026-08-14T17:11:21.971Z | [ helios-setup] Aug 14 17:11:20.827 INFO E| Compiling unic-char-range v0.9.0 |
| 3396 | 2026-08-14T17:11:22.016Z | [ helios-setup] Aug 14 17:11:20.872 INFO E| Compiling num-traits v0.2.19 |
| 3397 | 2026-08-14T17:11:22.023Z | [ helios-setup] Aug 14 17:11:20.879 INFO E| Compiling memoffset v0.9.1 |
| 3398 | 2026-08-14T17:11:22.133Z | [ helios-setup] Aug 14 17:11:20.986 INFO E| Compiling textwrap v0.11.0 |
| 3399 | 2026-08-14T17:11:22.136Z | [ helios-setup] Aug 14 17:11:20.993 INFO E| Compiling strum v0.27.1 |
| 3400 | 2026-08-14T17:11:22.176Z | [ helios-setup] Aug 14 17:11:21.032 INFO E| Compiling ansi_term v0.12.1 |
| 3401 | 2026-08-14T17:11:22.211Z | [ helios-setup] Aug 14 17:11:21.067 INFO E| Compiling byteorder v1.5.0 |
| 3402 | 2026-08-14T17:11:22.269Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3403 | 2026-08-14T17:11:22.281Z | [ helios-setup] Aug 14 17:11:21.137 INFO E| Compiling strsim v0.8.0 |
| 3404 | 2026-08-14T17:11:22.284Z | [ helios-setup] Aug 14 17:11:21.138 INFO E| Compiling fletcher v1.0.0 |
| 3405 | 2026-08-14T17:11:22.303Z | [ helios-setup] Aug 14 17:11:21.159 INFO E| Compiling unic-common v0.9.0 |
| 3406 | 2026-08-14T17:11:22.333Z | [ helios-setup] Aug 14 17:11:21.188 INFO E| Compiling heck v0.3.3 |
| 3407 | 2026-08-14T17:11:22.383Z | [ helios-setup] Aug 14 17:11:21.239 INFO E| Compiling bitflags v1.3.2 |
| 3408 | 2026-08-14T17:11:22.981Z | [ host-package] Compiling fxhash v0.2.1 |
| 3409 | 2026-08-14T17:11:23.027Z | [ helios-setup] Aug 14 17:11:21.883 INFO E| Compiling quote v1.0.40 |
| 3410 | 2026-08-14T17:11:23.154Z | [ helios-setup] Aug 14 17:11:22.006 INFO E| Compiling atty v0.2.14 |
| 3411 | 2026-08-14T17:11:23.192Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3412 | 2026-08-14T17:11:23.252Z | [ helios-setup] Aug 14 17:11:22.108 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3413 | 2026-08-14T17:11:23.255Z | [ helios-setup] Aug 14 17:11:22.109 INFO E| Compiling unic-char-property v0.9.0 |
| 3414 | 2026-08-14T17:11:23.255Z | [ helios-setup] Aug 14 17:11:22.109 INFO E| Compiling lazy_static v1.5.0 |
| 3415 | 2026-08-14T17:11:23.265Z | [ host-package] Compiling salty v0.3.0 |
| 3416 | 2026-08-14T17:11:23.276Z | [ helios-setup] Aug 14 17:11:22.133 INFO E| Compiling plain v0.2.3 |
| 3417 | 2026-08-14T17:11:23.279Z | [ helios-setup] Aug 14 17:11:22.133 INFO E| Compiling log v0.4.27 |
| 3418 | 2026-08-14T17:11:23.279Z | [ helios-setup] Aug 14 17:11:22.134 INFO E| Compiling bytesize v2.0.1 |
| 3419 | 2026-08-14T17:11:23.340Z | [ helios-setup] Aug 14 17:11:22.197 INFO E| Compiling clap v2.34.0 |
| 3420 | 2026-08-14T17:11:23.386Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3421 | 2026-08-14T17:11:23.402Z | [ helios-setup] Aug 14 17:11:22.258 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3422 | 2026-08-14T17:11:23.606Z | [ helios-setup] Aug 14 17:11:22.462 INFO E| Compiling syn v2.0.101 |
| 3423 | 2026-08-14T17:11:23.976Z | [ host-package] Compiling polar-core v0.27.3 |
| 3424 | 2026-08-14T17:11:24.013Z | [ helios-setup] Aug 14 17:11:22.870 INFO E| Compiling parse_int v0.9.0 |
| 3425 | 2026-08-14T17:11:24.103Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3426 | 2026-08-14T17:11:24.267Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3427 | 2026-08-14T17:11:24.597Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3428 | 2026-08-14T17:11:25.665Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3429 | 2026-08-14T17:11:26.149Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3430 | 2026-08-14T17:11:26.391Z | [ helios-setup] Aug 14 17:11:25.247 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3431 | 2026-08-14T17:11:26.493Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3432 | 2026-08-14T17:11:26.632Z | [ helios-setup] Aug 14 17:11:25.488 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3433 | 2026-08-14T17:11:26.634Z | [ helios-setup] Aug 14 17:11:25.488 INFO E| Compiling structopt-derive v0.4.18 |
| 3434 | 2026-08-14T17:11:27.249Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3435 | 2026-08-14T17:11:27.460Z | [ host-package] Compiling rfc6979 v0.4.0 |
| 3436 | 2026-08-14T17:11:27.757Z | [ host-package] Compiling nanorand v0.7.0 |
| 3437 | 2026-08-14T17:11:27.760Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling thiserror-impl v2.0.12 |
| 3438 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling serde_derive v1.0.219 |
| 3439 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling schemars_derive v0.8.22 |
| 3440 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3441 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling num-derive v0.4.2 |
| 3442 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3443 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling strum_macros v0.27.1 |
| 3444 | 2026-08-14T17:11:27.761Z | [ helios-setup] Aug 14 17:11:26.614 INFO E| Compiling scroll_derive v0.12.1 |
| 3445 | 2026-08-14T17:11:27.970Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3446 | 2026-08-14T17:11:28.029Z | [ helios-setup] Aug 14 17:11:26.885 INFO E| Compiling modular-bitfield v0.11.2 |
| 3447 | 2026-08-14T17:11:28.414Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3448 | 2026-08-14T17:11:28.526Z | [ host-package] Compiling progenitor v0.13.0 |
| 3449 | 2026-08-14T17:11:28.646Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3450 | 2026-08-14T17:11:28.923Z | [ host-package] Compiling flume v0.11.1 |
| 3451 | 2026-08-14T17:11:29.180Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3452 | 2026-08-14T17:11:29.245Z | [ helios-setup] Aug 14 17:11:28.101 INFO E| Compiling structopt v0.3.26 |
| 3453 | 2026-08-14T17:11:29.576Z | [ helios-setup] Aug 14 17:11:28.433 INFO E| Compiling scroll v0.12.0 |
| 3454 | 2026-08-14T17:11:29.736Z | [ host-package] Compiling ecdsa v0.16.9 |
| 3455 | 2026-08-14T17:11:29.839Z | [ helios-setup] Aug 14 17:11:28.695 INFO E| Compiling goblin v0.9.3 |
| 3456 | 2026-08-14T17:11:30.091Z | [ helios-setup] Aug 14 17:11:28.948 INFO E| Compiling modular-bitfield v0.13.1 |
| 3457 | 2026-08-14T17:11:30.117Z | [ helios-setup] Aug 14 17:11:28.973 INFO E| Compiling pest v2.8.0 |
| 3458 | 2026-08-14T17:11:30.448Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3459 | 2026-08-14T17:11:30.560Z | [ host-package] Compiling primeorder v0.13.6 |
| 3460 | 2026-08-14T17:11:30.971Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3461 | 2026-08-14T17:11:31.105Z | [ host-package] Compiling git-stub v1.0.0 |
| 3462 | 2026-08-14T17:11:31.498Z | [ host-package] Compiling strsim v0.10.0 |
| 3463 | 2026-08-14T17:11:31.658Z | [ helios-setup] Aug 14 17:11:30.514 INFO E| Compiling pest_meta v2.8.0 |
| 3464 | 2026-08-14T17:11:31.932Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3465 | 2026-08-14T17:11:32.056Z | [ host-package] Compiling http-range v0.1.5 |
| 3466 | 2026-08-14T17:11:32.169Z | [ host-package] Compiling instability v0.3.11 |
| 3467 | 2026-08-14T17:11:32.269Z | [ helios-setup] Aug 14 17:11:31.125 INFO E| Compiling pest_generator v2.8.0 |
| 3468 | 2026-08-14T17:11:32.547Z | [ host-package] Compiling darling_core v0.13.4 |
| 3469 | 2026-08-14T17:11:32.604Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3470 | 2026-08-14T17:11:33.519Z | [ helios-setup] Aug 14 17:11:32.375 INFO E| Compiling pest_derive v2.8.0 |
| 3471 | 2026-08-14T17:11:33.895Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3472 | 2026-08-14T17:11:34.263Z | [ host-package] Compiling p384 v0.13.1 |
| 3473 | 2026-08-14T17:11:34.452Z | [ helios-setup] Aug 14 17:11:33.308 INFO E| Compiling json5 v0.4.1 |
| 3474 | 2026-08-14T17:11:34.783Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3475 | 2026-08-14T17:11:35.282Z | [ host-package] Compiling oso v0.27.3 |
| 3476 | 2026-08-14T17:11:35.387Z | [ helios-setup] Aug 14 17:11:34.241 INFO E| Compiling four-cc v0.4.0 |
| 3477 | 2026-08-14T17:11:35.387Z | [ helios-setup] Aug 14 17:11:34.241 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3478 | 2026-08-14T17:11:35.506Z | [ helios-setup] Aug 14 17:11:34.362 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3479 | 2026-08-14T17:11:36.748Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3480 | 2026-08-14T17:11:37.119Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3481 | 2026-08-14T17:11:37.703Z | [ host-package] Compiling ignore v0.4.25 |
| 3482 | 2026-08-14T17:11:38.671Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3483 | 2026-08-14T17:11:38.759Z | [ host-package] Compiling castaway v0.2.4 |
| 3484 | 2026-08-14T17:11:38.869Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3485 | 2026-08-14T17:11:38.927Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3486 | 2026-08-14T17:11:39.134Z | [ host-package] Compiling indoc v2.0.7 |
| 3487 | 2026-08-14T17:11:39.333Z | [ host-package] Compiling compact_str v0.8.1 |
| 3488 | 2026-08-14T17:11:40.219Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3489 | 2026-08-14T17:11:40.354Z | [ host-package] Compiling globwalk v0.9.1 |
| 3490 | 2026-08-14T17:11:40.485Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3491 | 2026-08-14T17:11:40.508Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3492 | 2026-08-14T17:11:41.055Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3493 | 2026-08-14T17:11:41.426Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3494 | 2026-08-14T17:11:41.497Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3495 | 2026-08-14T17:11:41.665Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3496 | 2026-08-14T17:11:41.870Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3497 | 2026-08-14T17:11:41.997Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3498 | 2026-08-14T17:11:42.321Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3499 | 2026-08-14T17:11:42.367Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3500 | 2026-08-14T17:11:42.476Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3501 | 2026-08-14T17:11:42.738Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3502 | 2026-08-14T17:11:42.797Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3503 | 2026-08-14T17:11:42.965Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3504 | 2026-08-14T17:11:43.010Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3505 | 2026-08-14T17:11:43.475Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3506 | 2026-08-14T17:11:43.915Z | [ host-package] Compiling lru v0.12.5 |
| 3507 | 2026-08-14T17:11:43.950Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3508 | 2026-08-14T17:11:44.164Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3509 | 2026-08-14T17:11:44.320Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3510 | 2026-08-14T17:11:44.473Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3511 | 2026-08-14T17:11:44.512Z | [ host-package] Compiling corncobs v0.1.4 |
| 3512 | 2026-08-14T17:11:44.515Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3513 | 2026-08-14T17:11:44.766Z | [ host-package] Compiling cassowary v0.3.0 |
| 3514 | 2026-08-14T17:11:44.831Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3515 | 2026-08-14T17:11:44.834Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3516 | 2026-08-14T17:11:44.874Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3517 | 2026-08-14T17:11:44.927Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3518 | 2026-08-14T17:11:45.100Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3519 | 2026-08-14T17:11:45.490Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3520 | 2026-08-14T17:11:45.517Z | [ host-package] Compiling ratatui v0.29.0 |
| 3521 | 2026-08-14T17:11:45.520Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3522 | 2026-08-14T17:11:46.344Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3523 | 2026-08-14T17:11:47.148Z | [ host-package] Compiling darling v0.13.4 |
| 3524 | 2026-08-14T17:11:47.568Z | [ host-package] Compiling sled v0.34.7 |
| 3525 | 2026-08-14T17:11:48.909Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3526 | 2026-08-14T17:11:49.712Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3527 | 2026-08-14T17:11:49.823Z | [ helios-setup] Aug 14 17:11:48.679 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3528 | 2026-08-14T17:11:49.884Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3529 | 2026-08-14T17:11:50.032Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3530 | 2026-08-14T17:11:50.089Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3531 | 2026-08-14T17:11:50.284Z | [ host-package] Compiling secrecy v0.8.0 |
| 3532 | 2026-08-14T17:11:50.441Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3533 | 2026-08-14T17:11:50.864Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3534 | 2026-08-14T17:11:51.081Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3535 | 2026-08-14T17:11:51.252Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3536 | 2026-08-14T17:11:52.234Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3537 | 2026-08-14T17:11:52.498Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3538 | 2026-08-14T17:11:53.079Z | [ helios-setup] Aug 14 17:11:51.935 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3539 | 2026-08-14T17:11:53.344Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3540 | 2026-08-14T17:11:53.948Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3541 | 2026-08-14T17:11:54.216Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3542 | 2026-08-14T17:11:54.457Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3543 | 2026-08-14T17:11:54.481Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3544 | 2026-08-14T17:11:54.598Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3545 | 2026-08-14T17:11:54.698Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3546 | 2026-08-14T17:11:54.722Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3547 | 2026-08-14T17:11:54.826Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3548 | 2026-08-14T17:11:54.930Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3549 | 2026-08-14T17:11:55.003Z | [ host-package] Compiling void v1.0.2 |
| 3550 | 2026-08-14T17:11:55.174Z | [ host-package] Compiling lzss v0.8.2 |
| 3551 | 2026-08-14T17:11:55.233Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3552 | 2026-08-14T17:11:55.487Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3553 | 2026-08-14T17:11:55.565Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3554 | 2026-08-14T17:11:55.674Z | [ host-package] Compiling serde_with v1.14.0 |
| 3555 | 2026-08-14T17:11:56.376Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3556 | 2026-08-14T17:11:56.421Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3557 | 2026-08-14T17:11:56.619Z | [ host-package] Compiling git2 v0.20.4 |
| 3558 | 2026-08-14T17:11:56.927Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3559 | 2026-08-14T17:11:57.635Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3560 | 2026-08-14T17:11:59.572Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3561 | 2026-08-14T17:12:00.044Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3562 | 2026-08-14T17:12:00.152Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3563 | 2026-08-14T17:12:02.397Z | [ host-package] Compiling scuffle v0.1.0 |
| 3564 | 2026-08-14T17:12:02.884Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3565 | 2026-08-14T17:12:03.138Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3566 | 2026-08-14T17:12:03.828Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3567 | 2026-08-14T17:12:04.633Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3568 | 2026-08-14T17:12:04.889Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3569 | 2026-08-14T17:12:05.125Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3570 | 2026-08-14T17:12:05.265Z | [ host-package] Compiling nix v0.27.1 |
| 3571 | 2026-08-14T17:12:05.288Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3572 | 2026-08-14T17:12:05.348Z | [ helios-setup] Aug 14 17:12:04.205 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.60s |
| 3573 | 2026-08-14T17:12:05.377Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3574 | 2026-08-14T17:12:05.382Z | [ helios-setup] Aug 14 17:12:04.238 INFO building project "amd-host-image-builder" ok (46 seconds) |
| 3575 | 2026-08-14T17:12:05.382Z | [ helios-setup] Aug 14 17:12:04.239 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3576 | 2026-08-14T17:12:05.391Z | [ helios-setup] Aug 14 17:12:04.247 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3577 | 2026-08-14T17:12:05.391Z | [ helios-setup] Aug 14 17:12:04.247 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3578 | 2026-08-14T17:12:05.393Z | [ helios-setup] Aug 14 17:12:04.247 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3579 | 2026-08-14T17:12:05.499Z | [ helios-setup] Aug 14 17:12:04.355 INFO E| Blocking waiting for file lock on package cache |
| 3580 | 2026-08-14T17:12:05.607Z | [ host-package] Compiling atty v0.2.14 |
| 3581 | 2026-08-14T17:12:05.756Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3582 | 2026-08-14T17:12:05.798Z | [ host-package] Compiling libsw v3.5.0 |
| 3583 | 2026-08-14T17:12:06.030Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3584 | 2026-08-14T17:12:06.107Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3585 | 2026-08-14T17:12:06.130Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3586 | 2026-08-14T17:12:06.430Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3587 | 2026-08-14T17:12:06.508Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3588 | 2026-08-14T17:12:06.607Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3589 | 2026-08-14T17:12:08.574Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3590 | 2026-08-14T17:12:08.724Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3591 | 2026-08-14T17:12:08.790Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3592 | 2026-08-14T17:12:08.844Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3593 | 2026-08-14T17:12:09.554Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3594 | 2026-08-14T17:12:10.029Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3595 | 2026-08-14T17:12:10.336Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3596 | 2026-08-14T17:12:10.359Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3597 | 2026-08-14T17:12:10.390Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3598 | 2026-08-14T17:12:10.810Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3599 | 2026-08-14T17:12:11.006Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3600 | 2026-08-14T17:12:12.452Z | [ helios-setup] Aug 14 17:12:11.308 INFO E| Blocking waiting for file lock on package cache |
| 3601 | 2026-08-14T17:12:12.545Z | [ helios-setup] Aug 14 17:12:11.401 INFO E| Blocking waiting for file lock on package cache |
| 3602 | 2026-08-14T17:12:12.728Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3603 | 2026-08-14T17:12:13.747Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3604 | 2026-08-14T17:12:13.876Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3605 | 2026-08-14T17:12:14.372Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3606 | 2026-08-14T17:12:16.096Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3607 | 2026-08-14T17:12:17.246Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3608 | 2026-08-14T17:12:17.677Z | [ helios-setup] Aug 14 17:12:16.533 INFO E| Downloading crates ... |
| 3609 | 2026-08-14T17:12:17.720Z | [ helios-setup] Aug 14 17:12:16.576 INFO E| Downloaded adler2 v2.0.0 |
| 3610 | 2026-08-14T17:12:17.728Z | [ helios-setup] Aug 14 17:12:16.584 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3611 | 2026-08-14T17:12:17.769Z | [ helios-setup] Aug 14 17:12:16.625 INFO E| Compiling adler2 v2.0.0 |
| 3612 | 2026-08-14T17:12:17.866Z | [ helios-setup] Aug 14 17:12:16.722 INFO E| Compiling miniz_oxide v0.8.8 |
| 3613 | 2026-08-14T17:12:18.195Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3614 | 2026-08-14T17:12:18.450Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3615 | 2026-08-14T17:12:18.755Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3616 | 2026-08-14T17:12:19.101Z | [ helios-setup] Aug 14 17:12:17.956 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3617 | 2026-08-14T17:12:19.707Z | [ helios-setup] Aug 14 17:12:18.563 INFO E| Finished `release` profile [optimized] target(s) in 14.30s |
| 3618 | 2026-08-14T17:12:19.718Z | [ helios-setup] Aug 14 17:12:18.574 INFO building project "pinprick" ok (14 seconds) |
| 3619 | 2026-08-14T17:12:19.718Z | [ helios-setup] Aug 14 17:12:18.574 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3620 | 2026-08-14T17:12:19.756Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3621 | 2026-08-14T17:12:19.997Z | [ host-package] Compiling fatfs v0.3.6 |
| 3622 | 2026-08-14T17:12:20.620Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3623 | 2026-08-14T17:12:20.830Z | [ host-package] Compiling yasna v0.5.2 |
| 3624 | 2026-08-14T17:12:21.371Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3625 | 2026-08-14T17:12:21.631Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3626 | 2026-08-14T17:12:21.784Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3627 | 2026-08-14T17:12:21.961Z | [ host-package] Compiling is_ci v1.2.0 |
| 3628 | 2026-08-14T17:12:22.205Z | [ host-package] Compiling supports-color v3.0.2 |
| 3629 | 2026-08-14T17:12:22.248Z | [ host-package] Compiling rcgen v0.12.1 |
| 3630 | 2026-08-14T17:12:22.296Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3631 | 2026-08-14T17:12:22.570Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3632 | 2026-08-14T17:12:23.083Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3633 | 2026-08-14T17:12:24.287Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3634 | 2026-08-14T17:12:25.350Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3635 | 2026-08-14T17:12:25.421Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3636 | 2026-08-14T17:12:25.882Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3637 | 2026-08-14T17:12:26.195Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3638 | 2026-08-14T17:12:26.229Z | [ host-package] Compiling port-file v0.1.0 |
| 3639 | 2026-08-14T17:12:26.508Z | [ host-package] Compiling subprocess v0.2.15 |
| 3640 | 2026-08-14T17:12:26.618Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3641 | 2026-08-14T17:12:26.819Z | [ host-package] Compiling rpassword v7.5.4 |
| 3642 | 2026-08-14T17:12:27.063Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3643 | 2026-08-14T17:12:27.567Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3644 | 2026-08-14T17:12:28.839Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3645 | 2026-08-14T17:12:29.481Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3646 | 2026-08-14T17:12:29.655Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3647 | 2026-08-14T17:12:31.516Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3648 | 2026-08-14T17:12:31.874Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3649 | 2026-08-14T17:12:32.332Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3650 | 2026-08-14T17:12:33.107Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3651 | 2026-08-14T17:12:33.455Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3652 | 2026-08-14T17:12:35.445Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3653 | 2026-08-14T17:12:35.695Z | [ host-package] Compiling uzers v0.12.2 |
| 3654 | 2026-08-14T17:12:37.072Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3655 | 2026-08-14T17:12:37.467Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3656 | 2026-08-14T17:12:37.568Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3657 | 2026-08-14T17:12:38.577Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3658 | 2026-08-14T17:12:39.327Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3659 | 2026-08-14T17:12:39.565Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3660 | 2026-08-14T17:12:41.421Z | [ host-package] Compiling multimap v0.10.1 |
| 3661 | 2026-08-14T17:12:44.289Z | [ helios-setup] Aug 14 17:12:43.145 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')" |
| 3662 | 2026-08-14T17:12:44.289Z | [ helios-setup] Aug 14 17:12:43.145 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3663 | 2026-08-14T17:12:44.298Z | [ helios-setup] Aug 14 17:12:43.155 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3664 | 2026-08-14T17:12:44.298Z | [ helios-setup] Aug 14 17:12:43.155 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3665 | 2026-08-14T17:12:44.301Z | [ helios-setup] Aug 14 17:12:43.155 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3666 | 2026-08-14T17:12:44.410Z | [ helios-setup] Aug 14 17:12:43.266 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3667 | 2026-08-14T17:12:45.053Z | [ helios-setup] Aug 14 17:12:43.909 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3668 | 2026-08-14T17:12:45.053Z | [ helios-setup] Aug 14 17:12:43.909 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3669 | 2026-08-14T17:12:45.100Z | [ helios-setup] Aug 14 17:12:43.955 INFO E| Updating crates.io index |
| 3670 | 2026-08-14T17:12:45.146Z | [ helios-setup] Aug 14 17:12:44.003 INFO E| Downloading crates ... |
| 3671 | 2026-08-14T17:12:45.198Z | [ helios-setup] Aug 14 17:12:44.053 INFO E| Downloaded digest v0.9.0 |
| 3672 | 2026-08-14T17:12:45.206Z | [ helios-setup] Aug 14 17:12:44.062 INFO E| Downloaded glob v0.3.1 |
| 3673 | 2026-08-14T17:12:45.209Z | [ helios-setup] Aug 14 17:12:44.063 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3674 | 2026-08-14T17:12:45.209Z | [ helios-setup] Aug 14 17:12:44.065 INFO E| Downloaded md-5 v0.9.1 |
| 3675 | 2026-08-14T17:12:45.214Z | [ helios-setup] Aug 14 17:12:44.070 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3676 | 2026-08-14T17:12:45.217Z | [ helios-setup] Aug 14 17:12:44.071 INFO E| Downloaded block-buffer v0.9.0 |
| 3677 | 2026-08-14T17:12:45.221Z | [ helios-setup] Aug 14 17:12:44.075 INFO E| Downloaded sha-1 v0.9.8 |
| 3678 | 2026-08-14T17:12:45.227Z | [ helios-setup] Aug 14 17:12:44.083 INFO E| Downloaded errno v0.3.1 |
| 3679 | 2026-08-14T17:12:45.230Z | [ helios-setup] Aug 14 17:12:44.086 INFO E| Downloaded fastrand v2.0.0 |
| 3680 | 2026-08-14T17:12:45.233Z | [ helios-setup] Aug 14 17:12:44.089 INFO E| Downloaded cpufeatures v0.2.9 |
| 3681 | 2026-08-14T17:12:45.240Z | [ helios-setup] Aug 14 17:12:44.097 INFO E| Downloaded unicode-width v0.1.10 |
| 3682 | 2026-08-14T17:12:45.248Z | [ helios-setup] Aug 14 17:12:44.104 INFO E| Downloaded tempfile v3.7.0 |
| 3683 | 2026-08-14T17:12:45.252Z | [ helios-setup] Aug 14 17:12:44.108 INFO E| Downloaded walkdir v2.3.3 |
| 3684 | 2026-08-14T17:12:45.255Z | [ helios-setup] Aug 14 17:12:44.109 INFO E| Downloaded getrandom v0.2.10 |
| 3685 | 2026-08-14T17:12:45.255Z | [ helios-setup] Aug 14 17:12:44.111 INFO E| Downloaded quote v1.0.31 |
| 3686 | 2026-08-14T17:12:45.258Z | [ helios-setup] Aug 14 17:12:44.113 INFO E| Downloaded once_cell v1.18.0 |
| 3687 | 2026-08-14T17:12:45.261Z | [ helios-setup] Aug 14 17:12:44.115 INFO E| Downloaded anyhow v1.0.72 |
| 3688 | 2026-08-14T17:12:45.261Z | [ helios-setup] Aug 14 17:12:44.117 INFO E| Downloaded typenum v1.16.0 |
| 3689 | 2026-08-14T17:12:45.264Z | [ helios-setup] Aug 14 17:12:44.118 INFO E| Downloaded unicode-ident v1.0.11 |
| 3690 | 2026-08-14T17:12:45.264Z | [ helios-setup] Aug 14 17:12:44.120 INFO E| Downloaded bitflags v2.3.3 |
| 3691 | 2026-08-14T17:12:45.267Z | [ helios-setup] Aug 14 17:12:44.121 INFO E| Downloaded uuid v0.8.2 |
| 3692 | 2026-08-14T17:12:45.267Z | [ helios-setup] Aug 14 17:12:44.123 INFO E| Downloaded serde_derive v1.0.193 |
| 3693 | 2026-08-14T17:12:45.270Z | [ helios-setup] Aug 14 17:12:44.126 INFO E| Downloaded toml v0.5.11 |
| 3694 | 2026-08-14T17:12:45.278Z | [ helios-setup] Aug 14 17:12:44.134 INFO E| Downloaded serde v1.0.193 |
| 3695 | 2026-08-14T17:12:45.292Z | [ helios-setup] Aug 14 17:12:44.148 INFO E| Downloaded serde_json v1.0.103 |
| 3696 | 2026-08-14T17:12:45.318Z | [ helios-setup] Aug 14 17:12:44.174 INFO E| Downloaded syn v2.0.32 |
| 3697 | 2026-08-14T17:12:45.324Z | [ helios-setup] Aug 14 17:12:44.180 INFO E| Downloaded rustix v0.38.4 |
| 3698 | 2026-08-14T17:12:45.353Z | [ helios-setup] Aug 14 17:12:44.209 INFO E| Downloaded libc v0.2.147 |
| 3699 | 2026-08-14T17:12:45.419Z | [ helios-setup] Aug 14 17:12:44.275 INFO E| Compiling libc v0.2.147 |
| 3700 | 2026-08-14T17:12:45.451Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling proc-macro2 v1.0.66 |
| 3701 | 2026-08-14T17:12:45.452Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling cfg-if v1.0.0 |
| 3702 | 2026-08-14T17:12:45.452Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling unicode-ident v1.0.11 |
| 3703 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling version_check v0.9.4 |
| 3704 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling typenum v1.16.0 |
| 3705 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.307 INFO E| Compiling serde v1.0.193 |
| 3706 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling time-core v0.1.2 |
| 3707 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling powerfmt v0.2.0 |
| 3708 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling num-conv v0.1.0 |
| 3709 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling rustix v0.38.4 |
| 3710 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling slog v2.7.0 |
| 3711 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling itoa v1.0.9 |
| 3712 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling once_cell v1.18.0 |
| 3713 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling bitflags v2.3.3 |
| 3714 | 2026-08-14T17:12:45.455Z | [ helios-setup] Aug 14 17:12:44.308 INFO E| Compiling num_threads v0.1.6 |
| 3715 | 2026-08-14T17:12:46.205Z | [ helios-setup] Aug 14 17:12:45.060 INFO E| Compiling thread_local v1.1.7 |
| 3716 | 2026-08-14T17:12:46.213Z | [ helios-setup] Aug 14 17:12:45.069 INFO E| Compiling anyhow v1.0.72 |
| 3717 | 2026-08-14T17:12:46.222Z | [ helios-setup] Aug 14 17:12:45.078 INFO E| Compiling opaque-debug v0.3.0 |
| 3718 | 2026-08-14T17:12:46.222Z | [ helios-setup] Aug 14 17:12:45.078 INFO E| Compiling fastrand v2.0.0 |
| 3719 | 2026-08-14T17:12:46.371Z | [ helios-setup] Aug 14 17:12:45.227 INFO E| Compiling serde_json v1.0.103 |
| 3720 | 2026-08-14T17:12:46.398Z | [ helios-setup] Aug 14 17:12:45.254 INFO E| Compiling generic-array v0.14.7 |
| 3721 | 2026-08-14T17:12:46.427Z | [ helios-setup] Aug 14 17:12:45.283 INFO E| Compiling ryu v1.0.15 |
| 3722 | 2026-08-14T17:12:46.590Z | [ helios-setup] Aug 14 17:12:45.446 INFO E| Compiling deranged v0.3.11 |
| 3723 | 2026-08-14T17:12:46.670Z | [ helios-setup] Aug 14 17:12:45.525 INFO E| Compiling same-file v1.0.6 |
| 3724 | 2026-08-14T17:12:46.675Z | [ helios-setup] Aug 14 17:12:45.529 INFO E| Compiling time-macros v0.2.18 |
| 3725 | 2026-08-14T17:12:46.976Z | [ helios-setup] Aug 14 17:12:45.832 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3726 | 2026-08-14T17:12:46.991Z | [ helios-setup] Aug 14 17:12:45.846 INFO E| Compiling errno v0.3.1 |
| 3727 | 2026-08-14T17:12:47.082Z | [ helios-setup] Aug 14 17:12:45.937 INFO E| Compiling atty v0.2.14 |
| 3728 | 2026-08-14T17:12:47.086Z | [ helios-setup] Aug 14 17:12:45.942 INFO E| Compiling getrandom v0.2.10 |
| 3729 | 2026-08-14T17:12:47.118Z | [ helios-setup] Aug 14 17:12:45.973 INFO E| Compiling cpufeatures v0.2.9 |
| 3730 | 2026-08-14T17:12:47.233Z | [ helios-setup] Aug 14 17:12:46.089 INFO E| Compiling dirs-next v2.0.0 |
| 3731 | 2026-08-14T17:12:47.255Z | [ helios-setup] Aug 14 17:12:46.111 INFO E| Compiling unicode-width v0.1.10 |
| 3732 | 2026-08-14T17:12:47.258Z | [ helios-setup] Aug 14 17:12:46.111 INFO E| Compiling walkdir v2.3.3 |
| 3733 | 2026-08-14T17:12:47.290Z | [ helios-setup] Aug 14 17:12:46.146 INFO E| Compiling quote v1.0.31 |
| 3734 | 2026-08-14T17:12:47.291Z | [ helios-setup] Aug 14 17:12:46.146 INFO E| Compiling glob v0.3.1 |
| 3735 | 2026-08-14T17:12:47.378Z | [ helios-setup] Aug 14 17:12:46.230 INFO E| Compiling term v0.7.0 |
| 3736 | 2026-08-14T17:12:47.403Z | [ helios-setup] Aug 14 17:12:46.259 INFO E| Compiling getopts v0.2.21 |
| 3737 | 2026-08-14T17:12:47.437Z | [ helios-setup] Aug 14 17:12:46.292 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3738 | 2026-08-14T17:12:47.599Z | [ helios-setup] Aug 14 17:12:46.455 INFO E| Compiling syn v2.0.32 |
| 3739 | 2026-08-14T17:12:48.293Z | [ helios-setup] Aug 14 17:12:47.149 INFO E| Compiling digest v0.9.0 |
| 3740 | 2026-08-14T17:12:48.293Z | [ helios-setup] Aug 14 17:12:47.149 INFO E| Compiling block-buffer v0.9.0 |
| 3741 | 2026-08-14T17:12:48.454Z | [ helios-setup] Aug 14 17:12:47.310 INFO E| Compiling sha-1 v0.9.8 |
| 3742 | 2026-08-14T17:12:48.454Z | [ helios-setup] Aug 14 17:12:47.310 INFO E| Compiling md-5 v0.9.1 |
| 3743 | 2026-08-14T17:12:48.713Z | [ helios-setup] Aug 14 17:12:47.569 INFO E| Compiling time v0.3.36 |
| 3744 | 2026-08-14T17:12:48.781Z | [ helios-setup] Aug 14 17:12:47.637 INFO E| Compiling tempfile v3.7.0 |
| 3745 | 2026-08-14T17:12:49.633Z | [ helios-setup] Aug 14 17:12:48.489 INFO E| Compiling serde_derive v1.0.193 |
| 3746 | 2026-08-14T17:12:49.699Z | [ helios-setup] Aug 14 17:12:48.555 INFO E| Compiling slog-term v2.9.0 |
| 3747 | 2026-08-14T17:12:50.946Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3748 | 2026-08-14T17:12:54.601Z | [ helios-setup] Aug 14 17:12:53.456 INFO E| Compiling toml v0.5.11 |
| 3749 | 2026-08-14T17:12:54.601Z | [ helios-setup] Aug 14 17:12:53.456 INFO E| Compiling uuid v0.8.2 |
| 3750 | 2026-08-14T17:12:55.471Z | [ helios-setup] Aug 14 17:12:54.326 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3751 | 2026-08-14T17:12:56.137Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3752 | 2026-08-14T17:12:56.349Z | [ helios-setup] Aug 14 17:12:55.204 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3753 | 2026-08-14T17:12:59.371Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3754 | 2026-08-14T17:13:00.913Z | [ helios-setup] Aug 14 17:12:59.769 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s |
| 3755 | 2026-08-14T17:13:00.938Z | [ helios-setup] Aug 14 17:12:59.793 INFO building project "image-builder" ok (16 seconds) |
| 3756 | 2026-08-14T17:13:00.938Z | [ helios-setup] Aug 14 17:12:59.794 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3757 | 2026-08-14T17:13:00.952Z | [ helios-setup] Aug 14 17:12:59.803 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3758 | 2026-08-14T17:13:00.952Z | [ helios-setup] Aug 14 17:12:59.803 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3759 | 2026-08-14T17:13:00.952Z | [ helios-setup] Aug 14 17:12:59.803 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3760 | 2026-08-14T17:13:01.106Z | [ helios-setup] Aug 14 17:12:59.923 INFO E| Downloading crates ... |
| 3761 | 2026-08-14T17:13:01.121Z | [ helios-setup] Aug 14 17:12:59.977 INFO E| Downloaded typenum v1.15.0 |
| 3762 | 2026-08-14T17:13:01.126Z | [ helios-setup] Aug 14 17:12:59.982 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3763 | 2026-08-14T17:13:01.130Z | [ helios-setup] Aug 14 17:12:59.984 INFO E| Downloaded cpufeatures v0.2.5 |
| 3764 | 2026-08-14T17:13:01.130Z | [ helios-setup] Aug 14 17:12:59.985 INFO E| Downloaded generic-array v0.14.6 |
| 3765 | 2026-08-14T17:13:01.133Z | [ helios-setup] Aug 14 17:12:59.986 INFO E| Downloaded block-buffer v0.10.3 |
| 3766 | 2026-08-14T17:13:01.133Z | [ helios-setup] Aug 14 17:12:59.987 INFO E| Downloaded digest v0.10.3 |
| 3767 | 2026-08-14T17:13:01.137Z | [ helios-setup] Aug 14 17:12:59.990 INFO E| Downloaded sha2 v0.10.5 |
| 3768 | 2026-08-14T17:13:01.137Z | [ helios-setup] Aug 14 17:12:59.993 INFO E| Downloaded anyhow v1.0.62 |
| 3769 | 2026-08-14T17:13:01.141Z | [ helios-setup] Aug 14 17:12:59.997 INFO E| Downloaded bytes v1.2.1 |
| 3770 | 2026-08-14T17:13:01.144Z | [ helios-setup] Aug 14 17:12:59.999 INFO E| Downloaded flate2 v1.0.25 |
| 3771 | 2026-08-14T17:13:01.192Z | [ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling version_check v0.9.4 |
| 3772 | 2026-08-14T17:13:01.195Z | [ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling typenum v1.15.0 |
| 3773 | 2026-08-14T17:13:01.195Z | [ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling cfg-if v1.0.0 |
| 3774 | 2026-08-14T17:13:01.195Z | [ helios-setup] Aug 14 17:13:00.048 INFO E| Compiling crc32fast v1.3.2 |
| 3775 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling anyhow v1.0.62 |
| 3776 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling adler v1.0.2 |
| 3777 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling cpufeatures v0.2.5 |
| 3778 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling unicode-width v0.1.10 |
| 3779 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling bitflags v1.3.2 |
| 3780 | 2026-08-14T17:13:01.199Z | [ helios-setup] Aug 14 17:13:00.054 INFO E| Compiling bytes v1.2.1 |
| 3781 | 2026-08-14T17:13:01.331Z | [ helios-setup] Aug 14 17:13:00.187 INFO E| Compiling getopts v0.2.21 |
| 3782 | 2026-08-14T17:13:01.340Z | [ helios-setup] Aug 14 17:13:00.196 INFO E| Compiling miniz_oxide v0.6.2 |
| 3783 | 2026-08-14T17:13:01.789Z | [ helios-setup] Aug 14 17:13:00.644 INFO E| Compiling generic-array v0.14.6 |
| 3784 | 2026-08-14T17:13:01.956Z | [ helios-setup] Aug 14 17:13:00.812 INFO E| Compiling flate2 v1.0.25 |
| 3785 | 2026-08-14T17:13:03.305Z | [ helios-setup] Aug 14 17:13:02.159 INFO E| Compiling block-buffer v0.10.3 |
| 3786 | 2026-08-14T17:13:03.306Z | [ helios-setup] Aug 14 17:13:02.159 INFO E| Compiling crypto-common v0.1.6 |
| 3787 | 2026-08-14T17:13:03.419Z | [ helios-setup] Aug 14 17:13:02.273 INFO E| Compiling digest v0.10.3 |
| 3788 | 2026-08-14T17:13:03.697Z | [ helios-setup] Aug 14 17:13:02.553 INFO E| Compiling sha2 v0.10.5 |
| 3789 | 2026-08-14T17:13:03.935Z | [ helios-setup] Aug 14 17:13:02.791 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3790 | 2026-08-14T17:13:05.154Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3791 | 2026-08-14T17:13:06.026Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3792 | 2026-08-14T17:13:06.618Z | [ helios-setup] Aug 14 17:13:05.473 INFO E| Finished `release` profile [optimized] target(s) in 5.65s |
| 3793 | 2026-08-14T17:13:06.631Z | [ helios-setup] Aug 14 17:13:05.487 INFO building project "bootserver" ok (5 seconds) |
| 3794 | 2026-08-14T17:13:06.634Z | [ helios-setup] rm -f helios-build |
| 3795 | 2026-08-14T17:13:06.634Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3796 | 2026-08-14T17:13:06.637Z | [ helios-setup] |
| 3797 | 2026-08-14T17:13:06.641Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3798 | 2026-08-14T17:13:06.641Z | [ helios-setup] |
| 3799 | 2026-08-14T17:13:06.641Z | [ helios-setup] |
| 3800 | 2026-08-14T17:13:06.641Z | [ helios-setup] real 3:17.342027987 |
| 3801 | 2026-08-14T17:13:06.641Z | [ helios-setup] user 7:03.336621473 |
| 3802 | 2026-08-14T17:13:06.641Z | [ helios-setup] sys 1:19.203277627 |
| 3803 | 2026-08-14T17:13:06.641Z | [ helios-setup] trap 0.493609300 |
| 3804 | 2026-08-14T17:13:06.641Z | [ helios-setup] tflt 2.691959824 |
| 3805 | 2026-08-14T17:13:06.641Z | [ helios-setup] dflt 9.013237489 |
| 3806 | 2026-08-14T17:13:06.641Z | [ helios-setup] kflt 0.024010875 |
| 3807 | 2026-08-14T17:13:06.641Z | [ helios-setup] lock 1:01:57.484036806 |
| 3808 | 2026-08-14T17:13:06.641Z | [ helios-setup] slp 39:30.230431469 |
| 3809 | 2026-08-14T17:13:06.641Z | [ helios-setup] lat 7:11.869815650 |
| 3810 | 2026-08-14T17:13:06.641Z | [ helios-setup] stop 1:40.808241695 |
| 3811 | 2026-08-14T17:13:06.644Z | Aug 14 17:13:05.498 INFO [helios-setup] process exited with exit status: 0 (197.345080461s) |
| 3812 | 2026-08-14T17:13:06.645Z | Aug 14 17:13:05.498 INFO [helios-record] running task |
| 3813 | 2026-08-14T17:13:06.645Z | Aug 14 17:13:05.498 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3814 | 2026-08-14T17:13:06.648Z | Aug 14 17:13:05.502 DEBG process exited with exit status: 0 (4.411015ms) |
| 3815 | 2026-08-14T17:13:06.648Z | Aug 14 17:13:05.502 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3816 | 2026-08-14T17:13:06.652Z | Aug 14 17:13:05.506 DEBG process exited with exit status: 0 (3.936965ms) |
| 3817 | 2026-08-14T17:13:06.652Z | Aug 14 17:13:05.506 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3818 | 2026-08-14T17:13:06.655Z | Aug 14 17:13:05.510 DEBG process exited with exit status: 0 (3.738654ms) |
| 3819 | 2026-08-14T17:13:06.655Z | Aug 14 17:13:05.510 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3820 | 2026-08-14T17:13:06.658Z | Aug 14 17:13:05.514 DEBG process exited with exit status: 0 (4.277185ms) |
| 3821 | 2026-08-14T17:13:06.658Z | Aug 14 17:13:05.514 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3822 | 2026-08-14T17:13:06.661Z | Aug 14 17:13:05.518 DEBG process exited with exit status: 0 (3.442084ms) |
| 3823 | 2026-08-14T17:13:06.661Z | Aug 14 17:13:05.518 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3824 | 2026-08-14T17:13:06.665Z | Aug 14 17:13:05.521 DEBG process exited with exit status: 0 (3.326354ms) |
| 3825 | 2026-08-14T17:13:06.665Z | Aug 14 17:13:05.521 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3826 | 2026-08-14T17:13:06.668Z | Aug 14 17:13:05.524 DEBG process exited with exit status: 0 (3.065933ms) |
| 3827 | 2026-08-14T17:13:06.668Z | Aug 14 17:13:05.524 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3828 | 2026-08-14T17:13:06.671Z | Aug 14 17:13:05.527 DEBG process exited with exit status: 0 (3.062974ms) |
| 3829 | 2026-08-14T17:13:06.671Z | Aug 14 17:13:05.527 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3830 | 2026-08-14T17:13:06.674Z | Aug 14 17:13:05.530 DEBG process exited with exit status: 0 (3.172263ms) |
| 3831 | 2026-08-14T17:13:06.677Z | Aug 14 17:13:05.531 INFO [helios-record] task succeeded (33.046448ms) |
| 3832 | 2026-08-14T17:25:09.483Z | [ host-package] Finished `release` profile [optimized] target(s) in 14m 41s |
| 3833 | 2026-08-14T17:25:59.826Z | Aug 14 17:25:58.680 INFO [host-package] process exited with exit status: 0 (932.17348654s) |
| 3834 | 2026-08-14T17:25:59.826Z | Aug 14 17:25:58.680 INFO [host-libraries] running task |
| 3835 | 2026-08-14T17:25:59.826Z | Aug 14 17:25:58.680 INFO [host-stamp] running task |
| 3836 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.682 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+git1739fed3e65 |
| 3837 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.683 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+git1739fed3e65 |
| 3838 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.683 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+git1739fed3e65 |
| 3839 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.683 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+git1739fed3e65 |
| 3840 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.683 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+git1739fed3e65 |
| 3841 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.684 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+git1739fed3e65 |
| 3842 | 2026-08-14T17:25:59.830Z | Aug 14 17:25:58.684 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+git1739fed3e65 |
| 3843 | 2026-08-14T17:25:59.834Z | Aug 14 17:25:58.684 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+git1739fed3e65 |
| 3844 | 2026-08-14T17:25:59.838Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3845 | 2026-08-14T17:25:59.839Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3846 | 2026-08-14T17:25:59.839Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3847 | 2026-08-14T17:25:59.839Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3848 | 2026-08-14T17:25:59.841Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3849 | 2026-08-14T17:25:59.841Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3850 | 2026-08-14T17:25:59.841Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3851 | 2026-08-14T17:25:59.841Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3852 | 2026-08-14T17:25:59.841Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3853 | 2026-08-14T17:25:59.844Z | Aug 14 17:25:58.697 INFO [stamp-overlay] process exited with exit status: 0 (13.362255ms) |
| 3854 | 2026-08-14T17:25:59.847Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3855 | 2026-08-14T17:25:59.850Z | Aug 14 17:25:58.704 INFO [stamp-oxlog] process exited with exit status: 0 (19.646722ms) |
| 3856 | 2026-08-14T17:25:59.877Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3857 | 2026-08-14T17:25:59.880Z | Aug 14 17:25:58.734 INFO [stamp-crucible-utils] process exited with exit status: 0 (51.675159ms) |
| 3858 | 2026-08-14T17:25:59.884Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3859 | 2026-08-14T17:25:59.886Z | Aug 14 17:25:58.741 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (58.067996ms) |
| 3860 | 2026-08-14T17:26:00.020Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3861 | 2026-08-14T17:26:00.023Z | Aug 14 17:25:58.876 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (192.89302ms) |
| 3862 | 2026-08-14T17:26:00.371Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3863 | 2026-08-14T17:26:00.374Z | Aug 14 17:25:59.229 INFO [stamp-propolis-server] process exited with exit status: 0 (544.804601ms) |
| 3864 | 2026-08-14T17:26:00.462Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3865 | 2026-08-14T17:26:00.465Z | Aug 14 17:25:59.319 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (636.277056ms) |
| 3866 | 2026-08-14T17:26:01.562Z | Aug 14 17:26:00.416 INFO [host-libraries] task succeeded (1.735918681s) |
| 3867 | 2026-08-14T17:26:01.566Z | Aug 14 17:26:00.416 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3868 | 2026-08-14T17:26:01.569Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3869 | 2026-08-14T17:26:02.523Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3870 | 2026-08-14T17:26:03.373Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3871 | 2026-08-14T17:26:06.942Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3872 | 2026-08-14T17:26:06.945Z | Aug 14 17:26:05.799 INFO [stamp-switch-asic] process exited with exit status: 0 (7.115121208s) |
| 3873 | 2026-08-14T17:26:06.945Z | Aug 14 17:26:05.799 INFO [host-stamp] task succeeded (7.119156143s) |
| 3874 | 2026-08-14T17:26:06.945Z | Aug 14 17:26:05.799 INFO [host-proto] running task |
| 3875 | 2026-08-14T17:26:07.469Z | Aug 14 17:26:06.323 INFO [host-proto] task succeeded (523.622297ms) |
| 3876 | 2026-08-14T17:26:07.469Z | Aug 14 17:26:06.323 INFO [host-profile] running task |
| 3877 | 2026-08-14T17:26:07.472Z | Aug 14 17:26:06.323 INFO [host-profile] task succeeded (301.061µs) |
| 3878 | 2026-08-14T17:26:07.472Z | Aug 14 17:26:06.323 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/.tmpUskSdj/proto/host/root -N 'ci 1739fed/${os_short_commit} 2026-08-14 17:09' -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/' |
| 3879 | 2026-08-14T17:26:07.475Z | [ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo' |
| 3880 | 2026-08-14T17:26:07.475Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3881 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3882 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo-mbist' |
| 3883 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3884 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'gimlet' |
| 3885 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3886 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 3887 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3888 | 2026-08-14T17:26:07.478Z | [ host-image] Aug 14 17:26:06.329 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3889 | 2026-08-14T17:26:07.484Z | [ host-image] Aug 14 17:26:06.338 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUskSdj/proto/host/root" |
| 3890 | 2026-08-14T17:26:07.484Z | [ host-image] Aug 14 17:26:06.338 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3891 | 2026-08-14T17:26:07.487Z | [ host-image] Aug 14 17:26:06.338 INFO image builder template: ramdisk-01-os... |
| 3892 | 2026-08-14T17:26:07.487Z | [ host-image] Aug 14 17:26:06.338 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/.tmpUskSdj/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 |
| 3893 | 2026-08-14T17:26:07.496Z | [ host-image] Aug 14 17:26:06.351 INFO O| Aug 14 17:26:06.351 INFO CREATE DATASET: rpool/images/build/host/output |
| 3894 | 2026-08-14T17:26:09.173Z | [ host-image] Aug 14 17:26:08.028 INFO O| Aug 14 17:26:08.028 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3895 | 2026-08-14T17:26:09.177Z | [ host-image] Aug 14 17:26:08.031 INFO O| Aug 14 17:26:08.031 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3896 | 2026-08-14T17:26:09.418Z | [ host-image] Aug 14 17:26:08.272 INFO O| Aug 14 17:26:08.272 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3897 | 2026-08-14T17:26:09.483Z | [ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3898 | 2026-08-14T17:26:09.483Z | [ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3899 | 2026-08-14T17:26:09.488Z | [ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3900 | 2026-08-14T17:26:09.488Z | [ host-image] Aug 14 17:26:08.337 INFO O| Aug 14 17:26:08.337 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3901 | 2026-08-14T17:26:09.488Z | [ host-image] Aug 14 17:26:08.341 INFO O| Aug 14 17:26:08.341 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3902 | 2026-08-14T17:26:09.695Z | [ host-image] Aug 14 17:26:08.549 INFO O| Aug 14 17:26:08.549 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3903 | 2026-08-14T17:26:09.702Z | [ host-image] Aug 14 17:26:08.556 INFO O| Aug 14 17:26:08.556 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3904 | 2026-08-14T17:26:09.976Z | [ host-image] Aug 14 17:26:08.830 INFO O| Aug 14 17:26:08.830 INFO O| Caching catalogs ... Done |
| 3905 | 2026-08-14T17:26:10.036Z | [ host-image] Aug 14 17:26:08.890 INFO O| Aug 14 17:26:08.890 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3906 | 2026-08-14T17:26:10.036Z | [ host-image] Aug 14 17:26:08.890 INFO O| Aug 14 17:26:08.890 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3907 | 2026-08-14T17:26:10.041Z | [ host-image] Aug 14 17:26:08.896 INFO O| Aug 14 17:26:08.896 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"] |
| 3908 | 2026-08-14T17:26:10.281Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3909 | 2026-08-14T17:26:10.281Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3910 | 2026-08-14T17:26:10.281Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_1_name" is not enabled |
| 3911 | 2026-08-14T17:26:10.284Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3912 | 2026-08-14T17:26:10.284Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_2_name" is not enabled |
| 3913 | 2026-08-14T17:26:10.284Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3914 | 2026-08-14T17:26:10.284Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO skip step because feature "publisher_3_name" is not enabled |
| 3915 | 2026-08-14T17:26:10.284Z | [ host-image] Aug 14 17:26:09.135 INFO O| Aug 14 17:26:09.135 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3916 | 2026-08-14T17:26:10.591Z | [ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO variant opensolaris.zone is already global |
| 3917 | 2026-08-14T17:26:10.591Z | [ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3918 | 2026-08-14T17:26:10.591Z | [ host-image] Aug 14 17:26:09.445 INFO O| Aug 14 17:26:09.445 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3919 | 2026-08-14T17:26:10.904Z | [ host-image] Aug 14 17:26:09.758 INFO O| Aug 14 17:26:09.758 INFO variant opensolaris.imagetype is full; changing to partial |
| 3920 | 2026-08-14T17:26:10.904Z | [ host-image] Aug 14 17:26:09.758 INFO O| Aug 14 17:26:09.758 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3921 | 2026-08-14T17:26:12.343Z | [ host-image] Aug 14 17:26:11.197 INFO O| Aug 14 17:26:11.197 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3922 | 2026-08-14T17:26:12.681Z | [ host-image] Aug 14 17:26:11.535 INFO O| Aug 14 17:26:11.535 INFO O| Startup: Caching catalogs ... Done |
| 3923 | 2026-08-14T17:26:12.692Z | [ host-image] Aug 14 17:26:11.546 INFO O| Aug 14 17:26:11.546 INFO O| Planning: Planning completed in 0.00 seconds |
| 3924 | 2026-08-14T17:26:12.696Z | [ host-image] Aug 14 17:26:11.546 INFO O| Aug 14 17:26:11.546 INFO O| Planning: Consolidating action changes ... Done |
| 3925 | 2026-08-14T17:26:12.696Z | [ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Planning: Evaluating mediators ... Done |
| 3926 | 2026-08-14T17:26:12.696Z | [ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Planning: Planning completed in 0.00 seconds |
| 3927 | 2026-08-14T17:26:12.696Z | [ host-image] Aug 14 17:26:11.547 INFO O| Aug 14 17:26:11.547 INFO O| Variants/Facets to change: 1 |
| 3928 | 2026-08-14T17:26:12.701Z | [ host-image] Aug 14 17:26:11.555 INFO O| Aug 14 17:26:11.555 INFO O| Finalize: Updating package state database ... Done |
| 3929 | 2026-08-14T17:26:12.701Z | [ host-image] Aug 14 17:26:11.555 INFO O| Aug 14 17:26:11.555 INFO O| Finalize: Updating package cache ... Done |
| 3930 | 2026-08-14T17:26:12.755Z | [ host-image] Aug 14 17:26:11.609 INFO O| Aug 14 17:26:11.609 INFO O| Finalize: Updating image state ... Done |
| 3931 | 2026-08-14T17:26:12.763Z | [ host-image] Aug 14 17:26:11.617 INFO O| Aug 14 17:26:11.617 INFO O| Finalize: Creating fast lookup database ... Done |
| 3932 | 2026-08-14T17:26:12.766Z | [ host-image] Aug 14 17:26:11.617 INFO O| Aug 14 17:26:11.617 INFO O| Finalize: Reading search index ... Done |
| 3933 | 2026-08-14T17:26:12.766Z | [ host-image] Aug 14 17:26:11.618 INFO O| Aug 14 17:26:11.618 INFO O| Finalize: Updating search index ... Done |
| 3934 | 2026-08-14T17:26:12.766Z | [ host-image] Aug 14 17:26:11.618 INFO O| Aug 14 17:26:11.618 INFO O| Finalize: Updating package cache ... Done |
| 3935 | 2026-08-14T17:26:12.924Z | [ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3936 | 2026-08-14T17:26:12.924Z | [ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3937 | 2026-08-14T17:26:12.927Z | [ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO skip step because feature "debug_variant" is not enabled |
| 3938 | 2026-08-14T17:26:12.927Z | [ host-image] Aug 14 17:26:11.777 INFO O| Aug 14 17:26:11.777 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3939 | 2026-08-14T17:26:13.166Z | [ host-image] Aug 14 17:26:12.020 INFO O| Aug 14 17:26:12.020 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3940 | 2026-08-14T17:26:14.511Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.82s |
| 3941 | 2026-08-14T17:26:14.538Z | [ host-image] Aug 14 17:26:13.393 INFO O| Aug 14 17:26:13.393 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3942 | 2026-08-14T17:26:14.886Z | [ host-image] Aug 14 17:26:13.740 INFO O| Aug 14 17:26:13.740 INFO O| Startup: Caching catalogs ... Done |
| 3943 | 2026-08-14T17:26:14.903Z | [ host-image] Aug 14 17:26:13.751 INFO O| Aug 14 17:26:13.751 INFO O| Planning: Planning completed in 0.00 seconds |
| 3944 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Consolidating action changes ... Done |
| 3945 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Evaluating mediators ... Done |
| 3946 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Planning: Planning completed in 0.00 seconds |
| 3947 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.752 INFO O| Aug 14 17:26:13.752 INFO O| Variants/Facets to change: 1 |
| 3948 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.761 INFO O| Aug 14 17:26:13.761 INFO O| Finalize: Updating package state database ... Done |
| 3949 | 2026-08-14T17:26:14.908Z | [ host-image] Aug 14 17:26:13.761 INFO O| Aug 14 17:26:13.761 INFO O| Finalize: Updating package cache ... Done |
| 3950 | 2026-08-14T17:26:14.961Z | [ host-image] Aug 14 17:26:13.813 INFO O| Aug 14 17:26:13.813 INFO O| Finalize: Updating image state ... Done |
| 3951 | 2026-08-14T17:26:14.967Z | [ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Creating fast lookup database ... Done |
| 3952 | 2026-08-14T17:26:14.970Z | [ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Reading search index ... Done |
| 3953 | 2026-08-14T17:26:14.970Z | [ host-image] Aug 14 17:26:13.821 INFO O| Aug 14 17:26:13.821 INFO O| Finalize: Updating search index ... Done |
| 3954 | 2026-08-14T17:26:14.970Z | [ host-image] Aug 14 17:26:13.822 INFO O| Aug 14 17:26:13.822 INFO O| Finalize: Updating package cache ... Done |
| 3955 | 2026-08-14T17:26:15.141Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3956 | 2026-08-14T17:26:15.141Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3957 | 2026-08-14T17:26:15.145Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO skip step because feature "recovery" is not enabled |
| 3958 | 2026-08-14T17:26:15.145Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3959 | 2026-08-14T17:26:15.145Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO skip step because feature "recovery" is not enabled |
| 3960 | 2026-08-14T17:26:15.145Z | [ host-image] Aug 14 17:26:13.995 INFO O| Aug 14 17:26:13.995 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3961 | 2026-08-14T17:26:15.148Z | [ host-image] Aug 14 17:26:14.002 INFO O| Aug 14 17:26:14.002 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"] |
| 3962 | 2026-08-14T17:26:16.556Z | [ host-image] Aug 14 17:26:15.410 INFO O| Aug 14 17:26:15.410 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3963 | 2026-08-14T17:26:16.813Z | Aug 14 17:26:15.667 INFO [recovery-package] process exited with exit status: 0 (15.251267782s) |
| 3964 | 2026-08-14T17:26:16.813Z | Aug 14 17:26:15.667 INFO [recovery-libraries] running task |
| 3965 | 2026-08-14T17:26:16.813Z | Aug 14 17:26:15.667 INFO [recovery-stamp] running task |
| 3966 | 2026-08-14T17:26:16.817Z | Aug 14 17:26:15.668 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+git1739fed3e65 |
| 3967 | 2026-08-14T17:26:16.817Z | Aug 14 17:26:15.668 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1739fed3e65 |
| 3968 | 2026-08-14T17:26:16.821Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3969 | 2026-08-14T17:26:16.823Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3970 | 2026-08-14T17:26:16.863Z | Aug 14 17:26:15.718 INFO [recovery-libraries] task succeeded (50.197337ms) |
| 3971 | 2026-08-14T17:26:16.866Z | Aug 14 17:26:15.718 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 3972 | 2026-08-14T17:26:16.914Z | [ host-image] Aug 14 17:26:15.768 INFO O| Aug 14 17:26:15.768 INFO O| Startup: Caching catalogs ... Done |
| 3973 | 2026-08-14T17:26:16.926Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3974 | 2026-08-14T17:26:16.929Z | Aug 14 17:26:15.783 INFO [stamp-installinator] process exited with exit status: 0 (114.48672ms) |
| 3975 | 2026-08-14T17:26:16.988Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3976 | 2026-08-14T17:26:16.991Z | Aug 14 17:26:15.845 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.458702ms) |
| 3977 | 2026-08-14T17:26:16.991Z | Aug 14 17:26:15.845 INFO [recovery-stamp] task succeeded (177.918882ms) |
| 3978 | 2026-08-14T17:26:16.991Z | Aug 14 17:26:15.845 INFO [recovery-proto] running task |
| 3979 | 2026-08-14T17:26:16.991Z | Aug 14 17:26:15.845 INFO [tuf-stamp] running task |
| 3980 | 2026-08-14T17:26:16.994Z | Aug 14 17:26:15.846 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+git1739fed3e65 |
| 3981 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.847 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+git1739fed3e65 |
| 3982 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.847 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+git1739fed3e65 |
| 3983 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.847 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+git1739fed3e65 |
| 3984 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.847 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+git1739fed3e65 |
| 3985 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.848 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+git1739fed3e65 |
| 3986 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.848 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+git1739fed3e65 |
| 3987 | 2026-08-14T17:26:16.995Z | Aug 14 17:26:15.849 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+git1739fed3e65 |
| 3988 | 2026-08-14T17:26:16.998Z | Aug 14 17:26:15.849 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+git1739fed3e65 |
| 3989 | 2026-08-14T17:26:16.998Z | Aug 14 17:26:15.849 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+git1739fed3e65 |
| 3990 | 2026-08-14T17:26:16.998Z | Aug 14 17:26:15.849 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+git1739fed3e65 |
| 3991 | 2026-08-14T17:26:16.998Z | Aug 14 17:26:15.850 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+git1739fed3e65 |
| 3992 | 2026-08-14T17:26:17.001Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3993 | 2026-08-14T17:26:17.001Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3994 | 2026-08-14T17:26:17.004Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3995 | 2026-08-14T17:26:17.004Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3996 | 2026-08-14T17:26:17.004Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3997 | 2026-08-14T17:26:17.004Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3998 | 2026-08-14T17:26:17.005Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3999 | 2026-08-14T17:26:17.005Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4000 | 2026-08-14T17:26:17.005Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4001 | 2026-08-14T17:26:17.005Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4002 | 2026-08-14T17:26:17.005Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4003 | 2026-08-14T17:26:17.005Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4004 | 2026-08-14T17:26:17.049Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4005 | 2026-08-14T17:26:17.053Z | Aug 14 17:26:15.907 INFO [stamp-probe] process exited with exit status: 0 (60.706079ms) |
| 4006 | 2026-08-14T17:26:17.121Z | Aug 14 17:26:15.976 INFO [recovery-proto] task succeeded (130.280509ms) |
| 4007 | 2026-08-14T17:26:17.121Z | Aug 14 17:26:15.976 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/.tmpUskSdj/proto/recovery/root -N 'recovery 1739fed/${os_short_commit} 2026-08-14 17:09' -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/' |
| 4008 | 2026-08-14T17:26:17.128Z | [ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo-mbist' |
| 4009 | 2026-08-14T17:26:17.128Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4010 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'gimlet' |
| 4011 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4012 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4013 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo' |
| 4014 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4015 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4016 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4017 | 2026-08-14T17:26:17.131Z | [ recovery-image] Aug 14 17:26:15.982 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4018 | 2026-08-14T17:26:17.138Z | [ recovery-image] Aug 14 17:26:15.992 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUskSdj/proto/recovery/root" |
| 4019 | 2026-08-14T17:26:17.138Z | [ recovery-image] Aug 14 17:26:15.992 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4020 | 2026-08-14T17:26:17.141Z | [ recovery-image] Aug 14 17:26:15.993 INFO image builder template: ramdisk-01-os... |
| 4021 | 2026-08-14T17:26:17.141Z | [ recovery-image] Aug 14 17:26:15.993 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/.tmpUskSdj/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 |
| 4022 | 2026-08-14T17:26:17.154Z | [ recovery-image] Aug 14 17:26:16.008 INFO O| Aug 14 17:26:16.008 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4023 | 2026-08-14T17:26:17.393Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4024 | 2026-08-14T17:26:17.431Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4025 | 2026-08-14T17:26:17.509Z | [ recovery-image] Aug 14 17:26:16.363 INFO O| Aug 14 17:26:16.363 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4026 | 2026-08-14T17:26:17.513Z | [ recovery-image] Aug 14 17:26:16.367 INFO O| Aug 14 17:26:16.367 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4027 | 2026-08-14T17:26:17.548Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4028 | 2026-08-14T17:26:17.552Z | Aug 14 17:26:16.406 INFO [stamp-ntp] process exited with exit status: 0 (559.368879ms) |
| 4029 | 2026-08-14T17:26:17.651Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4030 | 2026-08-14T17:26:17.655Z | Aug 14 17:26:16.509 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (659.850123ms) |
| 4031 | 2026-08-14T17:26:17.839Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4032 | 2026-08-14T17:26:17.842Z | Aug 14 17:26:16.696 INFO [stamp-internal-dns] process exited with exit status: 0 (848.647379ms) |
| 4033 | 2026-08-14T17:26:17.847Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4034 | 2026-08-14T17:26:17.850Z | Aug 14 17:26:16.705 INFO [stamp-external-dns] process exited with exit status: 0 (856.180818ms) |
| 4035 | 2026-08-14T17:26:17.857Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4036 | 2026-08-14T17:26:17.860Z | Aug 14 17:26:16.714 INFO [stamp-crucible-zone] process exited with exit status: 0 (867.236609ms) |
| 4037 | 2026-08-14T17:26:18.073Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4038 | 2026-08-14T17:26:18.076Z | Aug 14 17:26:16.930 INFO [stamp-oximeter] process exited with exit status: 0 (1.079928143s) |
| 4039 | 2026-08-14T17:26:18.362Z | [ recovery-image] Aug 14 17:26:17.216 INFO O| Aug 14 17:26:17.216 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4040 | 2026-08-14T17:26:18.741Z | [ host-image] Aug 14 17:26:17.595 INFO O| Aug 14 17:26:17.595 INFO O| Planning: Solver setup ... Done |
| 4041 | 2026-08-14T17:26:18.780Z | [ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4042 | 2026-08-14T17:26:18.780Z | [ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4043 | 2026-08-14T17:26:18.783Z | [ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4044 | 2026-08-14T17:26:18.783Z | [ recovery-image] Aug 14 17:26:17.634 INFO O| Aug 14 17:26:17.634 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4045 | 2026-08-14T17:26:18.786Z | [ recovery-image] Aug 14 17:26:17.640 INFO O| Aug 14 17:26:17.640 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4046 | 2026-08-14T17:26:18.889Z | [ host-image] Aug 14 17:26:17.742 INFO O| Aug 14 17:26:17.742 INFO O| Planning: Running solver ... Done |
| 4047 | 2026-08-14T17:26:18.926Z | [ host-image] Aug 14 17:26:17.780 INFO O| Aug 14 17:26:17.780 INFO O| Planning: Finding local manifests ... Done |
| 4048 | 2026-08-14T17:26:18.944Z | [ host-image] Aug 14 17:26:17.798 INFO O| Aug 14 17:26:17.798 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4049 | 2026-08-14T17:26:19.650Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4050 | 2026-08-14T17:26:19.654Z | Aug 14 17:26:18.508 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.661685587s) |
| 4051 | 2026-08-14T17:26:20.681Z | [ host-image] Aug 14 17:26:19.536 INFO O| Aug 14 17:26:19.535 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4052 | 2026-08-14T17:26:21.081Z | [ host-image] Aug 14 17:26:19.934 INFO O| Aug 14 17:26:19.934 INFO O| Planning: Package planning ... Done |
| 4053 | 2026-08-14T17:26:21.525Z | [ host-image] Aug 14 17:26:20.379 INFO O| Aug 14 17:26:20.379 INFO O| Planning: Merging actions ... Done |
| 4054 | 2026-08-14T17:26:21.630Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4055 | 2026-08-14T17:26:21.634Z | Aug 14 17:26:20.488 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.638413233s) |
| 4056 | 2026-08-14T17:26:21.647Z | [ host-image] Aug 14 17:26:20.501 INFO O| Aug 14 17:26:20.501 INFO O| Planning: Checking for conflicting actions ... Done |
| 4057 | 2026-08-14T17:26:21.753Z | [ host-image] Aug 14 17:26:20.606 INFO O| Aug 14 17:26:20.606 INFO O| Planning: Consolidating action changes ... Done |
| 4058 | 2026-08-14T17:26:21.928Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4059 | 2026-08-14T17:26:21.933Z | Aug 14 17:26:20.786 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.937382734s) |
| 4060 | 2026-08-14T17:26:21.936Z | [ host-image] Aug 14 17:26:20.786 INFO O| Aug 14 17:26:20.786 INFO O| Planning: Evaluating mediators ... Done |
| 4061 | 2026-08-14T17:26:21.969Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4062 | 2026-08-14T17:26:21.972Z | Aug 14 17:26:20.827 INFO [stamp-clickhouse] process exited with exit status: 0 (4.97818409s) |
| 4063 | 2026-08-14T17:26:22.340Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4064 | 2026-08-14T17:26:22.343Z | Aug 14 17:26:21.197 INFO [stamp-nexus] process exited with exit status: 0 (5.349963894s) |
| 4065 | 2026-08-14T17:26:22.343Z | Aug 14 17:26:21.197 INFO [tuf-stamp] task succeeded (5.352079467s) |
| 4066 | 2026-08-14T17:26:22.343Z | Aug 14 17:26:21.197 INFO [tuf-v2-zones] running task |
| 4067 | 2026-08-14T17:26:22.449Z | Aug 14 17:26:21.304 INFO [tuf-v2-zones] task succeeded (106.228102ms) |
| 4068 | 2026-08-14T17:26:22.505Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4069 | 2026-08-14T17:26:22.505Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4070 | 2026-08-14T17:26:22.505Z | [verify-libraries] Compiling debug-ignore v1.0.5 |
| 4071 | 2026-08-14T17:26:22.508Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4072 | 2026-08-14T17:26:22.508Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4073 | 2026-08-14T17:26:22.508Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4074 | 2026-08-14T17:26:22.508Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4075 | 2026-08-14T17:26:22.508Z | [verify-libraries] Compiling multer v3.1.0 |
| 4076 | 2026-08-14T17:26:22.823Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4077 | 2026-08-14T17:26:22.827Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4078 | 2026-08-14T17:26:22.827Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4079 | 2026-08-14T17:26:22.842Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4080 | 2026-08-14T17:26:22.845Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4081 | 2026-08-14T17:26:22.944Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4082 | 2026-08-14T17:26:22.944Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4083 | 2026-08-14T17:26:22.988Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4084 | 2026-08-14T17:26:22.991Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4085 | 2026-08-14T17:26:23.057Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4086 | 2026-08-14T17:26:23.057Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4087 | 2026-08-14T17:26:23.060Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4088 | 2026-08-14T17:26:23.060Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4089 | 2026-08-14T17:26:23.060Z | [verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4090 | 2026-08-14T17:26:23.161Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4091 | 2026-08-14T17:26:23.227Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4092 | 2026-08-14T17:26:23.227Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4093 | 2026-08-14T17:26:23.230Z | [verify-libraries] Compiling regress v0.10.5 |
| 4094 | 2026-08-14T17:26:23.230Z | [verify-libraries] Compiling instant v0.1.13 |
| 4095 | 2026-08-14T17:26:23.230Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4096 | 2026-08-14T17:26:23.295Z | [ host-image] Aug 14 17:26:22.149 INFO O| Aug 14 17:26:22.149 INFO O| Planning: Planning completed in 6.37 seconds |
| 4097 | 2026-08-14T17:26:23.298Z | [ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Packages to install: 130 |
| 4098 | 2026-08-14T17:26:23.299Z | [ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Mediators to change: 5 |
| 4099 | 2026-08-14T17:26:23.299Z | [ host-image] Aug 14 17:26:22.151 INFO O| Aug 14 17:26:22.151 INFO O| Services to change: 6 |
| 4100 | 2026-08-14T17:26:23.307Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4101 | 2026-08-14T17:26:23.310Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4102 | 2026-08-14T17:26:23.329Z | [ host-image] Aug 14 17:26:22.183 INFO O| Aug 14 17:26:22.183 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete |
| 4103 | 2026-08-14T17:26:23.372Z | [verify-libraries] Compiling backon v1.6.0 |
| 4104 | 2026-08-14T17:26:23.375Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4105 | 2026-08-14T17:26:23.375Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4106 | 2026-08-14T17:26:23.439Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4107 | 2026-08-14T17:26:23.466Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4108 | 2026-08-14T17:26:23.527Z | [verify-libraries] Compiling half v2.7.1 |
| 4109 | 2026-08-14T17:26:23.555Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4110 | 2026-08-14T17:26:23.583Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4111 | 2026-08-14T17:26:23.583Z | [verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4112 | 2026-08-14T17:26:23.664Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4113 | 2026-08-14T17:26:23.688Z | [verify-libraries] Compiling ciborium-io v0.2.2 |
| 4114 | 2026-08-14T17:26:23.737Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4115 | 2026-08-14T17:26:23.768Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4116 | 2026-08-14T17:26:23.768Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4117 | 2026-08-14T17:26:23.768Z | [verify-libraries] Compiling regress v0.11.1 |
| 4118 | 2026-08-14T17:26:23.844Z | [verify-libraries] Compiling ciborium-ll v0.2.2 |
| 4119 | 2026-08-14T17:26:23.867Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4120 | 2026-08-14T17:26:23.891Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4121 | 2026-08-14T17:26:23.915Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4122 | 2026-08-14T17:26:23.962Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4123 | 2026-08-14T17:26:24.005Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4124 | 2026-08-14T17:26:24.054Z | [verify-libraries] Compiling inout v0.1.4 |
| 4125 | 2026-08-14T17:26:24.083Z | [verify-libraries] Compiling ciborium v0.2.2 |
| 4126 | 2026-08-14T17:26:24.140Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4127 | 2026-08-14T17:26:24.163Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4128 | 2026-08-14T17:26:24.221Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4129 | 2026-08-14T17:26:24.260Z | [verify-libraries] Compiling cipher v0.4.4 |
| 4130 | 2026-08-14T17:26:24.315Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4131 | 2026-08-14T17:26:24.385Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4132 | 2026-08-14T17:26:24.421Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4133 | 2026-08-14T17:26:24.459Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4134 | 2026-08-14T17:26:24.488Z | [verify-libraries] Compiling aead v0.5.2 |
| 4135 | 2026-08-14T17:26:24.595Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4136 | 2026-08-14T17:26:24.637Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4137 | 2026-08-14T17:26:24.777Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4138 | 2026-08-14T17:26:24.803Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4139 | 2026-08-14T17:26:24.807Z | [verify-libraries] Compiling itertools v0.15.0 |
| 4140 | 2026-08-14T17:26:24.862Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4141 | 2026-08-14T17:26:24.951Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4142 | 2026-08-14T17:26:25.019Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4143 | 2026-08-14T17:26:25.120Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4144 | 2026-08-14T17:26:25.178Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4145 | 2026-08-14T17:26:25.178Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4146 | 2026-08-14T17:26:25.289Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4147 | 2026-08-14T17:26:25.311Z | [verify-libraries] Compiling glob v0.3.3 |
| 4148 | 2026-08-14T17:26:25.315Z | [verify-libraries] Compiling usdt-macro v0.5.0 |
| 4149 | 2026-08-14T17:26:25.465Z | [ recovery-image] Aug 14 17:26:24.318 INFO O| Aug 14 17:26:24.318 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4150 | 2026-08-14T17:26:25.473Z | [ recovery-image] Aug 14 17:26:24.327 INFO O| Aug 14 17:26:24.327 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4151 | 2026-08-14T17:26:25.548Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4152 | 2026-08-14T17:26:25.591Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4153 | 2026-08-14T17:26:25.668Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4154 | 2026-08-14T17:26:25.783Z | [ recovery-image] Aug 14 17:26:24.636 INFO O| Aug 14 17:26:24.636 INFO O| Caching catalogs ... Done |
| 4155 | 2026-08-14T17:26:25.824Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4156 | 2026-08-14T17:26:25.867Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4157 | 2026-08-14T17:26:25.871Z | [ recovery-image] Aug 14 17:26:24.723 INFO O| Aug 14 17:26:24.723 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4158 | 2026-08-14T17:26:25.871Z | [ recovery-image] Aug 14 17:26:24.723 INFO O| Aug 14 17:26:24.723 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4159 | 2026-08-14T17:26:25.878Z | [ recovery-image] Aug 14 17:26:24.732 INFO O| Aug 14 17:26:24.732 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"] |
| 4160 | 2026-08-14T17:26:25.961Z | [verify-libraries] Compiling usdt-attr-macro v0.5.0 |
| 4161 | 2026-08-14T17:26:26.017Z | [verify-libraries] Compiling memmap v0.7.0 |
| 4162 | 2026-08-14T17:26:26.210Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4163 | 2026-08-14T17:26:26.210Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4164 | 2026-08-14T17:26:26.210Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_1_name" is not enabled |
| 4165 | 2026-08-14T17:26:26.214Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4166 | 2026-08-14T17:26:26.214Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_2_name" is not enabled |
| 4167 | 2026-08-14T17:26:26.214Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4168 | 2026-08-14T17:26:26.214Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO skip step because feature "publisher_3_name" is not enabled |
| 4169 | 2026-08-14T17:26:26.214Z | [ recovery-image] Aug 14 17:26:25.063 INFO O| Aug 14 17:26:25.063 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4170 | 2026-08-14T17:26:26.274Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4171 | 2026-08-14T17:26:26.310Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4172 | 2026-08-14T17:26:26.336Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4173 | 2026-08-14T17:26:26.412Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4174 | 2026-08-14T17:26:26.434Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4175 | 2026-08-14T17:26:26.539Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4176 | 2026-08-14T17:26:26.554Z | [ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO variant opensolaris.zone is already global |
| 4177 | 2026-08-14T17:26:26.554Z | [ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4178 | 2026-08-14T17:26:26.554Z | [ recovery-image] Aug 14 17:26:25.404 INFO O| Aug 14 17:26:25.404 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4179 | 2026-08-14T17:26:26.655Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4180 | 2026-08-14T17:26:26.690Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4181 | 2026-08-14T17:26:26.690Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4182 | 2026-08-14T17:26:26.737Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4183 | 2026-08-14T17:26:26.784Z | [verify-libraries] Compiling colored v3.1.1 |
| 4184 | 2026-08-14T17:26:26.823Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4185 | 2026-08-14T17:26:26.869Z | [ recovery-image] Aug 14 17:26:25.723 INFO O| Aug 14 17:26:25.723 INFO variant opensolaris.imagetype is full; changing to partial |
| 4186 | 2026-08-14T17:26:26.872Z | [ recovery-image] Aug 14 17:26:25.723 INFO O| Aug 14 17:26:25.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4187 | 2026-08-14T17:26:26.939Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4188 | 2026-08-14T17:26:26.965Z | [verify-libraries] Compiling usdt v0.5.0 |
| 4189 | 2026-08-14T17:26:27.058Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4190 | 2026-08-14T17:26:27.082Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4191 | 2026-08-14T17:26:27.085Z | [verify-libraries] Compiling rand v0.10.1 |
| 4192 | 2026-08-14T17:26:27.149Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4193 | 2026-08-14T17:26:27.152Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4194 | 2026-08-14T17:26:27.200Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4195 | 2026-08-14T17:26:27.203Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4196 | 2026-08-14T17:26:27.304Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4197 | 2026-08-14T17:26:27.341Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4198 | 2026-08-14T17:26:27.550Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4199 | 2026-08-14T17:26:27.629Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4200 | 2026-08-14T17:26:27.632Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4201 | 2026-08-14T17:26:27.632Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4202 | 2026-08-14T17:26:27.632Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 4203 | 2026-08-14T17:26:27.735Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4204 | 2026-08-14T17:26:27.841Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4205 | 2026-08-14T17:26:27.880Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4206 | 2026-08-14T17:26:27.963Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4207 | 2026-08-14T17:26:28.008Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4208 | 2026-08-14T17:26:28.037Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4209 | 2026-08-14T17:26:28.040Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4210 | 2026-08-14T17:26:28.108Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4211 | 2026-08-14T17:26:28.204Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4212 | 2026-08-14T17:26:28.234Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4213 | 2026-08-14T17:26:28.269Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4214 | 2026-08-14T17:26:28.304Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4215 | 2026-08-14T17:26:28.340Z | [ host-image] Aug 14 17:26:27.194 INFO O| Aug 14 17:26:27.194 INFO O| Download: 13186/23887 items 119.6/222.8MB 53% complete (24.0M/s) |
| 4216 | 2026-08-14T17:26:28.375Z | [verify-libraries] Compiling toml v0.8.23 |
| 4217 | 2026-08-14T17:26:28.399Z | [verify-libraries] Compiling smf v0.2.3 |
| 4218 | 2026-08-14T17:26:28.444Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4219 | 2026-08-14T17:26:28.509Z | [ recovery-image] Aug 14 17:26:27.363 INFO O| Aug 14 17:26:27.363 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4220 | 2026-08-14T17:26:28.512Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4221 | 2026-08-14T17:26:28.635Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4222 | 2026-08-14T17:26:28.719Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4223 | 2026-08-14T17:26:28.795Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4224 | 2026-08-14T17:26:28.798Z | [verify-libraries] Compiling derive-where v1.6.0 |
| 4225 | 2026-08-14T17:26:28.870Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4226 | 2026-08-14T17:26:28.909Z | [ recovery-image] Aug 14 17:26:27.763 INFO O| Aug 14 17:26:27.763 INFO O| Startup: Caching catalogs ... Done |
| 4227 | 2026-08-14T17:26:28.925Z | [ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Planning completed in 0.00 seconds |
| 4228 | 2026-08-14T17:26:28.925Z | [ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Consolidating action changes ... Done |
| 4229 | 2026-08-14T17:26:28.925Z | [ recovery-image] Aug 14 17:26:27.777 INFO O| Aug 14 17:26:27.777 INFO O| Planning: Evaluating mediators ... Done |
| 4230 | 2026-08-14T17:26:28.925Z | [ recovery-image] Aug 14 17:26:27.778 INFO O| Aug 14 17:26:27.778 INFO O| Planning: Planning completed in 0.00 seconds |
| 4231 | 2026-08-14T17:26:28.925Z | [ recovery-image] Aug 14 17:26:27.778 INFO O| Aug 14 17:26:27.778 INFO O| Variants/Facets to change: 1 |
| 4232 | 2026-08-14T17:26:28.939Z | [ recovery-image] Aug 14 17:26:27.793 INFO O| Aug 14 17:26:27.793 INFO O| Finalize: Updating package state database ... Done |
| 4233 | 2026-08-14T17:26:28.939Z | [ recovery-image] Aug 14 17:26:27.793 INFO O| Aug 14 17:26:27.793 INFO O| Finalize: Updating package cache ... Done |
| 4234 | 2026-08-14T17:26:28.980Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4235 | 2026-08-14T17:26:29.050Z | [ recovery-image] Aug 14 17:26:27.903 INFO O| Aug 14 17:26:27.903 INFO O| Finalize: Updating image state ... Done |
| 4236 | 2026-08-14T17:26:29.064Z | [ recovery-image] Aug 14 17:26:27.918 INFO O| Aug 14 17:26:27.918 INFO O| Finalize: Creating fast lookup database ... Done |
| 4237 | 2026-08-14T17:26:29.067Z | [ recovery-image] Aug 14 17:26:27.919 INFO O| Aug 14 17:26:27.919 INFO O| Finalize: Reading search index ... Done |
| 4238 | 2026-08-14T17:26:29.067Z | [ recovery-image] Aug 14 17:26:27.919 INFO O| Aug 14 17:26:27.919 INFO O| Finalize: Updating search index ... Done |
| 4239 | 2026-08-14T17:26:29.067Z | [ recovery-image] Aug 14 17:26:27.920 INFO O| Aug 14 17:26:27.920 INFO O| Finalize: Updating package cache ... Done |
| 4240 | 2026-08-14T17:26:29.078Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4241 | 2026-08-14T17:26:29.104Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4242 | 2026-08-14T17:26:29.138Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4243 | 2026-08-14T17:26:29.138Z | [verify-libraries] Compiling zone v0.3.1 |
| 4244 | 2026-08-14T17:26:29.218Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4245 | 2026-08-14T17:26:29.312Z | [verify-libraries] Compiling console v0.15.11 |
| 4246 | 2026-08-14T17:26:29.410Z | [ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.263 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4247 | 2026-08-14T17:26:29.410Z | [ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4248 | 2026-08-14T17:26:29.410Z | [ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO skip step because feature "debug_variant" is not enabled |
| 4249 | 2026-08-14T17:26:29.413Z | [ recovery-image] Aug 14 17:26:28.264 INFO O| Aug 14 17:26:28.264 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4250 | 2026-08-14T17:26:29.425Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4251 | 2026-08-14T17:26:29.489Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4252 | 2026-08-14T17:26:29.556Z | [verify-libraries] Compiling resolv-conf v0.7.6 |
| 4253 | 2026-08-14T17:26:29.584Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4254 | 2026-08-14T17:26:29.623Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4255 | 2026-08-14T17:26:29.757Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4256 | 2026-08-14T17:26:29.758Z | [ recovery-image] Aug 14 17:26:28.611 INFO O| Aug 14 17:26:28.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4257 | 2026-08-14T17:26:29.968Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4258 | 2026-08-14T17:26:30.003Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4259 | 2026-08-14T17:26:30.044Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4260 | 2026-08-14T17:26:30.048Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4261 | 2026-08-14T17:26:30.099Z | [verify-libraries] Compiling num v0.4.3 |
| 4262 | 2026-08-14T17:26:30.125Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4263 | 2026-08-14T17:26:30.125Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4264 | 2026-08-14T17:26:30.212Z | [verify-libraries] Compiling linked-hash-map v0.5.6 |
| 4265 | 2026-08-14T17:26:30.241Z | [verify-libraries] Compiling hickory-proto v0.24.4 |
| 4266 | 2026-08-14T17:26:30.272Z | [verify-libraries] Compiling convert_case v0.10.0 |
| 4267 | 2026-08-14T17:26:30.318Z | [verify-libraries] Compiling owo-colors v4.3.0 |
| 4268 | 2026-08-14T17:26:30.318Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4269 | 2026-08-14T17:26:30.321Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4270 | 2026-08-14T17:26:30.469Z | [verify-libraries] Compiling lru-cache v0.1.2 |
| 4271 | 2026-08-14T17:26:30.499Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4272 | 2026-08-14T17:26:30.524Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4273 | 2026-08-14T17:26:30.635Z | [verify-libraries] Compiling nom v7.1.3 |
| 4274 | 2026-08-14T17:26:30.685Z | [verify-libraries] Compiling derive_more-impl v2.1.1 |
| 4275 | 2026-08-14T17:26:30.689Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4276 | 2026-08-14T17:26:30.749Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4277 | 2026-08-14T17:26:30.823Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4278 | 2026-08-14T17:26:30.988Z | [verify-libraries] Compiling vte v0.14.1 |
| 4279 | 2026-08-14T17:26:31.059Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4280 | 2026-08-14T17:26:31.257Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4281 | 2026-08-14T17:26:31.310Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4282 | 2026-08-14T17:26:31.342Z | [ recovery-image] Aug 14 17:26:30.196 INFO O| Aug 14 17:26:30.196 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4283 | 2026-08-14T17:26:31.404Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4284 | 2026-08-14T17:26:31.640Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4285 | 2026-08-14T17:26:31.681Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4286 | 2026-08-14T17:26:31.713Z | [verify-libraries] Compiling derive_more v2.1.1 |
| 4287 | 2026-08-14T17:26:31.752Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4288 | 2026-08-14T17:26:31.774Z | [verify-libraries] Compiling psm v0.1.30 |
| 4289 | 2026-08-14T17:26:31.777Z | [ recovery-image] Aug 14 17:26:30.629 INFO O| Aug 14 17:26:30.629 INFO O| Startup: Caching catalogs ... Done |
| 4290 | 2026-08-14T17:26:31.789Z | [ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Planning completed in 0.00 seconds |
| 4291 | 2026-08-14T17:26:31.792Z | [ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Consolidating action changes ... Done |
| 4292 | 2026-08-14T17:26:31.792Z | [ recovery-image] Aug 14 17:26:30.643 INFO O| Aug 14 17:26:30.643 INFO O| Planning: Evaluating mediators ... Done |
| 4293 | 2026-08-14T17:26:31.792Z | [ recovery-image] Aug 14 17:26:30.644 INFO O| Aug 14 17:26:30.644 INFO O| Planning: Planning completed in 0.00 seconds |
| 4294 | 2026-08-14T17:26:31.792Z | [ recovery-image] Aug 14 17:26:30.644 INFO O| Aug 14 17:26:30.644 INFO O| Variants/Facets to change: 1 |
| 4295 | 2026-08-14T17:26:31.803Z | [ recovery-image] Aug 14 17:26:30.655 INFO O| Aug 14 17:26:30.655 INFO O| Finalize: Updating package state database ... Done |
| 4296 | 2026-08-14T17:26:31.803Z | [ recovery-image] Aug 14 17:26:30.655 INFO O| Aug 14 17:26:30.655 INFO O| Finalize: Updating package cache ... Done |
| 4297 | 2026-08-14T17:26:31.807Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4298 | 2026-08-14T17:26:31.841Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4299 | 2026-08-14T17:26:31.881Z | [ recovery-image] Aug 14 17:26:30.735 INFO O| Aug 14 17:26:30.735 INFO O| Finalize: Updating image state ... Done |
| 4300 | 2026-08-14T17:26:31.887Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4301 | 2026-08-14T17:26:31.890Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4302 | 2026-08-14T17:26:31.896Z | [ recovery-image] Aug 14 17:26:30.750 INFO O| Aug 14 17:26:30.750 INFO O| Finalize: Creating fast lookup database ... Done |
| 4303 | 2026-08-14T17:26:31.899Z | [ recovery-image] Aug 14 17:26:30.751 INFO O| Aug 14 17:26:30.751 INFO O| Finalize: Reading search index ... Done |
| 4304 | 2026-08-14T17:26:31.899Z | [ recovery-image] Aug 14 17:26:30.751 INFO O| Aug 14 17:26:30.751 INFO O| Finalize: Updating search index ... Done |
| 4305 | 2026-08-14T17:26:31.899Z | [ recovery-image] Aug 14 17:26:30.752 INFO O| Aug 14 17:26:30.752 INFO O| Finalize: Updating package cache ... Done |
| 4306 | 2026-08-14T17:26:32.010Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4307 | 2026-08-14T17:26:32.045Z | [verify-libraries] Compiling semver v0.1.20 |
| 4308 | 2026-08-14T17:26:32.076Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4309 | 2026-08-14T17:26:32.110Z | [verify-libraries] Compiling nix v0.28.0 |
| 4310 | 2026-08-14T17:26:32.154Z | [ recovery-image] Aug 14 17:26:31.008 INFO O| Aug 14 17:26:31.008 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4311 | 2026-08-14T17:26:32.154Z | [ recovery-image] Aug 14 17:26:31.008 INFO O| Aug 14 17:26:31.008 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4312 | 2026-08-14T17:26:32.223Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4313 | 2026-08-14T17:26:32.254Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4314 | 2026-08-14T17:26:32.257Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4315 | 2026-08-14T17:26:32.291Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4316 | 2026-08-14T17:26:32.315Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4317 | 2026-08-14T17:26:32.416Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4318 | 2026-08-14T17:26:32.479Z | [ recovery-image] Aug 14 17:26:31.333 INFO O| Aug 14 17:26:31.333 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4319 | 2026-08-14T17:26:32.499Z | [verify-libraries] Compiling highway v1.3.0 |
| 4320 | 2026-08-14T17:26:32.558Z | [verify-libraries] Compiling hickory-resolver v0.24.4 |
| 4321 | 2026-08-14T17:26:32.627Z | [ host-image] Aug 14 17:26:31.481 INFO O| Aug 14 17:26:31.481 INFO O| Download: Completed 222.83 MB in 9.30 seconds (23.9M/s) |
| 4322 | 2026-08-14T17:26:32.655Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4323 | 2026-08-14T17:26:32.748Z | [verify-libraries] Compiling typify v0.6.2 |
| 4324 | 2026-08-14T17:26:32.852Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4325 | 2026-08-14T17:26:32.855Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4326 | 2026-08-14T17:26:32.944Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4327 | 2026-08-14T17:26:32.993Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4328 | 2026-08-14T17:26:33.022Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4329 | 2026-08-14T17:26:33.058Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4330 | 2026-08-14T17:26:33.092Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4331 | 2026-08-14T17:26:33.092Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4332 | 2026-08-14T17:26:33.142Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4333 | 2026-08-14T17:26:33.145Z | [verify-libraries] Compiling phf v0.12.1 |
| 4334 | 2026-08-14T17:26:33.156Z | [ host-image] Aug 14 17:26:32.010 INFO O| Aug 14 17:26:32.010 INFO O| Actions: 1/54180 actions (Installing new actions) |
| 4335 | 2026-08-14T17:26:33.261Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4336 | 2026-08-14T17:26:33.305Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4337 | 2026-08-14T17:26:33.430Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4338 | 2026-08-14T17:26:33.735Z | [verify-libraries] Compiling qorb v0.4.1 |
| 4339 | 2026-08-14T17:26:34.196Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4340 | 2026-08-14T17:26:34.347Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4341 | 2026-08-14T17:26:34.418Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4342 | 2026-08-14T17:26:34.438Z | [ recovery-image] Aug 14 17:26:33.292 INFO O| Aug 14 17:26:33.292 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4343 | 2026-08-14T17:26:34.455Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4344 | 2026-08-14T17:26:34.781Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4345 | 2026-08-14T17:26:34.900Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4346 | 2026-08-14T17:26:34.931Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4347 | 2026-08-14T17:26:34.991Z | [ recovery-image] Aug 14 17:26:33.845 INFO O| Aug 14 17:26:33.845 INFO O| Startup: Caching catalogs ... Done |
| 4348 | 2026-08-14T17:26:35.011Z | [ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Planning completed in 0.00 seconds |
| 4349 | 2026-08-14T17:26:35.011Z | [ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Consolidating action changes ... Done |
| 4350 | 2026-08-14T17:26:35.011Z | [ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Evaluating mediators ... Done |
| 4351 | 2026-08-14T17:26:35.014Z | [ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Planning: Planning completed in 0.00 seconds |
| 4352 | 2026-08-14T17:26:35.014Z | [ recovery-image] Aug 14 17:26:33.864 INFO O| Aug 14 17:26:33.864 INFO O| Variants/Facets to change: 1 |
| 4353 | 2026-08-14T17:26:35.047Z | [ recovery-image] Aug 14 17:26:33.901 INFO O| Aug 14 17:26:33.901 INFO O| Finalize: Updating package state database ... Done |
| 4354 | 2026-08-14T17:26:35.047Z | [ recovery-image] Aug 14 17:26:33.901 INFO O| Aug 14 17:26:33.901 INFO O| Finalize: Updating package cache ... Done |
| 4355 | 2026-08-14T17:26:35.083Z | [verify-libraries] Compiling home v0.5.12 |
| 4356 | 2026-08-14T17:26:35.109Z | [ recovery-image] Aug 14 17:26:33.963 INFO O| Aug 14 17:26:33.963 INFO O| Finalize: Updating image state ... Done |
| 4357 | 2026-08-14T17:26:35.123Z | [ recovery-image] Aug 14 17:26:33.977 INFO O| Aug 14 17:26:33.977 INFO O| Finalize: Creating fast lookup database ... Done |
| 4358 | 2026-08-14T17:26:35.126Z | [ recovery-image] Aug 14 17:26:33.977 INFO O| Aug 14 17:26:33.977 INFO O| Finalize: Reading search index ... Done |
| 4359 | 2026-08-14T17:26:35.126Z | [ recovery-image] Aug 14 17:26:33.978 INFO O| Aug 14 17:26:33.978 INFO O| Finalize: Updating search index ... Done |
| 4360 | 2026-08-14T17:26:35.126Z | [ recovery-image] Aug 14 17:26:33.978 INFO O| Aug 14 17:26:33.978 INFO O| Finalize: Updating package cache ... Done |
| 4361 | 2026-08-14T17:26:35.182Z | [verify-libraries] Compiling csv v1.4.0 |
| 4362 | 2026-08-14T17:26:35.223Z | [verify-libraries] Compiling textwrap v0.16.2 |
| 4363 | 2026-08-14T17:26:35.281Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4364 | 2026-08-14T17:26:35.331Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4365 | 2026-08-14T17:26:35.334Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4366 | 2026-08-14T17:26:35.398Z | [ recovery-image] Aug 14 17:26:34.252 INFO O| Aug 14 17:26:34.252 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4367 | 2026-08-14T17:26:35.398Z | [ recovery-image] Aug 14 17:26:34.252 INFO O| Aug 14 17:26:34.252 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4368 | 2026-08-14T17:26:35.680Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4369 | 2026-08-14T17:26:35.770Z | [ recovery-image] Aug 14 17:26:34.623 INFO O| Aug 14 17:26:34.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4370 | 2026-08-14T17:26:35.816Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4371 | 2026-08-14T17:26:35.816Z | [verify-libraries] Compiling peg v0.8.5 |
| 4372 | 2026-08-14T17:26:35.885Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4373 | 2026-08-14T17:26:36.028Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4374 | 2026-08-14T17:26:36.031Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4375 | 2026-08-14T17:26:36.090Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4376 | 2026-08-14T17:26:36.094Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4377 | 2026-08-14T17:26:36.166Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4378 | 2026-08-14T17:26:36.191Z | [verify-libraries] Compiling nom v8.0.0 |
| 4379 | 2026-08-14T17:26:36.244Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4380 | 2026-08-14T17:26:36.279Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4381 | 2026-08-14T17:26:36.434Z | [verify-libraries] Compiling steno v0.4.1 |
| 4382 | 2026-08-14T17:26:36.474Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4383 | 2026-08-14T17:26:36.958Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4384 | 2026-08-14T17:26:37.070Z | [verify-libraries] Compiling sha1 v0.10.6 |
| 4385 | 2026-08-14T17:26:37.287Z | [verify-libraries] Compiling dropshot-api-manager-types v0.7.2 |
| 4386 | 2026-08-14T17:26:37.374Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4387 | 2026-08-14T17:26:37.384Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4388 | 2026-08-14T17:26:37.384Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4389 | 2026-08-14T17:26:37.445Z | [ recovery-image] Aug 14 17:26:36.298 INFO O| Aug 14 17:26:36.298 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4390 | 2026-08-14T17:26:37.477Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4391 | 2026-08-14T17:26:37.481Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4392 | 2026-08-14T17:26:37.481Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4393 | 2026-08-14T17:26:37.614Z | [verify-libraries] Compiling moka v0.12.13 |
| 4394 | 2026-08-14T17:26:37.714Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4395 | 2026-08-14T17:26:37.717Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4396 | 2026-08-14T17:26:37.900Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4397 | 2026-08-14T17:26:37.977Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4398 | 2026-08-14T17:26:38.002Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4399 | 2026-08-14T17:26:38.110Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4400 | 2026-08-14T17:26:38.146Z | [ recovery-image] Aug 14 17:26:36.999 INFO O| Aug 14 17:26:36.999 INFO O| Startup: Caching catalogs ... Done |
| 4401 | 2026-08-14T17:26:38.157Z | [ host-image] Aug 14 17:26:37.010 INFO O| Aug 14 17:26:37.010 INFO O| Actions: 24910/54180 actions (Installing new actions) |
| 4402 | 2026-08-14T17:26:38.160Z | [ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Planning completed in 0.00 seconds |
| 4403 | 2026-08-14T17:26:38.163Z | [ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Consolidating action changes ... Done |
| 4404 | 2026-08-14T17:26:38.163Z | [ recovery-image] Aug 14 17:26:37.014 INFO O| Aug 14 17:26:37.014 INFO O| Planning: Evaluating mediators ... Done |
| 4405 | 2026-08-14T17:26:38.163Z | [ recovery-image] Aug 14 17:26:37.015 INFO O| Aug 14 17:26:37.015 INFO O| Planning: Planning completed in 0.00 seconds |
| 4406 | 2026-08-14T17:26:38.163Z | [ recovery-image] Aug 14 17:26:37.015 INFO O| Aug 14 17:26:37.015 INFO O| Variants/Facets to change: 1 |
| 4407 | 2026-08-14T17:26:38.173Z | [ recovery-image] Aug 14 17:26:37.027 INFO O| Aug 14 17:26:37.026 INFO O| Finalize: Updating package state database ... Done |
| 4408 | 2026-08-14T17:26:38.173Z | [ recovery-image] Aug 14 17:26:37.027 INFO O| Aug 14 17:26:37.026 INFO O| Finalize: Updating package cache ... Done |
| 4409 | 2026-08-14T17:26:38.219Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4410 | 2026-08-14T17:26:38.250Z | [ recovery-image] Aug 14 17:26:37.103 INFO O| Aug 14 17:26:37.103 INFO O| Finalize: Updating image state ... Done |
| 4411 | 2026-08-14T17:26:38.267Z | [ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Creating fast lookup database ... Done |
| 4412 | 2026-08-14T17:26:38.270Z | [ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Reading search index ... Done |
| 4413 | 2026-08-14T17:26:38.271Z | [ recovery-image] Aug 14 17:26:37.121 INFO O| Aug 14 17:26:37.121 INFO O| Finalize: Updating search index ... Done |
| 4414 | 2026-08-14T17:26:38.271Z | [ recovery-image] Aug 14 17:26:37.122 INFO O| Aug 14 17:26:37.122 INFO O| Finalize: Updating package cache ... Done |
| 4415 | 2026-08-14T17:26:38.335Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4416 | 2026-08-14T17:26:38.417Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4417 | 2026-08-14T17:26:38.523Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4418 | 2026-08-14T17:26:38.535Z | [ recovery-image] Aug 14 17:26:37.389 INFO O| Aug 14 17:26:37.389 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4419 | 2026-08-14T17:26:38.535Z | [ recovery-image] Aug 14 17:26:37.389 INFO O| Aug 14 17:26:37.389 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4420 | 2026-08-14T17:26:38.545Z | [ recovery-image] Aug 14 17:26:37.399 INFO O| Aug 14 17:26:37.399 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"] |
| 4421 | 2026-08-14T17:26:38.568Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4422 | 2026-08-14T17:26:38.616Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4423 | 2026-08-14T17:26:38.616Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4424 | 2026-08-14T17:26:38.716Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4425 | 2026-08-14T17:26:38.719Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4426 | 2026-08-14T17:26:38.784Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4427 | 2026-08-14T17:26:38.894Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4428 | 2026-08-14T17:26:38.936Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4429 | 2026-08-14T17:26:38.986Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4430 | 2026-08-14T17:26:39.150Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4431 | 2026-08-14T17:26:39.315Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4432 | 2026-08-14T17:26:39.342Z | [verify-libraries] Compiling headers v0.4.1 |
| 4433 | 2026-08-14T17:26:39.368Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4434 | 2026-08-14T17:26:39.445Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4435 | 2026-08-14T17:26:39.628Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4436 | 2026-08-14T17:26:39.709Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4437 | 2026-08-14T17:26:39.845Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4438 | 2026-08-14T17:26:39.913Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4439 | 2026-08-14T17:26:40.047Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4440 | 2026-08-14T17:26:40.295Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4441 | 2026-08-14T17:26:40.492Z | [ recovery-image] Aug 14 17:26:39.346 INFO O| Aug 14 17:26:39.345 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4442 | 2026-08-14T17:26:40.524Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4443 | 2026-08-14T17:26:40.616Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4444 | 2026-08-14T17:26:40.650Z | [ host-image] Aug 14 17:26:39.502 INFO O| Aug 14 17:26:39.502 INFO O| Actions: Completed 54180 actions in 7.49 seconds. |
| 4445 | 2026-08-14T17:26:40.791Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4446 | 2026-08-14T17:26:40.794Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4447 | 2026-08-14T17:26:40.810Z | [ host-image] Aug 14 17:26:39.664 INFO O| Aug 14 17:26:39.664 INFO O| Finalize: Updating package state database ... Done |
| 4448 | 2026-08-14T17:26:40.810Z | [ host-image] Aug 14 17:26:39.664 INFO O| Aug 14 17:26:39.664 INFO O| Finalize: Updating package cache ... Done |
| 4449 | 2026-08-14T17:26:40.889Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4450 | 2026-08-14T17:26:40.912Z | [ recovery-image] Aug 14 17:26:39.765 INFO O| Aug 14 17:26:39.765 INFO O| Startup: Caching catalogs ... Done |
| 4451 | 2026-08-14T17:26:40.925Z | [ host-image] Aug 14 17:26:39.779 INFO O| Aug 14 17:26:39.779 INFO O| Finalize: Updating image state ... Done |
| 4452 | 2026-08-14T17:26:40.993Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4453 | 2026-08-14T17:26:41.038Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4454 | 2026-08-14T17:26:41.158Z | [verify-libraries] Compiling half v1.8.3 |
| 4455 | 2026-08-14T17:26:41.286Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4456 | 2026-08-14T17:26:41.331Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4457 | 2026-08-14T17:26:41.364Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4458 | 2026-08-14T17:26:41.665Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4459 | 2026-08-14T17:26:41.706Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4460 | 2026-08-14T17:26:41.811Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4461 | 2026-08-14T17:26:41.906Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4462 | 2026-08-14T17:26:41.955Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4463 | 2026-08-14T17:26:42.002Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4464 | 2026-08-14T17:26:42.025Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4465 | 2026-08-14T17:26:42.053Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4466 | 2026-08-14T17:26:42.110Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4467 | 2026-08-14T17:26:42.122Z | [ host-image] Aug 14 17:26:40.976 INFO O| Aug 14 17:26:40.975 INFO O| Finalize: Creating fast lookup database ... Done |
| 4468 | 2026-08-14T17:26:42.164Z | [ host-image] Aug 14 17:26:41.018 INFO O| Aug 14 17:26:41.018 INFO O| Finalize: Reading search index ... Done |
| 4469 | 2026-08-14T17:26:42.383Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4470 | 2026-08-14T17:26:42.405Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4471 | 2026-08-14T17:26:42.653Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4472 | 2026-08-14T17:26:42.745Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4473 | 2026-08-14T17:26:42.804Z | [verify-libraries] Compiling term v0.7.0 |
| 4474 | 2026-08-14T17:26:43.018Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4475 | 2026-08-14T17:26:43.024Z | [ recovery-image] Aug 14 17:26:41.874 INFO O| Aug 14 17:26:41.874 INFO O| Planning: Solver setup ... Done |
| 4476 | 2026-08-14T17:26:43.071Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4477 | 2026-08-14T17:26:43.074Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4478 | 2026-08-14T17:26:43.096Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4479 | 2026-08-14T17:26:43.159Z | [verify-libraries] Compiling darling v0.21.3 |
| 4480 | 2026-08-14T17:26:43.172Z | [ recovery-image] Aug 14 17:26:42.026 INFO O| Aug 14 17:26:42.025 INFO O| Planning: Running solver ... Done |
| 4481 | 2026-08-14T17:26:43.183Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4482 | 2026-08-14T17:26:43.212Z | [ recovery-image] Aug 14 17:26:42.066 INFO O| Aug 14 17:26:42.066 INFO O| Planning: Finding local manifests ... Done |
| 4483 | 2026-08-14T17:26:43.231Z | [ recovery-image] Aug 14 17:26:42.084 INFO O| Aug 14 17:26:42.084 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4484 | 2026-08-14T17:26:43.280Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4485 | 2026-08-14T17:26:43.280Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4486 | 2026-08-14T17:26:43.338Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4487 | 2026-08-14T17:26:43.374Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4488 | 2026-08-14T17:26:43.464Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4489 | 2026-08-14T17:26:43.491Z | [verify-libraries] Compiling diff v0.1.13 |
| 4490 | 2026-08-14T17:26:43.661Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4491 | 2026-08-14T17:26:43.707Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4492 | 2026-08-14T17:26:43.755Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4493 | 2026-08-14T17:26:43.824Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4494 | 2026-08-14T17:26:43.860Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4495 | 2026-08-14T17:26:43.915Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4496 | 2026-08-14T17:26:43.980Z | [verify-libraries] Compiling ena v0.14.4 |
| 4497 | 2026-08-14T17:26:44.046Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4498 | 2026-08-14T17:26:44.071Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4499 | 2026-08-14T17:26:44.092Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4500 | 2026-08-14T17:26:44.117Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4501 | 2026-08-14T17:26:44.246Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4502 | 2026-08-14T17:26:44.321Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4503 | 2026-08-14T17:26:44.645Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4504 | 2026-08-14T17:26:44.676Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4505 | 2026-08-14T17:26:44.723Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4506 | 2026-08-14T17:26:44.764Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4507 | 2026-08-14T17:26:44.835Z | [ host-image] Aug 14 17:26:43.689 INFO O| Aug 14 17:26:43.689 INFO O| Finalize: Building new search index ... Done |
| 4508 | 2026-08-14T17:26:44.900Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4509 | 2026-08-14T17:26:44.992Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4510 | 2026-08-14T17:26:45.058Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4511 | 2026-08-14T17:26:45.097Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4512 | 2026-08-14T17:26:45.281Z | [ host-image] Aug 14 17:26:44.135 INFO O| Aug 14 17:26:44.135 INFO O| Finalize: Updating package cache ... Done |
| 4513 | 2026-08-14T17:26:45.358Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4514 | 2026-08-14T17:26:45.401Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4515 | 2026-08-14T17:26:45.483Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4516 | 2026-08-14T17:26:45.522Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4517 | 2026-08-14T17:26:45.600Z | [ host-image] Aug 14 17:26:44.454 INFO O| Aug 14 17:26:44.454 INFO STEP 11 (pkg_install) COMPLETE |
| 4518 | 2026-08-14T17:26:45.600Z | [ host-image] Aug 14 17:26:44.454 INFO O| Aug 14 17:26:44.454 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4519 | 2026-08-14T17:26:45.604Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4520 | 2026-08-14T17:26:45.611Z | [ host-image] Aug 14 17:26:44.465 INFO O| Aug 14 17:26:44.465 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"] |
| 4521 | 2026-08-14T17:26:45.678Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4522 | 2026-08-14T17:26:46.006Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4523 | 2026-08-14T17:26:46.426Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4524 | 2026-08-14T17:26:46.553Z | [ recovery-image] Aug 14 17:26:45.407 INFO O| Aug 14 17:26:45.407 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4525 | 2026-08-14T17:26:46.922Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4526 | 2026-08-14T17:26:47.002Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4527 | 2026-08-14T17:26:47.098Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4528 | 2026-08-14T17:26:47.108Z | [ recovery-image] Aug 14 17:26:45.962 INFO O| Aug 14 17:26:45.962 INFO O| Planning: Package planning ... Done |
| 4529 | 2026-08-14T17:26:47.328Z | [ recovery-image] Aug 14 17:26:46.181 INFO O| Aug 14 17:26:46.181 INFO O| Planning: Merging actions ... Done |
| 4530 | 2026-08-14T17:26:47.558Z | [ recovery-image] Aug 14 17:26:46.411 INFO O| Aug 14 17:26:46.411 INFO O| Planning: Checking for conflicting actions ... Done |
| 4531 | 2026-08-14T17:26:47.606Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4532 | 2026-08-14T17:26:47.610Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4533 | 2026-08-14T17:26:47.622Z | [ recovery-image] Aug 14 17:26:46.475 INFO O| Aug 14 17:26:46.475 INFO O| Planning: Consolidating action changes ... Done |
| 4534 | 2026-08-14T17:26:47.835Z | [ recovery-image] Aug 14 17:26:46.689 INFO O| Aug 14 17:26:46.689 INFO O| Planning: Evaluating mediators ... Done |
| 4535 | 2026-08-14T17:26:48.108Z | [ host-image] Aug 14 17:26:46.961 INFO O| Aug 14 17:26:46.961 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4536 | 2026-08-14T17:26:48.391Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4537 | 2026-08-14T17:26:48.589Z | [ host-image] Aug 14 17:26:47.443 INFO O| Aug 14 17:26:47.443 INFO O| Startup: Caching catalogs ... Done |
| 4538 | 2026-08-14T17:26:48.860Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4539 | 2026-08-14T17:26:49.048Z | [ host-image] Aug 14 17:26:47.902 INFO O| Aug 14 17:26:47.902 INFO O| Planning: Solver setup ... Done |
| 4540 | 2026-08-14T17:26:49.053Z | [ host-image] Aug 14 17:26:47.907 INFO O| Aug 14 17:26:47.907 INFO O| Planning: Running solver ... Done |
| 4541 | 2026-08-14T17:26:49.066Z | [ host-image] Aug 14 17:26:47.920 INFO O| Aug 14 17:26:47.920 INFO O| Planning: Finding local manifests ... Done |
| 4542 | 2026-08-14T17:26:49.071Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4543 | 2026-08-14T17:26:49.090Z | [ host-image] Aug 14 17:26:47.944 INFO O| Aug 14 17:26:47.944 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4544 | 2026-08-14T17:26:49.218Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4545 | 2026-08-14T17:26:49.226Z | [ host-image] Aug 14 17:26:48.079 INFO O| Aug 14 17:26:48.079 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4546 | 2026-08-14T17:26:49.242Z | [ host-image] Aug 14 17:26:48.095 INFO O| Aug 14 17:26:48.095 INFO O| Planning: Package planning ... Done |
| 4547 | 2026-08-14T17:26:49.245Z | [ host-image] Aug 14 17:26:48.097 INFO O| Aug 14 17:26:48.097 INFO O| Planning: Merging actions ... Done |
| 4548 | 2026-08-14T17:26:49.264Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4549 | 2026-08-14T17:26:49.385Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4550 | 2026-08-14T17:26:49.390Z | [ host-image] Aug 14 17:26:48.244 INFO O| Aug 14 17:26:48.244 INFO O| Planning: Checking for conflicting actions ... Done |
| 4551 | 2026-08-14T17:26:49.393Z | [ host-image] Aug 14 17:26:48.245 INFO O| Aug 14 17:26:48.245 INFO O| Planning: Consolidating action changes ... Done |
| 4552 | 2026-08-14T17:26:49.438Z | [ recovery-image] Aug 14 17:26:48.292 INFO O| Aug 14 17:26:48.292 INFO O| Planning: Planning completed in 8.51 seconds |
| 4553 | 2026-08-14T17:26:49.442Z | [ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Packages to install: 130 |
| 4554 | 2026-08-14T17:26:49.442Z | [ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Mediators to change: 5 |
| 4555 | 2026-08-14T17:26:49.442Z | [ recovery-image] Aug 14 17:26:48.294 INFO O| Aug 14 17:26:48.294 INFO O| Services to change: 5 |
| 4556 | 2026-08-14T17:26:49.470Z | [ recovery-image] Aug 14 17:26:48.323 INFO O| Aug 14 17:26:48.323 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4557 | 2026-08-14T17:26:49.533Z | [ host-image] Aug 14 17:26:48.387 INFO O| Aug 14 17:26:48.387 INFO O| Planning: Evaluating mediators ... Done |
| 4558 | 2026-08-14T17:26:49.537Z | [ host-image] Aug 14 17:26:48.389 INFO O| Aug 14 17:26:48.389 INFO O| Planning: Planning completed in 0.93 seconds |
| 4559 | 2026-08-14T17:26:49.537Z | [ host-image] Aug 14 17:26:48.390 INFO O| Aug 14 17:26:48.390 INFO O| Packages to install: 6 |
| 4560 | 2026-08-14T17:26:49.537Z | [ host-image] Aug 14 17:26:48.390 INFO O| Aug 14 17:26:48.390 INFO O| Services to change: 2 |
| 4561 | 2026-08-14T17:26:49.549Z | [ host-image] Aug 14 17:26:48.403 INFO O| Aug 14 17:26:48.403 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4562 | 2026-08-14T17:26:49.598Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4563 | 2026-08-14T17:26:49.720Z | [ host-image] Aug 14 17:26:48.573 INFO O| Aug 14 17:26:48.573 INFO O| Download: Completed 1.75 MB in 0.17 seconds (10.2M/s) |
| 4564 | 2026-08-14T17:26:49.744Z | [ host-image] Aug 14 17:26:48.597 INFO O| Aug 14 17:26:48.597 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4565 | 2026-08-14T17:26:49.929Z | [verify-libraries] Compiling der v0.8.0 |
| 4566 | 2026-08-14T17:26:49.932Z | [ host-image] Aug 14 17:26:48.785 INFO O| Aug 14 17:26:48.785 INFO O| Actions: Completed 390 actions in 0.19 seconds. |
| 4567 | 2026-08-14T17:26:49.967Z | [ host-image] Aug 14 17:26:48.820 INFO O| Aug 14 17:26:48.820 INFO O| Finalize: Updating package state database ... Done |
| 4568 | 2026-08-14T17:26:49.967Z | [ host-image] Aug 14 17:26:48.820 INFO O| Aug 14 17:26:48.820 INFO O| Finalize: Updating package cache ... Done |
| 4569 | 2026-08-14T17:26:50.048Z | [ host-image] Aug 14 17:26:48.902 INFO O| Aug 14 17:26:48.902 INFO O| Finalize: Updating image state ... Done |
| 4570 | 2026-08-14T17:26:50.063Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4571 | 2026-08-14T17:26:50.179Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4572 | 2026-08-14T17:26:50.816Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4573 | 2026-08-14T17:26:50.990Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4574 | 2026-08-14T17:26:51.032Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4575 | 2026-08-14T17:26:51.102Z | [ host-image] Aug 14 17:26:49.955 INFO O| Aug 14 17:26:49.955 INFO O| Finalize: Creating fast lookup database ... Done |
| 4576 | 2026-08-14T17:26:51.136Z | [ host-image] Aug 14 17:26:49.990 INFO O| Aug 14 17:26:49.990 INFO O| Finalize: Reading search index ... Done |
| 4577 | 2026-08-14T17:26:51.136Z | [ host-image] Aug 14 17:26:49.990 INFO O| Aug 14 17:26:49.990 INFO O| Finalize: Updating search index ... Done |
| 4578 | 2026-08-14T17:26:51.154Z | [ host-image] Aug 14 17:26:50.008 INFO O| Aug 14 17:26:50.008 INFO O| Finalize: Updating package cache ... Done |
| 4579 | 2026-08-14T17:26:51.300Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4580 | 2026-08-14T17:26:51.444Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4581 | 2026-08-14T17:26:51.478Z | [ host-image] Aug 14 17:26:50.332 INFO O| Aug 14 17:26:50.332 INFO STEP 12 (pkg_install) COMPLETE |
| 4582 | 2026-08-14T17:26:51.479Z | [ host-image] Aug 14 17:26:50.332 INFO O| Aug 14 17:26:50.332 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4583 | 2026-08-14T17:26:51.488Z | [ host-image] Aug 14 17:26:50.342 INFO O| Aug 14 17:26:50.342 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4584 | 2026-08-14T17:26:51.511Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4585 | 2026-08-14T17:26:51.702Z | [verify-libraries] Compiling salty v0.3.0 |
| 4586 | 2026-08-14T17:26:51.806Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4587 | 2026-08-14T17:26:52.111Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4588 | 2026-08-14T17:26:52.193Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4589 | 2026-08-14T17:26:52.240Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4590 | 2026-08-14T17:26:52.524Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4591 | 2026-08-14T17:26:52.555Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4592 | 2026-08-14T17:26:52.558Z | [verify-libraries] Compiling aes v0.9.1 |
| 4593 | 2026-08-14T17:26:52.733Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4594 | 2026-08-14T17:26:53.009Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4595 | 2026-08-14T17:26:53.207Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4596 | 2026-08-14T17:26:53.318Z | [ host-image] Aug 14 17:26:52.172 INFO O| Aug 14 17:26:52.172 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4597 | 2026-08-14T17:26:53.554Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4598 | 2026-08-14T17:26:53.708Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4599 | 2026-08-14T17:26:53.737Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4600 | 2026-08-14T17:26:53.757Z | [ host-image] Aug 14 17:26:52.611 INFO O| Aug 14 17:26:52.611 INFO O| Startup: Caching catalogs ... Done |
| 4601 | 2026-08-14T17:26:53.813Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4602 | 2026-08-14T17:26:53.998Z | [verify-libraries] Compiling aead v0.6.1 |
| 4603 | 2026-08-14T17:26:54.032Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4604 | 2026-08-14T17:26:54.123Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4605 | 2026-08-14T17:26:54.145Z | [ host-image] Aug 14 17:26:52.997 INFO O| Aug 14 17:26:52.996 INFO O| Planning: Solver setup ... Done |
| 4606 | 2026-08-14T17:26:54.148Z | [ host-image] Aug 14 17:26:53.002 INFO O| Aug 14 17:26:53.002 INFO O| Planning: Running solver ... Done |
| 4607 | 2026-08-14T17:26:54.160Z | [ host-image] Aug 14 17:26:53.014 INFO O| Aug 14 17:26:53.014 INFO O| Planning: Finding local manifests ... Done |
| 4608 | 2026-08-14T17:26:54.174Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4609 | 2026-08-14T17:26:54.182Z | [ host-image] Aug 14 17:26:53.036 INFO O| Aug 14 17:26:53.036 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4610 | 2026-08-14T17:26:54.264Z | [ host-image] Aug 14 17:26:53.117 INFO O| Aug 14 17:26:53.117 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4611 | 2026-08-14T17:26:54.291Z | [ host-image] Aug 14 17:26:53.145 INFO O| Aug 14 17:26:53.145 INFO O| Planning: Package planning ... Done |
| 4612 | 2026-08-14T17:26:54.299Z | [ host-image] Aug 14 17:26:53.153 INFO O| Aug 14 17:26:53.153 INFO O| Planning: Merging actions ... Done |
| 4613 | 2026-08-14T17:26:54.317Z | [verify-libraries] Compiling spki v0.8.0 |
| 4614 | 2026-08-14T17:26:54.460Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4615 | 2026-08-14T17:26:54.460Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4616 | 2026-08-14T17:26:54.470Z | [ host-image] Aug 14 17:26:53.324 INFO O| Aug 14 17:26:53.324 INFO O| Planning: Checking for conflicting actions ... Done |
| 4617 | 2026-08-14T17:26:54.473Z | [ recovery-image] Aug 14 17:26:53.324 INFO O| Aug 14 17:26:53.324 INFO O| Download: 9475/16682 items 102.5/200.0MB 51% complete (20.5M/s) |
| 4618 | 2026-08-14T17:26:54.477Z | [ host-image] Aug 14 17:26:53.328 INFO O| Aug 14 17:26:53.328 INFO O| Planning: Consolidating action changes ... Done |
| 4619 | 2026-08-14T17:26:54.514Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4620 | 2026-08-14T17:26:54.647Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 4621 | 2026-08-14T17:26:54.650Z | [ host-image] Aug 14 17:26:53.501 INFO O| Aug 14 17:26:53.501 INFO O| Planning: Evaluating mediators ... Done |
| 4622 | 2026-08-14T17:26:54.653Z | [ host-image] Aug 14 17:26:53.504 INFO O| Aug 14 17:26:53.504 INFO O| Planning: Planning completed in 0.88 seconds |
| 4623 | 2026-08-14T17:26:54.653Z | [ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Packages to install: 6 |
| 4624 | 2026-08-14T17:26:54.653Z | [ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Mediators to change: 1 |
| 4625 | 2026-08-14T17:26:54.653Z | [ host-image] Aug 14 17:26:53.505 INFO O| Aug 14 17:26:53.505 INFO O| Services to change: 1 |
| 4626 | 2026-08-14T17:26:54.662Z | [ host-image] Aug 14 17:26:53.516 INFO O| Aug 14 17:26:53.516 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4627 | 2026-08-14T17:26:54.711Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4628 | 2026-08-14T17:26:54.767Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4629 | 2026-08-14T17:26:54.813Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4630 | 2026-08-14T17:26:54.866Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4631 | 2026-08-14T17:26:54.910Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 4632 | 2026-08-14T17:26:55.078Z | [ host-image] Aug 14 17:26:53.929 INFO O| Aug 14 17:26:53.929 INFO O| Download: Completed 7.84 MB in 0.41 seconds (19.0M/s) |
| 4633 | 2026-08-14T17:26:55.131Z | [ host-image] Aug 14 17:26:53.984 INFO O| Aug 14 17:26:53.984 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4634 | 2026-08-14T17:26:55.234Z | [verify-libraries] Compiling flume v0.11.1 |
| 4635 | 2026-08-14T17:26:55.237Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4636 | 2026-08-14T17:26:55.339Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4637 | 2026-08-14T17:26:55.371Z | [ host-image] Aug 14 17:26:54.225 INFO O| Aug 14 17:26:54.225 INFO O| Actions: Completed 1366 actions in 0.24 seconds. |
| 4638 | 2026-08-14T17:26:55.407Z | [ host-image] Aug 14 17:26:54.261 INFO O| Aug 14 17:26:54.261 INFO O| Finalize: Updating package state database ... Done |
| 4639 | 2026-08-14T17:26:55.408Z | [ host-image] Aug 14 17:26:54.261 INFO O| Aug 14 17:26:54.261 INFO O| Finalize: Updating package cache ... Done |
| 4640 | 2026-08-14T17:26:55.418Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 4641 | 2026-08-14T17:26:55.453Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4642 | 2026-08-14T17:26:55.518Z | [ host-image] Aug 14 17:26:54.371 INFO O| Aug 14 17:26:54.371 INFO O| Finalize: Updating image state ... Done |
| 4643 | 2026-08-14T17:26:55.583Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4644 | 2026-08-14T17:26:55.782Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4645 | 2026-08-14T17:26:55.812Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 4646 | 2026-08-14T17:26:55.837Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4647 | 2026-08-14T17:26:55.873Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4648 | 2026-08-14T17:26:55.906Z | [verify-libraries] Compiling p384 v0.13.1 |
| 4649 | 2026-08-14T17:26:56.154Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4650 | 2026-08-14T17:26:56.188Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4651 | 2026-08-14T17:26:56.338Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4652 | 2026-08-14T17:26:56.577Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4653 | 2026-08-14T17:26:56.589Z | [ host-image] Aug 14 17:26:55.443 INFO O| Aug 14 17:26:55.443 INFO O| Finalize: Creating fast lookup database ... Done |
| 4654 | 2026-08-14T17:26:56.619Z | [ host-image] Aug 14 17:26:55.473 INFO O| Aug 14 17:26:55.473 INFO O| Finalize: Reading search index ... Done |
| 4655 | 2026-08-14T17:26:56.619Z | [ host-image] Aug 14 17:26:55.473 INFO O| Aug 14 17:26:55.473 INFO O| Finalize: Updating search index ... Done |
| 4656 | 2026-08-14T17:26:56.627Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4657 | 2026-08-14T17:26:56.656Z | [ host-image] Aug 14 17:26:55.509 INFO O| Aug 14 17:26:55.509 INFO O| Finalize: Updating package cache ... Done |
| 4658 | 2026-08-14T17:26:56.677Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4659 | 2026-08-14T17:26:56.757Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4660 | 2026-08-14T17:26:56.848Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4661 | 2026-08-14T17:26:56.922Z | [ host-image] Aug 14 17:26:55.775 INFO O| Aug 14 17:26:55.775 INFO STEP 13 (pkg_install) COMPLETE |
| 4662 | 2026-08-14T17:26:56.922Z | [ host-image] Aug 14 17:26:55.775 INFO O| Aug 14 17:26:55.775 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4663 | 2026-08-14T17:26:56.931Z | [ host-image] Aug 14 17:26:55.785 INFO O| Aug 14 17:26:55.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4664 | 2026-08-14T17:26:57.112Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4665 | 2026-08-14T17:26:57.331Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4666 | 2026-08-14T17:26:57.410Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4667 | 2026-08-14T17:26:57.533Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4668 | 2026-08-14T17:26:57.558Z | [verify-libraries] Compiling sled v0.34.7 |
| 4669 | 2026-08-14T17:26:57.589Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4670 | 2026-08-14T17:26:57.681Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4671 | 2026-08-14T17:26:58.086Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4672 | 2026-08-14T17:26:58.106Z | [ recovery-image] Aug 14 17:26:56.960 INFO O| Aug 14 17:26:56.959 INFO O| Download: Completed 200.00 MB in 8.64 seconds (23.1M/s) |
| 4673 | 2026-08-14T17:26:58.215Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4674 | 2026-08-14T17:26:58.360Z | [ recovery-image] Aug 14 17:26:57.214 INFO O| Aug 14 17:26:57.214 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4675 | 2026-08-14T17:26:58.373Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4676 | 2026-08-14T17:26:58.599Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4677 | 2026-08-14T17:26:58.816Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4678 | 2026-08-14T17:26:58.872Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4679 | 2026-08-14T17:26:58.886Z | [ host-image] Aug 14 17:26:57.738 INFO O| Aug 14 17:26:57.738 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4680 | 2026-08-14T17:26:59.011Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 4681 | 2026-08-14T17:26:59.102Z | [verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4682 | 2026-08-14T17:26:59.327Z | [verify-libraries] Compiling ff v0.14.0 |
| 4683 | 2026-08-14T17:26:59.392Z | [ host-image] Aug 14 17:26:58.245 INFO O| Aug 14 17:26:58.245 INFO O| Startup: Caching catalogs ... Done |
| 4684 | 2026-08-14T17:26:59.504Z | [verify-libraries] Compiling corncobs v0.1.4 |
| 4685 | 2026-08-14T17:26:59.546Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4686 | 2026-08-14T17:26:59.584Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4687 | 2026-08-14T17:26:59.762Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4688 | 2026-08-14T17:26:59.814Z | [verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4689 | 2026-08-14T17:26:59.826Z | [ host-image] Aug 14 17:26:58.680 INFO O| Aug 14 17:26:58.680 INFO O| Planning: Solver setup ... Done |
| 4690 | 2026-08-14T17:26:59.832Z | [ host-image] Aug 14 17:26:58.685 INFO O| Aug 14 17:26:58.685 INFO O| Planning: Running solver ... Done |
| 4691 | 2026-08-14T17:26:59.845Z | [ host-image] Aug 14 17:26:58.699 INFO O| Aug 14 17:26:58.699 INFO O| Planning: Finding local manifests ... Done |
| 4692 | 2026-08-14T17:26:59.873Z | [ host-image] Aug 14 17:26:58.727 INFO O| Aug 14 17:26:58.727 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4693 | 2026-08-14T17:26:59.901Z | [ host-image] Aug 14 17:26:58.754 INFO O| Aug 14 17:26:58.754 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4694 | 2026-08-14T17:26:59.917Z | [ host-image] Aug 14 17:26:58.771 INFO O| Aug 14 17:26:58.771 INFO O| Planning: Package planning ... Done |
| 4695 | 2026-08-14T17:26:59.921Z | [ host-image] Aug 14 17:26:58.771 INFO O| Aug 14 17:26:58.771 INFO O| Planning: Merging actions ... Done |
| 4696 | 2026-08-14T17:26:59.972Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4697 | 2026-08-14T17:27:00.051Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4698 | 2026-08-14T17:27:00.091Z | [ host-image] Aug 14 17:26:58.945 INFO O| Aug 14 17:26:58.945 INFO O| Planning: Checking for conflicting actions ... Done |
| 4699 | 2026-08-14T17:27:00.095Z | [ host-image] Aug 14 17:26:58.946 INFO O| Aug 14 17:26:58.946 INFO O| Planning: Consolidating action changes ... Done |
| 4700 | 2026-08-14T17:27:00.266Z | [ host-image] Aug 14 17:26:59.120 INFO O| Aug 14 17:26:59.120 INFO O| Planning: Evaluating mediators ... Done |
| 4701 | 2026-08-14T17:27:00.270Z | [ host-image] Aug 14 17:26:59.120 INFO O| Aug 14 17:26:59.120 INFO O| Planning: Planning completed in 0.86 seconds |
| 4702 | 2026-08-14T17:27:00.270Z | [ host-image] Aug 14 17:26:59.121 INFO O| Aug 14 17:26:59.121 INFO O| Packages to install: 1 |
| 4703 | 2026-08-14T17:27:00.281Z | [ host-image] Aug 14 17:26:59.133 INFO O| Aug 14 17:26:59.133 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4704 | 2026-08-14T17:27:00.378Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4705 | 2026-08-14T17:27:00.412Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4706 | 2026-08-14T17:27:00.553Z | [verify-libraries] Compiling secrecy v0.8.0 |
| 4707 | 2026-08-14T17:27:00.616Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4708 | 2026-08-14T17:27:00.656Z | [ host-image] Aug 14 17:26:59.509 INFO O| Aug 14 17:26:59.509 INFO O| Download: Completed 13.27 MB in 0.38 seconds (35.3M/s) |
| 4709 | 2026-08-14T17:27:00.705Z | [ host-image] Aug 14 17:26:59.558 INFO O| Aug 14 17:26:59.558 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4710 | 2026-08-14T17:27:00.785Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4711 | 2026-08-14T17:27:00.930Z | [ host-image] Aug 14 17:26:59.783 INFO O| Aug 14 17:26:59.783 INFO O| Actions: Completed 22 actions in 0.22 seconds. |
| 4712 | 2026-08-14T17:27:00.965Z | [ host-image] Aug 14 17:26:59.818 INFO O| Aug 14 17:26:59.817 INFO O| Finalize: Updating package state database ... Done |
| 4713 | 2026-08-14T17:27:00.965Z | [ host-image] Aug 14 17:26:59.818 INFO O| Aug 14 17:26:59.817 INFO O| Finalize: Updating package cache ... Done |
| 4714 | 2026-08-14T17:27:01.021Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4715 | 2026-08-14T17:27:01.043Z | [ host-image] Aug 14 17:26:59.896 INFO O| Aug 14 17:26:59.896 INFO O| Finalize: Updating image state ... Done |
| 4716 | 2026-08-14T17:27:01.135Z | [verify-libraries] Compiling group v0.14.0 |
| 4717 | 2026-08-14T17:27:01.194Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4718 | 2026-08-14T17:27:01.275Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4719 | 2026-08-14T17:27:01.398Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4720 | 2026-08-14T17:27:01.440Z | [verify-libraries] Compiling signature v3.0.0 |
| 4721 | 2026-08-14T17:27:01.678Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4722 | 2026-08-14T17:27:01.722Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4723 | 2026-08-14T17:27:01.936Z | [verify-libraries] Compiling instability v0.3.11 |
| 4724 | 2026-08-14T17:27:02.024Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4725 | 2026-08-14T17:27:02.038Z | [ host-image] Aug 14 17:27:00.892 INFO O| Aug 14 17:27:00.892 INFO O| Finalize: Creating fast lookup database ... Done |
| 4726 | 2026-08-14T17:27:02.068Z | [ host-image] Aug 14 17:27:00.922 INFO O| Aug 14 17:27:00.922 INFO O| Finalize: Reading search index ... Done |
| 4727 | 2026-08-14T17:27:02.068Z | [ host-image] Aug 14 17:27:00.922 INFO O| Aug 14 17:27:00.922 INFO O| Finalize: Updating search index ... Done |
| 4728 | 2026-08-14T17:27:02.080Z | [ host-image] Aug 14 17:27:00.934 INFO O| Aug 14 17:27:00.934 INFO O| Finalize: Updating package cache ... Done |
| 4729 | 2026-08-14T17:27:02.105Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4730 | 2026-08-14T17:27:02.133Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4731 | 2026-08-14T17:27:02.183Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4732 | 2026-08-14T17:27:02.231Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4733 | 2026-08-14T17:27:02.343Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 14 (pkg_install) COMPLETE |
| 4734 | 2026-08-14T17:27:02.343Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4735 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "mbist" is not enabled |
| 4736 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4737 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "mfg" is not enabled |
| 4738 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4739 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "compliance" is not enabled |
| 4740 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4741 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "stress" is not enabled |
| 4742 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4743 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "compliance" is not enabled |
| 4744 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4745 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO skip step because feature "nfs" is not enabled |
| 4746 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4747 | 2026-08-14T17:27:02.346Z | [ host-image] Aug 14 17:27:01.196 INFO O| Aug 14 17:27:01.196 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4748 | 2026-08-14T17:27:02.475Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4749 | 2026-08-14T17:27:02.510Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4750 | 2026-08-14T17:27:02.580Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4751 | 2026-08-14T17:27:02.584Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4752 | 2026-08-14T17:27:02.647Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4753 | 2026-08-14T17:27:02.651Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4754 | 2026-08-14T17:27:02.773Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4755 | 2026-08-14T17:27:02.864Z | [ host-image] Aug 14 17:27:01.718 INFO O| Aug 14 17:27:01.718 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4756 | 2026-08-14T17:27:02.946Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4757 | 2026-08-14T17:27:02.986Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4758 | 2026-08-14T17:27:03.094Z | [ host-image] Aug 14 17:27:01.946 INFO O| Aug 14 17:27:01.946 INFO completed processing sled/ramdisk-01-os |
| 4759 | 2026-08-14T17:27:03.097Z | [ host-image] Aug 14 17:27:01.948 INFO omicron1 baseline generation... |
| 4760 | 2026-08-14T17:27:03.097Z | [ host-image] Aug 14 17:27:01.948 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4761 | 2026-08-14T17:27:03.141Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4762 | 2026-08-14T17:27:03.192Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4763 | 2026-08-14T17:27:03.366Z | [ recovery-image] Aug 14 17:27:02.219 INFO O| Aug 14 17:27:02.219 INFO O| Actions: 21923/27580 actions (Installing new actions) |
| 4764 | 2026-08-14T17:27:03.479Z | [ host-image] Aug 14 17:27:02.332 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z |
| 4765 | 2026-08-14T17:27:03.567Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4766 | 2026-08-14T17:27:03.784Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4767 | 2026-08-14T17:27:04.035Z | [ recovery-image] Aug 14 17:27:02.888 INFO O| Aug 14 17:27:02.888 INFO O| Actions: Completed 27580 actions in 5.67 seconds. |
| 4768 | 2026-08-14T17:27:04.106Z | [ recovery-image] Aug 14 17:27:02.959 INFO O| Aug 14 17:27:02.959 INFO O| Finalize: Updating package state database ... Done |
| 4769 | 2026-08-14T17:27:04.106Z | [ recovery-image] Aug 14 17:27:02.959 INFO O| Aug 14 17:27:02.959 INFO O| Finalize: Updating package cache ... Done |
| 4770 | 2026-08-14T17:27:04.218Z | [ recovery-image] Aug 14 17:27:03.072 INFO O| Aug 14 17:27:03.072 INFO O| Finalize: Updating image state ... Done |
| 4771 | 2026-08-14T17:27:04.236Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4772 | 2026-08-14T17:27:04.280Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4773 | 2026-08-14T17:27:04.314Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4774 | 2026-08-14T17:27:04.480Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4775 | 2026-08-14T17:27:04.516Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4776 | 2026-08-14T17:27:04.740Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4777 | 2026-08-14T17:27:04.937Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4778 | 2026-08-14T17:27:04.947Z | [ recovery-image] Aug 14 17:27:03.801 INFO O| Aug 14 17:27:03.801 INFO O| Finalize: Creating fast lookup database ... Done |
| 4779 | 2026-08-14T17:27:04.966Z | [ recovery-image] Aug 14 17:27:03.820 INFO O| Aug 14 17:27:03.820 INFO O| Finalize: Reading search index ... Done |
| 4780 | 2026-08-14T17:27:04.997Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4781 | 2026-08-14T17:27:05.041Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4782 | 2026-08-14T17:27:05.188Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4783 | 2026-08-14T17:27:05.348Z | [verify-libraries] Compiling lru v0.12.5 |
| 4784 | 2026-08-14T17:27:05.447Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4785 | 2026-08-14T17:27:05.622Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4786 | 2026-08-14T17:27:05.651Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4787 | 2026-08-14T17:27:05.798Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4788 | 2026-08-14T17:27:05.851Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4789 | 2026-08-14T17:27:06.074Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4790 | 2026-08-14T17:27:06.124Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4791 | 2026-08-14T17:27:06.150Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4792 | 2026-08-14T17:27:06.191Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4793 | 2026-08-14T17:27:06.357Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4794 | 2026-08-14T17:27:06.500Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4795 | 2026-08-14T17:27:06.618Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4796 | 2026-08-14T17:27:06.718Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4797 | 2026-08-14T17:27:06.747Z | [verify-libraries] Compiling is_ci v1.2.0 |
| 4798 | 2026-08-14T17:27:06.820Z | [ recovery-image] Aug 14 17:27:05.674 INFO O| Aug 14 17:27:05.674 INFO O| Finalize: Building new search index ... Done |
| 4799 | 2026-08-14T17:27:06.957Z | [verify-libraries] Compiling supports-color v3.0.2 |
| 4800 | 2026-08-14T17:27:07.026Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4801 | 2026-08-14T17:27:07.132Z | [ recovery-image] Aug 14 17:27:05.986 INFO O| Aug 14 17:27:05.985 INFO O| Finalize: Updating package cache ... Done |
| 4802 | 2026-08-14T17:27:07.281Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4803 | 2026-08-14T17:27:07.432Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 11 (pkg_install) COMPLETE |
| 4804 | 2026-08-14T17:27:07.432Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4805 | 2026-08-14T17:27:07.432Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO skip step because feature "recovery" is enabled |
| 4806 | 2026-08-14T17:27:07.435Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4807 | 2026-08-14T17:27:07.435Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO skip step because feature "omicron1" is not enabled |
| 4808 | 2026-08-14T17:27:07.435Z | [ recovery-image] Aug 14 17:27:06.285 INFO O| Aug 14 17:27:06.285 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4809 | 2026-08-14T17:27:07.441Z | [ recovery-image] Aug 14 17:27:06.295 INFO O| Aug 14 17:27:06.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4810 | 2026-08-14T17:27:07.640Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4811 | 2026-08-14T17:27:07.795Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4812 | 2026-08-14T17:27:08.332Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4813 | 2026-08-14T17:27:08.483Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4814 | 2026-08-14T17:27:08.536Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4815 | 2026-08-14T17:27:08.601Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4816 | 2026-08-14T17:27:08.847Z | [verify-libraries] Compiling console v0.16.2 |
| 4817 | 2026-08-14T17:27:08.993Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4818 | 2026-08-14T17:27:09.259Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4819 | 2026-08-14T17:27:09.311Z | [verify-libraries] Compiling void v1.0.2 |
| 4820 | 2026-08-14T17:27:09.477Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4821 | 2026-08-14T17:27:09.502Z | [ recovery-image] Aug 14 17:27:08.355 INFO O| Aug 14 17:27:08.355 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4822 | 2026-08-14T17:27:09.539Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4823 | 2026-08-14T17:27:09.640Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4824 | 2026-08-14T17:27:09.670Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4825 | 2026-08-14T17:27:09.673Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4826 | 2026-08-14T17:27:09.692Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4827 | 2026-08-14T17:27:09.751Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4828 | 2026-08-14T17:27:09.755Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4829 | 2026-08-14T17:27:09.846Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4830 | 2026-08-14T17:27:09.899Z | [ recovery-image] Aug 14 17:27:08.753 INFO O| Aug 14 17:27:08.753 INFO O| Startup: Caching catalogs ... Done |
| 4831 | 2026-08-14T17:27:09.938Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4832 | 2026-08-14T17:27:09.998Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4833 | 2026-08-14T17:27:10.175Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4834 | 2026-08-14T17:27:10.232Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4835 | 2026-08-14T17:27:10.235Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4836 | 2026-08-14T17:27:10.286Z | [ recovery-image] Aug 14 17:27:09.140 INFO O| Aug 14 17:27:09.140 INFO O| Planning: Solver setup ... Done |
| 4837 | 2026-08-14T17:27:10.291Z | [ recovery-image] Aug 14 17:27:09.145 INFO O| Aug 14 17:27:09.145 INFO O| Planning: Running solver ... Done |
| 4838 | 2026-08-14T17:27:10.303Z | [ recovery-image] Aug 14 17:27:09.157 INFO O| Aug 14 17:27:09.157 INFO O| Planning: Finding local manifests ... Done |
| 4839 | 2026-08-14T17:27:10.306Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4840 | 2026-08-14T17:27:10.340Z | [ recovery-image] Aug 14 17:27:09.193 INFO O| Aug 14 17:27:09.193 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4841 | 2026-08-14T17:27:10.352Z | [ recovery-image] Aug 14 17:27:09.206 INFO O| Aug 14 17:27:09.205 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4842 | 2026-08-14T17:27:10.368Z | [ recovery-image] Aug 14 17:27:09.221 INFO O| Aug 14 17:27:09.221 INFO O| Planning: Package planning ... Done |
| 4843 | 2026-08-14T17:27:10.368Z | [ recovery-image] Aug 14 17:27:09.222 INFO O| Aug 14 17:27:09.222 INFO O| Planning: Merging actions ... Done |
| 4844 | 2026-08-14T17:27:10.389Z | [ recovery-image] Aug 14 17:27:09.243 INFO O| Aug 14 17:27:09.243 INFO O| Planning: Checking for conflicting actions ... Done |
| 4845 | 2026-08-14T17:27:10.393Z | [ recovery-image] Aug 14 17:27:09.243 INFO O| Aug 14 17:27:09.243 INFO O| Planning: Consolidating action changes ... Done |
| 4846 | 2026-08-14T17:27:10.447Z | [verify-libraries] Compiling nix v0.27.1 |
| 4847 | 2026-08-14T17:27:10.482Z | [ recovery-image] Aug 14 17:27:09.336 INFO O| Aug 14 17:27:09.336 INFO O| Planning: Evaluating mediators ... Done |
| 4848 | 2026-08-14T17:27:10.486Z | [ recovery-image] Aug 14 17:27:09.336 INFO O| Aug 14 17:27:09.336 INFO O| Planning: Planning completed in 0.57 seconds |
| 4849 | 2026-08-14T17:27:10.486Z | [ recovery-image] Aug 14 17:27:09.337 INFO O| Aug 14 17:27:09.337 INFO O| Packages to install: 1 |
| 4850 | 2026-08-14T17:27:10.495Z | [ recovery-image] Aug 14 17:27:09.349 INFO O| Aug 14 17:27:09.348 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4851 | 2026-08-14T17:27:10.539Z | [verify-libraries] Compiling colored v2.2.0 |
| 4852 | 2026-08-14T17:27:10.585Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 4853 | 2026-08-14T17:27:10.619Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4854 | 2026-08-14T17:27:10.711Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4855 | 2026-08-14T17:27:10.730Z | [ recovery-image] Aug 14 17:27:09.584 INFO O| Aug 14 17:27:09.584 INFO O| Download: Completed 13.27 MB in 0.24 seconds (56.3M/s) |
| 4856 | 2026-08-14T17:27:10.767Z | [ recovery-image] Aug 14 17:27:09.620 INFO O| Aug 14 17:27:09.620 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4857 | 2026-08-14T17:27:10.927Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4858 | 2026-08-14T17:27:11.109Z | [ recovery-image] Aug 14 17:27:09.963 INFO O| Aug 14 17:27:09.962 INFO O| Actions: Completed 22 actions in 0.34 seconds. |
| 4859 | 2026-08-14T17:27:11.112Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4860 | 2026-08-14T17:27:11.135Z | [ recovery-image] Aug 14 17:27:09.989 INFO O| Aug 14 17:27:09.988 INFO O| Finalize: Updating package state database ... Done |
| 4861 | 2026-08-14T17:27:11.135Z | [ recovery-image] Aug 14 17:27:09.989 INFO O| Aug 14 17:27:09.989 INFO O| Finalize: Updating package cache ... Done |
| 4862 | 2026-08-14T17:27:11.175Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4863 | 2026-08-14T17:27:11.214Z | [ recovery-image] Aug 14 17:27:10.068 INFO O| Aug 14 17:27:10.068 INFO O| Finalize: Updating image state ... Done |
| 4864 | 2026-08-14T17:27:11.261Z | [verify-libraries] Compiling darling v0.13.4 |
| 4865 | 2026-08-14T17:27:11.299Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4866 | 2026-08-14T17:27:11.627Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4867 | 2026-08-14T17:27:11.839Z | [ recovery-image] Aug 14 17:27:10.693 INFO O| Aug 14 17:27:10.693 INFO O| Finalize: Creating fast lookup database ... Done |
| 4868 | 2026-08-14T17:27:11.843Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4869 | 2026-08-14T17:27:11.856Z | [ recovery-image] Aug 14 17:27:10.710 INFO O| Aug 14 17:27:10.710 INFO O| Finalize: Reading search index ... Done |
| 4870 | 2026-08-14T17:27:11.856Z | [ recovery-image] Aug 14 17:27:10.710 INFO O| Aug 14 17:27:10.710 INFO O| Finalize: Updating search index ... Done |
| 4871 | 2026-08-14T17:27:11.866Z | [ recovery-image] Aug 14 17:27:10.720 INFO O| Aug 14 17:27:10.720 INFO O| Finalize: Updating package cache ... Done |
| 4872 | 2026-08-14T17:27:11.935Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4873 | 2026-08-14T17:27:12.092Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4874 | 2026-08-14T17:27:12.155Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 14 (pkg_install) COMPLETE |
| 4875 | 2026-08-14T17:27:12.155Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4876 | 2026-08-14T17:27:12.155Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "mbist" is not enabled |
| 4877 | 2026-08-14T17:27:12.158Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4878 | 2026-08-14T17:27:12.158Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "mfg" is not enabled |
| 4879 | 2026-08-14T17:27:12.158Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4880 | 2026-08-14T17:27:12.158Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "compliance" is not enabled |
| 4881 | 2026-08-14T17:27:12.158Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4882 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "stress" is not enabled |
| 4883 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4884 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "compliance" is not enabled |
| 4885 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4886 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO skip step because feature "nfs" is not enabled |
| 4887 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4888 | 2026-08-14T17:27:12.159Z | [ recovery-image] Aug 14 17:27:11.008 INFO O| Aug 14 17:27:11.008 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4889 | 2026-08-14T17:27:12.550Z | [ recovery-image] Aug 14 17:27:11.403 INFO O| Aug 14 17:27:11.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4890 | 2026-08-14T17:27:12.581Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4891 | 2026-08-14T17:27:12.630Z | [ recovery-image] Aug 14 17:27:11.484 INFO O| Aug 14 17:27:11.484 INFO completed processing sled/ramdisk-01-os |
| 4892 | 2026-08-14T17:27:12.634Z | [ recovery-image] Aug 14 17:27:11.486 INFO image builder template: ramdisk-02-trim... |
| 4893 | 2026-08-14T17:27:12.634Z | [ recovery-image] Aug 14 17:27:11.486 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/.tmpUskSdj/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 |
| 4894 | 2026-08-14T17:27:12.653Z | [ recovery-image] Aug 14 17:27:11.507 INFO O| Aug 14 17:27:11.506 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4895 | 2026-08-14T17:27:12.657Z | [ recovery-image] Aug 14 17:27:11.511 INFO O| Aug 14 17:27:11.511 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4896 | 2026-08-14T17:27:12.723Z | [ recovery-image] Aug 14 17:27:11.577 INFO O| Aug 14 17:27:11.577 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4897 | 2026-08-14T17:27:12.813Z | [ recovery-image] Aug 14 17:27:11.667 INFO O| Aug 14 17:27:11.667 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4898 | 2026-08-14T17:27:12.813Z | [ recovery-image] Aug 14 17:27:11.667 INFO O| Aug 14 17:27:11.667 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4899 | 2026-08-14T17:27:12.818Z | [ recovery-image] Aug 14 17:27:11.672 INFO O| Aug 14 17:27:11.672 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4900 | 2026-08-14T17:27:12.822Z | [ recovery-image] Aug 14 17:27:11.676 INFO O| Aug 14 17:27:11.676 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4901 | 2026-08-14T17:27:12.827Z | [ recovery-image] Aug 14 17:27:11.681 INFO O| Aug 14 17:27:11.681 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4902 | 2026-08-14T17:27:13.112Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4903 | 2026-08-14T17:27:13.134Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4904 | 2026-08-14T17:27:13.186Z | [ recovery-image] Aug 14 17:27:12.039 INFO O| Aug 14 17:27:12.039 INFO rolled back to input snapshot; work may begin |
| 4905 | 2026-08-14T17:27:13.186Z | [ recovery-image] Aug 14 17:27:12.039 INFO O| Aug 14 17:27:12.039 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4906 | 2026-08-14T17:27:13.190Z | [ recovery-image] Aug 14 17:27:12.044 INFO O| Aug 14 17:27:12.044 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4907 | 2026-08-14T17:27:13.198Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4908 | 2026-08-14T17:27:13.205Z | [ recovery-image] Aug 14 17:27:12.056 INFO O| Aug 14 17:27:12.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4909 | 2026-08-14T17:27:13.251Z | [ recovery-image] Aug 14 17:27:12.103 INFO O| Aug 14 17:27:12.103 INFO STEP 0 (remove_files) COMPLETE |
| 4910 | 2026-08-14T17:27:13.252Z | [ recovery-image] Aug 14 17:27:12.103 INFO O| Aug 14 17:27:12.103 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4911 | 2026-08-14T17:27:13.260Z | [ recovery-image] Aug 14 17:27:12.113 INFO O| Aug 14 17:27:12.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4912 | 2026-08-14T17:27:13.269Z | [ recovery-image] Aug 14 17:27:12.114 INFO O| Aug 14 17:27:12.114 INFO STEP 1 (remove_files) COMPLETE |
| 4913 | 2026-08-14T17:27:13.269Z | [ recovery-image] Aug 14 17:27:12.114 INFO O| Aug 14 17:27:12.114 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4914 | 2026-08-14T17:27:13.273Z | [ recovery-image] Aug 14 17:27:12.124 INFO O| Aug 14 17:27:12.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4915 | 2026-08-14T17:27:13.286Z | [ recovery-image] Aug 14 17:27:12.140 INFO O| Aug 14 17:27:12.139 INFO STEP 2 (remove_files) COMPLETE |
| 4916 | 2026-08-14T17:27:13.286Z | [ recovery-image] Aug 14 17:27:12.140 INFO O| Aug 14 17:27:12.140 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4917 | 2026-08-14T17:27:13.297Z | [ recovery-image] Aug 14 17:27:12.150 INFO O| Aug 14 17:27:12.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4918 | 2026-08-14T17:27:13.300Z | [ recovery-image] Aug 14 17:27:12.152 INFO O| Aug 14 17:27:12.152 INFO STEP 3 (remove_files) COMPLETE |
| 4919 | 2026-08-14T17:27:13.300Z | [ recovery-image] Aug 14 17:27:12.152 INFO O| Aug 14 17:27:12.152 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4920 | 2026-08-14T17:27:13.309Z | [ recovery-image] Aug 14 17:27:12.163 INFO O| Aug 14 17:27:12.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4921 | 2026-08-14T17:27:13.313Z | [ recovery-image] Aug 14 17:27:12.166 INFO O| Aug 14 17:27:12.166 INFO STEP 4 (remove_files) COMPLETE |
| 4922 | 2026-08-14T17:27:13.313Z | [ recovery-image] Aug 14 17:27:12.166 INFO O| Aug 14 17:27:12.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4923 | 2026-08-14T17:27:13.323Z | [ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4924 | 2026-08-14T17:27:13.323Z | [ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO STEP 5 (remove_files) COMPLETE |
| 4925 | 2026-08-14T17:27:13.326Z | [ recovery-image] Aug 14 17:27:12.176 INFO O| Aug 14 17:27:12.176 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4926 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.186 INFO O| Aug 14 17:27:12.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4927 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 6 (remove_files) COMPLETE |
| 4928 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4929 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "heliosv2" is not enabled |
| 4930 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4931 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled |
| 4932 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4933 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled |
| 4934 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4935 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO skip step because feature "recovery" is enabled |
| 4936 | 2026-08-14T17:27:13.352Z | [ recovery-image] Aug 14 17:27:12.199 INFO O| Aug 14 17:27:12.199 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4937 | 2026-08-14T17:27:13.357Z | [ recovery-image] Aug 14 17:27:12.208 INFO O| Aug 14 17:27:12.208 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4938 | 2026-08-14T17:27:13.360Z | [ recovery-image] Aug 14 17:27:12.211 INFO O| Aug 14 17:27:12.211 INFO STEP 11 (remove_files) COMPLETE |
| 4939 | 2026-08-14T17:27:13.360Z | [ recovery-image] Aug 14 17:27:12.211 INFO O| Aug 14 17:27:12.211 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4940 | 2026-08-14T17:27:13.367Z | [ recovery-image] Aug 14 17:27:12.221 INFO O| Aug 14 17:27:12.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4941 | 2026-08-14T17:27:13.371Z | [ recovery-image] Aug 14 17:27:12.222 INFO O| Aug 14 17:27:12.222 INFO STEP 12 (remove_files) COMPLETE |
| 4942 | 2026-08-14T17:27:13.371Z | [ recovery-image] Aug 14 17:27:12.222 INFO O| Aug 14 17:27:12.222 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4943 | 2026-08-14T17:27:13.379Z | [ recovery-image] Aug 14 17:27:12.233 INFO O| Aug 14 17:27:12.232 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4944 | 2026-08-14T17:27:13.383Z | [ recovery-image] Aug 14 17:27:12.234 INFO O| Aug 14 17:27:12.234 INFO STEP 13 (remove_files) COMPLETE |
| 4945 | 2026-08-14T17:27:13.383Z | [ recovery-image] Aug 14 17:27:12.234 INFO O| Aug 14 17:27:12.234 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4946 | 2026-08-14T17:27:13.392Z | [ recovery-image] Aug 14 17:27:12.245 INFO O| Aug 14 17:27:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 4947 | 2026-08-14T17:27:13.392Z | [ recovery-image] Aug 14 17:27:12.246 INFO O| Aug 14 17:27:12.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 4948 | 2026-08-14T17:27:13.424Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4949 | 2026-08-14T17:27:13.469Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4950 | 2026-08-14T17:27:13.528Z | [ recovery-image] Aug 14 17:27:12.381 INFO O| Aug 14 17:27:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4951 | 2026-08-14T17:27:13.532Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4952 | 2026-08-14T17:27:13.532Z | [ recovery-image] Aug 14 17:27:12.383 INFO O| Aug 14 17:27:12.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4953 | 2026-08-14T17:27:13.569Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4954 | 2026-08-14T17:27:13.584Z | [ recovery-image] Aug 14 17:27:12.436 INFO O| Aug 14 17:27:12.436 INFO STEP 14 (remove_files) COMPLETE |
| 4955 | 2026-08-14T17:27:13.584Z | [ recovery-image] Aug 14 17:27:12.437 INFO O| Aug 14 17:27:12.436 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4956 | 2026-08-14T17:27:13.628Z | [ recovery-image] Aug 14 17:27:12.482 INFO O| Aug 14 17:27:12.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4957 | 2026-08-14T17:27:13.632Z | [ recovery-image] Aug 14 17:27:12.483 INFO O| Aug 14 17:27:12.483 INFO STEP 15 (remove_files) COMPLETE |
| 4958 | 2026-08-14T17:27:13.632Z | [ recovery-image] Aug 14 17:27:12.483 INFO O| Aug 14 17:27:12.483 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4959 | 2026-08-14T17:27:13.639Z | [ recovery-image] Aug 14 17:27:12.493 INFO O| Aug 14 17:27:12.493 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4960 | 2026-08-14T17:27:13.646Z | [ recovery-image] Aug 14 17:27:12.499 INFO O| Aug 14 17:27:12.499 INFO STEP 16 (remove_files) COMPLETE |
| 4961 | 2026-08-14T17:27:13.646Z | [ recovery-image] Aug 14 17:27:12.499 INFO O| Aug 14 17:27:12.499 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4962 | 2026-08-14T17:27:13.656Z | [ recovery-image] Aug 14 17:27:12.508 INFO O| Aug 14 17:27:12.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4963 | 2026-08-14T17:27:13.659Z | [ recovery-image] Aug 14 17:27:12.509 INFO O| Aug 14 17:27:12.509 INFO STEP 17 (remove_files) COMPLETE |
| 4964 | 2026-08-14T17:27:13.659Z | [ recovery-image] Aug 14 17:27:12.509 INFO O| Aug 14 17:27:12.509 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4965 | 2026-08-14T17:27:13.663Z | [ recovery-image] Aug 14 17:27:12.517 INFO O| Aug 14 17:27:12.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4966 | 2026-08-14T17:27:13.670Z | [ recovery-image] Aug 14 17:27:12.518 INFO O| Aug 14 17:27:12.518 INFO STEP 18 (remove_files) COMPLETE |
| 4967 | 2026-08-14T17:27:13.670Z | [ recovery-image] Aug 14 17:27:12.518 INFO O| Aug 14 17:27:12.518 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4968 | 2026-08-14T17:27:13.680Z | [ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4969 | 2026-08-14T17:27:13.681Z | [ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO STEP 19 (remove_files) COMPLETE |
| 4970 | 2026-08-14T17:27:13.681Z | [ recovery-image] Aug 14 17:27:12.534 INFO O| Aug 14 17:27:12.534 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4971 | 2026-08-14T17:27:13.690Z | [ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4972 | 2026-08-14T17:27:13.690Z | [ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO STEP 20 (remove_files) COMPLETE |
| 4973 | 2026-08-14T17:27:13.690Z | [ recovery-image] Aug 14 17:27:12.543 INFO O| Aug 14 17:27:12.543 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4974 | 2026-08-14T17:27:13.700Z | [ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4975 | 2026-08-14T17:27:13.700Z | [ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO STEP 21 (remove_files) COMPLETE |
| 4976 | 2026-08-14T17:27:13.700Z | [ recovery-image] Aug 14 17:27:12.553 INFO O| Aug 14 17:27:12.553 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4977 | 2026-08-14T17:27:13.712Z | [ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4978 | 2026-08-14T17:27:13.712Z | [ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO STEP 22 (remove_files) COMPLETE |
| 4979 | 2026-08-14T17:27:13.712Z | [ recovery-image] Aug 14 17:27:12.566 INFO O| Aug 14 17:27:12.566 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4980 | 2026-08-14T17:27:13.723Z | [ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4981 | 2026-08-14T17:27:13.723Z | [ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO STEP 23 (remove_files) COMPLETE |
| 4982 | 2026-08-14T17:27:13.726Z | [ recovery-image] Aug 14 17:27:12.576 INFO O| Aug 14 17:27:12.576 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4983 | 2026-08-14T17:27:13.766Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 4984 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4985 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.624 INFO STEP 24 (remove_files) COMPLETE |
| 4986 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.624 INFO O| Aug 14 17:27:12.624 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4987 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4988 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.634 INFO STEP 25 (remove_files) COMPLETE |
| 4989 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.634 INFO O| Aug 14 17:27:12.634 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4990 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.642 INFO O| Aug 14 17:27:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4991 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.643 INFO O| Aug 14 17:27:12.643 INFO STEP 26 (remove_files) COMPLETE |
| 4992 | 2026-08-14T17:27:13.792Z | [ recovery-image] Aug 14 17:27:12.643 INFO O| Aug 14 17:27:12.643 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4993 | 2026-08-14T17:27:13.802Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 4994 | 2026-08-14T17:27:13.806Z | [ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4995 | 2026-08-14T17:27:13.806Z | [ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO STEP 27 (remove_files) COMPLETE |
| 4996 | 2026-08-14T17:27:13.806Z | [ recovery-image] Aug 14 17:27:12.657 INFO O| Aug 14 17:27:12.657 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4997 | 2026-08-14T17:27:13.813Z | [ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4998 | 2026-08-14T17:27:13.813Z | [ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO STEP 28 (remove_files) COMPLETE |
| 4999 | 2026-08-14T17:27:13.813Z | [ recovery-image] Aug 14 17:27:12.667 INFO O| Aug 14 17:27:12.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5000 | 2026-08-14T17:27:13.824Z | [ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5001 | 2026-08-14T17:27:13.824Z | [ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO STEP 29 (remove_files) COMPLETE |
| 5002 | 2026-08-14T17:27:13.824Z | [ recovery-image] Aug 14 17:27:12.677 INFO O| Aug 14 17:27:12.677 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5003 | 2026-08-14T17:27:13.836Z | [ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5004 | 2026-08-14T17:27:13.836Z | [ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO STEP 30 (remove_files) COMPLETE |
| 5005 | 2026-08-14T17:27:13.840Z | [ recovery-image] Aug 14 17:27:12.688 INFO O| Aug 14 17:27:12.688 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5006 | 2026-08-14T17:27:13.848Z | [ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5007 | 2026-08-14T17:27:13.848Z | [ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO STEP 31 (remove_files) COMPLETE |
| 5008 | 2026-08-14T17:27:13.848Z | [ recovery-image] Aug 14 17:27:12.699 INFO O| Aug 14 17:27:12.699 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5009 | 2026-08-14T17:27:13.858Z | [ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5010 | 2026-08-14T17:27:13.858Z | [ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.712 INFO STEP 32 (remove_files) COMPLETE |
| 5011 | 2026-08-14T17:27:13.858Z | [verify-libraries] Compiling petname v2.0.2 |
| 5012 | 2026-08-14T17:27:13.858Z | [ recovery-image] Aug 14 17:27:12.712 INFO O| Aug 14 17:27:12.712 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5013 | 2026-08-14T17:27:13.862Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 5014 | 2026-08-14T17:27:13.869Z | [ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5015 | 2026-08-14T17:27:13.869Z | [ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO STEP 33 (remove_files) COMPLETE |
| 5016 | 2026-08-14T17:27:13.869Z | [ recovery-image] Aug 14 17:27:12.722 INFO O| Aug 14 17:27:12.722 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5017 | 2026-08-14T17:27:13.879Z | [ recovery-image] Aug 14 17:27:12.732 INFO O| Aug 14 17:27:12.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5018 | 2026-08-14T17:27:13.879Z | [ recovery-image] Aug 14 17:27:12.733 INFO O| Aug 14 17:27:12.733 INFO STEP 34 (remove_files) COMPLETE |
| 5019 | 2026-08-14T17:27:13.879Z | [ recovery-image] Aug 14 17:27:12.733 INFO O| Aug 14 17:27:12.733 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5020 | 2026-08-14T17:27:13.889Z | [ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5021 | 2026-08-14T17:27:13.889Z | [ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.743 INFO STEP 35 (remove_files) COMPLETE |
| 5022 | 2026-08-14T17:27:13.889Z | [ recovery-image] Aug 14 17:27:12.743 INFO O| Aug 14 17:27:12.743 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5023 | 2026-08-14T17:27:13.914Z | [ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5024 | 2026-08-14T17:27:13.914Z | [ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO STEP 36 (remove_files) COMPLETE |
| 5025 | 2026-08-14T17:27:13.915Z | [ recovery-image] Aug 14 17:27:12.768 INFO O| Aug 14 17:27:12.768 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5026 | 2026-08-14T17:27:13.931Z | [ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5027 | 2026-08-14T17:27:13.931Z | [ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.785 INFO STEP 37 (remove_files) COMPLETE |
| 5028 | 2026-08-14T17:27:13.931Z | [ recovery-image] Aug 14 17:27:12.785 INFO O| Aug 14 17:27:12.785 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5029 | 2026-08-14T17:27:13.940Z | [ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5030 | 2026-08-14T17:27:13.941Z | [ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO STEP 38 (remove_files) COMPLETE |
| 5031 | 2026-08-14T17:27:13.941Z | [ recovery-image] Aug 14 17:27:12.794 INFO O| Aug 14 17:27:12.794 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5032 | 2026-08-14T17:27:13.949Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 5033 | 2026-08-14T17:27:13.952Z | [ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5034 | 2026-08-14T17:27:13.953Z | [ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO STEP 39 (remove_files) COMPLETE |
| 5035 | 2026-08-14T17:27:13.953Z | [ recovery-image] Aug 14 17:27:12.806 INFO O| Aug 14 17:27:12.806 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5036 | 2026-08-14T17:27:13.962Z | [ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5037 | 2026-08-14T17:27:13.962Z | [ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.816 INFO STEP 40 (remove_files) COMPLETE |
| 5038 | 2026-08-14T17:27:13.962Z | [ recovery-image] Aug 14 17:27:12.816 INFO O| Aug 14 17:27:12.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5039 | 2026-08-14T17:27:13.970Z | [ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5040 | 2026-08-14T17:27:13.971Z | [ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO STEP 41 (remove_files) COMPLETE |
| 5041 | 2026-08-14T17:27:13.971Z | [ recovery-image] Aug 14 17:27:12.824 INFO O| Aug 14 17:27:12.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5042 | 2026-08-14T17:27:13.992Z | [ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5043 | 2026-08-14T17:27:13.993Z | [ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO STEP 42 (remove_files) COMPLETE |
| 5044 | 2026-08-14T17:27:13.993Z | [ recovery-image] Aug 14 17:27:12.846 INFO O| Aug 14 17:27:12.846 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5045 | 2026-08-14T17:27:14.003Z | [ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5046 | 2026-08-14T17:27:14.003Z | [ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO STEP 43 (remove_files) COMPLETE |
| 5047 | 2026-08-14T17:27:14.003Z | [ recovery-image] Aug 14 17:27:12.856 INFO O| Aug 14 17:27:12.856 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5048 | 2026-08-14T17:27:14.012Z | [ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5049 | 2026-08-14T17:27:14.012Z | [ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO STEP 44 (remove_files) COMPLETE |
| 5050 | 2026-08-14T17:27:14.012Z | [ recovery-image] Aug 14 17:27:12.866 INFO O| Aug 14 17:27:12.866 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5051 | 2026-08-14T17:27:14.021Z | [ recovery-image] Aug 14 17:27:12.874 INFO O| Aug 14 17:27:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5052 | 2026-08-14T17:27:14.021Z | [ recovery-image] Aug 14 17:27:12.875 INFO O| Aug 14 17:27:12.875 INFO STEP 45 (remove_files) COMPLETE |
| 5053 | 2026-08-14T17:27:14.025Z | [ recovery-image] Aug 14 17:27:12.875 INFO O| Aug 14 17:27:12.875 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5054 | 2026-08-14T17:27:14.032Z | [ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5055 | 2026-08-14T17:27:14.035Z | [ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO STEP 46 (remove_files) COMPLETE |
| 5056 | 2026-08-14T17:27:14.035Z | [ recovery-image] Aug 14 17:27:12.883 INFO O| Aug 14 17:27:12.883 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5057 | 2026-08-14T17:27:14.038Z | [ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5058 | 2026-08-14T17:27:14.038Z | [ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO STEP 47 (remove_files) COMPLETE |
| 5059 | 2026-08-14T17:27:14.038Z | [ recovery-image] Aug 14 17:27:12.892 INFO O| Aug 14 17:27:12.892 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5060 | 2026-08-14T17:27:14.047Z | [ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5061 | 2026-08-14T17:27:14.047Z | [ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO STEP 48 (remove_files) COMPLETE |
| 5062 | 2026-08-14T17:27:14.047Z | [ recovery-image] Aug 14 17:27:12.901 INFO O| Aug 14 17:27:12.901 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5063 | 2026-08-14T17:27:14.057Z | [ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5064 | 2026-08-14T17:27:14.057Z | [ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO STEP 49 (remove_files) COMPLETE |
| 5065 | 2026-08-14T17:27:14.060Z | [ recovery-image] Aug 14 17:27:12.910 INFO O| Aug 14 17:27:12.910 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5066 | 2026-08-14T17:27:14.073Z | [ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5067 | 2026-08-14T17:27:14.073Z | [ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO STEP 50 (remove_files) COMPLETE |
| 5068 | 2026-08-14T17:27:14.073Z | [ recovery-image] Aug 14 17:27:12.919 INFO O| Aug 14 17:27:12.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5069 | 2026-08-14T17:27:14.076Z | [ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5070 | 2026-08-14T17:27:14.077Z | [ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO STEP 51 (remove_files) COMPLETE |
| 5071 | 2026-08-14T17:27:14.077Z | [ recovery-image] Aug 14 17:27:12.929 INFO O| Aug 14 17:27:12.929 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5072 | 2026-08-14T17:27:14.088Z | [ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5073 | 2026-08-14T17:27:14.088Z | [ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO STEP 52 (remove_files) COMPLETE |
| 5074 | 2026-08-14T17:27:14.092Z | [ recovery-image] Aug 14 17:27:12.941 INFO O| Aug 14 17:27:12.941 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5075 | 2026-08-14T17:27:14.098Z | [ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5076 | 2026-08-14T17:27:14.098Z | [ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO STEP 53 (remove_files) COMPLETE |
| 5077 | 2026-08-14T17:27:14.098Z | [ recovery-image] Aug 14 17:27:12.952 INFO O| Aug 14 17:27:12.952 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5078 | 2026-08-14T17:27:14.111Z | [ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5079 | 2026-08-14T17:27:14.111Z | [ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO STEP 54 (remove_files) COMPLETE |
| 5080 | 2026-08-14T17:27:14.115Z | [ recovery-image] Aug 14 17:27:12.964 INFO O| Aug 14 17:27:12.964 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5081 | 2026-08-14T17:27:14.119Z | [ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5082 | 2026-08-14T17:27:14.119Z | [ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO STEP 55 (remove_files) COMPLETE |
| 5083 | 2026-08-14T17:27:14.122Z | [ recovery-image] Aug 14 17:27:12.972 INFO O| Aug 14 17:27:12.972 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5084 | 2026-08-14T17:27:14.129Z | [ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5085 | 2026-08-14T17:27:14.129Z | [ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO STEP 56 (remove_files) COMPLETE |
| 5086 | 2026-08-14T17:27:14.129Z | [ recovery-image] Aug 14 17:27:12.983 INFO O| Aug 14 17:27:12.983 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5087 | 2026-08-14T17:27:14.143Z | [ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5088 | 2026-08-14T17:27:14.143Z | [ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.993 INFO STEP 57 (remove_files) COMPLETE |
| 5089 | 2026-08-14T17:27:14.143Z | [ recovery-image] Aug 14 17:27:12.993 INFO O| Aug 14 17:27:12.993 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5090 | 2026-08-14T17:27:14.167Z | [ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5091 | 2026-08-14T17:27:14.168Z | [ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO STEP 58 (remove_files) COMPLETE |
| 5092 | 2026-08-14T17:27:14.168Z | [ recovery-image] Aug 14 17:27:13.001 INFO O| Aug 14 17:27:13.001 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5093 | 2026-08-14T17:27:14.168Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5094 | 2026-08-14T17:27:14.171Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5095 | 2026-08-14T17:27:14.171Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5096 | 2026-08-14T17:27:14.171Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5097 | 2026-08-14T17:27:14.171Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5098 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5099 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO ok! |
| 5100 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO STEP 59 (ensure_file) COMPLETE |
| 5101 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.009 INFO O| Aug 14 17:27:13.009 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5102 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5103 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5104 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5105 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5106 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5107 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5108 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO ok! |
| 5109 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO STEP 60 (ensure_file) COMPLETE |
| 5110 | 2026-08-14T17:27:14.172Z | [ recovery-image] Aug 14 17:27:13.017 INFO O| Aug 14 17:27:13.017 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5111 | 2026-08-14T17:27:14.172Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 5112 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5113 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5114 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5115 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO ok! |
| 5116 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO STEP 61 (ensure_file) COMPLETE |
| 5117 | 2026-08-14T17:27:14.176Z | [ recovery-image] Aug 14 17:27:13.026 INFO O| Aug 14 17:27:13.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-14T17:27:14.181Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5119 | 2026-08-14T17:27:14.181Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5120 | 2026-08-14T17:27:14.181Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5121 | 2026-08-14T17:27:14.185Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO ok! |
| 5122 | 2026-08-14T17:27:14.185Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO STEP 62 (ensure_file) COMPLETE |
| 5123 | 2026-08-14T17:27:14.185Z | [ recovery-image] Aug 14 17:27:13.035 INFO O| Aug 14 17:27:13.035 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5124 | 2026-08-14T17:27:14.189Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5125 | 2026-08-14T17:27:14.190Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5126 | 2026-08-14T17:27:14.190Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5127 | 2026-08-14T17:27:14.190Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5128 | 2026-08-14T17:27:14.193Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO ok! |
| 5129 | 2026-08-14T17:27:14.193Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO STEP 63 (ensure_file) COMPLETE |
| 5130 | 2026-08-14T17:27:14.193Z | [ recovery-image] Aug 14 17:27:13.043 INFO O| Aug 14 17:27:13.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5131 | 2026-08-14T17:27:14.197Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 5132 | 2026-08-14T17:27:14.205Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5133 | 2026-08-14T17:27:14.205Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5134 | 2026-08-14T17:27:14.215Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5135 | 2026-08-14T17:27:14.215Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5136 | 2026-08-14T17:27:14.215Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO ok! |
| 5137 | 2026-08-14T17:27:14.215Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO STEP 64 (ensure_file) COMPLETE |
| 5138 | 2026-08-14T17:27:14.215Z | [ recovery-image] Aug 14 17:27:13.054 INFO O| Aug 14 17:27:13.054 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5139 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5140 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5141 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5142 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO ok! |
| 5143 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO STEP 65 (assemble_files) COMPLETE |
| 5144 | 2026-08-14T17:27:14.223Z | [ recovery-image] Aug 14 17:27:13.065 INFO O| Aug 14 17:27:13.065 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5145 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5146 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5147 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5148 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5149 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO ok! |
| 5150 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 66 (ensure_file) COMPLETE |
| 5151 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5152 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled |
| 5153 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5154 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled |
| 5155 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5156 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO skip step because feature "omicron1" is not enabled |
| 5157 | 2026-08-14T17:27:14.229Z | [ recovery-image] Aug 14 17:27:13.075 INFO O| Aug 14 17:27:13.075 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5158 | 2026-08-14T17:27:14.233Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 5159 | 2026-08-14T17:27:14.237Z | [ recovery-image] Aug 14 17:27:13.088 INFO O| Aug 14 17:27:13.088 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5160 | 2026-08-14T17:27:14.237Z | [ recovery-image] Aug 14 17:27:13.088 INFO O| Aug 14 17:27:13.088 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5161 | 2026-08-14T17:27:14.638Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 5162 | 2026-08-14T17:27:14.642Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 5163 | 2026-08-14T17:27:14.767Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 5164 | 2026-08-14T17:27:14.830Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 5165 | 2026-08-14T17:27:14.980Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 5166 | 2026-08-14T17:27:15.012Z | [verify-libraries] Compiling p521 v0.14.0 |
| 5167 | 2026-08-14T17:27:15.012Z | [verify-libraries] Compiling p256 v0.14.0 |
| 5168 | 2026-08-14T17:27:15.320Z | [verify-libraries] Compiling p384 v0.14.0 |
| 5169 | 2026-08-14T17:27:15.387Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 5170 | 2026-08-14T17:27:15.503Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5171 | 2026-08-14T17:27:15.526Z | [ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO STEP 70 (pack_tar) COMPLETE |
| 5172 | 2026-08-14T17:27:15.526Z | [ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5173 | 2026-08-14T17:27:15.529Z | [ recovery-image] Aug 14 17:27:14.379 INFO O| Aug 14 17:27:14.379 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5174 | 2026-08-14T17:27:15.625Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5175 | 2026-08-14T17:27:15.898Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 5176 | 2026-08-14T17:27:15.941Z | [verify-libraries] Compiling kem v0.3.0 |
| 5177 | 2026-08-14T17:27:15.969Z | [ recovery-image] Aug 14 17:27:14.822 INFO O| Aug 14 17:27:14.822 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5178 | 2026-08-14T17:27:16.065Z | [ recovery-image] Aug 14 17:27:14.919 INFO O| Aug 14 17:27:14.919 INFO completed processing sled/ramdisk-02-trim |
| 5179 | 2026-08-14T17:27:16.069Z | [ recovery-image] Aug 14 17:27:14.921 INFO image builder template: ramdisk-03-recovery-trim... |
| 5180 | 2026-08-14T17:27:16.069Z | [ recovery-image] Aug 14 17:27:14.921 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/.tmpUskSdj/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 |
| 5181 | 2026-08-14T17:27:16.072Z | [ recovery-image] Aug 14 17:27:14.925 INFO O| Aug 14 17:27:14.925 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5182 | 2026-08-14T17:27:16.145Z | [ recovery-image] Aug 14 17:27:14.998 INFO O| Aug 14 17:27:14.998 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5183 | 2026-08-14T17:27:16.148Z | [ recovery-image] Aug 14 17:27:15.001 INFO O| Aug 14 17:27:15.001 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5184 | 2026-08-14T17:27:16.152Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 5185 | 2026-08-14T17:27:16.215Z | [verify-libraries] Compiling atty v0.2.14 |
| 5186 | 2026-08-14T17:27:16.259Z | [ recovery-image] Aug 14 17:27:15.113 INFO O| Aug 14 17:27:15.113 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5187 | 2026-08-14T17:27:16.332Z | [ recovery-image] Aug 14 17:27:15.185 INFO O| Aug 14 17:27:15.185 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5188 | 2026-08-14T17:27:16.332Z | [ recovery-image] Aug 14 17:27:15.186 INFO O| Aug 14 17:27:15.185 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5189 | 2026-08-14T17:27:16.338Z | [ recovery-image] Aug 14 17:27:15.192 INFO O| Aug 14 17:27:15.192 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5190 | 2026-08-14T17:27:16.343Z | [ recovery-image] Aug 14 17:27:15.197 INFO O| Aug 14 17:27:15.197 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5191 | 2026-08-14T17:27:16.347Z | [ recovery-image] Aug 14 17:27:15.201 INFO O| Aug 14 17:27:15.201 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5192 | 2026-08-14T17:27:16.372Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 5193 | 2026-08-14T17:27:16.397Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 5194 | 2026-08-14T17:27:16.478Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 5195 | 2026-08-14T17:27:16.597Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 5196 | 2026-08-14T17:27:16.635Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 5197 | 2026-08-14T17:27:16.667Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 5198 | 2026-08-14T17:27:16.691Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 5199 | 2026-08-14T17:27:16.833Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 5200 | 2026-08-14T17:27:17.129Z | [ recovery-image] Aug 14 17:27:15.982 INFO O| Aug 14 17:27:15.982 INFO rolled back to input snapshot; work may begin |
| 5201 | 2026-08-14T17:27:17.129Z | [ recovery-image] Aug 14 17:27:15.982 INFO O| Aug 14 17:27:15.982 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5202 | 2026-08-14T17:27:17.133Z | [ recovery-image] Aug 14 17:27:15.987 INFO O| Aug 14 17:27:15.986 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5203 | 2026-08-14T17:27:17.141Z | [ recovery-image] Aug 14 17:27:15.994 INFO O| Aug 14 17:27:15.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5204 | 2026-08-14T17:27:17.144Z | [ recovery-image] Aug 14 17:27:15.997 INFO O| Aug 14 17:27:15.997 INFO STEP 0 (remove_files) COMPLETE |
| 5205 | 2026-08-14T17:27:17.144Z | [ recovery-image] Aug 14 17:27:15.997 INFO O| Aug 14 17:27:15.997 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5206 | 2026-08-14T17:27:17.151Z | [ recovery-image] Aug 14 17:27:16.005 INFO O| Aug 14 17:27:16.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5207 | 2026-08-14T17:27:17.155Z | [ recovery-image] Aug 14 17:27:16.006 INFO O| Aug 14 17:27:16.006 INFO STEP 1 (remove_files) COMPLETE |
| 5208 | 2026-08-14T17:27:17.155Z | [ recovery-image] Aug 14 17:27:16.006 INFO O| Aug 14 17:27:16.006 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5209 | 2026-08-14T17:27:17.160Z | [ recovery-image] Aug 14 17:27:16.014 INFO O| Aug 14 17:27:16.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5210 | 2026-08-14T17:27:17.168Z | [ recovery-image] Aug 14 17:27:16.022 INFO O| Aug 14 17:27:16.022 INFO STEP 2 (remove_files) COMPLETE |
| 5211 | 2026-08-14T17:27:17.168Z | [ recovery-image] Aug 14 17:27:16.022 INFO O| Aug 14 17:27:16.022 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5212 | 2026-08-14T17:27:17.178Z | [ recovery-image] Aug 14 17:27:16.032 INFO O| Aug 14 17:27:16.032 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5213 | 2026-08-14T17:27:17.236Z | [ recovery-image] Aug 14 17:27:16.090 INFO O| Aug 14 17:27:16.090 INFO STEP 3 (remove_files) COMPLETE |
| 5214 | 2026-08-14T17:27:17.236Z | [ recovery-image] Aug 14 17:27:16.090 INFO O| Aug 14 17:27:16.090 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5215 | 2026-08-14T17:27:17.247Z | [ recovery-image] Aug 14 17:27:16.101 INFO O| Aug 14 17:27:16.101 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5216 | 2026-08-14T17:27:17.250Z | [ recovery-image] Aug 14 17:27:16.104 INFO O| Aug 14 17:27:16.103 INFO STEP 4 (remove_files) COMPLETE |
| 5217 | 2026-08-14T17:27:17.250Z | [ recovery-image] Aug 14 17:27:16.104 INFO O| Aug 14 17:27:16.104 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5218 | 2026-08-14T17:27:17.291Z | [ recovery-image] Aug 14 17:27:16.145 INFO O| Aug 14 17:27:16.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5219 | 2026-08-14T17:27:17.297Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 5220 | 2026-08-14T17:27:17.327Z | [ recovery-image] Aug 14 17:27:16.180 INFO O| Aug 14 17:27:16.180 INFO STEP 5 (remove_files) COMPLETE |
| 5221 | 2026-08-14T17:27:17.327Z | [ recovery-image] Aug 14 17:27:16.180 INFO O| Aug 14 17:27:16.180 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5222 | 2026-08-14T17:27:17.337Z | [ recovery-image] Aug 14 17:27:16.191 INFO O| Aug 14 17:27:16.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5223 | 2026-08-14T17:27:17.348Z | [ recovery-image] Aug 14 17:27:16.202 INFO O| Aug 14 17:27:16.202 INFO STEP 6 (remove_files) COMPLETE |
| 5224 | 2026-08-14T17:27:17.348Z | [ recovery-image] Aug 14 17:27:16.202 INFO O| Aug 14 17:27:16.202 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5225 | 2026-08-14T17:27:17.358Z | [ recovery-image] Aug 14 17:27:16.212 INFO O| Aug 14 17:27:16.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5226 | 2026-08-14T17:27:17.361Z | [ recovery-image] Aug 14 17:27:16.213 INFO O| Aug 14 17:27:16.213 INFO STEP 7 (remove_files) COMPLETE |
| 5227 | 2026-08-14T17:27:17.362Z | [ recovery-image] Aug 14 17:27:16.213 INFO O| Aug 14 17:27:16.213 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5228 | 2026-08-14T17:27:17.368Z | [ recovery-image] Aug 14 17:27:16.222 INFO O| Aug 14 17:27:16.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5229 | 2026-08-14T17:27:17.372Z | [ recovery-image] Aug 14 17:27:16.224 INFO O| Aug 14 17:27:16.224 INFO STEP 8 (remove_files) COMPLETE |
| 5230 | 2026-08-14T17:27:17.372Z | [ recovery-image] Aug 14 17:27:16.224 INFO O| Aug 14 17:27:16.224 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5231 | 2026-08-14T17:27:17.381Z | [ recovery-image] Aug 14 17:27:16.235 INFO O| Aug 14 17:27:16.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5232 | 2026-08-14T17:27:17.387Z | [ recovery-image] Aug 14 17:27:16.241 INFO O| Aug 14 17:27:16.240 INFO STEP 9 (remove_files) COMPLETE |
| 5233 | 2026-08-14T17:27:17.387Z | [ recovery-image] Aug 14 17:27:16.241 INFO O| Aug 14 17:27:16.240 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5234 | 2026-08-14T17:27:17.398Z | [ recovery-image] Aug 14 17:27:16.251 INFO O| Aug 14 17:27:16.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5235 | 2026-08-14T17:27:17.398Z | [ recovery-image] Aug 14 17:27:16.252 INFO O| Aug 14 17:27:16.252 INFO STEP 10 (remove_files) COMPLETE |
| 5236 | 2026-08-14T17:27:17.401Z | [ recovery-image] Aug 14 17:27:16.252 INFO O| Aug 14 17:27:16.252 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5237 | 2026-08-14T17:27:17.407Z | [ recovery-image] Aug 14 17:27:16.261 INFO O| Aug 14 17:27:16.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5238 | 2026-08-14T17:27:17.410Z | [ recovery-image] Aug 14 17:27:16.263 INFO O| Aug 14 17:27:16.263 INFO STEP 11 (remove_files) COMPLETE |
| 5239 | 2026-08-14T17:27:17.410Z | [ recovery-image] Aug 14 17:27:16.263 INFO O| Aug 14 17:27:16.263 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5240 | 2026-08-14T17:27:17.420Z | [ recovery-image] Aug 14 17:27:16.273 INFO O| Aug 14 17:27:16.273 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5241 | 2026-08-14T17:27:17.652Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 5242 | 2026-08-14T17:27:17.755Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5243 | 2026-08-14T17:27:17.803Z | [ recovery-image] Aug 14 17:27:16.656 INFO O| Aug 14 17:27:16.656 INFO STEP 12 (remove_files) COMPLETE |
| 5244 | 2026-08-14T17:27:17.803Z | [ recovery-image] Aug 14 17:27:16.657 INFO O| Aug 14 17:27:16.656 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5245 | 2026-08-14T17:27:17.812Z | [ recovery-image] Aug 14 17:27:16.666 INFO O| Aug 14 17:27:16.666 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5246 | 2026-08-14T17:27:17.822Z | [ recovery-image] Aug 14 17:27:16.675 INFO O| Aug 14 17:27:16.675 INFO STEP 13 (remove_files) COMPLETE |
| 5247 | 2026-08-14T17:27:17.822Z | [ recovery-image] Aug 14 17:27:16.675 INFO O| Aug 14 17:27:16.675 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5248 | 2026-08-14T17:27:17.830Z | [ recovery-image] Aug 14 17:27:16.684 INFO O| Aug 14 17:27:16.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5249 | 2026-08-14T17:27:17.841Z | [ recovery-image] Aug 14 17:27:16.695 INFO O| Aug 14 17:27:16.695 INFO STEP 14 (remove_files) COMPLETE |
| 5250 | 2026-08-14T17:27:17.841Z | [ recovery-image] Aug 14 17:27:16.695 INFO O| Aug 14 17:27:16.695 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5251 | 2026-08-14T17:27:17.851Z | [ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5252 | 2026-08-14T17:27:17.851Z | [ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO STEP 15 (remove_files) COMPLETE |
| 5253 | 2026-08-14T17:27:17.851Z | [ recovery-image] Aug 14 17:27:16.705 INFO O| Aug 14 17:27:16.705 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5254 | 2026-08-14T17:27:17.865Z | [ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5255 | 2026-08-14T17:27:17.869Z | [ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO STEP 16 (remove_files) COMPLETE |
| 5256 | 2026-08-14T17:27:17.869Z | [ recovery-image] Aug 14 17:27:16.719 INFO O| Aug 14 17:27:16.719 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5257 | 2026-08-14T17:27:17.875Z | [ recovery-image] Aug 14 17:27:16.729 INFO O| Aug 14 17:27:16.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5258 | 2026-08-14T17:27:17.898Z | [ recovery-image] Aug 14 17:27:16.752 INFO O| Aug 14 17:27:16.751 INFO STEP 17 (remove_files) COMPLETE |
| 5259 | 2026-08-14T17:27:17.898Z | [ recovery-image] Aug 14 17:27:16.752 INFO O| Aug 14 17:27:16.752 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5260 | 2026-08-14T17:27:17.911Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 5261 | 2026-08-14T17:27:17.914Z | [ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5262 | 2026-08-14T17:27:17.914Z | [ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO STEP 18 (remove_files) COMPLETE |
| 5263 | 2026-08-14T17:27:17.914Z | [ recovery-image] Aug 14 17:27:16.765 INFO O| Aug 14 17:27:16.765 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5264 | 2026-08-14T17:27:17.922Z | [ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5265 | 2026-08-14T17:27:17.922Z | [ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO STEP 19 (remove_files) COMPLETE |
| 5266 | 2026-08-14T17:27:17.922Z | [ recovery-image] Aug 14 17:27:16.776 INFO O| Aug 14 17:27:16.776 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5267 | 2026-08-14T17:27:17.931Z | [ recovery-image] Aug 14 17:27:16.784 INFO O| Aug 14 17:27:16.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5268 | 2026-08-14T17:27:17.969Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 5269 | 2026-08-14T17:27:18.017Z | [ recovery-image] Aug 14 17:27:16.871 INFO O| Aug 14 17:27:16.871 INFO STEP 20 (remove_files) COMPLETE |
| 5270 | 2026-08-14T17:27:18.017Z | [ recovery-image] Aug 14 17:27:16.871 INFO O| Aug 14 17:27:16.871 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5271 | 2026-08-14T17:27:18.055Z | [ recovery-image] Aug 14 17:27:16.909 INFO O| Aug 14 17:27:16.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5272 | 2026-08-14T17:27:18.060Z | [ recovery-image] Aug 14 17:27:16.914 INFO O| Aug 14 17:27:16.914 INFO STEP 21 (remove_files) COMPLETE |
| 5273 | 2026-08-14T17:27:18.060Z | [ recovery-image] Aug 14 17:27:16.914 INFO O| Aug 14 17:27:16.914 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5274 | 2026-08-14T17:27:18.071Z | [ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5275 | 2026-08-14T17:27:18.071Z | [ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO STEP 22 (remove_files) COMPLETE |
| 5276 | 2026-08-14T17:27:18.075Z | [ recovery-image] Aug 14 17:27:16.925 INFO O| Aug 14 17:27:16.925 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5277 | 2026-08-14T17:27:18.079Z | [ recovery-image] Aug 14 17:27:16.933 INFO O| Aug 14 17:27:16.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5278 | 2026-08-14T17:27:18.083Z | [ recovery-image] Aug 14 17:27:16.937 INFO O| Aug 14 17:27:16.934 INFO STEP 23 (remove_files) COMPLETE |
| 5279 | 2026-08-14T17:27:18.083Z | [ recovery-image] Aug 14 17:27:16.937 INFO O| Aug 14 17:27:16.936 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5280 | 2026-08-14T17:27:18.099Z | [ recovery-image] Aug 14 17:27:16.948 INFO O| Aug 14 17:27:16.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5281 | 2026-08-14T17:27:18.099Z | [ recovery-image] Aug 14 17:27:16.950 INFO O| Aug 14 17:27:16.950 INFO STEP 24 (remove_files) COMPLETE |
| 5282 | 2026-08-14T17:27:18.099Z | [ recovery-image] Aug 14 17:27:16.950 INFO O| Aug 14 17:27:16.950 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5283 | 2026-08-14T17:27:18.110Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 5284 | 2026-08-14T17:27:18.131Z | [ recovery-image] Aug 14 17:27:16.984 INFO O| Aug 14 17:27:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5285 | 2026-08-14T17:27:18.141Z | [ recovery-image] Aug 14 17:27:16.985 INFO O| Aug 14 17:27:16.985 INFO STEP 25 (remove_files) COMPLETE |
| 5286 | 2026-08-14T17:27:18.141Z | [ recovery-image] Aug 14 17:27:16.985 INFO O| Aug 14 17:27:16.985 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5287 | 2026-08-14T17:27:18.145Z | [ recovery-image] Aug 14 17:27:16.996 INFO O| Aug 14 17:27:16.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5288 | 2026-08-14T17:27:18.145Z | [ recovery-image] Aug 14 17:27:16.997 INFO O| Aug 14 17:27:16.997 INFO STEP 26 (remove_files) COMPLETE |
| 5289 | 2026-08-14T17:27:18.145Z | [ recovery-image] Aug 14 17:27:16.997 INFO O| Aug 14 17:27:16.997 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5290 | 2026-08-14T17:27:18.154Z | [ recovery-image] Aug 14 17:27:17.007 INFO O| Aug 14 17:27:17.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5291 | 2026-08-14T17:27:18.158Z | [ recovery-image] Aug 14 17:27:17.008 INFO O| Aug 14 17:27:17.008 INFO STEP 27 (remove_files) COMPLETE |
| 5292 | 2026-08-14T17:27:18.158Z | [ recovery-image] Aug 14 17:27:17.008 INFO O| Aug 14 17:27:17.008 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5293 | 2026-08-14T17:27:18.164Z | [ recovery-image] Aug 14 17:27:17.018 INFO O| Aug 14 17:27:17.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5294 | 2026-08-14T17:27:18.167Z | [ recovery-image] Aug 14 17:27:17.019 INFO O| Aug 14 17:27:17.019 INFO STEP 28 (remove_files) COMPLETE |
| 5295 | 2026-08-14T17:27:18.167Z | [ recovery-image] Aug 14 17:27:17.019 INFO O| Aug 14 17:27:17.019 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5296 | 2026-08-14T17:27:18.177Z | [ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5297 | 2026-08-14T17:27:18.177Z | [ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.028 INFO STEP 29 (remove_files) COMPLETE |
| 5298 | 2026-08-14T17:27:18.177Z | [ recovery-image] Aug 14 17:27:17.028 INFO O| Aug 14 17:27:17.028 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5299 | 2026-08-14T17:27:18.182Z | [ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5300 | 2026-08-14T17:27:18.183Z | [ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO STEP 30 (remove_files) COMPLETE |
| 5301 | 2026-08-14T17:27:18.186Z | [ recovery-image] Aug 14 17:27:17.036 INFO O| Aug 14 17:27:17.036 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5302 | 2026-08-14T17:27:18.195Z | [ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5303 | 2026-08-14T17:27:18.195Z | [ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO STEP 31 (remove_files) COMPLETE |
| 5304 | 2026-08-14T17:27:18.199Z | [ recovery-image] Aug 14 17:27:17.049 INFO O| Aug 14 17:27:17.045 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5305 | 2026-08-14T17:27:18.203Z | [ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5306 | 2026-08-14T17:27:18.203Z | [ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.054 INFO STEP 32 (remove_files) COMPLETE |
| 5307 | 2026-08-14T17:27:18.203Z | [ recovery-image] Aug 14 17:27:17.054 INFO O| Aug 14 17:27:17.054 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5308 | 2026-08-14T17:27:18.216Z | [ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5309 | 2026-08-14T17:27:18.216Z | [ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO STEP 33 (remove_files) COMPLETE |
| 5310 | 2026-08-14T17:27:18.219Z | [ recovery-image] Aug 14 17:27:17.066 INFO O| Aug 14 17:27:17.066 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5311 | 2026-08-14T17:27:18.219Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 5312 | 2026-08-14T17:27:18.223Z | [ recovery-image] Aug 14 17:27:17.074 INFO O| Aug 14 17:27:17.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5313 | 2026-08-14T17:27:18.223Z | [ recovery-image] Aug 14 17:27:17.075 INFO O| Aug 14 17:27:17.075 INFO STEP 34 (remove_files) COMPLETE |
| 5314 | 2026-08-14T17:27:18.223Z | [ recovery-image] Aug 14 17:27:17.075 INFO O| Aug 14 17:27:17.075 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5315 | 2026-08-14T17:27:18.229Z | [ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5316 | 2026-08-14T17:27:18.229Z | [ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO STEP 35 (remove_files) COMPLETE |
| 5317 | 2026-08-14T17:27:18.229Z | [ recovery-image] Aug 14 17:27:17.083 INFO O| Aug 14 17:27:17.083 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5318 | 2026-08-14T17:27:18.238Z | [ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5319 | 2026-08-14T17:27:18.238Z | [ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.092 INFO STEP 36 (remove_files) COMPLETE |
| 5320 | 2026-08-14T17:27:18.245Z | [ recovery-image] Aug 14 17:27:17.092 INFO O| Aug 14 17:27:17.092 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5321 | 2026-08-14T17:27:18.248Z | [ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5322 | 2026-08-14T17:27:18.248Z | [ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO STEP 37 (remove_files) COMPLETE |
| 5323 | 2026-08-14T17:27:18.248Z | [ recovery-image] Aug 14 17:27:17.099 INFO O| Aug 14 17:27:17.099 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5324 | 2026-08-14T17:27:18.253Z | [ recovery-image] Aug 14 17:27:17.107 INFO O| Aug 14 17:27:17.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5325 | 2026-08-14T17:27:18.254Z | [ recovery-image] Aug 14 17:27:17.107 INFO O| Aug 14 17:27:17.107 INFO STEP 38 (remove_files) COMPLETE |
| 5326 | 2026-08-14T17:27:18.254Z | [ recovery-image] Aug 14 17:27:17.108 INFO O| Aug 14 17:27:17.107 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5327 | 2026-08-14T17:27:18.260Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 5328 | 2026-08-14T17:27:18.264Z | [ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5329 | 2026-08-14T17:27:18.264Z | [ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO STEP 39 (remove_files) COMPLETE |
| 5330 | 2026-08-14T17:27:18.264Z | [ recovery-image] Aug 14 17:27:17.118 INFO O| Aug 14 17:27:17.118 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5331 | 2026-08-14T17:27:18.275Z | [ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5332 | 2026-08-14T17:27:18.275Z | [ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO STEP 40 (remove_files) COMPLETE |
| 5333 | 2026-08-14T17:27:18.275Z | [ recovery-image] Aug 14 17:27:17.128 INFO O| Aug 14 17:27:17.128 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5334 | 2026-08-14T17:27:18.284Z | [ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5335 | 2026-08-14T17:27:18.284Z | [ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO STEP 41 (remove_files) COMPLETE |
| 5336 | 2026-08-14T17:27:18.288Z | [ recovery-image] Aug 14 17:27:17.138 INFO O| Aug 14 17:27:17.138 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5337 | 2026-08-14T17:27:18.293Z | [ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5338 | 2026-08-14T17:27:18.293Z | [ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO STEP 42 (remove_files) COMPLETE |
| 5339 | 2026-08-14T17:27:18.296Z | [ recovery-image] Aug 14 17:27:17.147 INFO O| Aug 14 17:27:17.147 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5340 | 2026-08-14T17:27:18.302Z | [ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5341 | 2026-08-14T17:27:18.302Z | [ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO STEP 43 (remove_files) COMPLETE |
| 5342 | 2026-08-14T17:27:18.306Z | [ recovery-image] Aug 14 17:27:17.156 INFO O| Aug 14 17:27:17.156 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5343 | 2026-08-14T17:27:18.311Z | [ recovery-image] Aug 14 17:27:17.165 INFO O| Aug 14 17:27:17.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5344 | 2026-08-14T17:27:18.315Z | [ recovery-image] Aug 14 17:27:17.166 INFO O| Aug 14 17:27:17.166 INFO STEP 44 (remove_files) COMPLETE |
| 5345 | 2026-08-14T17:27:18.315Z | [ recovery-image] Aug 14 17:27:17.166 INFO O| Aug 14 17:27:17.166 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5346 | 2026-08-14T17:27:18.322Z | [ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5347 | 2026-08-14T17:27:18.322Z | [ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO STEP 45 (remove_files) COMPLETE |
| 5348 | 2026-08-14T17:27:18.325Z | [ recovery-image] Aug 14 17:27:17.176 INFO O| Aug 14 17:27:17.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5349 | 2026-08-14T17:27:18.331Z | [ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5350 | 2026-08-14T17:27:18.331Z | [ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO STEP 46 (remove_files) COMPLETE |
| 5351 | 2026-08-14T17:27:18.331Z | [ recovery-image] Aug 14 17:27:17.185 INFO O| Aug 14 17:27:17.185 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5352 | 2026-08-14T17:27:18.339Z | [ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5353 | 2026-08-14T17:27:18.339Z | [ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO STEP 47 (remove_files) COMPLETE |
| 5354 | 2026-08-14T17:27:18.342Z | [ recovery-image] Aug 14 17:27:17.193 INFO O| Aug 14 17:27:17.193 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5355 | 2026-08-14T17:27:18.348Z | [ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5356 | 2026-08-14T17:27:18.348Z | [ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.202 INFO STEP 48 (remove_files) COMPLETE |
| 5357 | 2026-08-14T17:27:18.351Z | [ recovery-image] Aug 14 17:27:17.202 INFO O| Aug 14 17:27:17.202 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5358 | 2026-08-14T17:27:18.356Z | [ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5359 | 2026-08-14T17:27:18.357Z | [ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO STEP 49 (remove_files) COMPLETE |
| 5360 | 2026-08-14T17:27:18.357Z | [ recovery-image] Aug 14 17:27:17.210 INFO O| Aug 14 17:27:17.210 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5361 | 2026-08-14T17:27:18.370Z | [ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5362 | 2026-08-14T17:27:18.370Z | [ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO STEP 50 (remove_files) COMPLETE |
| 5363 | 2026-08-14T17:27:18.370Z | [ recovery-image] Aug 14 17:27:17.219 INFO O| Aug 14 17:27:17.219 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5364 | 2026-08-14T17:27:18.375Z | [ recovery-image] Aug 14 17:27:17.229 INFO O| Aug 14 17:27:17.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5365 | 2026-08-14T17:27:18.379Z | [ recovery-image] Aug 14 17:27:17.230 INFO O| Aug 14 17:27:17.230 INFO STEP 51 (remove_files) COMPLETE |
| 5366 | 2026-08-14T17:27:18.379Z | [ recovery-image] Aug 14 17:27:17.230 INFO O| Aug 14 17:27:17.230 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5367 | 2026-08-14T17:27:18.385Z | [ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5368 | 2026-08-14T17:27:18.385Z | [ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO STEP 52 (remove_files) COMPLETE |
| 5369 | 2026-08-14T17:27:18.385Z | [ recovery-image] Aug 14 17:27:17.239 INFO O| Aug 14 17:27:17.239 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5370 | 2026-08-14T17:27:18.394Z | [ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5371 | 2026-08-14T17:27:18.394Z | [ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO STEP 53 (remove_files) COMPLETE |
| 5372 | 2026-08-14T17:27:18.394Z | [ recovery-image] Aug 14 17:27:17.247 INFO O| Aug 14 17:27:17.247 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5373 | 2026-08-14T17:27:18.402Z | [ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5374 | 2026-08-14T17:27:18.402Z | [ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO STEP 54 (remove_files) COMPLETE |
| 5375 | 2026-08-14T17:27:18.402Z | [ recovery-image] Aug 14 17:27:17.256 INFO O| Aug 14 17:27:17.256 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5376 | 2026-08-14T17:27:18.410Z | [ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5377 | 2026-08-14T17:27:18.410Z | [ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO STEP 55 (remove_files) COMPLETE |
| 5378 | 2026-08-14T17:27:18.414Z | [ recovery-image] Aug 14 17:27:17.264 INFO O| Aug 14 17:27:17.264 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5379 | 2026-08-14T17:27:18.419Z | [ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5380 | 2026-08-14T17:27:18.419Z | [ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO STEP 56 (remove_files) COMPLETE |
| 5381 | 2026-08-14T17:27:18.419Z | [ recovery-image] Aug 14 17:27:17.272 INFO O| Aug 14 17:27:17.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5382 | 2026-08-14T17:27:18.428Z | [ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5383 | 2026-08-14T17:27:18.428Z | [ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.282 INFO STEP 57 (remove_files) COMPLETE |
| 5384 | 2026-08-14T17:27:18.428Z | [ recovery-image] Aug 14 17:27:17.282 INFO O| Aug 14 17:27:17.282 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5385 | 2026-08-14T17:27:18.436Z | [ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5386 | 2026-08-14T17:27:18.436Z | [ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO STEP 58 (remove_files) COMPLETE |
| 5387 | 2026-08-14T17:27:18.436Z | [ recovery-image] Aug 14 17:27:17.290 INFO O| Aug 14 17:27:17.290 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5388 | 2026-08-14T17:27:18.446Z | [ recovery-image] Aug 14 17:27:17.299 INFO O| Aug 14 17:27:17.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5389 | 2026-08-14T17:27:18.446Z | [ recovery-image] Aug 14 17:27:17.300 INFO O| Aug 14 17:27:17.300 INFO STEP 59 (remove_files) COMPLETE |
| 5390 | 2026-08-14T17:27:18.446Z | [ recovery-image] Aug 14 17:27:17.300 INFO O| Aug 14 17:27:17.300 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5391 | 2026-08-14T17:27:18.455Z | [ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5392 | 2026-08-14T17:27:18.455Z | [ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO STEP 60 (remove_files) COMPLETE |
| 5393 | 2026-08-14T17:27:18.455Z | [ recovery-image] Aug 14 17:27:17.309 INFO O| Aug 14 17:27:17.309 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5394 | 2026-08-14T17:27:18.464Z | [ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5395 | 2026-08-14T17:27:18.464Z | [ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO STEP 61 (remove_files) COMPLETE |
| 5396 | 2026-08-14T17:27:18.464Z | [ recovery-image] Aug 14 17:27:17.318 INFO O| Aug 14 17:27:17.318 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5397 | 2026-08-14T17:27:18.474Z | [ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5398 | 2026-08-14T17:27:18.474Z | [ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO STEP 62 (remove_files) COMPLETE |
| 5399 | 2026-08-14T17:27:18.474Z | [ recovery-image] Aug 14 17:27:17.328 INFO O| Aug 14 17:27:17.328 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5400 | 2026-08-14T17:27:18.485Z | [ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5401 | 2026-08-14T17:27:18.485Z | [ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.339 INFO STEP 63 (remove_files) COMPLETE |
| 5402 | 2026-08-14T17:27:18.485Z | [ recovery-image] Aug 14 17:27:17.339 INFO O| Aug 14 17:27:17.339 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5403 | 2026-08-14T17:27:18.496Z | [ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5404 | 2026-08-14T17:27:18.496Z | [ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO STEP 64 (remove_files) COMPLETE |
| 5405 | 2026-08-14T17:27:18.496Z | [ recovery-image] Aug 14 17:27:17.350 INFO O| Aug 14 17:27:17.350 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5406 | 2026-08-14T17:27:18.507Z | [ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5407 | 2026-08-14T17:27:18.507Z | [ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO STEP 65 (remove_files) COMPLETE |
| 5408 | 2026-08-14T17:27:18.510Z | [ recovery-image] Aug 14 17:27:17.361 INFO O| Aug 14 17:27:17.361 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5409 | 2026-08-14T17:27:18.523Z | [ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5410 | 2026-08-14T17:27:18.523Z | [ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.377 INFO STEP 66 (remove_files) COMPLETE |
| 5411 | 2026-08-14T17:27:18.523Z | [ recovery-image] Aug 14 17:27:17.377 INFO O| Aug 14 17:27:17.377 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5412 | 2026-08-14T17:27:18.536Z | [ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5413 | 2026-08-14T17:27:18.537Z | [ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO STEP 67 (remove_files) COMPLETE |
| 5414 | 2026-08-14T17:27:18.537Z | [ recovery-image] Aug 14 17:27:17.390 INFO O| Aug 14 17:27:17.390 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5415 | 2026-08-14T17:27:18.547Z | [ recovery-image] Aug 14 17:27:17.400 INFO O| Aug 14 17:27:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5416 | 2026-08-14T17:27:18.547Z | [ recovery-image] Aug 14 17:27:17.401 INFO O| Aug 14 17:27:17.401 INFO STEP 68 (remove_files) COMPLETE |
| 5417 | 2026-08-14T17:27:18.547Z | [ recovery-image] Aug 14 17:27:17.401 INFO O| Aug 14 17:27:17.401 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5418 | 2026-08-14T17:27:18.557Z | [ recovery-image] Aug 14 17:27:17.410 INFO O| Aug 14 17:27:17.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5419 | 2026-08-14T17:27:18.557Z | [ recovery-image] Aug 14 17:27:17.410 INFO O| Aug 14 17:27:17.410 INFO STEP 69 (remove_files) COMPLETE |
| 5420 | 2026-08-14T17:27:18.557Z | [ recovery-image] Aug 14 17:27:17.411 INFO O| Aug 14 17:27:17.410 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5421 | 2026-08-14T17:27:18.566Z | [ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5422 | 2026-08-14T17:27:18.566Z | [ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO STEP 70 (remove_files) COMPLETE |
| 5423 | 2026-08-14T17:27:18.570Z | [ recovery-image] Aug 14 17:27:17.420 INFO O| Aug 14 17:27:17.420 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5424 | 2026-08-14T17:27:18.576Z | [ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5425 | 2026-08-14T17:27:18.576Z | [ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO STEP 71 (remove_files) COMPLETE |
| 5426 | 2026-08-14T17:27:18.580Z | [ recovery-image] Aug 14 17:27:17.430 INFO O| Aug 14 17:27:17.430 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5427 | 2026-08-14T17:27:18.587Z | [ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5428 | 2026-08-14T17:27:18.587Z | [ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO STEP 72 (remove_files) COMPLETE |
| 5429 | 2026-08-14T17:27:18.590Z | [ recovery-image] Aug 14 17:27:17.441 INFO O| Aug 14 17:27:17.441 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5430 | 2026-08-14T17:27:18.597Z | [ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5431 | 2026-08-14T17:27:18.597Z | [ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO STEP 73 (remove_files) COMPLETE |
| 5432 | 2026-08-14T17:27:18.600Z | [ recovery-image] Aug 14 17:27:17.451 INFO O| Aug 14 17:27:17.451 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5433 | 2026-08-14T17:27:18.606Z | [ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5434 | 2026-08-14T17:27:18.606Z | [ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO STEP 74 (remove_files) COMPLETE |
| 5435 | 2026-08-14T17:27:18.606Z | [ recovery-image] Aug 14 17:27:17.460 INFO O| Aug 14 17:27:17.460 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5436 | 2026-08-14T17:27:18.615Z | [ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5437 | 2026-08-14T17:27:18.615Z | [ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO STEP 75 (remove_files) COMPLETE |
| 5438 | 2026-08-14T17:27:18.619Z | [ recovery-image] Aug 14 17:27:17.469 INFO O| Aug 14 17:27:17.469 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5439 | 2026-08-14T17:27:18.625Z | [ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5440 | 2026-08-14T17:27:18.625Z | [ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.479 INFO STEP 76 (remove_files) COMPLETE |
| 5441 | 2026-08-14T17:27:18.628Z | [ recovery-image] Aug 14 17:27:17.479 INFO O| Aug 14 17:27:17.479 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5442 | 2026-08-14T17:27:18.634Z | [ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5443 | 2026-08-14T17:27:18.634Z | [ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO STEP 77 (remove_files) COMPLETE |
| 5444 | 2026-08-14T17:27:18.638Z | [ recovery-image] Aug 14 17:27:17.488 INFO O| Aug 14 17:27:17.488 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5445 | 2026-08-14T17:27:18.643Z | [ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5446 | 2026-08-14T17:27:18.643Z | [ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO STEP 78 (remove_files) COMPLETE |
| 5447 | 2026-08-14T17:27:18.643Z | [ recovery-image] Aug 14 17:27:17.497 INFO O| Aug 14 17:27:17.497 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5448 | 2026-08-14T17:27:18.652Z | [ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5449 | 2026-08-14T17:27:18.652Z | [ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO STEP 79 (remove_files) COMPLETE |
| 5450 | 2026-08-14T17:27:18.652Z | [ recovery-image] Aug 14 17:27:17.506 INFO O| Aug 14 17:27:17.506 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5451 | 2026-08-14T17:27:18.662Z | [ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5452 | 2026-08-14T17:27:18.662Z | [ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO STEP 80 (remove_files) COMPLETE |
| 5453 | 2026-08-14T17:27:18.662Z | [ recovery-image] Aug 14 17:27:17.515 INFO O| Aug 14 17:27:17.515 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5454 | 2026-08-14T17:27:18.665Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 5455 | 2026-08-14T17:27:18.671Z | [ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5456 | 2026-08-14T17:27:18.671Z | [ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO STEP 81 (remove_files) COMPLETE |
| 5457 | 2026-08-14T17:27:18.671Z | [ recovery-image] Aug 14 17:27:17.524 INFO O| Aug 14 17:27:17.524 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5458 | 2026-08-14T17:27:18.680Z | [ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5459 | 2026-08-14T17:27:18.680Z | [ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO STEP 82 (remove_files) COMPLETE |
| 5460 | 2026-08-14T17:27:18.680Z | [ recovery-image] Aug 14 17:27:17.534 INFO O| Aug 14 17:27:17.534 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5461 | 2026-08-14T17:27:18.691Z | [ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5462 | 2026-08-14T17:27:18.691Z | [ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO STEP 83 (remove_files) COMPLETE |
| 5463 | 2026-08-14T17:27:18.694Z | [ recovery-image] Aug 14 17:27:17.543 INFO O| Aug 14 17:27:17.543 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5464 | 2026-08-14T17:27:18.698Z | [ recovery-image] Aug 14 17:27:17.552 INFO O| Aug 14 17:27:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5465 | 2026-08-14T17:27:18.702Z | [ recovery-image] Aug 14 17:27:17.553 INFO O| Aug 14 17:27:17.553 INFO STEP 84 (remove_files) COMPLETE |
| 5466 | 2026-08-14T17:27:18.702Z | [ recovery-image] Aug 14 17:27:17.553 INFO O| Aug 14 17:27:17.553 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5467 | 2026-08-14T17:27:18.709Z | [ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5468 | 2026-08-14T17:27:18.709Z | [ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.563 INFO STEP 85 (remove_files) COMPLETE |
| 5469 | 2026-08-14T17:27:18.709Z | [ recovery-image] Aug 14 17:27:17.563 INFO O| Aug 14 17:27:17.563 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5470 | 2026-08-14T17:27:18.718Z | [ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5471 | 2026-08-14T17:27:18.718Z | [ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.572 INFO STEP 86 (remove_files) COMPLETE |
| 5472 | 2026-08-14T17:27:18.718Z | [ recovery-image] Aug 14 17:27:17.572 INFO O| Aug 14 17:27:17.572 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5473 | 2026-08-14T17:27:18.727Z | [ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5474 | 2026-08-14T17:27:18.727Z | [ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO STEP 87 (remove_files) COMPLETE |
| 5475 | 2026-08-14T17:27:18.730Z | [ recovery-image] Aug 14 17:27:17.581 INFO O| Aug 14 17:27:17.581 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5476 | 2026-08-14T17:27:18.736Z | [ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5477 | 2026-08-14T17:27:18.740Z | [ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.590 INFO STEP 88 (remove_files) COMPLETE |
| 5478 | 2026-08-14T17:27:18.740Z | [ recovery-image] Aug 14 17:27:17.590 INFO O| Aug 14 17:27:17.590 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5479 | 2026-08-14T17:27:18.746Z | [ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5480 | 2026-08-14T17:27:18.746Z | [ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO STEP 89 (remove_files) COMPLETE |
| 5481 | 2026-08-14T17:27:18.746Z | [ recovery-image] Aug 14 17:27:17.600 INFO O| Aug 14 17:27:17.600 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5482 | 2026-08-14T17:27:18.754Z | [ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5483 | 2026-08-14T17:27:18.754Z | [ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO STEP 90 (remove_files) COMPLETE |
| 5484 | 2026-08-14T17:27:18.754Z | [ recovery-image] Aug 14 17:27:17.608 INFO O| Aug 14 17:27:17.608 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5485 | 2026-08-14T17:27:18.775Z | [ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5486 | 2026-08-14T17:27:18.775Z | [ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO STEP 91 (remove_files) COMPLETE |
| 5487 | 2026-08-14T17:27:18.775Z | [ recovery-image] Aug 14 17:27:17.617 INFO O| Aug 14 17:27:17.617 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5488 | 2026-08-14T17:27:18.778Z | [ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5489 | 2026-08-14T17:27:18.778Z | [ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO STEP 92 (remove_files) COMPLETE |
| 5490 | 2026-08-14T17:27:18.778Z | [ recovery-image] Aug 14 17:27:17.626 INFO O| Aug 14 17:27:17.626 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5491 | 2026-08-14T17:27:18.782Z | [ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5492 | 2026-08-14T17:27:18.782Z | [ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO STEP 93 (remove_files) COMPLETE |
| 5493 | 2026-08-14T17:27:18.782Z | [ recovery-image] Aug 14 17:27:17.636 INFO O| Aug 14 17:27:17.636 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5494 | 2026-08-14T17:27:18.792Z | [ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5495 | 2026-08-14T17:27:18.792Z | [ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO STEP 94 (remove_files) COMPLETE |
| 5496 | 2026-08-14T17:27:18.792Z | [ recovery-image] Aug 14 17:27:17.645 INFO O| Aug 14 17:27:17.645 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5497 | 2026-08-14T17:27:18.801Z | [ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5498 | 2026-08-14T17:27:18.801Z | [ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO STEP 95 (remove_files) COMPLETE |
| 5499 | 2026-08-14T17:27:18.801Z | [ recovery-image] Aug 14 17:27:17.655 INFO O| Aug 14 17:27:17.655 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5500 | 2026-08-14T17:27:18.812Z | [ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5501 | 2026-08-14T17:27:18.812Z | [ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO STEP 96 (remove_files) COMPLETE |
| 5502 | 2026-08-14T17:27:18.812Z | [ recovery-image] Aug 14 17:27:17.665 INFO O| Aug 14 17:27:17.665 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5503 | 2026-08-14T17:27:18.822Z | [ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5504 | 2026-08-14T17:27:18.822Z | [ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO STEP 97 (remove_files) COMPLETE |
| 5505 | 2026-08-14T17:27:18.822Z | [ recovery-image] Aug 14 17:27:17.676 INFO O| Aug 14 17:27:17.676 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5506 | 2026-08-14T17:27:18.832Z | [ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5507 | 2026-08-14T17:27:18.832Z | [ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO STEP 98 (remove_files) COMPLETE |
| 5508 | 2026-08-14T17:27:18.832Z | [ recovery-image] Aug 14 17:27:17.686 INFO O| Aug 14 17:27:17.686 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5509 | 2026-08-14T17:27:18.845Z | [ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5510 | 2026-08-14T17:27:18.845Z | [ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO STEP 99 (remove_files) COMPLETE |
| 5511 | 2026-08-14T17:27:18.845Z | [ recovery-image] Aug 14 17:27:17.696 INFO O| Aug 14 17:27:17.696 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5512 | 2026-08-14T17:27:18.851Z | [ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5513 | 2026-08-14T17:27:18.851Z | [ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.705 INFO STEP 100 (remove_files) COMPLETE |
| 5514 | 2026-08-14T17:27:18.851Z | [ recovery-image] Aug 14 17:27:17.705 INFO O| Aug 14 17:27:17.705 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5515 | 2026-08-14T17:27:18.861Z | [ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5516 | 2026-08-14T17:27:18.861Z | [ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO STEP 101 (remove_files) COMPLETE |
| 5517 | 2026-08-14T17:27:18.865Z | [ recovery-image] Aug 14 17:27:17.713 INFO O| Aug 14 17:27:17.713 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5518 | 2026-08-14T17:27:18.868Z | [ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5519 | 2026-08-14T17:27:18.868Z | [ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO STEP 102 (remove_files) COMPLETE |
| 5520 | 2026-08-14T17:27:18.868Z | [ recovery-image] Aug 14 17:27:17.722 INFO O| Aug 14 17:27:17.722 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5521 | 2026-08-14T17:27:18.877Z | [ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5522 | 2026-08-14T17:27:18.877Z | [ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO STEP 103 (remove_files) COMPLETE |
| 5523 | 2026-08-14T17:27:18.881Z | [ recovery-image] Aug 14 17:27:17.731 INFO O| Aug 14 17:27:17.731 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5524 | 2026-08-14T17:27:18.887Z | [ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5525 | 2026-08-14T17:27:18.887Z | [ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO STEP 104 (remove_files) COMPLETE |
| 5526 | 2026-08-14T17:27:18.890Z | [ recovery-image] Aug 14 17:27:17.741 INFO O| Aug 14 17:27:17.741 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5527 | 2026-08-14T17:27:18.896Z | [ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5528 | 2026-08-14T17:27:18.896Z | [ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO STEP 105 (remove_files) COMPLETE |
| 5529 | 2026-08-14T17:27:18.896Z | [ recovery-image] Aug 14 17:27:17.750 INFO O| Aug 14 17:27:17.750 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5530 | 2026-08-14T17:27:18.905Z | [ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5531 | 2026-08-14T17:27:18.905Z | [ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO STEP 106 (remove_files) COMPLETE |
| 5532 | 2026-08-14T17:27:18.908Z | [ recovery-image] Aug 14 17:27:17.759 INFO O| Aug 14 17:27:17.759 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5533 | 2026-08-14T17:27:18.914Z | [ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5534 | 2026-08-14T17:27:18.914Z | [ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO STEP 107 (remove_files) COMPLETE |
| 5535 | 2026-08-14T17:27:18.917Z | [ recovery-image] Aug 14 17:27:17.767 INFO O| Aug 14 17:27:17.767 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5536 | 2026-08-14T17:27:18.923Z | [ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5537 | 2026-08-14T17:27:18.923Z | [ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO STEP 108 (remove_files) COMPLETE |
| 5538 | 2026-08-14T17:27:18.927Z | [ recovery-image] Aug 14 17:27:17.777 INFO O| Aug 14 17:27:17.777 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5539 | 2026-08-14T17:27:18.933Z | [ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5540 | 2026-08-14T17:27:18.933Z | [ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO STEP 109 (remove_files) COMPLETE |
| 5541 | 2026-08-14T17:27:18.937Z | [ recovery-image] Aug 14 17:27:17.787 INFO O| Aug 14 17:27:17.787 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5542 | 2026-08-14T17:27:18.943Z | [ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5543 | 2026-08-14T17:27:18.943Z | [ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO STEP 110 (remove_files) COMPLETE |
| 5544 | 2026-08-14T17:27:18.943Z | [ recovery-image] Aug 14 17:27:17.796 INFO O| Aug 14 17:27:17.796 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5545 | 2026-08-14T17:27:18.952Z | [ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5546 | 2026-08-14T17:27:18.952Z | [ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO STEP 111 (remove_files) COMPLETE |
| 5547 | 2026-08-14T17:27:18.952Z | [ recovery-image] Aug 14 17:27:17.805 INFO O| Aug 14 17:27:17.805 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5548 | 2026-08-14T17:27:18.961Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5549 | 2026-08-14T17:27:18.965Z | [ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5550 | 2026-08-14T17:27:18.965Z | [ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO STEP 112 (remove_files) COMPLETE |
| 5551 | 2026-08-14T17:27:18.965Z | [ recovery-image] Aug 14 17:27:17.815 INFO O| Aug 14 17:27:17.815 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5552 | 2026-08-14T17:27:18.970Z | [ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5553 | 2026-08-14T17:27:18.970Z | [ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO STEP 113 (remove_files) COMPLETE |
| 5554 | 2026-08-14T17:27:18.974Z | [ recovery-image] Aug 14 17:27:17.824 INFO O| Aug 14 17:27:17.824 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5555 | 2026-08-14T17:27:18.979Z | [ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5556 | 2026-08-14T17:27:18.979Z | [ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO STEP 114 (remove_files) COMPLETE |
| 5557 | 2026-08-14T17:27:18.979Z | [ recovery-image] Aug 14 17:27:17.833 INFO O| Aug 14 17:27:17.833 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5558 | 2026-08-14T17:27:18.990Z | [ recovery-image] Aug 14 17:27:17.843 INFO O| Aug 14 17:27:17.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5559 | 2026-08-14T17:27:18.990Z | [ recovery-image] Aug 14 17:27:17.844 INFO O| Aug 14 17:27:17.844 INFO STEP 115 (remove_files) COMPLETE |
| 5560 | 2026-08-14T17:27:18.990Z | [ recovery-image] Aug 14 17:27:17.844 INFO O| Aug 14 17:27:17.844 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5561 | 2026-08-14T17:27:18.999Z | [ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5562 | 2026-08-14T17:27:18.999Z | [ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO STEP 116 (remove_files) COMPLETE |
| 5563 | 2026-08-14T17:27:18.999Z | [ recovery-image] Aug 14 17:27:17.853 INFO O| Aug 14 17:27:17.853 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5564 | 2026-08-14T17:27:19.007Z | [ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5565 | 2026-08-14T17:27:19.007Z | [ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO STEP 117 (remove_files) COMPLETE |
| 5566 | 2026-08-14T17:27:19.010Z | [ recovery-image] Aug 14 17:27:17.860 INFO O| Aug 14 17:27:17.860 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5567 | 2026-08-14T17:27:19.014Z | [ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5568 | 2026-08-14T17:27:19.014Z | [ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO STEP 118 (remove_files) COMPLETE |
| 5569 | 2026-08-14T17:27:19.014Z | [ recovery-image] Aug 14 17:27:17.868 INFO O| Aug 14 17:27:17.868 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5570 | 2026-08-14T17:27:19.021Z | [ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5571 | 2026-08-14T17:27:19.021Z | [ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO STEP 119 (remove_files) COMPLETE |
| 5572 | 2026-08-14T17:27:19.025Z | [ recovery-image] Aug 14 17:27:17.875 INFO O| Aug 14 17:27:17.875 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5573 | 2026-08-14T17:27:19.031Z | [ recovery-image] Aug 14 17:27:17.884 INFO O| Aug 14 17:27:17.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5574 | 2026-08-14T17:27:19.031Z | [ recovery-image] Aug 14 17:27:17.884 INFO O| Aug 14 17:27:17.884 INFO STEP 120 (remove_files) COMPLETE |
| 5575 | 2026-08-14T17:27:19.031Z | [ recovery-image] Aug 14 17:27:17.885 INFO O| Aug 14 17:27:17.884 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5576 | 2026-08-14T17:27:19.054Z | [ recovery-image] Aug 14 17:27:17.907 INFO O| Aug 14 17:27:17.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5577 | 2026-08-14T17:27:19.054Z | [ recovery-image] Aug 14 17:27:17.908 INFO O| Aug 14 17:27:17.907 INFO STEP 121 (remove_files) COMPLETE |
| 5578 | 2026-08-14T17:27:19.054Z | [ recovery-image] Aug 14 17:27:17.908 INFO O| Aug 14 17:27:17.907 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5579 | 2026-08-14T17:27:19.081Z | [ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5580 | 2026-08-14T17:27:19.081Z | [ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO STEP 122 (remove_files) COMPLETE |
| 5581 | 2026-08-14T17:27:19.081Z | [ recovery-image] Aug 14 17:27:17.934 INFO O| Aug 14 17:27:17.934 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5582 | 2026-08-14T17:27:19.093Z | [ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5583 | 2026-08-14T17:27:19.093Z | [ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO STEP 123 (remove_files) COMPLETE |
| 5584 | 2026-08-14T17:27:19.093Z | [ recovery-image] Aug 14 17:27:17.946 INFO O| Aug 14 17:27:17.946 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5585 | 2026-08-14T17:27:19.096Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5586 | 2026-08-14T17:27:19.130Z | [ recovery-image] Aug 14 17:27:17.983 INFO O| Aug 14 17:27:17.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5587 | 2026-08-14T17:27:19.130Z | [ recovery-image] Aug 14 17:27:17.983 INFO O| Aug 14 17:27:17.983 INFO STEP 124 (remove_files) COMPLETE |
| 5588 | 2026-08-14T17:27:19.134Z | [ recovery-image] Aug 14 17:27:17.984 INFO O| Aug 14 17:27:17.983 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5589 | 2026-08-14T17:27:19.159Z | [ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5590 | 2026-08-14T17:27:19.159Z | [ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO STEP 125 (remove_files) COMPLETE |
| 5591 | 2026-08-14T17:27:19.163Z | [ recovery-image] Aug 14 17:27:18.013 INFO O| Aug 14 17:27:18.013 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5592 | 2026-08-14T17:27:19.189Z | [ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5593 | 2026-08-14T17:27:19.189Z | [ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO STEP 126 (remove_files) COMPLETE |
| 5594 | 2026-08-14T17:27:19.189Z | [ recovery-image] Aug 14 17:27:18.043 INFO O| Aug 14 17:27:18.043 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5595 | 2026-08-14T17:27:19.199Z | [ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5596 | 2026-08-14T17:27:19.199Z | [ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO STEP 127 (remove_files) COMPLETE |
| 5597 | 2026-08-14T17:27:19.199Z | [ recovery-image] Aug 14 17:27:18.052 INFO O| Aug 14 17:27:18.052 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5598 | 2026-08-14T17:27:19.208Z | [ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5599 | 2026-08-14T17:27:19.208Z | [ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO STEP 128 (remove_files) COMPLETE |
| 5600 | 2026-08-14T17:27:19.211Z | [ recovery-image] Aug 14 17:27:18.061 INFO O| Aug 14 17:27:18.061 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5601 | 2026-08-14T17:27:19.217Z | [ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5602 | 2026-08-14T17:27:19.217Z | [ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO STEP 129 (remove_files) COMPLETE |
| 5603 | 2026-08-14T17:27:19.217Z | [ recovery-image] Aug 14 17:27:18.070 INFO O| Aug 14 17:27:18.070 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5604 | 2026-08-14T17:27:19.226Z | [ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5605 | 2026-08-14T17:27:19.226Z | [ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO STEP 130 (remove_files) COMPLETE |
| 5606 | 2026-08-14T17:27:19.226Z | [ recovery-image] Aug 14 17:27:18.079 INFO O| Aug 14 17:27:18.079 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5607 | 2026-08-14T17:27:19.229Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5608 | 2026-08-14T17:27:19.236Z | [ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5609 | 2026-08-14T17:27:19.236Z | [ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO STEP 131 (remove_files) COMPLETE |
| 5610 | 2026-08-14T17:27:19.236Z | [ recovery-image] Aug 14 17:27:18.086 INFO O| Aug 14 17:27:18.086 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5611 | 2026-08-14T17:27:19.243Z | [ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5612 | 2026-08-14T17:27:19.243Z | [ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO STEP 132 (remove_files) COMPLETE |
| 5613 | 2026-08-14T17:27:19.243Z | [ recovery-image] Aug 14 17:27:18.097 INFO O| Aug 14 17:27:18.097 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5614 | 2026-08-14T17:27:19.251Z | [ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5615 | 2026-08-14T17:27:19.255Z | [ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO STEP 133 (remove_files) COMPLETE |
| 5616 | 2026-08-14T17:27:19.255Z | [ recovery-image] Aug 14 17:27:18.105 INFO O| Aug 14 17:27:18.105 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5617 | 2026-08-14T17:27:19.262Z | [ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5618 | 2026-08-14T17:27:19.262Z | [ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO STEP 134 (remove_files) COMPLETE |
| 5619 | 2026-08-14T17:27:19.262Z | [ recovery-image] Aug 14 17:27:18.115 INFO O| Aug 14 17:27:18.115 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5620 | 2026-08-14T17:27:19.272Z | [ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5621 | 2026-08-14T17:27:19.272Z | [ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO STEP 135 (remove_files) COMPLETE |
| 5622 | 2026-08-14T17:27:19.275Z | [ recovery-image] Aug 14 17:27:18.126 INFO O| Aug 14 17:27:18.126 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5623 | 2026-08-14T17:27:19.282Z | [ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5624 | 2026-08-14T17:27:19.282Z | [ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO STEP 136 (remove_files) COMPLETE |
| 5625 | 2026-08-14T17:27:19.282Z | [ recovery-image] Aug 14 17:27:18.135 INFO O| Aug 14 17:27:18.135 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5626 | 2026-08-14T17:27:19.291Z | [ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5627 | 2026-08-14T17:27:19.291Z | [ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO STEP 137 (remove_files) COMPLETE |
| 5628 | 2026-08-14T17:27:19.294Z | [ recovery-image] Aug 14 17:27:18.145 INFO O| Aug 14 17:27:18.145 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5629 | 2026-08-14T17:27:19.302Z | [ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5630 | 2026-08-14T17:27:19.302Z | [ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO STEP 138 (remove_files) COMPLETE |
| 5631 | 2026-08-14T17:27:19.302Z | [ recovery-image] Aug 14 17:27:18.155 INFO O| Aug 14 17:27:18.155 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5632 | 2026-08-14T17:27:19.310Z | [ recovery-image] Aug 14 17:27:18.164 INFO O| Aug 14 17:27:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5633 | 2026-08-14T17:27:19.313Z | [ recovery-image] Aug 14 17:27:18.165 INFO O| Aug 14 17:27:18.165 INFO STEP 139 (remove_files) COMPLETE |
| 5634 | 2026-08-14T17:27:19.313Z | [ recovery-image] Aug 14 17:27:18.165 INFO O| Aug 14 17:27:18.165 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5635 | 2026-08-14T17:27:19.323Z | [ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5636 | 2026-08-14T17:27:19.323Z | [ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO STEP 140 (remove_files) COMPLETE |
| 5637 | 2026-08-14T17:27:19.323Z | [ recovery-image] Aug 14 17:27:18.176 INFO O| Aug 14 17:27:18.176 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5638 | 2026-08-14T17:27:19.334Z | [ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5639 | 2026-08-14T17:27:19.334Z | [ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO STEP 141 (remove_files) COMPLETE |
| 5640 | 2026-08-14T17:27:19.334Z | [ recovery-image] Aug 14 17:27:18.185 INFO O| Aug 14 17:27:18.185 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5641 | 2026-08-14T17:27:19.341Z | [ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5642 | 2026-08-14T17:27:19.341Z | [ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO STEP 142 (remove_files) COMPLETE |
| 5643 | 2026-08-14T17:27:19.344Z | [ recovery-image] Aug 14 17:27:18.195 INFO O| Aug 14 17:27:18.195 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5644 | 2026-08-14T17:27:19.349Z | [ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5645 | 2026-08-14T17:27:19.349Z | [ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO STEP 143 (remove_files) COMPLETE |
| 5646 | 2026-08-14T17:27:19.349Z | [ recovery-image] Aug 14 17:27:18.203 INFO O| Aug 14 17:27:18.203 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5647 | 2026-08-14T17:27:19.357Z | [ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5648 | 2026-08-14T17:27:19.358Z | [ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO STEP 144 (remove_files) COMPLETE |
| 5649 | 2026-08-14T17:27:19.358Z | [ recovery-image] Aug 14 17:27:18.211 INFO O| Aug 14 17:27:18.211 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5650 | 2026-08-14T17:27:19.366Z | [ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5651 | 2026-08-14T17:27:19.366Z | [ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.220 INFO STEP 145 (remove_files) COMPLETE |
| 5652 | 2026-08-14T17:27:19.366Z | [ recovery-image] Aug 14 17:27:18.220 INFO O| Aug 14 17:27:18.220 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5653 | 2026-08-14T17:27:19.370Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5654 | 2026-08-14T17:27:19.375Z | [ recovery-image] Aug 14 17:27:18.229 INFO O| Aug 14 17:27:18.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5655 | 2026-08-14T17:27:19.380Z | [ recovery-image] Aug 14 17:27:18.230 INFO O| Aug 14 17:27:18.230 INFO STEP 146 (remove_files) COMPLETE |
| 5656 | 2026-08-14T17:27:19.380Z | [ recovery-image] Aug 14 17:27:18.230 INFO O| Aug 14 17:27:18.230 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5657 | 2026-08-14T17:27:19.386Z | [ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5658 | 2026-08-14T17:27:19.386Z | [ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO STEP 147 (remove_files) COMPLETE |
| 5659 | 2026-08-14T17:27:19.386Z | [ recovery-image] Aug 14 17:27:18.240 INFO O| Aug 14 17:27:18.240 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5660 | 2026-08-14T17:27:19.394Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5661 | 2026-08-14T17:27:19.397Z | [ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5662 | 2026-08-14T17:27:19.397Z | [ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO STEP 148 (remove_files) COMPLETE |
| 5663 | 2026-08-14T17:27:19.397Z | [ recovery-image] Aug 14 17:27:18.249 INFO O| Aug 14 17:27:18.249 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5664 | 2026-08-14T17:27:19.405Z | [ recovery-image] Aug 14 17:27:18.259 INFO O| Aug 14 17:27:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5665 | 2026-08-14T17:27:19.408Z | [ recovery-image] Aug 14 17:27:18.260 INFO O| Aug 14 17:27:18.260 INFO STEP 149 (remove_files) COMPLETE |
| 5666 | 2026-08-14T17:27:19.408Z | [ recovery-image] Aug 14 17:27:18.260 INFO O| Aug 14 17:27:18.260 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5667 | 2026-08-14T17:27:19.415Z | [ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5668 | 2026-08-14T17:27:19.415Z | [ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO STEP 150 (remove_files) COMPLETE |
| 5669 | 2026-08-14T17:27:19.418Z | [ recovery-image] Aug 14 17:27:18.269 INFO O| Aug 14 17:27:18.269 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5670 | 2026-08-14T17:27:19.425Z | [ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5671 | 2026-08-14T17:27:19.425Z | [ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO STEP 151 (remove_files) COMPLETE |
| 5672 | 2026-08-14T17:27:19.428Z | [ recovery-image] Aug 14 17:27:18.279 INFO O| Aug 14 17:27:18.279 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5673 | 2026-08-14T17:27:19.434Z | [ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5674 | 2026-08-14T17:27:19.434Z | [ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO STEP 152 (remove_files) COMPLETE |
| 5675 | 2026-08-14T17:27:19.437Z | [ recovery-image] Aug 14 17:27:18.288 INFO O| Aug 14 17:27:18.288 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5676 | 2026-08-14T17:27:19.443Z | [ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5677 | 2026-08-14T17:27:19.443Z | [ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO STEP 153 (remove_files) COMPLETE |
| 5678 | 2026-08-14T17:27:19.446Z | [ recovery-image] Aug 14 17:27:18.297 INFO O| Aug 14 17:27:18.297 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5679 | 2026-08-14T17:27:19.452Z | [ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5680 | 2026-08-14T17:27:19.452Z | [ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.306 INFO STEP 154 (remove_files) COMPLETE |
| 5681 | 2026-08-14T17:27:19.455Z | [ recovery-image] Aug 14 17:27:18.306 INFO O| Aug 14 17:27:18.306 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5682 | 2026-08-14T17:27:19.460Z | [ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5683 | 2026-08-14T17:27:19.460Z | [ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO STEP 155 (remove_files) COMPLETE |
| 5684 | 2026-08-14T17:27:19.460Z | [ recovery-image] Aug 14 17:27:18.314 INFO O| Aug 14 17:27:18.314 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5685 | 2026-08-14T17:27:19.463Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5686 | 2026-08-14T17:27:19.470Z | [ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5687 | 2026-08-14T17:27:19.470Z | [ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO STEP 156 (remove_files) COMPLETE |
| 5688 | 2026-08-14T17:27:19.473Z | [ recovery-image] Aug 14 17:27:18.324 INFO O| Aug 14 17:27:18.324 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5689 | 2026-08-14T17:27:19.479Z | [ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5690 | 2026-08-14T17:27:19.482Z | [ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO STEP 157 (remove_files) COMPLETE |
| 5691 | 2026-08-14T17:27:19.482Z | [ recovery-image] Aug 14 17:27:18.333 INFO O| Aug 14 17:27:18.333 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5692 | 2026-08-14T17:27:19.489Z | [ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5693 | 2026-08-14T17:27:19.489Z | [ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO STEP 158 (remove_files) COMPLETE |
| 5694 | 2026-08-14T17:27:19.492Z | [ recovery-image] Aug 14 17:27:18.343 INFO O| Aug 14 17:27:18.343 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5695 | 2026-08-14T17:27:19.500Z | [ recovery-image] Aug 14 17:27:18.353 INFO O| Aug 14 17:27:18.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5696 | 2026-08-14T17:27:19.503Z | [ recovery-image] Aug 14 17:27:18.354 INFO O| Aug 14 17:27:18.354 INFO STEP 159 (remove_files) COMPLETE |
| 5697 | 2026-08-14T17:27:19.503Z | [ recovery-image] Aug 14 17:27:18.354 INFO O| Aug 14 17:27:18.354 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5698 | 2026-08-14T17:27:19.510Z | [ recovery-image] Aug 14 17:27:18.364 INFO O| Aug 14 17:27:18.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5699 | 2026-08-14T17:27:19.513Z | [ recovery-image] Aug 14 17:27:18.365 INFO O| Aug 14 17:27:18.365 INFO STEP 160 (remove_files) COMPLETE |
| 5700 | 2026-08-14T17:27:19.513Z | [ recovery-image] Aug 14 17:27:18.365 INFO O| Aug 14 17:27:18.365 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5701 | 2026-08-14T17:27:19.521Z | [ recovery-image] Aug 14 17:27:18.375 INFO O| Aug 14 17:27:18.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5702 | 2026-08-14T17:27:19.524Z | [ recovery-image] Aug 14 17:27:18.376 INFO O| Aug 14 17:27:18.376 INFO STEP 161 (remove_files) COMPLETE |
| 5703 | 2026-08-14T17:27:19.524Z | [ recovery-image] Aug 14 17:27:18.376 INFO O| Aug 14 17:27:18.376 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5704 | 2026-08-14T17:27:19.532Z | [ recovery-image] Aug 14 17:27:18.386 INFO O| Aug 14 17:27:18.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5705 | 2026-08-14T17:27:19.535Z | [ recovery-image] Aug 14 17:27:18.387 INFO O| Aug 14 17:27:18.387 INFO STEP 162 (remove_files) COMPLETE |
| 5706 | 2026-08-14T17:27:19.535Z | [ recovery-image] Aug 14 17:27:18.387 INFO O| Aug 14 17:27:18.387 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5707 | 2026-08-14T17:27:19.542Z | [ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5708 | 2026-08-14T17:27:19.542Z | [ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO STEP 163 (remove_files) COMPLETE |
| 5709 | 2026-08-14T17:27:19.542Z | [ recovery-image] Aug 14 17:27:18.396 INFO O| Aug 14 17:27:18.396 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5710 | 2026-08-14T17:27:19.542Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5711 | 2026-08-14T17:27:19.552Z | [ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5712 | 2026-08-14T17:27:19.552Z | [ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO STEP 164 (remove_files) COMPLETE |
| 5713 | 2026-08-14T17:27:19.555Z | [ recovery-image] Aug 14 17:27:18.406 INFO O| Aug 14 17:27:18.406 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-08-14T17:27:19.562Z | [ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5715 | 2026-08-14T17:27:19.565Z | [ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO STEP 165 (remove_files) COMPLETE |
| 5716 | 2026-08-14T17:27:19.565Z | [ recovery-image] Aug 14 17:27:18.416 INFO O| Aug 14 17:27:18.416 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-08-14T17:27:19.573Z | [ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5718 | 2026-08-14T17:27:19.573Z | [ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO STEP 166 (remove_files) COMPLETE |
| 5719 | 2026-08-14T17:27:19.573Z | [ recovery-image] Aug 14 17:27:18.427 INFO O| Aug 14 17:27:18.427 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-08-14T17:27:19.584Z | [ recovery-image] Aug 14 17:27:18.437 INFO O| Aug 14 17:27:18.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5721 | 2026-08-14T17:27:19.584Z | [ recovery-image] Aug 14 17:27:18.438 INFO O| Aug 14 17:27:18.438 INFO STEP 167 (remove_files) COMPLETE |
| 5722 | 2026-08-14T17:27:19.584Z | [ recovery-image] Aug 14 17:27:18.438 INFO O| Aug 14 17:27:18.438 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-08-14T17:27:19.594Z | [ recovery-image] Aug 14 17:27:18.447 INFO O| Aug 14 17:27:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5724 | 2026-08-14T17:27:19.594Z | [ recovery-image] Aug 14 17:27:18.447 INFO O| Aug 14 17:27:18.447 INFO STEP 168 (remove_files) COMPLETE |
| 5725 | 2026-08-14T17:27:19.594Z | [ recovery-image] Aug 14 17:27:18.448 INFO O| Aug 14 17:27:18.447 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-08-14T17:27:19.602Z | [ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5727 | 2026-08-14T17:27:19.602Z | [ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO STEP 169 (remove_files) COMPLETE |
| 5728 | 2026-08-14T17:27:19.602Z | [ recovery-image] Aug 14 17:27:18.456 INFO O| Aug 14 17:27:18.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-08-14T17:27:19.611Z | [ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5730 | 2026-08-14T17:27:19.611Z | [ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.465 INFO STEP 170 (remove_files) COMPLETE |
| 5731 | 2026-08-14T17:27:19.611Z | [ recovery-image] Aug 14 17:27:18.465 INFO O| Aug 14 17:27:18.465 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-14T17:27:19.619Z | [ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5733 | 2026-08-14T17:27:19.619Z | [ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO STEP 171 (remove_files) COMPLETE |
| 5734 | 2026-08-14T17:27:19.619Z | [ recovery-image] Aug 14 17:27:18.473 INFO O| Aug 14 17:27:18.473 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-14T17:27:19.627Z | [ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5736 | 2026-08-14T17:27:19.627Z | [ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO STEP 172 (remove_files) COMPLETE |
| 5737 | 2026-08-14T17:27:19.627Z | [ recovery-image] Aug 14 17:27:18.481 INFO O| Aug 14 17:27:18.481 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-14T17:27:19.637Z | [ recovery-image] Aug 14 17:27:18.490 INFO O| Aug 14 17:27:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5739 | 2026-08-14T17:27:19.637Z | [ recovery-image] Aug 14 17:27:18.491 INFO O| Aug 14 17:27:18.490 INFO STEP 173 (remove_files) COMPLETE |
| 5740 | 2026-08-14T17:27:19.640Z | [ recovery-image] Aug 14 17:27:18.491 INFO O| Aug 14 17:27:18.491 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-14T17:27:19.646Z | [ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5742 | 2026-08-14T17:27:19.646Z | [ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO STEP 174 (remove_files) COMPLETE |
| 5743 | 2026-08-14T17:27:19.649Z | [ recovery-image] Aug 14 17:27:18.500 INFO O| Aug 14 17:27:18.500 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-14T17:27:19.655Z | [ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5745 | 2026-08-14T17:27:19.655Z | [ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO STEP 175 (remove_files) COMPLETE |
| 5746 | 2026-08-14T17:27:19.655Z | [ recovery-image] Aug 14 17:27:18.509 INFO O| Aug 14 17:27:18.509 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-14T17:27:19.663Z | [ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5748 | 2026-08-14T17:27:19.663Z | [ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO STEP 176 (remove_files) COMPLETE |
| 5749 | 2026-08-14T17:27:19.664Z | [ recovery-image] Aug 14 17:27:18.517 INFO O| Aug 14 17:27:18.517 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-14T17:27:19.673Z | [ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5751 | 2026-08-14T17:27:19.673Z | [ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO STEP 177 (remove_files) COMPLETE |
| 5752 | 2026-08-14T17:27:19.676Z | [ recovery-image] Aug 14 17:27:18.526 INFO O| Aug 14 17:27:18.526 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-14T17:27:19.681Z | [ recovery-image] Aug 14 17:27:18.535 INFO O| Aug 14 17:27:18.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5754 | 2026-08-14T17:27:19.684Z | [ recovery-image] Aug 14 17:27:18.536 INFO O| Aug 14 17:27:18.536 INFO STEP 178 (remove_files) COMPLETE |
| 5755 | 2026-08-14T17:27:19.684Z | [ recovery-image] Aug 14 17:27:18.536 INFO O| Aug 14 17:27:18.536 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-14T17:27:19.690Z | [ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5757 | 2026-08-14T17:27:19.691Z | [ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO STEP 179 (remove_files) COMPLETE |
| 5758 | 2026-08-14T17:27:19.694Z | [ recovery-image] Aug 14 17:27:18.544 INFO O| Aug 14 17:27:18.544 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-14T17:27:19.699Z | [ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5760 | 2026-08-14T17:27:19.699Z | [ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.553 INFO STEP 180 (remove_files) COMPLETE |
| 5761 | 2026-08-14T17:27:19.699Z | [ recovery-image] Aug 14 17:27:18.553 INFO O| Aug 14 17:27:18.553 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-14T17:27:19.711Z | [ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5763 | 2026-08-14T17:27:19.711Z | [ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO STEP 181 (remove_files) COMPLETE |
| 5764 | 2026-08-14T17:27:19.711Z | [ recovery-image] Aug 14 17:27:18.561 INFO O| Aug 14 17:27:18.561 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-14T17:27:19.716Z | [ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5766 | 2026-08-14T17:27:19.716Z | [ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO STEP 182 (remove_files) COMPLETE |
| 5767 | 2026-08-14T17:27:19.716Z | [ recovery-image] Aug 14 17:27:18.570 INFO O| Aug 14 17:27:18.570 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-14T17:27:19.724Z | [ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5769 | 2026-08-14T17:27:19.724Z | [ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO STEP 183 (remove_files) COMPLETE |
| 5770 | 2026-08-14T17:27:19.724Z | [ recovery-image] Aug 14 17:27:18.578 INFO O| Aug 14 17:27:18.578 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-14T17:27:19.737Z | [ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5772 | 2026-08-14T17:27:19.737Z | [ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO STEP 184 (remove_files) COMPLETE |
| 5773 | 2026-08-14T17:27:19.741Z | [ recovery-image] Aug 14 17:27:18.591 INFO O| Aug 14 17:27:18.591 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-08-14T17:27:19.750Z | [ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5775 | 2026-08-14T17:27:19.750Z | [ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO STEP 185 (remove_files) COMPLETE |
| 5776 | 2026-08-14T17:27:19.751Z | [ recovery-image] Aug 14 17:27:18.604 INFO O| Aug 14 17:27:18.604 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-08-14T17:27:19.760Z | [ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5778 | 2026-08-14T17:27:19.772Z | [ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO STEP 186 (remove_files) COMPLETE |
| 5779 | 2026-08-14T17:27:19.772Z | [ recovery-image] Aug 14 17:27:18.613 INFO O| Aug 14 17:27:18.613 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5780 | 2026-08-14T17:27:19.772Z | [ recovery-image] Aug 14 17:27:18.621 INFO O| Aug 14 17:27:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5781 | 2026-08-14T17:27:19.772Z | [ recovery-image] Aug 14 17:27:18.622 INFO O| Aug 14 17:27:18.621 INFO STEP 187 (remove_files) COMPLETE |
| 5782 | 2026-08-14T17:27:19.773Z | [ recovery-image] Aug 14 17:27:18.622 INFO O| Aug 14 17:27:18.621 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5783 | 2026-08-14T17:27:19.779Z | [ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5784 | 2026-08-14T17:27:19.779Z | [ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO STEP 188 (remove_files) COMPLETE |
| 5785 | 2026-08-14T17:27:19.782Z | [ recovery-image] Aug 14 17:27:18.632 INFO O| Aug 14 17:27:18.632 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5786 | 2026-08-14T17:27:19.787Z | [ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5787 | 2026-08-14T17:27:19.787Z | [ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO STEP 189 (remove_files) COMPLETE |
| 5788 | 2026-08-14T17:27:19.790Z | [ recovery-image] Aug 14 17:27:18.641 INFO O| Aug 14 17:27:18.641 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5789 | 2026-08-14T17:27:19.795Z | [ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5790 | 2026-08-14T17:27:19.795Z | [ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO STEP 190 (remove_files) COMPLETE |
| 5791 | 2026-08-14T17:27:19.798Z | [ recovery-image] Aug 14 17:27:18.649 INFO O| Aug 14 17:27:18.649 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5792 | 2026-08-14T17:27:19.804Z | [ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5793 | 2026-08-14T17:27:19.804Z | [ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO STEP 191 (remove_files) COMPLETE |
| 5794 | 2026-08-14T17:27:19.804Z | [ recovery-image] Aug 14 17:27:18.658 INFO O| Aug 14 17:27:18.658 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5795 | 2026-08-14T17:27:19.813Z | [ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5796 | 2026-08-14T17:27:19.813Z | [ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.667 INFO STEP 192 (remove_files) COMPLETE |
| 5797 | 2026-08-14T17:27:19.816Z | [ recovery-image] Aug 14 17:27:18.667 INFO O| Aug 14 17:27:18.667 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5798 | 2026-08-14T17:27:19.821Z | [ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5799 | 2026-08-14T17:27:19.821Z | [ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO STEP 193 (remove_files) COMPLETE |
| 5800 | 2026-08-14T17:27:19.821Z | [ recovery-image] Aug 14 17:27:18.675 INFO O| Aug 14 17:27:18.675 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5801 | 2026-08-14T17:27:19.833Z | [ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5802 | 2026-08-14T17:27:19.833Z | [ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO STEP 194 (remove_files) COMPLETE |
| 5803 | 2026-08-14T17:27:19.833Z | [ recovery-image] Aug 14 17:27:18.686 INFO O| Aug 14 17:27:18.686 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5804 | 2026-08-14T17:27:19.842Z | [ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5805 | 2026-08-14T17:27:19.842Z | [ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO STEP 195 (remove_files) COMPLETE |
| 5806 | 2026-08-14T17:27:19.842Z | [ recovery-image] Aug 14 17:27:18.696 INFO O| Aug 14 17:27:18.696 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5807 | 2026-08-14T17:27:19.852Z | [ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5808 | 2026-08-14T17:27:19.852Z | [ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO STEP 196 (remove_files) COMPLETE |
| 5809 | 2026-08-14T17:27:19.852Z | [ recovery-image] Aug 14 17:27:18.706 INFO O| Aug 14 17:27:18.706 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5810 | 2026-08-14T17:27:19.862Z | [ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5811 | 2026-08-14T17:27:19.862Z | [ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO STEP 197 (remove_files) COMPLETE |
| 5812 | 2026-08-14T17:27:19.862Z | [ recovery-image] Aug 14 17:27:18.716 INFO O| Aug 14 17:27:18.716 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5813 | 2026-08-14T17:27:19.872Z | [ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5814 | 2026-08-14T17:27:19.873Z | [ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO STEP 198 (remove_files) COMPLETE |
| 5815 | 2026-08-14T17:27:19.873Z | [ recovery-image] Aug 14 17:27:18.726 INFO O| Aug 14 17:27:18.726 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5816 | 2026-08-14T17:27:19.882Z | [ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5817 | 2026-08-14T17:27:19.883Z | [ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO STEP 199 (remove_files) COMPLETE |
| 5818 | 2026-08-14T17:27:19.886Z | [ recovery-image] Aug 14 17:27:18.736 INFO O| Aug 14 17:27:18.736 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5819 | 2026-08-14T17:27:19.892Z | [ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5820 | 2026-08-14T17:27:19.892Z | [ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO STEP 200 (remove_files) COMPLETE |
| 5821 | 2026-08-14T17:27:19.895Z | [ recovery-image] Aug 14 17:27:18.746 INFO O| Aug 14 17:27:18.746 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5822 | 2026-08-14T17:27:19.895Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5823 | 2026-08-14T17:27:19.900Z | [ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5824 | 2026-08-14T17:27:19.900Z | [ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO STEP 201 (remove_files) COMPLETE |
| 5825 | 2026-08-14T17:27:19.903Z | [ recovery-image] Aug 14 17:27:18.754 INFO O| Aug 14 17:27:18.754 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5826 | 2026-08-14T17:27:19.909Z | [ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5827 | 2026-08-14T17:27:19.909Z | [ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO STEP 202 (remove_files) COMPLETE |
| 5828 | 2026-08-14T17:27:19.912Z | [ recovery-image] Aug 14 17:27:18.763 INFO O| Aug 14 17:27:18.763 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5829 | 2026-08-14T17:27:19.917Z | [ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5830 | 2026-08-14T17:27:19.917Z | [ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO STEP 203 (remove_files) COMPLETE |
| 5831 | 2026-08-14T17:27:19.917Z | [ recovery-image] Aug 14 17:27:18.771 INFO O| Aug 14 17:27:18.771 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5832 | 2026-08-14T17:27:19.925Z | [ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5833 | 2026-08-14T17:27:19.925Z | [ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO STEP 204 (remove_files) COMPLETE |
| 5834 | 2026-08-14T17:27:19.929Z | [ recovery-image] Aug 14 17:27:18.779 INFO O| Aug 14 17:27:18.779 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5835 | 2026-08-14T17:27:19.933Z | [ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5836 | 2026-08-14T17:27:19.933Z | [ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO STEP 205 (remove_files) COMPLETE |
| 5837 | 2026-08-14T17:27:19.933Z | [ recovery-image] Aug 14 17:27:18.787 INFO O| Aug 14 17:27:18.787 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5838 | 2026-08-14T17:27:19.942Z | [ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5839 | 2026-08-14T17:27:19.942Z | [ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO STEP 206 (remove_files) COMPLETE |
| 5840 | 2026-08-14T17:27:19.942Z | [ recovery-image] Aug 14 17:27:18.796 INFO O| Aug 14 17:27:18.796 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5841 | 2026-08-14T17:27:19.950Z | [ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5842 | 2026-08-14T17:27:19.950Z | [ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO STEP 207 (remove_files) COMPLETE |
| 5843 | 2026-08-14T17:27:19.950Z | [ recovery-image] Aug 14 17:27:18.804 INFO O| Aug 14 17:27:18.804 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5844 | 2026-08-14T17:27:19.954Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5845 | 2026-08-14T17:27:19.958Z | [ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5846 | 2026-08-14T17:27:19.958Z | [ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO STEP 208 (remove_files) COMPLETE |
| 5847 | 2026-08-14T17:27:19.958Z | [ recovery-image] Aug 14 17:27:18.812 INFO O| Aug 14 17:27:18.812 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5848 | 2026-08-14T17:27:19.967Z | [ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5849 | 2026-08-14T17:27:19.967Z | [ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO STEP 209 (remove_files) COMPLETE |
| 5850 | 2026-08-14T17:27:19.967Z | [ recovery-image] Aug 14 17:27:18.821 INFO O| Aug 14 17:27:18.821 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5851 | 2026-08-14T17:27:19.975Z | [ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5852 | 2026-08-14T17:27:19.975Z | [ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO STEP 210 (remove_files) COMPLETE |
| 5853 | 2026-08-14T17:27:19.975Z | [ recovery-image] Aug 14 17:27:18.829 INFO O| Aug 14 17:27:18.829 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5854 | 2026-08-14T17:27:19.986Z | [ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5855 | 2026-08-14T17:27:19.986Z | [ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO STEP 211 (remove_files) COMPLETE |
| 5856 | 2026-08-14T17:27:19.989Z | [ recovery-image] Aug 14 17:27:18.839 INFO O| Aug 14 17:27:18.839 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5857 | 2026-08-14T17:27:19.995Z | [ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5858 | 2026-08-14T17:27:19.995Z | [ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO STEP 212 (remove_files) COMPLETE |
| 5859 | 2026-08-14T17:27:19.995Z | [ recovery-image] Aug 14 17:27:18.849 INFO O| Aug 14 17:27:18.849 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5860 | 2026-08-14T17:27:20.005Z | [ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5861 | 2026-08-14T17:27:20.005Z | [ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO STEP 213 (remove_files) COMPLETE |
| 5862 | 2026-08-14T17:27:20.009Z | [ recovery-image] Aug 14 17:27:18.859 INFO O| Aug 14 17:27:18.859 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5863 | 2026-08-14T17:27:20.015Z | [ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5864 | 2026-08-14T17:27:20.015Z | [ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO STEP 214 (remove_files) COMPLETE |
| 5865 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.869 INFO O| Aug 14 17:27:18.869 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5866 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5867 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO STEP 215 (remove_files) COMPLETE |
| 5868 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.878 INFO O| Aug 14 17:27:18.878 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5869 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5870 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO STEP 216 (remove_files) COMPLETE |
| 5871 | 2026-08-14T17:27:20.035Z | [ recovery-image] Aug 14 17:27:18.888 INFO O| Aug 14 17:27:18.888 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5872 | 2026-08-14T17:27:20.043Z | [ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5873 | 2026-08-14T17:27:20.043Z | [ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO STEP 217 (remove_files) COMPLETE |
| 5874 | 2026-08-14T17:27:20.043Z | [ recovery-image] Aug 14 17:27:18.897 INFO O| Aug 14 17:27:18.897 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5875 | 2026-08-14T17:27:20.053Z | [ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5876 | 2026-08-14T17:27:20.053Z | [ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.907 INFO STEP 218 (remove_files) COMPLETE |
| 5877 | 2026-08-14T17:27:20.053Z | [ recovery-image] Aug 14 17:27:18.907 INFO O| Aug 14 17:27:18.907 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5878 | 2026-08-14T17:27:20.062Z | [ recovery-image] Aug 14 17:27:18.916 INFO O| Aug 14 17:27:18.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5879 | 2026-08-14T17:27:20.065Z | [ recovery-image] Aug 14 17:27:18.917 INFO O| Aug 14 17:27:18.917 INFO STEP 219 (remove_files) COMPLETE |
| 5880 | 2026-08-14T17:27:20.065Z | [ recovery-image] Aug 14 17:27:18.917 INFO O| Aug 14 17:27:18.917 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5881 | 2026-08-14T17:27:20.072Z | [ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5882 | 2026-08-14T17:27:20.072Z | [ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO STEP 220 (remove_files) COMPLETE |
| 5883 | 2026-08-14T17:27:20.072Z | [ recovery-image] Aug 14 17:27:18.926 INFO O| Aug 14 17:27:18.926 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5884 | 2026-08-14T17:27:20.082Z | [ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5885 | 2026-08-14T17:27:20.082Z | [ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.935 INFO STEP 221 (remove_files) COMPLETE |
| 5886 | 2026-08-14T17:27:20.085Z | [ recovery-image] Aug 14 17:27:18.935 INFO O| Aug 14 17:27:18.935 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5887 | 2026-08-14T17:27:20.090Z | [ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5888 | 2026-08-14T17:27:20.090Z | [ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO STEP 222 (remove_files) COMPLETE |
| 5889 | 2026-08-14T17:27:20.093Z | [ recovery-image] Aug 14 17:27:18.942 INFO O| Aug 14 17:27:18.942 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5890 | 2026-08-14T17:27:20.097Z | [ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5891 | 2026-08-14T17:27:20.097Z | [ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO STEP 223 (remove_files) COMPLETE |
| 5892 | 2026-08-14T17:27:20.097Z | [ recovery-image] Aug 14 17:27:18.951 INFO O| Aug 14 17:27:18.951 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5893 | 2026-08-14T17:27:20.106Z | [ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5894 | 2026-08-14T17:27:20.106Z | [ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO STEP 224 (remove_files) COMPLETE |
| 5895 | 2026-08-14T17:27:20.109Z | [ recovery-image] Aug 14 17:27:18.960 INFO O| Aug 14 17:27:18.960 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5896 | 2026-08-14T17:27:20.115Z | [ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5897 | 2026-08-14T17:27:20.115Z | [ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO STEP 225 (remove_files) COMPLETE |
| 5898 | 2026-08-14T17:27:20.115Z | [ recovery-image] Aug 14 17:27:18.969 INFO O| Aug 14 17:27:18.969 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5899 | 2026-08-14T17:27:20.124Z | [ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5900 | 2026-08-14T17:27:20.125Z | [ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO STEP 226 (remove_files) COMPLETE |
| 5901 | 2026-08-14T17:27:20.125Z | [ recovery-image] Aug 14 17:27:18.978 INFO O| Aug 14 17:27:18.978 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5902 | 2026-08-14T17:27:20.134Z | [ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5903 | 2026-08-14T17:27:20.134Z | [ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO STEP 227 (remove_files) COMPLETE |
| 5904 | 2026-08-14T17:27:20.137Z | [ recovery-image] Aug 14 17:27:18.987 INFO O| Aug 14 17:27:18.987 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5905 | 2026-08-14T17:27:20.143Z | [ recovery-image] Aug 14 17:27:18.996 INFO O| Aug 14 17:27:18.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5906 | 2026-08-14T17:27:20.143Z | [ recovery-image] Aug 14 17:27:18.997 INFO O| Aug 14 17:27:18.997 INFO STEP 228 (remove_files) COMPLETE |
| 5907 | 2026-08-14T17:27:20.143Z | [ recovery-image] Aug 14 17:27:18.997 INFO O| Aug 14 17:27:18.997 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5908 | 2026-08-14T17:27:20.152Z | [ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5909 | 2026-08-14T17:27:20.155Z | [ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO STEP 229 (remove_files) COMPLETE |
| 5910 | 2026-08-14T17:27:20.155Z | [ recovery-image] Aug 14 17:27:19.006 INFO O| Aug 14 17:27:19.006 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5911 | 2026-08-14T17:27:20.161Z | [ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5912 | 2026-08-14T17:27:20.161Z | [ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO STEP 230 (remove_files) COMPLETE |
| 5913 | 2026-08-14T17:27:20.164Z | [ recovery-image] Aug 14 17:27:19.015 INFO O| Aug 14 17:27:19.015 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5914 | 2026-08-14T17:27:20.170Z | [ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5915 | 2026-08-14T17:27:20.170Z | [ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO STEP 231 (remove_files) COMPLETE |
| 5916 | 2026-08-14T17:27:20.170Z | [ recovery-image] Aug 14 17:27:19.024 INFO O| Aug 14 17:27:19.024 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5917 | 2026-08-14T17:27:20.179Z | [ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5918 | 2026-08-14T17:27:20.179Z | [ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO STEP 232 (remove_files) COMPLETE |
| 5919 | 2026-08-14T17:27:20.179Z | [ recovery-image] Aug 14 17:27:19.033 INFO O| Aug 14 17:27:19.033 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5920 | 2026-08-14T17:27:20.189Z | [ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5921 | 2026-08-14T17:27:20.189Z | [ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO STEP 233 (remove_files) COMPLETE |
| 5922 | 2026-08-14T17:27:20.189Z | [ recovery-image] Aug 14 17:27:19.042 INFO O| Aug 14 17:27:19.042 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5923 | 2026-08-14T17:27:20.201Z | [ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5924 | 2026-08-14T17:27:20.201Z | [ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO STEP 234 (remove_files) COMPLETE |
| 5925 | 2026-08-14T17:27:20.201Z | [ recovery-image] Aug 14 17:27:19.053 INFO O| Aug 14 17:27:19.053 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5926 | 2026-08-14T17:27:20.210Z | [ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5927 | 2026-08-14T17:27:20.210Z | [ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO STEP 235 (remove_files) COMPLETE |
| 5928 | 2026-08-14T17:27:20.210Z | [ recovery-image] Aug 14 17:27:19.064 INFO O| Aug 14 17:27:19.064 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5929 | 2026-08-14T17:27:20.220Z | [ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5930 | 2026-08-14T17:27:20.220Z | [ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO STEP 236 (remove_files) COMPLETE |
| 5931 | 2026-08-14T17:27:20.224Z | [ recovery-image] Aug 14 17:27:19.074 INFO O| Aug 14 17:27:19.074 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5932 | 2026-08-14T17:27:20.231Z | [ recovery-image] Aug 14 17:27:19.084 INFO O| Aug 14 17:27:19.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5933 | 2026-08-14T17:27:20.231Z | [ recovery-image] Aug 14 17:27:19.085 INFO O| Aug 14 17:27:19.084 INFO STEP 237 (remove_files) COMPLETE |
| 5934 | 2026-08-14T17:27:20.231Z | [ recovery-image] Aug 14 17:27:19.085 INFO O| Aug 14 17:27:19.084 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5935 | 2026-08-14T17:27:20.242Z | [ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5936 | 2026-08-14T17:27:20.242Z | [ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO STEP 238 (remove_files) COMPLETE |
| 5937 | 2026-08-14T17:27:20.242Z | [ recovery-image] Aug 14 17:27:19.095 INFO O| Aug 14 17:27:19.095 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5938 | 2026-08-14T17:27:20.251Z | [ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5939 | 2026-08-14T17:27:20.251Z | [ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO STEP 239 (remove_files) COMPLETE |
| 5940 | 2026-08-14T17:27:20.251Z | [ recovery-image] Aug 14 17:27:19.105 INFO O| Aug 14 17:27:19.105 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5941 | 2026-08-14T17:27:20.261Z | [ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5942 | 2026-08-14T17:27:20.261Z | [ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.115 INFO STEP 240 (remove_files) COMPLETE |
| 5943 | 2026-08-14T17:27:20.264Z | [ recovery-image] Aug 14 17:27:19.115 INFO O| Aug 14 17:27:19.115 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5944 | 2026-08-14T17:27:20.270Z | [ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5945 | 2026-08-14T17:27:20.270Z | [ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO STEP 241 (remove_files) COMPLETE |
| 5946 | 2026-08-14T17:27:20.273Z | [ recovery-image] Aug 14 17:27:19.124 INFO O| Aug 14 17:27:19.124 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5947 | 2026-08-14T17:27:20.281Z | [ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5948 | 2026-08-14T17:27:20.281Z | [ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.135 INFO STEP 242 (remove_files) COMPLETE |
| 5949 | 2026-08-14T17:27:20.281Z | [ recovery-image] Aug 14 17:27:19.135 INFO O| Aug 14 17:27:19.135 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5950 | 2026-08-14T17:27:20.288Z | [ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5951 | 2026-08-14T17:27:20.288Z | [ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO STEP 243 (remove_files) COMPLETE |
| 5952 | 2026-08-14T17:27:20.288Z | [ recovery-image] Aug 14 17:27:19.142 INFO O| Aug 14 17:27:19.142 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5953 | 2026-08-14T17:27:20.296Z | [ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5954 | 2026-08-14T17:27:20.296Z | [ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO STEP 244 (remove_files) COMPLETE |
| 5955 | 2026-08-14T17:27:20.296Z | [ recovery-image] Aug 14 17:27:19.150 INFO O| Aug 14 17:27:19.150 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5956 | 2026-08-14T17:27:20.303Z | [ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5957 | 2026-08-14T17:27:20.303Z | [ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO STEP 245 (remove_files) COMPLETE |
| 5958 | 2026-08-14T17:27:20.307Z | [ recovery-image] Aug 14 17:27:19.157 INFO O| Aug 14 17:27:19.157 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5959 | 2026-08-14T17:27:20.311Z | [ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5960 | 2026-08-14T17:27:20.311Z | [ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO STEP 246 (remove_files) COMPLETE |
| 5961 | 2026-08-14T17:27:20.311Z | [ recovery-image] Aug 14 17:27:19.165 INFO O| Aug 14 17:27:19.165 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5962 | 2026-08-14T17:27:20.321Z | [ recovery-image] Aug 14 17:27:19.174 INFO O| Aug 14 17:27:19.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5963 | 2026-08-14T17:27:20.321Z | [ recovery-image] Aug 14 17:27:19.175 INFO O| Aug 14 17:27:19.175 INFO STEP 247 (remove_files) COMPLETE |
| 5964 | 2026-08-14T17:27:20.321Z | [ recovery-image] Aug 14 17:27:19.175 INFO O| Aug 14 17:27:19.175 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5965 | 2026-08-14T17:27:20.329Z | [ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5966 | 2026-08-14T17:27:20.329Z | [ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO STEP 248 (remove_files) COMPLETE |
| 5967 | 2026-08-14T17:27:20.329Z | [ recovery-image] Aug 14 17:27:19.183 INFO O| Aug 14 17:27:19.183 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5968 | 2026-08-14T17:27:20.340Z | [ recovery-image] Aug 14 17:27:19.193 INFO O| Aug 14 17:27:19.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5969 | 2026-08-14T17:27:20.340Z | [ recovery-image] Aug 14 17:27:19.194 INFO O| Aug 14 17:27:19.193 INFO STEP 249 (remove_files) COMPLETE |
| 5970 | 2026-08-14T17:27:20.340Z | [ recovery-image] Aug 14 17:27:19.194 INFO O| Aug 14 17:27:19.193 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5971 | 2026-08-14T17:27:20.349Z | [ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5972 | 2026-08-14T17:27:20.349Z | [ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO STEP 250 (remove_files) COMPLETE |
| 5973 | 2026-08-14T17:27:20.349Z | [ recovery-image] Aug 14 17:27:19.203 INFO O| Aug 14 17:27:19.203 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5974 | 2026-08-14T17:27:20.358Z | [ recovery-image] Aug 14 17:27:19.211 INFO O| Aug 14 17:27:19.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5975 | 2026-08-14T17:27:20.358Z | [ recovery-image] Aug 14 17:27:19.212 INFO O| Aug 14 17:27:19.212 INFO STEP 251 (remove_files) COMPLETE |
| 5976 | 2026-08-14T17:27:20.361Z | [ recovery-image] Aug 14 17:27:19.212 INFO O| Aug 14 17:27:19.212 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5977 | 2026-08-14T17:27:20.366Z | [ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5978 | 2026-08-14T17:27:20.366Z | [ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO STEP 252 (remove_files) COMPLETE |
| 5979 | 2026-08-14T17:27:20.369Z | [ recovery-image] Aug 14 17:27:19.220 INFO O| Aug 14 17:27:19.220 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5980 | 2026-08-14T17:27:20.375Z | [ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5981 | 2026-08-14T17:27:20.375Z | [ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO STEP 253 (remove_files) COMPLETE |
| 5982 | 2026-08-14T17:27:20.375Z | [ recovery-image] Aug 14 17:27:19.229 INFO O| Aug 14 17:27:19.229 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5983 | 2026-08-14T17:27:20.384Z | [ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5984 | 2026-08-14T17:27:20.384Z | [ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO STEP 254 (remove_files) COMPLETE |
| 5985 | 2026-08-14T17:27:20.384Z | [ recovery-image] Aug 14 17:27:19.237 INFO O| Aug 14 17:27:19.237 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5986 | 2026-08-14T17:27:20.393Z | [ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5987 | 2026-08-14T17:27:20.393Z | [ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO STEP 255 (remove_files) COMPLETE |
| 5988 | 2026-08-14T17:27:20.393Z | [ recovery-image] Aug 14 17:27:19.246 INFO O| Aug 14 17:27:19.246 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5989 | 2026-08-14T17:27:20.401Z | [ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5990 | 2026-08-14T17:27:20.401Z | [ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO STEP 256 (remove_files) COMPLETE |
| 5991 | 2026-08-14T17:27:20.401Z | [ recovery-image] Aug 14 17:27:19.255 INFO O| Aug 14 17:27:19.255 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5992 | 2026-08-14T17:27:20.411Z | [ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5993 | 2026-08-14T17:27:20.411Z | [ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO STEP 257 (remove_files) COMPLETE |
| 5994 | 2026-08-14T17:27:20.411Z | [ recovery-image] Aug 14 17:27:19.265 INFO O| Aug 14 17:27:19.265 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5995 | 2026-08-14T17:27:20.421Z | [ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5996 | 2026-08-14T17:27:20.421Z | [ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO STEP 258 (remove_files) COMPLETE |
| 5997 | 2026-08-14T17:27:20.424Z | [ recovery-image] Aug 14 17:27:19.274 INFO O| Aug 14 17:27:19.274 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5998 | 2026-08-14T17:27:20.430Z | [ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5999 | 2026-08-14T17:27:20.430Z | [ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO STEP 259 (remove_files) COMPLETE |
| 6000 | 2026-08-14T17:27:20.433Z | [ recovery-image] Aug 14 17:27:19.284 INFO O| Aug 14 17:27:19.284 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6001 | 2026-08-14T17:27:20.439Z | [ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6002 | 2026-08-14T17:27:20.439Z | [ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO STEP 260 (remove_files) COMPLETE |
| 6003 | 2026-08-14T17:27:20.439Z | [ recovery-image] Aug 14 17:27:19.293 INFO O| Aug 14 17:27:19.293 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6004 | 2026-08-14T17:27:20.450Z | [ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6005 | 2026-08-14T17:27:20.450Z | [ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO STEP 261 (remove_files) COMPLETE |
| 6006 | 2026-08-14T17:27:20.450Z | [ recovery-image] Aug 14 17:27:19.303 INFO O| Aug 14 17:27:19.303 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6007 | 2026-08-14T17:27:20.459Z | [ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6008 | 2026-08-14T17:27:20.459Z | [ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO STEP 262 (remove_files) COMPLETE |
| 6009 | 2026-08-14T17:27:20.459Z | [ recovery-image] Aug 14 17:27:19.313 INFO O| Aug 14 17:27:19.313 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6010 | 2026-08-14T17:27:20.469Z | [ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6011 | 2026-08-14T17:27:20.469Z | [ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO STEP 263 (remove_files) COMPLETE |
| 6012 | 2026-08-14T17:27:20.469Z | [ recovery-image] Aug 14 17:27:19.322 INFO O| Aug 14 17:27:19.322 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6013 | 2026-08-14T17:27:20.478Z | [ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6014 | 2026-08-14T17:27:20.478Z | [ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO STEP 264 (remove_files) COMPLETE |
| 6015 | 2026-08-14T17:27:20.481Z | [ recovery-image] Aug 14 17:27:19.332 INFO O| Aug 14 17:27:19.332 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6016 | 2026-08-14T17:27:20.487Z | [ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6017 | 2026-08-14T17:27:20.487Z | [ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO STEP 265 (remove_files) COMPLETE |
| 6018 | 2026-08-14T17:27:20.487Z | [ recovery-image] Aug 14 17:27:19.341 INFO O| Aug 14 17:27:19.341 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6019 | 2026-08-14T17:27:20.497Z | [ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6020 | 2026-08-14T17:27:20.497Z | [ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO STEP 266 (remove_files) COMPLETE |
| 6021 | 2026-08-14T17:27:20.500Z | [ recovery-image] Aug 14 17:27:19.351 INFO O| Aug 14 17:27:19.351 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6022 | 2026-08-14T17:27:20.507Z | [ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6023 | 2026-08-14T17:27:20.507Z | [ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO STEP 267 (remove_files) COMPLETE |
| 6024 | 2026-08-14T17:27:20.507Z | [ recovery-image] Aug 14 17:27:19.361 INFO O| Aug 14 17:27:19.361 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6025 | 2026-08-14T17:27:20.517Z | [ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6026 | 2026-08-14T17:27:20.517Z | [ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.371 INFO STEP 268 (remove_files) COMPLETE |
| 6027 | 2026-08-14T17:27:20.517Z | [ recovery-image] Aug 14 17:27:19.371 INFO O| Aug 14 17:27:19.371 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6028 | 2026-08-14T17:27:20.527Z | [ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6029 | 2026-08-14T17:27:20.527Z | [ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO STEP 269 (remove_files) COMPLETE |
| 6030 | 2026-08-14T17:27:20.527Z | [ recovery-image] Aug 14 17:27:19.381 INFO O| Aug 14 17:27:19.381 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6031 | 2026-08-14T17:27:20.538Z | [ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6032 | 2026-08-14T17:27:20.538Z | [ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO STEP 270 (remove_files) COMPLETE |
| 6033 | 2026-08-14T17:27:20.538Z | [ recovery-image] Aug 14 17:27:19.392 INFO O| Aug 14 17:27:19.392 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6034 | 2026-08-14T17:27:20.548Z | [ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6035 | 2026-08-14T17:27:20.548Z | [ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO STEP 271 (remove_files) COMPLETE |
| 6036 | 2026-08-14T17:27:20.551Z | [ recovery-image] Aug 14 17:27:19.402 INFO O| Aug 14 17:27:19.402 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6037 | 2026-08-14T17:27:20.558Z | [ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6038 | 2026-08-14T17:27:20.558Z | [ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO STEP 272 (remove_files) COMPLETE |
| 6039 | 2026-08-14T17:27:20.562Z | [ recovery-image] Aug 14 17:27:19.412 INFO O| Aug 14 17:27:19.412 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6040 | 2026-08-14T17:27:20.570Z | [ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6041 | 2026-08-14T17:27:20.570Z | [ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO STEP 273 (remove_files) COMPLETE |
| 6042 | 2026-08-14T17:27:20.570Z | [ recovery-image] Aug 14 17:27:19.424 INFO O| Aug 14 17:27:19.424 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6043 | 2026-08-14T17:27:20.580Z | [ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6044 | 2026-08-14T17:27:20.580Z | [ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO STEP 274 (remove_files) COMPLETE |
| 6045 | 2026-08-14T17:27:20.580Z | [ recovery-image] Aug 14 17:27:19.434 INFO O| Aug 14 17:27:19.434 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6046 | 2026-08-14T17:27:20.591Z | [ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6047 | 2026-08-14T17:27:20.591Z | [ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO STEP 275 (remove_files) COMPLETE |
| 6048 | 2026-08-14T17:27:20.594Z | [ recovery-image] Aug 14 17:27:19.445 INFO O| Aug 14 17:27:19.445 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6049 | 2026-08-14T17:27:20.600Z | [ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6050 | 2026-08-14T17:27:20.600Z | [ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO STEP 276 (remove_files) COMPLETE |
| 6051 | 2026-08-14T17:27:20.601Z | [ recovery-image] Aug 14 17:27:19.454 INFO O| Aug 14 17:27:19.454 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6052 | 2026-08-14T17:27:20.610Z | [ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6053 | 2026-08-14T17:27:20.610Z | [ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO STEP 277 (remove_files) COMPLETE |
| 6054 | 2026-08-14T17:27:20.610Z | [ recovery-image] Aug 14 17:27:19.464 INFO O| Aug 14 17:27:19.464 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6055 | 2026-08-14T17:27:20.618Z | [ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6056 | 2026-08-14T17:27:20.618Z | [ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO STEP 278 (remove_files) COMPLETE |
| 6057 | 2026-08-14T17:27:20.618Z | [ recovery-image] Aug 14 17:27:19.472 INFO O| Aug 14 17:27:19.472 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6058 | 2026-08-14T17:27:20.627Z | [ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6059 | 2026-08-14T17:27:20.627Z | [ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO STEP 279 (remove_files) COMPLETE |
| 6060 | 2026-08-14T17:27:20.631Z | [ recovery-image] Aug 14 17:27:19.480 INFO O| Aug 14 17:27:19.480 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6061 | 2026-08-14T17:27:20.634Z | [ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6062 | 2026-08-14T17:27:20.634Z | [ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO STEP 280 (remove_files) COMPLETE |
| 6063 | 2026-08-14T17:27:20.634Z | [ recovery-image] Aug 14 17:27:19.488 INFO O| Aug 14 17:27:19.488 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6064 | 2026-08-14T17:27:20.645Z | [ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6065 | 2026-08-14T17:27:20.645Z | [ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO STEP 281 (remove_files) COMPLETE |
| 6066 | 2026-08-14T17:27:20.648Z | [ recovery-image] Aug 14 17:27:19.499 INFO O| Aug 14 17:27:19.499 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6067 | 2026-08-14T17:27:20.653Z | [ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6068 | 2026-08-14T17:27:20.653Z | [ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO STEP 282 (remove_files) COMPLETE |
| 6069 | 2026-08-14T17:27:20.656Z | [ recovery-image] Aug 14 17:27:19.507 INFO O| Aug 14 17:27:19.507 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6070 | 2026-08-14T17:27:20.661Z | [ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6071 | 2026-08-14T17:27:20.661Z | [ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO STEP 283 (remove_files) COMPLETE |
| 6072 | 2026-08-14T17:27:20.664Z | [ recovery-image] Aug 14 17:27:19.515 INFO O| Aug 14 17:27:19.515 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6073 | 2026-08-14T17:27:20.670Z | [ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6074 | 2026-08-14T17:27:20.670Z | [ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.524 INFO STEP 284 (remove_files) COMPLETE |
| 6075 | 2026-08-14T17:27:20.670Z | [ recovery-image] Aug 14 17:27:19.524 INFO O| Aug 14 17:27:19.524 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6076 | 2026-08-14T17:27:20.678Z | [ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6077 | 2026-08-14T17:27:20.678Z | [ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO STEP 285 (remove_files) COMPLETE |
| 6078 | 2026-08-14T17:27:20.678Z | [ recovery-image] Aug 14 17:27:19.532 INFO O| Aug 14 17:27:19.532 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6079 | 2026-08-14T17:27:20.687Z | [ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6080 | 2026-08-14T17:27:20.687Z | [ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO STEP 286 (remove_files) COMPLETE |
| 6081 | 2026-08-14T17:27:20.699Z | [ recovery-image] Aug 14 17:27:19.541 INFO O| Aug 14 17:27:19.541 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6082 | 2026-08-14T17:27:20.700Z | [ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6083 | 2026-08-14T17:27:20.700Z | [ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO STEP 287 (remove_files) COMPLETE |
| 6084 | 2026-08-14T17:27:20.700Z | [ recovery-image] Aug 14 17:27:19.549 INFO O| Aug 14 17:27:19.549 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6085 | 2026-08-14T17:27:20.704Z | [ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6086 | 2026-08-14T17:27:20.704Z | [ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO STEP 288 (remove_files) COMPLETE |
| 6087 | 2026-08-14T17:27:20.704Z | [ recovery-image] Aug 14 17:27:19.557 INFO O| Aug 14 17:27:19.557 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6088 | 2026-08-14T17:27:20.711Z | [ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6089 | 2026-08-14T17:27:20.711Z | [ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO STEP 289 (remove_files) COMPLETE |
| 6090 | 2026-08-14T17:27:20.714Z | [ recovery-image] Aug 14 17:27:19.565 INFO O| Aug 14 17:27:19.565 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6091 | 2026-08-14T17:27:20.718Z | [ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6092 | 2026-08-14T17:27:20.719Z | [ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO STEP 290 (remove_files) COMPLETE |
| 6093 | 2026-08-14T17:27:20.722Z | [ recovery-image] Aug 14 17:27:19.572 INFO O| Aug 14 17:27:19.572 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6094 | 2026-08-14T17:27:20.726Z | [ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6095 | 2026-08-14T17:27:20.726Z | [ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO STEP 291 (remove_files) COMPLETE |
| 6096 | 2026-08-14T17:27:20.730Z | [ recovery-image] Aug 14 17:27:19.580 INFO O| Aug 14 17:27:19.580 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6097 | 2026-08-14T17:27:20.735Z | [ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6098 | 2026-08-14T17:27:20.735Z | [ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO STEP 292 (remove_files) COMPLETE |
| 6099 | 2026-08-14T17:27:20.735Z | [ recovery-image] Aug 14 17:27:19.589 INFO O| Aug 14 17:27:19.589 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6100 | 2026-08-14T17:27:20.743Z | [ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6101 | 2026-08-14T17:27:20.743Z | [ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO STEP 293 (remove_files) COMPLETE |
| 6102 | 2026-08-14T17:27:20.743Z | [ recovery-image] Aug 14 17:27:19.597 INFO O| Aug 14 17:27:19.597 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6103 | 2026-08-14T17:27:20.752Z | [ recovery-image] Aug 14 17:27:19.605 INFO O| Aug 14 17:27:19.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6104 | 2026-08-14T17:27:20.752Z | [ recovery-image] Aug 14 17:27:19.606 INFO O| Aug 14 17:27:19.605 INFO STEP 294 (remove_files) COMPLETE |
| 6105 | 2026-08-14T17:27:20.752Z | [ recovery-image] Aug 14 17:27:19.606 INFO O| Aug 14 17:27:19.606 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6106 | 2026-08-14T17:27:20.761Z | [ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6107 | 2026-08-14T17:27:20.761Z | [ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO STEP 295 (remove_files) COMPLETE |
| 6108 | 2026-08-14T17:27:20.761Z | [ recovery-image] Aug 14 17:27:19.615 INFO O| Aug 14 17:27:19.615 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6109 | 2026-08-14T17:27:20.773Z | [ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6110 | 2026-08-14T17:27:20.773Z | [ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO STEP 296 (remove_files) COMPLETE |
| 6111 | 2026-08-14T17:27:20.773Z | [ recovery-image] Aug 14 17:27:19.627 INFO O| Aug 14 17:27:19.627 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6112 | 2026-08-14T17:27:20.784Z | [ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6113 | 2026-08-14T17:27:20.784Z | [ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO STEP 297 (remove_files) COMPLETE |
| 6114 | 2026-08-14T17:27:20.784Z | [ recovery-image] Aug 14 17:27:19.638 INFO O| Aug 14 17:27:19.638 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6115 | 2026-08-14T17:27:20.794Z | [ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6116 | 2026-08-14T17:27:20.794Z | [ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO STEP 298 (remove_files) COMPLETE |
| 6117 | 2026-08-14T17:27:20.794Z | [ recovery-image] Aug 14 17:27:19.648 INFO O| Aug 14 17:27:19.648 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6118 | 2026-08-14T17:27:20.805Z | [ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6119 | 2026-08-14T17:27:20.805Z | [ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO STEP 299 (remove_files) COMPLETE |
| 6120 | 2026-08-14T17:27:20.805Z | [ recovery-image] Aug 14 17:27:19.658 INFO O| Aug 14 17:27:19.658 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6121 | 2026-08-14T17:27:20.813Z | [ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6122 | 2026-08-14T17:27:20.813Z | [ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO STEP 300 (remove_files) COMPLETE |
| 6123 | 2026-08-14T17:27:20.813Z | [ recovery-image] Aug 14 17:27:19.667 INFO O| Aug 14 17:27:19.667 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6124 | 2026-08-14T17:27:20.822Z | [ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6125 | 2026-08-14T17:27:20.822Z | [ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO STEP 301 (remove_files) COMPLETE |
| 6126 | 2026-08-14T17:27:20.822Z | [ recovery-image] Aug 14 17:27:19.676 INFO O| Aug 14 17:27:19.676 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6127 | 2026-08-14T17:27:20.831Z | [ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6128 | 2026-08-14T17:27:20.831Z | [ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO STEP 302 (remove_files) COMPLETE |
| 6129 | 2026-08-14T17:27:20.831Z | [ recovery-image] Aug 14 17:27:19.685 INFO O| Aug 14 17:27:19.685 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6130 | 2026-08-14T17:27:20.840Z | [ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6131 | 2026-08-14T17:27:20.840Z | [ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO STEP 303 (remove_files) COMPLETE |
| 6132 | 2026-08-14T17:27:20.840Z | [ recovery-image] Aug 14 17:27:19.694 INFO O| Aug 14 17:27:19.694 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6133 | 2026-08-14T17:27:20.846Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 6134 | 2026-08-14T17:27:20.849Z | [ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6135 | 2026-08-14T17:27:20.849Z | [ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO STEP 304 (remove_files) COMPLETE |
| 6136 | 2026-08-14T17:27:20.849Z | [ recovery-image] Aug 14 17:27:19.702 INFO O| Aug 14 17:27:19.702 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6137 | 2026-08-14T17:27:20.858Z | [ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6138 | 2026-08-14T17:27:20.858Z | [ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO STEP 305 (remove_files) COMPLETE |
| 6139 | 2026-08-14T17:27:20.858Z | [ recovery-image] Aug 14 17:27:19.712 INFO O| Aug 14 17:27:19.712 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6140 | 2026-08-14T17:27:20.867Z | [ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6141 | 2026-08-14T17:27:20.867Z | [ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO STEP 306 (remove_files) COMPLETE |
| 6142 | 2026-08-14T17:27:20.870Z | [ recovery-image] Aug 14 17:27:19.721 INFO O| Aug 14 17:27:19.721 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6143 | 2026-08-14T17:27:20.877Z | [ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6144 | 2026-08-14T17:27:20.877Z | [ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO STEP 307 (remove_files) COMPLETE |
| 6145 | 2026-08-14T17:27:20.877Z | [ recovery-image] Aug 14 17:27:19.731 INFO O| Aug 14 17:27:19.731 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6146 | 2026-08-14T17:27:20.886Z | [ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6147 | 2026-08-14T17:27:20.887Z | [ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO STEP 308 (remove_files) COMPLETE |
| 6148 | 2026-08-14T17:27:20.887Z | [ recovery-image] Aug 14 17:27:19.740 INFO O| Aug 14 17:27:19.740 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6149 | 2026-08-14T17:27:20.898Z | [ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6150 | 2026-08-14T17:27:20.898Z | [ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO STEP 309 (remove_files) COMPLETE |
| 6151 | 2026-08-14T17:27:20.898Z | [ recovery-image] Aug 14 17:27:19.750 INFO O| Aug 14 17:27:19.750 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6152 | 2026-08-14T17:27:20.906Z | [ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6153 | 2026-08-14T17:27:20.906Z | [ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO STEP 310 (remove_files) COMPLETE |
| 6154 | 2026-08-14T17:27:20.907Z | [ recovery-image] Aug 14 17:27:19.760 INFO O| Aug 14 17:27:19.760 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6155 | 2026-08-14T17:27:20.916Z | [ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6156 | 2026-08-14T17:27:20.916Z | [ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO STEP 311 (remove_files) COMPLETE |
| 6157 | 2026-08-14T17:27:20.916Z | [ recovery-image] Aug 14 17:27:19.770 INFO O| Aug 14 17:27:19.770 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6158 | 2026-08-14T17:27:20.927Z | [ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6159 | 2026-08-14T17:27:20.927Z | [ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO STEP 312 (remove_files) COMPLETE |
| 6160 | 2026-08-14T17:27:20.927Z | [ recovery-image] Aug 14 17:27:19.779 INFO O| Aug 14 17:27:19.779 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6161 | 2026-08-14T17:27:20.936Z | [ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6162 | 2026-08-14T17:27:20.936Z | [ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO STEP 313 (remove_files) COMPLETE |
| 6163 | 2026-08-14T17:27:20.936Z | [ recovery-image] Aug 14 17:27:19.789 INFO O| Aug 14 17:27:19.789 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6164 | 2026-08-14T17:27:20.946Z | [ recovery-image] Aug 14 17:27:19.799 INFO O| Aug 14 17:27:19.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6165 | 2026-08-14T17:27:20.946Z | [ recovery-image] Aug 14 17:27:19.800 INFO O| Aug 14 17:27:19.799 INFO STEP 314 (remove_files) COMPLETE |
| 6166 | 2026-08-14T17:27:20.946Z | [ recovery-image] Aug 14 17:27:19.800 INFO O| Aug 14 17:27:19.800 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6167 | 2026-08-14T17:27:20.957Z | [ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6168 | 2026-08-14T17:27:20.958Z | [ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO STEP 315 (remove_files) COMPLETE |
| 6169 | 2026-08-14T17:27:20.958Z | [ recovery-image] Aug 14 17:27:19.811 INFO O| Aug 14 17:27:19.811 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6170 | 2026-08-14T17:27:20.968Z | [ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6171 | 2026-08-14T17:27:20.968Z | [ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.822 INFO STEP 316 (remove_files) COMPLETE |
| 6172 | 2026-08-14T17:27:20.968Z | [ recovery-image] Aug 14 17:27:19.822 INFO O| Aug 14 17:27:19.822 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6173 | 2026-08-14T17:27:20.979Z | [ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6174 | 2026-08-14T17:27:20.979Z | [ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO STEP 317 (remove_files) COMPLETE |
| 6175 | 2026-08-14T17:27:20.979Z | [ recovery-image] Aug 14 17:27:19.832 INFO O| Aug 14 17:27:19.832 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6176 | 2026-08-14T17:27:20.991Z | [ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6177 | 2026-08-14T17:27:20.991Z | [ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO STEP 318 (remove_files) COMPLETE |
| 6178 | 2026-08-14T17:27:20.991Z | [ recovery-image] Aug 14 17:27:19.844 INFO O| Aug 14 17:27:19.844 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6179 | 2026-08-14T17:27:21.021Z | [ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6180 | 2026-08-14T17:27:21.021Z | [ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO STEP 319 (remove_files) COMPLETE |
| 6181 | 2026-08-14T17:27:21.021Z | [ recovery-image] Aug 14 17:27:19.874 INFO O| Aug 14 17:27:19.874 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6182 | 2026-08-14T17:27:21.031Z | [ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6183 | 2026-08-14T17:27:21.031Z | [ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO STEP 320 (remove_files) COMPLETE |
| 6184 | 2026-08-14T17:27:21.031Z | [ recovery-image] Aug 14 17:27:19.884 INFO O| Aug 14 17:27:19.884 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6185 | 2026-08-14T17:27:21.040Z | [ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6186 | 2026-08-14T17:27:21.040Z | [ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO STEP 321 (remove_files) COMPLETE |
| 6187 | 2026-08-14T17:27:21.040Z | [ recovery-image] Aug 14 17:27:19.894 INFO O| Aug 14 17:27:19.894 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6188 | 2026-08-14T17:27:21.050Z | [ recovery-image] Aug 14 17:27:19.903 INFO O| Aug 14 17:27:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6189 | 2026-08-14T17:27:21.050Z | [ recovery-image] Aug 14 17:27:19.904 INFO O| Aug 14 17:27:19.903 INFO STEP 322 (remove_files) COMPLETE |
| 6190 | 2026-08-14T17:27:21.053Z | [ recovery-image] Aug 14 17:27:19.904 INFO O| Aug 14 17:27:19.903 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6191 | 2026-08-14T17:27:21.060Z | [ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6192 | 2026-08-14T17:27:21.060Z | [ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO STEP 323 (remove_files) COMPLETE |
| 6193 | 2026-08-14T17:27:21.060Z | [ recovery-image] Aug 14 17:27:19.913 INFO O| Aug 14 17:27:19.913 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6194 | 2026-08-14T17:27:21.069Z | [ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6195 | 2026-08-14T17:27:21.070Z | [ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO STEP 324 (remove_files) COMPLETE |
| 6196 | 2026-08-14T17:27:21.070Z | [ recovery-image] Aug 14 17:27:19.923 INFO O| Aug 14 17:27:19.923 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6197 | 2026-08-14T17:27:21.078Z | [ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6198 | 2026-08-14T17:27:21.078Z | [ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO STEP 325 (remove_files) COMPLETE |
| 6199 | 2026-08-14T17:27:21.078Z | [ recovery-image] Aug 14 17:27:19.932 INFO O| Aug 14 17:27:19.932 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6200 | 2026-08-14T17:27:21.087Z | [ recovery-image] Aug 14 17:27:19.941 INFO O| Aug 14 17:27:19.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6201 | 2026-08-14T17:27:21.090Z | [ recovery-image] Aug 14 17:27:19.944 INFO O| Aug 14 17:27:19.943 INFO STEP 326 (remove_files) COMPLETE |
| 6202 | 2026-08-14T17:27:21.090Z | [ recovery-image] Aug 14 17:27:19.944 INFO O| Aug 14 17:27:19.944 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6203 | 2026-08-14T17:27:21.100Z | [ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6204 | 2026-08-14T17:27:21.100Z | [ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO STEP 327 (remove_files) COMPLETE |
| 6205 | 2026-08-14T17:27:21.100Z | [ recovery-image] Aug 14 17:27:19.954 INFO O| Aug 14 17:27:19.954 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6206 | 2026-08-14T17:27:21.109Z | [ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6207 | 2026-08-14T17:27:21.109Z | [ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO STEP 328 (remove_files) COMPLETE |
| 6208 | 2026-08-14T17:27:21.109Z | [ recovery-image] Aug 14 17:27:19.963 INFO O| Aug 14 17:27:19.963 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6209 | 2026-08-14T17:27:21.119Z | [ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6210 | 2026-08-14T17:27:21.119Z | [ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO STEP 329 (remove_files) COMPLETE |
| 6211 | 2026-08-14T17:27:21.119Z | [ recovery-image] Aug 14 17:27:19.973 INFO O| Aug 14 17:27:19.973 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6212 | 2026-08-14T17:27:21.141Z | [ recovery-image] Aug 14 17:27:19.995 INFO O| Aug 14 17:27:19.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6213 | 2026-08-14T17:27:21.162Z | [ recovery-image] Aug 14 17:27:20.016 INFO O| Aug 14 17:27:20.016 INFO STEP 330 (remove_files) COMPLETE |
| 6214 | 2026-08-14T17:27:21.162Z | [ recovery-image] Aug 14 17:27:20.016 INFO O| Aug 14 17:27:20.016 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6215 | 2026-08-14T17:27:21.172Z | [ recovery-image] Aug 14 17:27:20.025 INFO O| Aug 14 17:27:20.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6216 | 2026-08-14T17:27:21.172Z | [ recovery-image] Aug 14 17:27:20.026 INFO O| Aug 14 17:27:20.025 INFO STEP 331 (remove_files) COMPLETE |
| 6217 | 2026-08-14T17:27:21.172Z | [ recovery-image] Aug 14 17:27:20.026 INFO O| Aug 14 17:27:20.025 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6218 | 2026-08-14T17:27:21.198Z | [ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6219 | 2026-08-14T17:27:21.198Z | [ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO STEP 332 (remove_files) COMPLETE |
| 6220 | 2026-08-14T17:27:21.201Z | [ recovery-image] Aug 14 17:27:20.051 INFO O| Aug 14 17:27:20.051 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6221 | 2026-08-14T17:27:21.209Z | [ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6222 | 2026-08-14T17:27:21.209Z | [ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO STEP 333 (remove_files) COMPLETE |
| 6223 | 2026-08-14T17:27:21.209Z | [ recovery-image] Aug 14 17:27:20.063 INFO O| Aug 14 17:27:20.063 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6224 | 2026-08-14T17:27:21.220Z | [ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6225 | 2026-08-14T17:27:21.220Z | [ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO STEP 334 (remove_files) COMPLETE |
| 6226 | 2026-08-14T17:27:21.220Z | [ recovery-image] Aug 14 17:27:20.074 INFO O| Aug 14 17:27:20.074 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6227 | 2026-08-14T17:27:21.231Z | [ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6228 | 2026-08-14T17:27:21.231Z | [ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO STEP 335 (remove_files) COMPLETE |
| 6229 | 2026-08-14T17:27:21.234Z | [ recovery-image] Aug 14 17:27:20.084 INFO O| Aug 14 17:27:20.084 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6230 | 2026-08-14T17:27:21.241Z | [ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6231 | 2026-08-14T17:27:21.241Z | [ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO STEP 336 (remove_files) COMPLETE |
| 6232 | 2026-08-14T17:27:21.244Z | [ recovery-image] Aug 14 17:27:20.094 INFO O| Aug 14 17:27:20.094 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6233 | 2026-08-14T17:27:21.253Z | [ recovery-image] Aug 14 17:27:20.105 INFO O| Aug 14 17:27:20.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6234 | 2026-08-14T17:27:21.256Z | [ recovery-image] Aug 14 17:27:20.106 INFO O| Aug 14 17:27:20.106 INFO STEP 337 (remove_files) COMPLETE |
| 6235 | 2026-08-14T17:27:21.256Z | [ recovery-image] Aug 14 17:27:20.106 INFO O| Aug 14 17:27:20.106 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6236 | 2026-08-14T17:27:21.263Z | [ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6237 | 2026-08-14T17:27:21.263Z | [ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO STEP 338 (remove_files) COMPLETE |
| 6238 | 2026-08-14T17:27:21.263Z | [ recovery-image] Aug 14 17:27:20.116 INFO O| Aug 14 17:27:20.116 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6239 | 2026-08-14T17:27:21.272Z | [ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6240 | 2026-08-14T17:27:21.272Z | [ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO STEP 339 (remove_files) COMPLETE |
| 6241 | 2026-08-14T17:27:21.275Z | [ recovery-image] Aug 14 17:27:20.126 INFO O| Aug 14 17:27:20.126 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6242 | 2026-08-14T17:27:21.280Z | [ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6243 | 2026-08-14T17:27:21.280Z | [ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO STEP 340 (remove_files) COMPLETE |
| 6244 | 2026-08-14T17:27:21.283Z | [ recovery-image] Aug 14 17:27:20.134 INFO O| Aug 14 17:27:20.134 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6245 | 2026-08-14T17:27:21.309Z | [ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6246 | 2026-08-14T17:27:21.309Z | [ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO STEP 341 (remove_files) COMPLETE |
| 6247 | 2026-08-14T17:27:21.309Z | [ recovery-image] Aug 14 17:27:20.163 INFO O| Aug 14 17:27:20.163 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6248 | 2026-08-14T17:27:21.321Z | [ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6249 | 2026-08-14T17:27:21.321Z | [ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO STEP 342 (remove_files) COMPLETE |
| 6250 | 2026-08-14T17:27:21.324Z | [ recovery-image] Aug 14 17:27:20.175 INFO O| Aug 14 17:27:20.175 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6251 | 2026-08-14T17:27:21.331Z | [ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6252 | 2026-08-14T17:27:21.331Z | [ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO STEP 343 (remove_files) COMPLETE |
| 6253 | 2026-08-14T17:27:21.334Z | [ recovery-image] Aug 14 17:27:20.185 INFO O| Aug 14 17:27:20.185 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6254 | 2026-08-14T17:27:21.340Z | [ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6255 | 2026-08-14T17:27:21.340Z | [ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO STEP 344 (remove_files) COMPLETE |
| 6256 | 2026-08-14T17:27:21.340Z | [ recovery-image] Aug 14 17:27:20.194 INFO O| Aug 14 17:27:20.194 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6257 | 2026-08-14T17:27:21.348Z | [ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6258 | 2026-08-14T17:27:21.348Z | [ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO STEP 345 (remove_files) COMPLETE |
| 6259 | 2026-08-14T17:27:21.351Z | [ recovery-image] Aug 14 17:27:20.202 INFO O| Aug 14 17:27:20.202 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6260 | 2026-08-14T17:27:21.356Z | [ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6261 | 2026-08-14T17:27:21.356Z | [ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.210 INFO STEP 346 (remove_files) COMPLETE |
| 6262 | 2026-08-14T17:27:21.356Z | [ recovery-image] Aug 14 17:27:20.210 INFO O| Aug 14 17:27:20.210 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6263 | 2026-08-14T17:27:21.363Z | [ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6264 | 2026-08-14T17:27:21.363Z | [ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO STEP 347 (remove_files) COMPLETE |
| 6265 | 2026-08-14T17:27:21.363Z | [ recovery-image] Aug 14 17:27:20.217 INFO O| Aug 14 17:27:20.217 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6266 | 2026-08-14T17:27:21.374Z | [ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6267 | 2026-08-14T17:27:21.374Z | [ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.228 INFO STEP 348 (remove_files) COMPLETE |
| 6268 | 2026-08-14T17:27:21.374Z | [ recovery-image] Aug 14 17:27:20.228 INFO O| Aug 14 17:27:20.228 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6269 | 2026-08-14T17:27:21.384Z | [ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6270 | 2026-08-14T17:27:21.387Z | [ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO STEP 349 (remove_files) COMPLETE |
| 6271 | 2026-08-14T17:27:21.387Z | [ recovery-image] Aug 14 17:27:20.238 INFO O| Aug 14 17:27:20.238 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6272 | 2026-08-14T17:27:21.394Z | [ recovery-image] Aug 14 17:27:20.248 INFO O| Aug 14 17:27:20.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6273 | 2026-08-14T17:27:21.398Z | [ recovery-image] Aug 14 17:27:20.249 INFO O| Aug 14 17:27:20.249 INFO STEP 350 (remove_files) COMPLETE |
| 6274 | 2026-08-14T17:27:21.398Z | [ recovery-image] Aug 14 17:27:20.249 INFO O| Aug 14 17:27:20.249 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6275 | 2026-08-14T17:27:21.404Z | [ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6276 | 2026-08-14T17:27:21.404Z | [ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO STEP 351 (remove_files) COMPLETE |
| 6277 | 2026-08-14T17:27:21.404Z | [ recovery-image] Aug 14 17:27:20.258 INFO O| Aug 14 17:27:20.258 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6278 | 2026-08-14T17:27:21.413Z | [ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6279 | 2026-08-14T17:27:21.413Z | [ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO STEP 352 (remove_files) COMPLETE |
| 6280 | 2026-08-14T17:27:21.416Z | [ recovery-image] Aug 14 17:27:20.267 INFO O| Aug 14 17:27:20.267 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6281 | 2026-08-14T17:27:21.422Z | [ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6282 | 2026-08-14T17:27:21.422Z | [ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO STEP 353 (remove_files) COMPLETE |
| 6283 | 2026-08-14T17:27:21.422Z | [ recovery-image] Aug 14 17:27:20.276 INFO O| Aug 14 17:27:20.276 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6284 | 2026-08-14T17:27:21.432Z | [ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6285 | 2026-08-14T17:27:21.432Z | [ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.286 INFO STEP 354 (remove_files) COMPLETE |
| 6286 | 2026-08-14T17:27:21.432Z | [ recovery-image] Aug 14 17:27:20.286 INFO O| Aug 14 17:27:20.286 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6287 | 2026-08-14T17:27:21.442Z | [ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6288 | 2026-08-14T17:27:21.442Z | [ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO STEP 355 (remove_files) COMPLETE |
| 6289 | 2026-08-14T17:27:21.442Z | [ recovery-image] Aug 14 17:27:20.295 INFO O| Aug 14 17:27:20.295 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6290 | 2026-08-14T17:27:21.451Z | [ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6291 | 2026-08-14T17:27:21.451Z | [ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO STEP 356 (remove_files) COMPLETE |
| 6292 | 2026-08-14T17:27:21.451Z | [ recovery-image] Aug 14 17:27:20.305 INFO O| Aug 14 17:27:20.305 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6293 | 2026-08-14T17:27:21.460Z | [ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6294 | 2026-08-14T17:27:21.460Z | [ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO STEP 357 (remove_files) COMPLETE |
| 6295 | 2026-08-14T17:27:21.460Z | [ recovery-image] Aug 14 17:27:20.314 INFO O| Aug 14 17:27:20.314 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6296 | 2026-08-14T17:27:21.470Z | [ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6297 | 2026-08-14T17:27:21.470Z | [ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO STEP 358 (remove_files) COMPLETE |
| 6298 | 2026-08-14T17:27:21.470Z | [ recovery-image] Aug 14 17:27:20.324 INFO O| Aug 14 17:27:20.324 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6299 | 2026-08-14T17:27:21.479Z | [ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6300 | 2026-08-14T17:27:21.479Z | [ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO STEP 359 (remove_files) COMPLETE |
| 6301 | 2026-08-14T17:27:21.483Z | [ recovery-image] Aug 14 17:27:20.333 INFO O| Aug 14 17:27:20.333 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6302 | 2026-08-14T17:27:21.488Z | [ recovery-image] Aug 14 17:27:20.342 INFO O| Aug 14 17:27:20.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6303 | 2026-08-14T17:27:21.492Z | [ recovery-image] Aug 14 17:27:20.343 INFO O| Aug 14 17:27:20.343 INFO STEP 360 (remove_files) COMPLETE |
| 6304 | 2026-08-14T17:27:21.492Z | [ recovery-image] Aug 14 17:27:20.343 INFO O| Aug 14 17:27:20.343 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6305 | 2026-08-14T17:27:21.499Z | [ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6306 | 2026-08-14T17:27:21.499Z | [ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO STEP 361 (remove_files) COMPLETE |
| 6307 | 2026-08-14T17:27:21.499Z | [ recovery-image] Aug 14 17:27:20.353 INFO O| Aug 14 17:27:20.353 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6308 | 2026-08-14T17:27:21.508Z | [ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6309 | 2026-08-14T17:27:21.508Z | [ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO STEP 362 (remove_files) COMPLETE |
| 6310 | 2026-08-14T17:27:21.508Z | [ recovery-image] Aug 14 17:27:20.362 INFO O| Aug 14 17:27:20.362 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6311 | 2026-08-14T17:27:21.519Z | [ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6312 | 2026-08-14T17:27:21.519Z | [ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO STEP 363 (remove_files) COMPLETE |
| 6313 | 2026-08-14T17:27:21.519Z | [ recovery-image] Aug 14 17:27:20.373 INFO O| Aug 14 17:27:20.373 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6314 | 2026-08-14T17:27:21.529Z | [ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6315 | 2026-08-14T17:27:21.529Z | [ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO STEP 364 (remove_files) COMPLETE |
| 6316 | 2026-08-14T17:27:21.529Z | [ recovery-image] Aug 14 17:27:20.383 INFO O| Aug 14 17:27:20.383 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6317 | 2026-08-14T17:27:21.541Z | [ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6318 | 2026-08-14T17:27:21.541Z | [ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.395 INFO STEP 365 (remove_files) COMPLETE |
| 6319 | 2026-08-14T17:27:21.541Z | [ recovery-image] Aug 14 17:27:20.395 INFO O| Aug 14 17:27:20.395 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6320 | 2026-08-14T17:27:21.550Z | [ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6321 | 2026-08-14T17:27:21.550Z | [ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO STEP 366 (remove_files) COMPLETE |
| 6322 | 2026-08-14T17:27:21.550Z | [ recovery-image] Aug 14 17:27:20.404 INFO O| Aug 14 17:27:20.404 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6323 | 2026-08-14T17:27:21.564Z | [ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6324 | 2026-08-14T17:27:21.564Z | [ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO STEP 367 (remove_files) COMPLETE |
| 6325 | 2026-08-14T17:27:21.571Z | [ recovery-image] Aug 14 17:27:20.415 INFO O| Aug 14 17:27:20.415 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6326 | 2026-08-14T17:27:21.575Z | [ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6327 | 2026-08-14T17:27:21.575Z | [ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO STEP 368 (remove_files) COMPLETE |
| 6328 | 2026-08-14T17:27:21.575Z | [ recovery-image] Aug 14 17:27:20.425 INFO O| Aug 14 17:27:20.425 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6329 | 2026-08-14T17:27:21.581Z | [ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6330 | 2026-08-14T17:27:21.581Z | [ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO STEP 369 (remove_files) COMPLETE |
| 6331 | 2026-08-14T17:27:21.581Z | [ recovery-image] Aug 14 17:27:20.435 INFO O| Aug 14 17:27:20.435 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6332 | 2026-08-14T17:27:21.591Z | [ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6333 | 2026-08-14T17:27:21.591Z | [ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.445 INFO STEP 370 (remove_files) COMPLETE |
| 6334 | 2026-08-14T17:27:21.591Z | [ recovery-image] Aug 14 17:27:20.445 INFO O| Aug 14 17:27:20.445 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6335 | 2026-08-14T17:27:21.600Z | [ recovery-image] Aug 14 17:27:20.453 INFO O| Aug 14 17:27:20.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6336 | 2026-08-14T17:27:21.600Z | [ recovery-image] Aug 14 17:27:20.454 INFO O| Aug 14 17:27:20.454 INFO STEP 371 (remove_files) COMPLETE |
| 6337 | 2026-08-14T17:27:21.600Z | [ recovery-image] Aug 14 17:27:20.454 INFO O| Aug 14 17:27:20.454 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6338 | 2026-08-14T17:27:21.609Z | [ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6339 | 2026-08-14T17:27:21.609Z | [ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO STEP 372 (remove_files) COMPLETE |
| 6340 | 2026-08-14T17:27:21.613Z | [ recovery-image] Aug 14 17:27:20.463 INFO O| Aug 14 17:27:20.463 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6341 | 2026-08-14T17:27:21.618Z | [ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6342 | 2026-08-14T17:27:21.618Z | [ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO STEP 373 (remove_files) COMPLETE |
| 6343 | 2026-08-14T17:27:21.618Z | [ recovery-image] Aug 14 17:27:20.472 INFO O| Aug 14 17:27:20.472 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6344 | 2026-08-14T17:27:21.628Z | [ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6345 | 2026-08-14T17:27:21.628Z | [ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO STEP 374 (remove_files) COMPLETE |
| 6346 | 2026-08-14T17:27:21.628Z | [ recovery-image] Aug 14 17:27:20.482 INFO O| Aug 14 17:27:20.482 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6347 | 2026-08-14T17:27:21.639Z | [ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6348 | 2026-08-14T17:27:21.639Z | [ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO STEP 375 (remove_files) COMPLETE |
| 6349 | 2026-08-14T17:27:21.639Z | [ recovery-image] Aug 14 17:27:20.492 INFO O| Aug 14 17:27:20.492 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6350 | 2026-08-14T17:27:21.648Z | [ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6351 | 2026-08-14T17:27:21.648Z | [ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO STEP 376 (remove_files) COMPLETE |
| 6352 | 2026-08-14T17:27:21.648Z | [ recovery-image] Aug 14 17:27:20.502 INFO O| Aug 14 17:27:20.502 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6353 | 2026-08-14T17:27:21.659Z | [ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6354 | 2026-08-14T17:27:21.659Z | [ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO STEP 377 (remove_files) COMPLETE |
| 6355 | 2026-08-14T17:27:21.659Z | [ recovery-image] Aug 14 17:27:20.512 INFO O| Aug 14 17:27:20.512 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6356 | 2026-08-14T17:27:21.669Z | [ recovery-image] Aug 14 17:27:20.522 INFO O| Aug 14 17:27:20.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6357 | 2026-08-14T17:27:21.669Z | [ recovery-image] Aug 14 17:27:20.522 INFO O| Aug 14 17:27:20.522 INFO STEP 378 (remove_files) COMPLETE |
| 6358 | 2026-08-14T17:27:21.672Z | [ recovery-image] Aug 14 17:27:20.523 INFO O| Aug 14 17:27:20.522 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6359 | 2026-08-14T17:27:21.679Z | [ recovery-image] Aug 14 17:27:20.531 INFO O| Aug 14 17:27:20.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6360 | 2026-08-14T17:27:21.679Z | [ recovery-image] Aug 14 17:27:20.532 INFO O| Aug 14 17:27:20.531 INFO STEP 379 (remove_files) COMPLETE |
| 6361 | 2026-08-14T17:27:21.679Z | [ recovery-image] Aug 14 17:27:20.532 INFO O| Aug 14 17:27:20.532 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6362 | 2026-08-14T17:27:21.687Z | [ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6363 | 2026-08-14T17:27:21.687Z | [ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO STEP 380 (remove_files) COMPLETE |
| 6364 | 2026-08-14T17:27:21.687Z | [ recovery-image] Aug 14 17:27:20.540 INFO O| Aug 14 17:27:20.540 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6365 | 2026-08-14T17:27:21.695Z | [ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6366 | 2026-08-14T17:27:21.695Z | [ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO STEP 381 (remove_files) COMPLETE |
| 6367 | 2026-08-14T17:27:21.695Z | [ recovery-image] Aug 14 17:27:20.549 INFO O| Aug 14 17:27:20.549 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6368 | 2026-08-14T17:27:21.704Z | [ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6369 | 2026-08-14T17:27:21.704Z | [ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO STEP 382 (remove_files) COMPLETE |
| 6370 | 2026-08-14T17:27:21.708Z | [ recovery-image] Aug 14 17:27:20.558 INFO O| Aug 14 17:27:20.558 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6371 | 2026-08-14T17:27:21.712Z | [ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6372 | 2026-08-14T17:27:21.712Z | [ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO STEP 383 (remove_files) COMPLETE |
| 6373 | 2026-08-14T17:27:21.712Z | [ recovery-image] Aug 14 17:27:20.566 INFO O| Aug 14 17:27:20.566 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6374 | 2026-08-14T17:27:21.721Z | [ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6375 | 2026-08-14T17:27:21.721Z | [ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO STEP 384 (remove_files) COMPLETE |
| 6376 | 2026-08-14T17:27:21.721Z | [ recovery-image] Aug 14 17:27:20.574 INFO O| Aug 14 17:27:20.574 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-08-14T17:27:21.729Z | [ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6378 | 2026-08-14T17:27:21.729Z | [ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO STEP 385 (remove_files) COMPLETE |
| 6379 | 2026-08-14T17:27:21.729Z | [ recovery-image] Aug 14 17:27:20.583 INFO O| Aug 14 17:27:20.583 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-08-14T17:27:21.739Z | [ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6381 | 2026-08-14T17:27:21.742Z | [ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.593 INFO STEP 386 (remove_files) COMPLETE |
| 6382 | 2026-08-14T17:27:21.742Z | [ recovery-image] Aug 14 17:27:20.593 INFO O| Aug 14 17:27:20.593 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-08-14T17:27:21.749Z | [ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6384 | 2026-08-14T17:27:21.749Z | [ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO STEP 387 (remove_files) COMPLETE |
| 6385 | 2026-08-14T17:27:21.749Z | [ recovery-image] Aug 14 17:27:20.603 INFO O| Aug 14 17:27:20.603 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-14T17:27:21.758Z | [ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6387 | 2026-08-14T17:27:21.759Z | [ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO STEP 388 (remove_files) COMPLETE |
| 6388 | 2026-08-14T17:27:21.759Z | [ recovery-image] Aug 14 17:27:20.612 INFO O| Aug 14 17:27:20.612 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-14T17:27:21.767Z | [ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6390 | 2026-08-14T17:27:21.768Z | [ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO STEP 389 (remove_files) COMPLETE |
| 6391 | 2026-08-14T17:27:21.768Z | [ recovery-image] Aug 14 17:27:20.621 INFO O| Aug 14 17:27:20.621 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-08-14T17:27:21.795Z | [ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6393 | 2026-08-14T17:27:21.795Z | [ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO STEP 390 (remove_files) COMPLETE |
| 6394 | 2026-08-14T17:27:21.795Z | [ recovery-image] Aug 14 17:27:20.649 INFO O| Aug 14 17:27:20.649 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-08-14T17:27:21.806Z | [ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6396 | 2026-08-14T17:27:21.806Z | [ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO STEP 391 (remove_files) COMPLETE |
| 6397 | 2026-08-14T17:27:21.809Z | [ recovery-image] Aug 14 17:27:20.659 INFO O| Aug 14 17:27:20.659 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-08-14T17:27:21.815Z | [ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6399 | 2026-08-14T17:27:21.815Z | [ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO STEP 392 (remove_files) COMPLETE |
| 6400 | 2026-08-14T17:27:21.815Z | [ recovery-image] Aug 14 17:27:20.669 INFO O| Aug 14 17:27:20.669 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-08-14T17:27:21.823Z | [ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6402 | 2026-08-14T17:27:21.823Z | [ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO STEP 393 (remove_files) COMPLETE |
| 6403 | 2026-08-14T17:27:21.823Z | [ recovery-image] Aug 14 17:27:20.677 INFO O| Aug 14 17:27:20.677 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-08-14T17:27:21.835Z | [ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6405 | 2026-08-14T17:27:21.835Z | [ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO STEP 394 (remove_files) COMPLETE |
| 6406 | 2026-08-14T17:27:21.835Z | [ recovery-image] Aug 14 17:27:20.688 INFO O| Aug 14 17:27:20.688 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-08-14T17:27:21.846Z | [ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6408 | 2026-08-14T17:27:21.846Z | [ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO STEP 395 (remove_files) COMPLETE |
| 6409 | 2026-08-14T17:27:21.846Z | [ recovery-image] Aug 14 17:27:20.699 INFO O| Aug 14 17:27:20.699 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-08-14T17:27:21.855Z | [ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6411 | 2026-08-14T17:27:21.855Z | [ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO STEP 396 (remove_files) COMPLETE |
| 6412 | 2026-08-14T17:27:21.855Z | [ recovery-image] Aug 14 17:27:20.708 INFO O| Aug 14 17:27:20.708 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-08-14T17:27:21.865Z | [ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6414 | 2026-08-14T17:27:21.865Z | [ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO STEP 397 (remove_files) COMPLETE |
| 6415 | 2026-08-14T17:27:21.865Z | [ recovery-image] Aug 14 17:27:20.718 INFO O| Aug 14 17:27:20.718 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6416 | 2026-08-14T17:27:21.898Z | [ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6417 | 2026-08-14T17:27:21.898Z | [ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO STEP 398 (remove_files) COMPLETE |
| 6418 | 2026-08-14T17:27:21.898Z | [ recovery-image] Aug 14 17:27:20.752 INFO O| Aug 14 17:27:20.752 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6419 | 2026-08-14T17:27:21.945Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 6420 | 2026-08-14T17:27:21.948Z | [ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6421 | 2026-08-14T17:27:21.948Z | [ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO STEP 399 (remove_files) COMPLETE |
| 6422 | 2026-08-14T17:27:21.948Z | [ recovery-image] Aug 14 17:27:20.795 INFO O| Aug 14 17:27:20.795 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6423 | 2026-08-14T17:27:21.968Z | [ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6424 | 2026-08-14T17:27:21.968Z | [ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO STEP 400 (remove_files) COMPLETE |
| 6425 | 2026-08-14T17:27:21.971Z | [ recovery-image] Aug 14 17:27:20.822 INFO O| Aug 14 17:27:20.822 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6426 | 2026-08-14T17:27:21.980Z | [ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6427 | 2026-08-14T17:27:21.980Z | [ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO STEP 401 (remove_files) COMPLETE |
| 6428 | 2026-08-14T17:27:21.983Z | [ recovery-image] Aug 14 17:27:20.834 INFO O| Aug 14 17:27:20.834 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6429 | 2026-08-14T17:27:21.999Z | [ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6430 | 2026-08-14T17:27:21.999Z | [ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO STEP 402 (remove_files) COMPLETE |
| 6431 | 2026-08-14T17:27:21.999Z | [ recovery-image] Aug 14 17:27:20.853 INFO O| Aug 14 17:27:20.853 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6432 | 2026-08-14T17:27:22.011Z | [ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6433 | 2026-08-14T17:27:22.011Z | [ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO STEP 403 (remove_files) COMPLETE |
| 6434 | 2026-08-14T17:27:22.011Z | [ recovery-image] Aug 14 17:27:20.865 INFO O| Aug 14 17:27:20.865 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6435 | 2026-08-14T17:27:22.023Z | [ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6436 | 2026-08-14T17:27:22.023Z | [ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.877 INFO STEP 404 (remove_files) COMPLETE |
| 6437 | 2026-08-14T17:27:22.023Z | [ recovery-image] Aug 14 17:27:20.877 INFO O| Aug 14 17:27:20.877 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6438 | 2026-08-14T17:27:22.035Z | [ recovery-image] Aug 14 17:27:20.888 INFO O| Aug 14 17:27:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6439 | 2026-08-14T17:27:22.035Z | [ recovery-image] Aug 14 17:27:20.889 INFO O| Aug 14 17:27:20.889 INFO STEP 405 (remove_files) COMPLETE |
| 6440 | 2026-08-14T17:27:22.035Z | [ recovery-image] Aug 14 17:27:20.889 INFO O| Aug 14 17:27:20.889 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6441 | 2026-08-14T17:27:22.044Z | [ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6442 | 2026-08-14T17:27:22.044Z | [ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO STEP 406 (remove_files) COMPLETE |
| 6443 | 2026-08-14T17:27:22.047Z | [ recovery-image] Aug 14 17:27:20.898 INFO O| Aug 14 17:27:20.898 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6444 | 2026-08-14T17:27:22.063Z | [ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6445 | 2026-08-14T17:27:22.064Z | [ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO STEP 407 (remove_files) COMPLETE |
| 6446 | 2026-08-14T17:27:22.067Z | [ recovery-image] Aug 14 17:27:20.917 INFO O| Aug 14 17:27:20.917 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6447 | 2026-08-14T17:27:22.085Z | [ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6448 | 2026-08-14T17:27:22.085Z | [ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO STEP 408 (remove_files) COMPLETE |
| 6449 | 2026-08-14T17:27:22.085Z | [ recovery-image] Aug 14 17:27:20.938 INFO O| Aug 14 17:27:20.938 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6450 | 2026-08-14T17:27:22.096Z | [ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6451 | 2026-08-14T17:27:22.096Z | [ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO STEP 409 (remove_files) COMPLETE |
| 6452 | 2026-08-14T17:27:22.096Z | [ recovery-image] Aug 14 17:27:20.949 INFO O| Aug 14 17:27:20.949 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6453 | 2026-08-14T17:27:22.116Z | [ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6454 | 2026-08-14T17:27:22.116Z | [ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO STEP 410 (remove_files) COMPLETE |
| 6455 | 2026-08-14T17:27:22.116Z | [ recovery-image] Aug 14 17:27:20.969 INFO O| Aug 14 17:27:20.969 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6456 | 2026-08-14T17:27:22.130Z | [ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6457 | 2026-08-14T17:27:22.130Z | [ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO STEP 411 (remove_files) COMPLETE |
| 6458 | 2026-08-14T17:27:22.133Z | [ recovery-image] Aug 14 17:27:20.984 INFO O| Aug 14 17:27:20.984 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6459 | 2026-08-14T17:27:22.141Z | [ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6460 | 2026-08-14T17:27:22.141Z | [ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO STEP 412 (remove_files) COMPLETE |
| 6461 | 2026-08-14T17:27:22.144Z | [ recovery-image] Aug 14 17:27:20.995 INFO O| Aug 14 17:27:20.995 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6462 | 2026-08-14T17:27:22.152Z | [ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6463 | 2026-08-14T17:27:22.152Z | [ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO STEP 413 (remove_files) COMPLETE |
| 6464 | 2026-08-14T17:27:22.155Z | [ recovery-image] Aug 14 17:27:21.006 INFO O| Aug 14 17:27:21.006 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-14T17:27:22.162Z | [ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6466 | 2026-08-14T17:27:22.162Z | [ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO STEP 414 (remove_files) COMPLETE |
| 6467 | 2026-08-14T17:27:22.162Z | [ recovery-image] Aug 14 17:27:21.016 INFO O| Aug 14 17:27:21.016 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-14T17:27:22.172Z | [ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6469 | 2026-08-14T17:27:22.172Z | [ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.026 INFO STEP 415 (remove_files) COMPLETE |
| 6470 | 2026-08-14T17:27:22.172Z | [ recovery-image] Aug 14 17:27:21.026 INFO O| Aug 14 17:27:21.026 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-14T17:27:22.182Z | [ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6472 | 2026-08-14T17:27:22.182Z | [ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO STEP 416 (remove_files) COMPLETE |
| 6473 | 2026-08-14T17:27:22.185Z | [ recovery-image] Aug 14 17:27:21.036 INFO O| Aug 14 17:27:21.036 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-14T17:27:22.192Z | [ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6475 | 2026-08-14T17:27:22.192Z | [ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO STEP 417 (remove_files) COMPLETE |
| 6476 | 2026-08-14T17:27:22.192Z | [ recovery-image] Aug 14 17:27:21.046 INFO O| Aug 14 17:27:21.046 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-14T17:27:22.205Z | [ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6478 | 2026-08-14T17:27:22.205Z | [ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO STEP 418 (remove_files) COMPLETE |
| 6479 | 2026-08-14T17:27:22.205Z | [ recovery-image] Aug 14 17:27:21.059 INFO O| Aug 14 17:27:21.059 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-14T17:27:22.216Z | [ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6481 | 2026-08-14T17:27:22.217Z | [ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.070 INFO STEP 419 (remove_files) COMPLETE |
| 6482 | 2026-08-14T17:27:22.217Z | [ recovery-image] Aug 14 17:27:21.070 INFO O| Aug 14 17:27:21.070 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6483 | 2026-08-14T17:27:22.228Z | [ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6484 | 2026-08-14T17:27:22.228Z | [ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO STEP 420 (remove_files) COMPLETE |
| 6485 | 2026-08-14T17:27:22.228Z | [ recovery-image] Aug 14 17:27:21.081 INFO O| Aug 14 17:27:21.080 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6486 | 2026-08-14T17:27:22.237Z | [ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6487 | 2026-08-14T17:27:22.237Z | [ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO STEP 421 (remove_files) COMPLETE |
| 6488 | 2026-08-14T17:27:22.240Z | [ recovery-image] Aug 14 17:27:21.091 INFO O| Aug 14 17:27:21.091 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6489 | 2026-08-14T17:27:22.247Z | [ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6490 | 2026-08-14T17:27:22.247Z | [ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO STEP 422 (remove_files) COMPLETE |
| 6491 | 2026-08-14T17:27:22.247Z | [ recovery-image] Aug 14 17:27:21.101 INFO O| Aug 14 17:27:21.101 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6492 | 2026-08-14T17:27:22.259Z | [ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6493 | 2026-08-14T17:27:22.259Z | [ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO STEP 423 (remove_files) COMPLETE |
| 6494 | 2026-08-14T17:27:22.259Z | [ recovery-image] Aug 14 17:27:21.112 INFO O| Aug 14 17:27:21.112 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6495 | 2026-08-14T17:27:22.268Z | [ recovery-image] Aug 14 17:27:21.122 INFO O| Aug 14 17:27:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6496 | 2026-08-14T17:27:22.272Z | [ recovery-image] Aug 14 17:27:21.123 INFO O| Aug 14 17:27:21.122 INFO STEP 424 (remove_files) COMPLETE |
| 6497 | 2026-08-14T17:27:22.272Z | [ recovery-image] Aug 14 17:27:21.123 INFO O| Aug 14 17:27:21.122 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6498 | 2026-08-14T17:27:22.278Z | [ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6499 | 2026-08-14T17:27:22.278Z | [ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO STEP 425 (remove_files) COMPLETE |
| 6500 | 2026-08-14T17:27:22.282Z | [ recovery-image] Aug 14 17:27:21.132 INFO O| Aug 14 17:27:21.132 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6501 | 2026-08-14T17:27:22.289Z | [ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6502 | 2026-08-14T17:27:22.289Z | [ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO STEP 426 (remove_files) COMPLETE |
| 6503 | 2026-08-14T17:27:22.289Z | [ recovery-image] Aug 14 17:27:21.142 INFO O| Aug 14 17:27:21.142 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6504 | 2026-08-14T17:27:22.298Z | [ recovery-image] Aug 14 17:27:21.151 INFO O| Aug 14 17:27:21.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6505 | 2026-08-14T17:27:22.298Z | [ recovery-image] Aug 14 17:27:21.152 INFO O| Aug 14 17:27:21.152 INFO STEP 427 (remove_files) COMPLETE |
| 6506 | 2026-08-14T17:27:22.298Z | [ recovery-image] Aug 14 17:27:21.152 INFO O| Aug 14 17:27:21.152 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6507 | 2026-08-14T17:27:22.308Z | [ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6508 | 2026-08-14T17:27:22.309Z | [ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO STEP 428 (remove_files) COMPLETE |
| 6509 | 2026-08-14T17:27:22.309Z | [ recovery-image] Aug 14 17:27:21.162 INFO O| Aug 14 17:27:21.162 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6510 | 2026-08-14T17:27:22.319Z | [ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6511 | 2026-08-14T17:27:22.319Z | [ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO STEP 429 (remove_files) COMPLETE |
| 6512 | 2026-08-14T17:27:22.319Z | [ recovery-image] Aug 14 17:27:21.173 INFO O| Aug 14 17:27:21.173 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6513 | 2026-08-14T17:27:22.329Z | [ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6514 | 2026-08-14T17:27:22.332Z | [ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO STEP 430 (remove_files) COMPLETE |
| 6515 | 2026-08-14T17:27:22.332Z | [ recovery-image] Aug 14 17:27:21.183 INFO O| Aug 14 17:27:21.183 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6516 | 2026-08-14T17:27:22.340Z | [ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6517 | 2026-08-14T17:27:22.340Z | [ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO STEP 431 (remove_files) COMPLETE |
| 6518 | 2026-08-14T17:27:22.343Z | [ recovery-image] Aug 14 17:27:21.194 INFO O| Aug 14 17:27:21.194 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6519 | 2026-08-14T17:27:22.350Z | [ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6520 | 2026-08-14T17:27:22.350Z | [ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO STEP 432 (remove_files) COMPLETE |
| 6521 | 2026-08-14T17:27:22.354Z | [ recovery-image] Aug 14 17:27:21.204 INFO O| Aug 14 17:27:21.204 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6522 | 2026-08-14T17:27:22.359Z | [ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6523 | 2026-08-14T17:27:22.359Z | [ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO STEP 433 (remove_files) COMPLETE |
| 6524 | 2026-08-14T17:27:22.362Z | [ recovery-image] Aug 14 17:27:21.213 INFO O| Aug 14 17:27:21.213 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6525 | 2026-08-14T17:27:22.367Z | [ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6526 | 2026-08-14T17:27:22.367Z | [ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO STEP 434 (remove_files) COMPLETE |
| 6527 | 2026-08-14T17:27:22.370Z | [ recovery-image] Aug 14 17:27:21.221 INFO O| Aug 14 17:27:21.221 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6528 | 2026-08-14T17:27:22.377Z | [ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6529 | 2026-08-14T17:27:22.382Z | [ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO STEP 435 (remove_files) COMPLETE |
| 6530 | 2026-08-14T17:27:22.382Z | [ recovery-image] Aug 14 17:27:21.231 INFO O| Aug 14 17:27:21.231 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6531 | 2026-08-14T17:27:22.386Z | [ recovery-image] Aug 14 17:27:21.240 INFO O| Aug 14 17:27:21.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6532 | 2026-08-14T17:27:22.389Z | [ recovery-image] Aug 14 17:27:21.240 INFO O| Aug 14 17:27:21.240 INFO STEP 436 (remove_files) COMPLETE |
| 6533 | 2026-08-14T17:27:22.389Z | [ recovery-image] Aug 14 17:27:21.241 INFO O| Aug 14 17:27:21.240 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6534 | 2026-08-14T17:27:22.396Z | [ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6535 | 2026-08-14T17:27:22.396Z | [ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO STEP 437 (remove_files) COMPLETE |
| 6536 | 2026-08-14T17:27:22.396Z | [ recovery-image] Aug 14 17:27:21.250 INFO O| Aug 14 17:27:21.250 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6537 | 2026-08-14T17:27:22.407Z | [ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6538 | 2026-08-14T17:27:22.407Z | [ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO STEP 438 (remove_files) COMPLETE |
| 6539 | 2026-08-14T17:27:22.407Z | [ recovery-image] Aug 14 17:27:21.261 INFO O| Aug 14 17:27:21.261 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6540 | 2026-08-14T17:27:22.416Z | [ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6541 | 2026-08-14T17:27:22.416Z | [ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO STEP 439 (remove_files) COMPLETE |
| 6542 | 2026-08-14T17:27:22.419Z | [ recovery-image] Aug 14 17:27:21.270 INFO O| Aug 14 17:27:21.270 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6543 | 2026-08-14T17:27:22.425Z | [ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6544 | 2026-08-14T17:27:22.425Z | [ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO STEP 440 (remove_files) COMPLETE |
| 6545 | 2026-08-14T17:27:22.425Z | [ recovery-image] Aug 14 17:27:21.279 INFO O| Aug 14 17:27:21.278 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6546 | 2026-08-14T17:27:22.434Z | [ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6547 | 2026-08-14T17:27:22.434Z | [ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO STEP 441 (remove_files) COMPLETE |
| 6548 | 2026-08-14T17:27:22.437Z | [ recovery-image] Aug 14 17:27:21.288 INFO O| Aug 14 17:27:21.288 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6549 | 2026-08-14T17:27:22.444Z | [ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6550 | 2026-08-14T17:27:22.444Z | [ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO STEP 442 (remove_files) COMPLETE |
| 6551 | 2026-08-14T17:27:22.444Z | [ recovery-image] Aug 14 17:27:21.298 INFO O| Aug 14 17:27:21.298 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6552 | 2026-08-14T17:27:22.454Z | [ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6553 | 2026-08-14T17:27:22.454Z | [ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO STEP 443 (remove_files) COMPLETE |
| 6554 | 2026-08-14T17:27:22.454Z | [ recovery-image] Aug 14 17:27:21.307 INFO O| Aug 14 17:27:21.307 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6555 | 2026-08-14T17:27:22.462Z | [ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6556 | 2026-08-14T17:27:22.462Z | [ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO STEP 444 (remove_files) COMPLETE |
| 6557 | 2026-08-14T17:27:22.462Z | [ recovery-image] Aug 14 17:27:21.316 INFO O| Aug 14 17:27:21.316 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6558 | 2026-08-14T17:27:22.472Z | [ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6559 | 2026-08-14T17:27:22.472Z | [ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO STEP 445 (remove_files) COMPLETE |
| 6560 | 2026-08-14T17:27:22.472Z | [ recovery-image] Aug 14 17:27:21.326 INFO O| Aug 14 17:27:21.326 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6561 | 2026-08-14T17:27:22.476Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 6562 | 2026-08-14T17:27:22.483Z | [ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6563 | 2026-08-14T17:27:22.483Z | [ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO STEP 446 (remove_files) COMPLETE |
| 6564 | 2026-08-14T17:27:22.483Z | [ recovery-image] Aug 14 17:27:21.336 INFO O| Aug 14 17:27:21.336 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6565 | 2026-08-14T17:27:22.492Z | [ recovery-image] Aug 14 17:27:21.345 INFO O| Aug 14 17:27:21.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6566 | 2026-08-14T17:27:22.492Z | [ recovery-image] Aug 14 17:27:21.346 INFO O| Aug 14 17:27:21.346 INFO STEP 447 (remove_files) COMPLETE |
| 6567 | 2026-08-14T17:27:22.492Z | [ recovery-image] Aug 14 17:27:21.346 INFO O| Aug 14 17:27:21.346 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6568 | 2026-08-14T17:27:22.502Z | [ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6569 | 2026-08-14T17:27:22.502Z | [ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.356 INFO STEP 448 (remove_files) COMPLETE |
| 6570 | 2026-08-14T17:27:22.506Z | [ recovery-image] Aug 14 17:27:21.356 INFO O| Aug 14 17:27:21.356 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6571 | 2026-08-14T17:27:22.512Z | [ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6572 | 2026-08-14T17:27:22.512Z | [ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO STEP 449 (remove_files) COMPLETE |
| 6573 | 2026-08-14T17:27:22.515Z | [ recovery-image] Aug 14 17:27:21.366 INFO O| Aug 14 17:27:21.366 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6574 | 2026-08-14T17:27:22.522Z | [ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6575 | 2026-08-14T17:27:22.522Z | [ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO STEP 450 (remove_files) COMPLETE |
| 6576 | 2026-08-14T17:27:22.525Z | [ recovery-image] Aug 14 17:27:21.376 INFO O| Aug 14 17:27:21.376 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6577 | 2026-08-14T17:27:22.532Z | [ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6578 | 2026-08-14T17:27:22.532Z | [ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO STEP 451 (remove_files) COMPLETE |
| 6579 | 2026-08-14T17:27:22.532Z | [ recovery-image] Aug 14 17:27:21.386 INFO O| Aug 14 17:27:21.386 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6580 | 2026-08-14T17:27:22.542Z | [ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6581 | 2026-08-14T17:27:22.542Z | [ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO STEP 452 (remove_files) COMPLETE |
| 6582 | 2026-08-14T17:27:22.542Z | [ recovery-image] Aug 14 17:27:21.396 INFO O| Aug 14 17:27:21.396 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6583 | 2026-08-14T17:27:22.552Z | [ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6584 | 2026-08-14T17:27:22.552Z | [ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.406 INFO STEP 453 (remove_files) COMPLETE |
| 6585 | 2026-08-14T17:27:22.552Z | [ recovery-image] Aug 14 17:27:21.406 INFO O| Aug 14 17:27:21.406 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6586 | 2026-08-14T17:27:22.560Z | [ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6587 | 2026-08-14T17:27:22.560Z | [ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO STEP 454 (remove_files) COMPLETE |
| 6588 | 2026-08-14T17:27:22.560Z | [ recovery-image] Aug 14 17:27:21.414 INFO O| Aug 14 17:27:21.414 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-08-14T17:27:22.568Z | [ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6590 | 2026-08-14T17:27:22.568Z | [ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO STEP 455 (remove_files) COMPLETE |
| 6591 | 2026-08-14T17:27:22.568Z | [ recovery-image] Aug 14 17:27:21.422 INFO O| Aug 14 17:27:21.422 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-08-14T17:27:22.579Z | [ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6593 | 2026-08-14T17:27:22.579Z | [ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO STEP 456 (remove_files) COMPLETE |
| 6594 | 2026-08-14T17:27:22.579Z | [ recovery-image] Aug 14 17:27:21.432 INFO O| Aug 14 17:27:21.432 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-08-14T17:27:22.586Z | [ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6596 | 2026-08-14T17:27:22.586Z | [ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO STEP 457 (remove_files) COMPLETE |
| 6597 | 2026-08-14T17:27:22.590Z | [ recovery-image] Aug 14 17:27:21.440 INFO O| Aug 14 17:27:21.440 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-08-14T17:27:22.596Z | [ recovery-image] Aug 14 17:27:21.449 INFO O| Aug 14 17:27:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6599 | 2026-08-14T17:27:22.596Z | [ recovery-image] Aug 14 17:27:21.450 INFO O| Aug 14 17:27:21.450 INFO STEP 458 (remove_files) COMPLETE |
| 6600 | 2026-08-14T17:27:22.596Z | [ recovery-image] Aug 14 17:27:21.450 INFO O| Aug 14 17:27:21.450 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-08-14T17:27:22.605Z | [ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6602 | 2026-08-14T17:27:22.608Z | [ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO STEP 459 (remove_files) COMPLETE |
| 6603 | 2026-08-14T17:27:22.609Z | [ recovery-image] Aug 14 17:27:21.459 INFO O| Aug 14 17:27:21.459 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-08-14T17:27:22.609Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 6605 | 2026-08-14T17:27:22.614Z | [ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6606 | 2026-08-14T17:27:22.614Z | [ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO STEP 460 (remove_files) COMPLETE |
| 6607 | 2026-08-14T17:27:22.617Z | [ recovery-image] Aug 14 17:27:21.468 INFO O| Aug 14 17:27:21.468 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6608 | 2026-08-14T17:27:22.624Z | [ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6609 | 2026-08-14T17:27:22.624Z | [ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO STEP 461 (remove_files) COMPLETE |
| 6610 | 2026-08-14T17:27:22.624Z | [ recovery-image] Aug 14 17:27:21.478 INFO O| Aug 14 17:27:21.478 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6611 | 2026-08-14T17:27:22.633Z | [ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6612 | 2026-08-14T17:27:22.633Z | [ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO STEP 462 (remove_files) COMPLETE |
| 6613 | 2026-08-14T17:27:22.633Z | [ recovery-image] Aug 14 17:27:21.486 INFO O| Aug 14 17:27:21.486 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6614 | 2026-08-14T17:27:22.643Z | [ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6615 | 2026-08-14T17:27:22.643Z | [ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO STEP 463 (remove_files) COMPLETE |
| 6616 | 2026-08-14T17:27:22.643Z | [ recovery-image] Aug 14 17:27:21.497 INFO O| Aug 14 17:27:21.497 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6617 | 2026-08-14T17:27:22.654Z | [ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6618 | 2026-08-14T17:27:22.654Z | [ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO STEP 464 (remove_files) COMPLETE |
| 6619 | 2026-08-14T17:27:22.654Z | [ recovery-image] Aug 14 17:27:21.508 INFO O| Aug 14 17:27:21.508 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6620 | 2026-08-14T17:27:22.664Z | [ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6621 | 2026-08-14T17:27:22.664Z | [ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO STEP 465 (remove_files) COMPLETE |
| 6622 | 2026-08-14T17:27:22.664Z | [ recovery-image] Aug 14 17:27:21.518 INFO O| Aug 14 17:27:21.518 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6623 | 2026-08-14T17:27:22.667Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 6624 | 2026-08-14T17:27:22.674Z | [ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6625 | 2026-08-14T17:27:22.674Z | [ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO STEP 466 (remove_files) COMPLETE |
| 6626 | 2026-08-14T17:27:22.678Z | [ recovery-image] Aug 14 17:27:21.528 INFO O| Aug 14 17:27:21.528 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6627 | 2026-08-14T17:27:22.684Z | [ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6628 | 2026-08-14T17:27:22.684Z | [ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO STEP 467 (remove_files) COMPLETE |
| 6629 | 2026-08-14T17:27:22.684Z | [ recovery-image] Aug 14 17:27:21.538 INFO O| Aug 14 17:27:21.538 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6630 | 2026-08-14T17:27:22.692Z | [ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6631 | 2026-08-14T17:27:22.692Z | [ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO STEP 468 (remove_files) COMPLETE |
| 6632 | 2026-08-14T17:27:22.692Z | [ recovery-image] Aug 14 17:27:21.546 INFO O| Aug 14 17:27:21.546 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6633 | 2026-08-14T17:27:22.701Z | [ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6634 | 2026-08-14T17:27:22.701Z | [ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO STEP 469 (remove_files) COMPLETE |
| 6635 | 2026-08-14T17:27:22.701Z | [ recovery-image] Aug 14 17:27:21.555 INFO O| Aug 14 17:27:21.555 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6636 | 2026-08-14T17:27:22.710Z | [ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6637 | 2026-08-14T17:27:22.710Z | [ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO STEP 470 (remove_files) COMPLETE |
| 6638 | 2026-08-14T17:27:22.710Z | [ recovery-image] Aug 14 17:27:21.564 INFO O| Aug 14 17:27:21.564 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6639 | 2026-08-14T17:27:22.720Z | [ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6640 | 2026-08-14T17:27:22.720Z | [ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO STEP 471 (remove_files) COMPLETE |
| 6641 | 2026-08-14T17:27:22.720Z | [ recovery-image] Aug 14 17:27:21.573 INFO O| Aug 14 17:27:21.573 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6642 | 2026-08-14T17:27:22.728Z | [ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6643 | 2026-08-14T17:27:22.728Z | [ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO STEP 472 (remove_files) COMPLETE |
| 6644 | 2026-08-14T17:27:22.731Z | [ recovery-image] Aug 14 17:27:21.582 INFO O| Aug 14 17:27:21.582 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6645 | 2026-08-14T17:27:22.736Z | [ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6646 | 2026-08-14T17:27:22.736Z | [ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO STEP 473 (remove_files) COMPLETE |
| 6647 | 2026-08-14T17:27:22.736Z | [ recovery-image] Aug 14 17:27:21.590 INFO O| Aug 14 17:27:21.590 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6648 | 2026-08-14T17:27:22.745Z | [ recovery-image] Aug 14 17:27:21.599 INFO O| Aug 14 17:27:21.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6649 | 2026-08-14T17:27:22.748Z | [ recovery-image] Aug 14 17:27:21.600 INFO O| Aug 14 17:27:21.600 INFO STEP 474 (remove_files) COMPLETE |
| 6650 | 2026-08-14T17:27:22.748Z | [ recovery-image] Aug 14 17:27:21.600 INFO O| Aug 14 17:27:21.600 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6651 | 2026-08-14T17:27:22.755Z | [ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6652 | 2026-08-14T17:27:22.755Z | [ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO STEP 475 (remove_files) COMPLETE |
| 6653 | 2026-08-14T17:27:22.758Z | [ recovery-image] Aug 14 17:27:21.609 INFO O| Aug 14 17:27:21.609 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6654 | 2026-08-14T17:27:22.764Z | [ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6655 | 2026-08-14T17:27:22.764Z | [ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO STEP 476 (remove_files) COMPLETE |
| 6656 | 2026-08-14T17:27:22.764Z | [ recovery-image] Aug 14 17:27:21.618 INFO O| Aug 14 17:27:21.618 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6657 | 2026-08-14T17:27:22.773Z | [ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6658 | 2026-08-14T17:27:22.773Z | [ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO STEP 477 (remove_files) COMPLETE |
| 6659 | 2026-08-14T17:27:22.776Z | [ recovery-image] Aug 14 17:27:21.627 INFO O| Aug 14 17:27:21.627 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6660 | 2026-08-14T17:27:22.782Z | [ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6661 | 2026-08-14T17:27:22.782Z | [ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO STEP 478 (remove_files) COMPLETE |
| 6662 | 2026-08-14T17:27:22.782Z | [ recovery-image] Aug 14 17:27:21.636 INFO O| Aug 14 17:27:21.636 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6663 | 2026-08-14T17:27:22.792Z | [ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6664 | 2026-08-14T17:27:22.792Z | [ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO STEP 479 (remove_files) COMPLETE |
| 6665 | 2026-08-14T17:27:22.792Z | [ recovery-image] Aug 14 17:27:21.646 INFO O| Aug 14 17:27:21.646 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6666 | 2026-08-14T17:27:22.805Z | [ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6667 | 2026-08-14T17:27:22.805Z | [ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO STEP 480 (remove_files) COMPLETE |
| 6668 | 2026-08-14T17:27:22.805Z | [ recovery-image] Aug 14 17:27:21.658 INFO O| Aug 14 17:27:21.658 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6669 | 2026-08-14T17:27:22.816Z | [ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6670 | 2026-08-14T17:27:22.816Z | [ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO STEP 481 (remove_files) COMPLETE |
| 6671 | 2026-08-14T17:27:22.817Z | [ recovery-image] Aug 14 17:27:21.670 INFO O| Aug 14 17:27:21.670 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6672 | 2026-08-14T17:27:22.827Z | [ recovery-image] Aug 14 17:27:21.680 INFO O| Aug 14 17:27:21.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6673 | 2026-08-14T17:27:22.827Z | [ recovery-image] Aug 14 17:27:21.681 INFO O| Aug 14 17:27:21.680 INFO STEP 482 (remove_files) COMPLETE |
| 6674 | 2026-08-14T17:27:22.827Z | [ recovery-image] Aug 14 17:27:21.681 INFO O| Aug 14 17:27:21.681 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6675 | 2026-08-14T17:27:22.836Z | [ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6676 | 2026-08-14T17:27:22.840Z | [ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO STEP 483 (remove_files) COMPLETE |
| 6677 | 2026-08-14T17:27:22.840Z | [ recovery-image] Aug 14 17:27:21.690 INFO O| Aug 14 17:27:21.690 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6678 | 2026-08-14T17:27:22.849Z | [ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6679 | 2026-08-14T17:27:22.849Z | [ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO STEP 484 (remove_files) COMPLETE |
| 6680 | 2026-08-14T17:27:22.849Z | [ recovery-image] Aug 14 17:27:21.701 INFO O| Aug 14 17:27:21.701 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6681 | 2026-08-14T17:27:22.856Z | [ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6682 | 2026-08-14T17:27:22.856Z | [ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO STEP 485 (remove_files) COMPLETE |
| 6683 | 2026-08-14T17:27:22.856Z | [ recovery-image] Aug 14 17:27:21.710 INFO O| Aug 14 17:27:21.710 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6684 | 2026-08-14T17:27:22.865Z | [ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6685 | 2026-08-14T17:27:22.868Z | [ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO STEP 486 (remove_files) COMPLETE |
| 6686 | 2026-08-14T17:27:22.868Z | [ recovery-image] Aug 14 17:27:21.719 INFO O| Aug 14 17:27:21.719 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6687 | 2026-08-14T17:27:22.875Z | [ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6688 | 2026-08-14T17:27:22.875Z | [ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO STEP 487 (remove_files) COMPLETE |
| 6689 | 2026-08-14T17:27:22.875Z | [ recovery-image] Aug 14 17:27:21.729 INFO O| Aug 14 17:27:21.729 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6690 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6691 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.739 INFO STEP 488 (remove_files) COMPLETE |
| 6692 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.739 INFO O| Aug 14 17:27:21.739 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6693 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6694 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO STEP 489 (remove_files) COMPLETE |
| 6695 | 2026-08-14T17:27:22.897Z | [ recovery-image] Aug 14 17:27:21.749 INFO O| Aug 14 17:27:21.749 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6696 | 2026-08-14T17:27:22.905Z | [ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6697 | 2026-08-14T17:27:22.906Z | [ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO STEP 490 (remove_files) COMPLETE |
| 6698 | 2026-08-14T17:27:22.909Z | [ recovery-image] Aug 14 17:27:21.759 INFO O| Aug 14 17:27:21.759 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6699 | 2026-08-14T17:27:22.915Z | [ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6700 | 2026-08-14T17:27:22.915Z | [ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO STEP 491 (remove_files) COMPLETE |
| 6701 | 2026-08-14T17:27:22.918Z | [ recovery-image] Aug 14 17:27:21.769 INFO O| Aug 14 17:27:21.769 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6702 | 2026-08-14T17:27:22.924Z | [ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6703 | 2026-08-14T17:27:22.928Z | [ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO STEP 492 (remove_files) COMPLETE |
| 6704 | 2026-08-14T17:27:22.928Z | [ recovery-image] Aug 14 17:27:21.778 INFO O| Aug 14 17:27:21.778 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6705 | 2026-08-14T17:27:22.933Z | [ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6706 | 2026-08-14T17:27:22.933Z | [ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO STEP 493 (remove_files) COMPLETE |
| 6707 | 2026-08-14T17:27:22.933Z | [ recovery-image] Aug 14 17:27:21.787 INFO O| Aug 14 17:27:21.787 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6708 | 2026-08-14T17:27:22.943Z | [ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6709 | 2026-08-14T17:27:22.943Z | [ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.797 INFO STEP 494 (remove_files) COMPLETE |
| 6710 | 2026-08-14T17:27:22.943Z | [ recovery-image] Aug 14 17:27:21.797 INFO O| Aug 14 17:27:21.797 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6711 | 2026-08-14T17:27:22.952Z | [ recovery-image] Aug 14 17:27:21.806 INFO O| Aug 14 17:27:21.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6712 | 2026-08-14T17:27:22.955Z | [ recovery-image] Aug 14 17:27:21.807 INFO O| Aug 14 17:27:21.807 INFO STEP 495 (remove_files) COMPLETE |
| 6713 | 2026-08-14T17:27:22.955Z | [ recovery-image] Aug 14 17:27:21.807 INFO O| Aug 14 17:27:21.807 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-14T17:27:22.963Z | [ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6715 | 2026-08-14T17:27:22.963Z | [ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.816 INFO STEP 496 (remove_files) COMPLETE |
| 6716 | 2026-08-14T17:27:22.967Z | [ recovery-image] Aug 14 17:27:21.816 INFO O| Aug 14 17:27:21.816 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6717 | 2026-08-14T17:27:22.970Z | [ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6718 | 2026-08-14T17:27:22.970Z | [ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO STEP 497 (remove_files) COMPLETE |
| 6719 | 2026-08-14T17:27:22.974Z | [ recovery-image] Aug 14 17:27:21.824 INFO O| Aug 14 17:27:21.824 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6720 | 2026-08-14T17:27:22.978Z | [ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6721 | 2026-08-14T17:27:22.978Z | [ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO STEP 498 (remove_files) COMPLETE |
| 6722 | 2026-08-14T17:27:22.981Z | [ recovery-image] Aug 14 17:27:21.832 INFO O| Aug 14 17:27:21.832 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6723 | 2026-08-14T17:27:22.986Z | [ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6724 | 2026-08-14T17:27:22.986Z | [ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO STEP 499 (remove_files) COMPLETE |
| 6725 | 2026-08-14T17:27:22.989Z | [ recovery-image] Aug 14 17:27:21.840 INFO O| Aug 14 17:27:21.840 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6726 | 2026-08-14T17:27:22.994Z | [ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6727 | 2026-08-14T17:27:22.994Z | [ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO STEP 500 (remove_files) COMPLETE |
| 6728 | 2026-08-14T17:27:22.994Z | [ recovery-image] Aug 14 17:27:21.848 INFO O| Aug 14 17:27:21.848 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6729 | 2026-08-14T17:27:23.003Z | [ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6730 | 2026-08-14T17:27:23.003Z | [ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO STEP 501 (remove_files) COMPLETE |
| 6731 | 2026-08-14T17:27:23.003Z | [ recovery-image] Aug 14 17:27:21.857 INFO O| Aug 14 17:27:21.857 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6732 | 2026-08-14T17:27:23.012Z | [ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6733 | 2026-08-14T17:27:23.012Z | [ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO STEP 502 (remove_files) COMPLETE |
| 6734 | 2026-08-14T17:27:23.012Z | [ recovery-image] Aug 14 17:27:21.866 INFO O| Aug 14 17:27:21.866 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6735 | 2026-08-14T17:27:23.021Z | [ recovery-image] Aug 14 17:27:21.874 INFO O| Aug 14 17:27:21.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6736 | 2026-08-14T17:27:23.021Z | [ recovery-image] Aug 14 17:27:21.875 INFO O| Aug 14 17:27:21.875 INFO STEP 503 (remove_files) COMPLETE |
| 6737 | 2026-08-14T17:27:23.021Z | [ recovery-image] Aug 14 17:27:21.875 INFO O| Aug 14 17:27:21.875 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6738 | 2026-08-14T17:27:23.030Z | [ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6739 | 2026-08-14T17:27:23.030Z | [ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO STEP 504 (remove_files) COMPLETE |
| 6740 | 2026-08-14T17:27:23.030Z | [ recovery-image] Aug 14 17:27:21.884 INFO O| Aug 14 17:27:21.884 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6741 | 2026-08-14T17:27:23.040Z | [ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6742 | 2026-08-14T17:27:23.040Z | [ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO STEP 505 (remove_files) COMPLETE |
| 6743 | 2026-08-14T17:27:23.040Z | [ recovery-image] Aug 14 17:27:21.894 INFO O| Aug 14 17:27:21.894 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6744 | 2026-08-14T17:27:23.049Z | [ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6745 | 2026-08-14T17:27:23.049Z | [ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO STEP 506 (remove_files) COMPLETE |
| 6746 | 2026-08-14T17:27:23.050Z | [ recovery-image] Aug 14 17:27:21.903 INFO O| Aug 14 17:27:21.903 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6747 | 2026-08-14T17:27:23.058Z | [ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6748 | 2026-08-14T17:27:23.059Z | [ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO STEP 507 (remove_files) COMPLETE |
| 6749 | 2026-08-14T17:27:23.062Z | [ recovery-image] Aug 14 17:27:21.912 INFO O| Aug 14 17:27:21.912 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6750 | 2026-08-14T17:27:23.069Z | [ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6751 | 2026-08-14T17:27:23.069Z | [ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO STEP 508 (remove_files) COMPLETE |
| 6752 | 2026-08-14T17:27:23.069Z | [ recovery-image] Aug 14 17:27:21.923 INFO O| Aug 14 17:27:21.923 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6753 | 2026-08-14T17:27:23.079Z | [ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6754 | 2026-08-14T17:27:23.079Z | [ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO STEP 509 (remove_files) COMPLETE |
| 6755 | 2026-08-14T17:27:23.079Z | [ recovery-image] Aug 14 17:27:21.933 INFO O| Aug 14 17:27:21.933 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6756 | 2026-08-14T17:27:23.089Z | [ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6757 | 2026-08-14T17:27:23.089Z | [ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO STEP 510 (remove_files) COMPLETE |
| 6758 | 2026-08-14T17:27:23.089Z | [ recovery-image] Aug 14 17:27:21.943 INFO O| Aug 14 17:27:21.943 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6759 | 2026-08-14T17:27:23.093Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 6760 | 2026-08-14T17:27:23.098Z | [ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6761 | 2026-08-14T17:27:23.102Z | [ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO STEP 511 (remove_files) COMPLETE |
| 6762 | 2026-08-14T17:27:23.102Z | [ recovery-image] Aug 14 17:27:21.952 INFO O| Aug 14 17:27:21.952 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6763 | 2026-08-14T17:27:23.108Z | [ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6764 | 2026-08-14T17:27:23.108Z | [ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO STEP 512 (remove_files) COMPLETE |
| 6765 | 2026-08-14T17:27:23.111Z | [ recovery-image] Aug 14 17:27:21.962 INFO O| Aug 14 17:27:21.962 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6766 | 2026-08-14T17:27:23.119Z | [ recovery-image] Aug 14 17:27:21.973 INFO O| Aug 14 17:27:21.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6767 | 2026-08-14T17:27:23.122Z | [ recovery-image] Aug 14 17:27:21.974 INFO O| Aug 14 17:27:21.974 INFO STEP 513 (remove_files) COMPLETE |
| 6768 | 2026-08-14T17:27:23.122Z | [ recovery-image] Aug 14 17:27:21.974 INFO O| Aug 14 17:27:21.974 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6769 | 2026-08-14T17:27:23.130Z | [ recovery-image] Aug 14 17:27:21.984 INFO O| Aug 14 17:27:21.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6770 | 2026-08-14T17:27:23.134Z | [ recovery-image] Aug 14 17:27:21.985 INFO O| Aug 14 17:27:21.985 INFO STEP 514 (remove_files) COMPLETE |
| 6771 | 2026-08-14T17:27:23.134Z | [ recovery-image] Aug 14 17:27:21.985 INFO O| Aug 14 17:27:21.985 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6772 | 2026-08-14T17:27:23.142Z | [ recovery-image] Aug 14 17:27:21.995 INFO O| Aug 14 17:27:21.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6773 | 2026-08-14T17:27:23.145Z | [ recovery-image] Aug 14 17:27:21.996 INFO O| Aug 14 17:27:21.996 INFO STEP 515 (remove_files) COMPLETE |
| 6774 | 2026-08-14T17:27:23.145Z | [ recovery-image] Aug 14 17:27:21.996 INFO O| Aug 14 17:27:21.996 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6775 | 2026-08-14T17:27:23.151Z | [ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6776 | 2026-08-14T17:27:23.152Z | [ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO STEP 516 (remove_files) COMPLETE |
| 6777 | 2026-08-14T17:27:23.155Z | [ recovery-image] Aug 14 17:27:22.005 INFO O| Aug 14 17:27:22.005 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6778 | 2026-08-14T17:27:23.161Z | [ recovery-image] Aug 14 17:27:22.015 INFO O| Aug 14 17:27:22.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6779 | 2026-08-14T17:27:23.165Z | [ recovery-image] Aug 14 17:27:22.016 INFO O| Aug 14 17:27:22.016 INFO STEP 517 (remove_files) COMPLETE |
| 6780 | 2026-08-14T17:27:23.165Z | [ recovery-image] Aug 14 17:27:22.016 INFO O| Aug 14 17:27:22.016 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6781 | 2026-08-14T17:27:23.174Z | [ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6782 | 2026-08-14T17:27:23.174Z | [ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO STEP 518 (remove_files) COMPLETE |
| 6783 | 2026-08-14T17:27:23.177Z | [ recovery-image] Aug 14 17:27:22.028 INFO O| Aug 14 17:27:22.028 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6784 | 2026-08-14T17:27:23.187Z | [ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6785 | 2026-08-14T17:27:23.187Z | [ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO STEP 519 (remove_files) COMPLETE |
| 6786 | 2026-08-14T17:27:23.187Z | [ recovery-image] Aug 14 17:27:22.039 INFO O| Aug 14 17:27:22.039 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6787 | 2026-08-14T17:27:23.197Z | [ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6788 | 2026-08-14T17:27:23.197Z | [ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO STEP 520 (remove_files) COMPLETE |
| 6789 | 2026-08-14T17:27:23.197Z | [ recovery-image] Aug 14 17:27:22.049 INFO O| Aug 14 17:27:22.049 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6790 | 2026-08-14T17:27:23.207Z | [ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6791 | 2026-08-14T17:27:23.207Z | [ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO STEP 521 (remove_files) COMPLETE |
| 6792 | 2026-08-14T17:27:23.207Z | [ recovery-image] Aug 14 17:27:22.060 INFO O| Aug 14 17:27:22.060 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6793 | 2026-08-14T17:27:23.217Z | [ recovery-image] Aug 14 17:27:22.070 INFO O| Aug 14 17:27:22.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6794 | 2026-08-14T17:27:23.217Z | [ recovery-image] Aug 14 17:27:22.071 INFO O| Aug 14 17:27:22.071 INFO STEP 522 (remove_files) COMPLETE |
| 6795 | 2026-08-14T17:27:23.217Z | [ recovery-image] Aug 14 17:27:22.071 INFO O| Aug 14 17:27:22.071 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6796 | 2026-08-14T17:27:23.227Z | [ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6797 | 2026-08-14T17:27:23.227Z | [ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO STEP 523 (remove_files) COMPLETE |
| 6798 | 2026-08-14T17:27:23.227Z | [ recovery-image] Aug 14 17:27:22.080 INFO O| Aug 14 17:27:22.080 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6799 | 2026-08-14T17:27:23.237Z | [ recovery-image] Aug 14 17:27:22.090 INFO O| Aug 14 17:27:22.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6800 | 2026-08-14T17:27:23.237Z | [ recovery-image] Aug 14 17:27:22.091 INFO O| Aug 14 17:27:22.090 INFO STEP 524 (remove_files) COMPLETE |
| 6801 | 2026-08-14T17:27:23.237Z | [ recovery-image] Aug 14 17:27:22.091 INFO O| Aug 14 17:27:22.090 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6802 | 2026-08-14T17:27:23.246Z | [ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6803 | 2026-08-14T17:27:23.246Z | [ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO STEP 525 (remove_files) COMPLETE |
| 6804 | 2026-08-14T17:27:23.246Z | [ recovery-image] Aug 14 17:27:22.100 INFO O| Aug 14 17:27:22.100 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6805 | 2026-08-14T17:27:23.255Z | [ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6806 | 2026-08-14T17:27:23.255Z | [ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO STEP 526 (remove_files) COMPLETE |
| 6807 | 2026-08-14T17:27:23.255Z | [ recovery-image] Aug 14 17:27:22.109 INFO O| Aug 14 17:27:22.109 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6808 | 2026-08-14T17:27:23.264Z | [ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6809 | 2026-08-14T17:27:23.264Z | [ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO STEP 527 (remove_files) COMPLETE |
| 6810 | 2026-08-14T17:27:23.264Z | [ recovery-image] Aug 14 17:27:22.118 INFO O| Aug 14 17:27:22.118 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6811 | 2026-08-14T17:27:23.273Z | [ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6812 | 2026-08-14T17:27:23.273Z | [ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.127 INFO STEP 528 (remove_files) COMPLETE |
| 6813 | 2026-08-14T17:27:23.276Z | [ recovery-image] Aug 14 17:27:22.127 INFO O| Aug 14 17:27:22.127 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6814 | 2026-08-14T17:27:23.282Z | [ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6815 | 2026-08-14T17:27:23.282Z | [ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.136 INFO STEP 529 (remove_files) COMPLETE |
| 6816 | 2026-08-14T17:27:23.282Z | [ recovery-image] Aug 14 17:27:22.136 INFO O| Aug 14 17:27:22.136 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6817 | 2026-08-14T17:27:23.291Z | [ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6818 | 2026-08-14T17:27:23.291Z | [ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO STEP 530 (remove_files) COMPLETE |
| 6819 | 2026-08-14T17:27:23.291Z | [ recovery-image] Aug 14 17:27:22.145 INFO O| Aug 14 17:27:22.145 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6820 | 2026-08-14T17:27:23.300Z | [ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6821 | 2026-08-14T17:27:23.300Z | [ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO STEP 531 (remove_files) COMPLETE |
| 6822 | 2026-08-14T17:27:23.300Z | [ recovery-image] Aug 14 17:27:22.153 INFO O| Aug 14 17:27:22.153 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6823 | 2026-08-14T17:27:23.311Z | [ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6824 | 2026-08-14T17:27:23.311Z | [ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO STEP 532 (remove_files) COMPLETE |
| 6825 | 2026-08-14T17:27:23.311Z | [ recovery-image] Aug 14 17:27:22.165 INFO O| Aug 14 17:27:22.165 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6826 | 2026-08-14T17:27:23.321Z | [ recovery-image] Aug 14 17:27:22.174 INFO O| Aug 14 17:27:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6827 | 2026-08-14T17:27:23.321Z | [ recovery-image] Aug 14 17:27:22.175 INFO O| Aug 14 17:27:22.174 INFO STEP 533 (remove_files) COMPLETE |
| 6828 | 2026-08-14T17:27:23.321Z | [ recovery-image] Aug 14 17:27:22.175 INFO O| Aug 14 17:27:22.175 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6829 | 2026-08-14T17:27:23.331Z | [ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6830 | 2026-08-14T17:27:23.331Z | [ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO STEP 534 (remove_files) COMPLETE |
| 6831 | 2026-08-14T17:27:23.332Z | [ recovery-image] Aug 14 17:27:22.185 INFO O| Aug 14 17:27:22.185 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6832 | 2026-08-14T17:27:23.341Z | [ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6833 | 2026-08-14T17:27:23.341Z | [ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO STEP 535 (remove_files) COMPLETE |
| 6834 | 2026-08-14T17:27:23.341Z | [ recovery-image] Aug 14 17:27:22.195 INFO O| Aug 14 17:27:22.195 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6835 | 2026-08-14T17:27:23.351Z | [ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6836 | 2026-08-14T17:27:23.351Z | [ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.205 INFO STEP 536 (remove_files) COMPLETE |
| 6837 | 2026-08-14T17:27:23.351Z | [ recovery-image] Aug 14 17:27:22.205 INFO O| Aug 14 17:27:22.205 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6838 | 2026-08-14T17:27:23.360Z | [ recovery-image] Aug 14 17:27:22.214 INFO O| Aug 14 17:27:22.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6839 | 2026-08-14T17:27:23.363Z | [ recovery-image] Aug 14 17:27:22.216 INFO O| Aug 14 17:27:22.216 INFO STEP 537 (remove_files) COMPLETE |
| 6840 | 2026-08-14T17:27:23.363Z | [ recovery-image] Aug 14 17:27:22.216 INFO O| Aug 14 17:27:22.216 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6841 | 2026-08-14T17:27:23.372Z | [ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6842 | 2026-08-14T17:27:23.372Z | [ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO STEP 538 (remove_files) COMPLETE |
| 6843 | 2026-08-14T17:27:23.372Z | [ recovery-image] Aug 14 17:27:22.225 INFO O| Aug 14 17:27:22.225 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6844 | 2026-08-14T17:27:23.381Z | [ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6845 | 2026-08-14T17:27:23.381Z | [ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.235 INFO STEP 539 (remove_files) COMPLETE |
| 6846 | 2026-08-14T17:27:23.381Z | [ recovery-image] Aug 14 17:27:22.235 INFO O| Aug 14 17:27:22.235 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6847 | 2026-08-14T17:27:23.391Z | [ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6848 | 2026-08-14T17:27:23.392Z | [ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO STEP 540 (remove_files) COMPLETE |
| 6849 | 2026-08-14T17:27:23.392Z | [ recovery-image] Aug 14 17:27:22.245 INFO O| Aug 14 17:27:22.245 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6850 | 2026-08-14T17:27:23.401Z | [ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6851 | 2026-08-14T17:27:23.401Z | [ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO STEP 541 (remove_files) COMPLETE |
| 6852 | 2026-08-14T17:27:23.401Z | [ recovery-image] Aug 14 17:27:22.254 INFO O| Aug 14 17:27:22.254 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6853 | 2026-08-14T17:27:23.409Z | [ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6854 | 2026-08-14T17:27:23.409Z | [ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO STEP 542 (remove_files) COMPLETE |
| 6855 | 2026-08-14T17:27:23.410Z | [ recovery-image] Aug 14 17:27:22.263 INFO O| Aug 14 17:27:22.263 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6856 | 2026-08-14T17:27:23.419Z | [ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6857 | 2026-08-14T17:27:23.419Z | [ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO STEP 543 (remove_files) COMPLETE |
| 6858 | 2026-08-14T17:27:23.419Z | [ recovery-image] Aug 14 17:27:22.273 INFO O| Aug 14 17:27:22.273 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6859 | 2026-08-14T17:27:23.428Z | [ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6860 | 2026-08-14T17:27:23.428Z | [ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO STEP 544 (remove_files) COMPLETE |
| 6861 | 2026-08-14T17:27:23.428Z | [ recovery-image] Aug 14 17:27:22.282 INFO O| Aug 14 17:27:22.282 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6862 | 2026-08-14T17:27:23.440Z | [ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6863 | 2026-08-14T17:27:23.440Z | [ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO STEP 545 (remove_files) COMPLETE |
| 6864 | 2026-08-14T17:27:23.440Z | [ recovery-image] Aug 14 17:27:22.294 INFO O| Aug 14 17:27:22.294 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6865 | 2026-08-14T17:27:23.451Z | [ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6866 | 2026-08-14T17:27:23.451Z | [ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO STEP 546 (remove_files) COMPLETE |
| 6867 | 2026-08-14T17:27:23.451Z | [ recovery-image] Aug 14 17:27:22.305 INFO O| Aug 14 17:27:22.305 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6868 | 2026-08-14T17:27:23.461Z | [ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6869 | 2026-08-14T17:27:23.461Z | [ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.315 INFO STEP 547 (remove_files) COMPLETE |
| 6870 | 2026-08-14T17:27:23.461Z | [ recovery-image] Aug 14 17:27:22.315 INFO O| Aug 14 17:27:22.315 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6871 | 2026-08-14T17:27:23.470Z | [ recovery-image] Aug 14 17:27:22.323 INFO O| Aug 14 17:27:22.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6872 | 2026-08-14T17:27:23.470Z | [ recovery-image] Aug 14 17:27:22.324 INFO O| Aug 14 17:27:22.324 INFO STEP 548 (remove_files) COMPLETE |
| 6873 | 2026-08-14T17:27:23.473Z | [ recovery-image] Aug 14 17:27:22.324 INFO O| Aug 14 17:27:22.324 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6874 | 2026-08-14T17:27:23.479Z | [ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6875 | 2026-08-14T17:27:23.479Z | [ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO STEP 549 (remove_files) COMPLETE |
| 6876 | 2026-08-14T17:27:23.479Z | [ recovery-image] Aug 14 17:27:22.333 INFO O| Aug 14 17:27:22.333 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6877 | 2026-08-14T17:27:23.488Z | [ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6878 | 2026-08-14T17:27:23.488Z | [ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO STEP 550 (remove_files) COMPLETE |
| 6879 | 2026-08-14T17:27:23.488Z | [ recovery-image] Aug 14 17:27:22.342 INFO O| Aug 14 17:27:22.342 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6880 | 2026-08-14T17:27:23.498Z | [ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6881 | 2026-08-14T17:27:23.498Z | [ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO STEP 551 (remove_files) COMPLETE |
| 6882 | 2026-08-14T17:27:23.498Z | [ recovery-image] Aug 14 17:27:22.352 INFO O| Aug 14 17:27:22.352 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6883 | 2026-08-14T17:27:23.506Z | [ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6884 | 2026-08-14T17:27:23.506Z | [ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO STEP 552 (remove_files) COMPLETE |
| 6885 | 2026-08-14T17:27:23.506Z | [ recovery-image] Aug 14 17:27:22.360 INFO O| Aug 14 17:27:22.360 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6886 | 2026-08-14T17:27:23.515Z | [ recovery-image] Aug 14 17:27:22.368 INFO O| Aug 14 17:27:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6887 | 2026-08-14T17:27:23.515Z | [ recovery-image] Aug 14 17:27:22.369 INFO O| Aug 14 17:27:22.368 INFO STEP 553 (remove_files) COMPLETE |
| 6888 | 2026-08-14T17:27:23.515Z | [ recovery-image] Aug 14 17:27:22.369 INFO O| Aug 14 17:27:22.369 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6889 | 2026-08-14T17:27:23.526Z | [ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6890 | 2026-08-14T17:27:23.526Z | [ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO STEP 554 (remove_files) COMPLETE |
| 6891 | 2026-08-14T17:27:23.526Z | [ recovery-image] Aug 14 17:27:22.380 INFO O| Aug 14 17:27:22.380 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6892 | 2026-08-14T17:27:23.535Z | [ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6893 | 2026-08-14T17:27:23.535Z | [ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO STEP 555 (remove_files) COMPLETE |
| 6894 | 2026-08-14T17:27:23.535Z | [ recovery-image] Aug 14 17:27:22.389 INFO O| Aug 14 17:27:22.389 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6895 | 2026-08-14T17:27:23.545Z | [ recovery-image] Aug 14 17:27:22.398 INFO O| Aug 14 17:27:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6896 | 2026-08-14T17:27:23.548Z | [ recovery-image] Aug 14 17:27:22.399 INFO O| Aug 14 17:27:22.399 INFO STEP 556 (remove_files) COMPLETE |
| 6897 | 2026-08-14T17:27:23.548Z | [ recovery-image] Aug 14 17:27:22.399 INFO O| Aug 14 17:27:22.399 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6898 | 2026-08-14T17:27:23.554Z | [ recovery-image] Aug 14 17:27:22.408 INFO O| Aug 14 17:27:22.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6899 | 2026-08-14T17:27:23.558Z | [ recovery-image] Aug 14 17:27:22.409 INFO O| Aug 14 17:27:22.409 INFO STEP 557 (remove_files) COMPLETE |
| 6900 | 2026-08-14T17:27:23.558Z | [ recovery-image] Aug 14 17:27:22.409 INFO O| Aug 14 17:27:22.409 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6901 | 2026-08-14T17:27:23.565Z | [ recovery-image] Aug 14 17:27:22.418 INFO O| Aug 14 17:27:22.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6902 | 2026-08-14T17:27:23.565Z | [ recovery-image] Aug 14 17:27:22.419 INFO O| Aug 14 17:27:22.419 INFO STEP 558 (remove_files) COMPLETE |
| 6903 | 2026-08-14T17:27:23.565Z | [ recovery-image] Aug 14 17:27:22.419 INFO O| Aug 14 17:27:22.419 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6904 | 2026-08-14T17:27:23.573Z | [ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6905 | 2026-08-14T17:27:23.573Z | [ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO STEP 559 (remove_files) COMPLETE |
| 6906 | 2026-08-14T17:27:23.576Z | [ recovery-image] Aug 14 17:27:22.427 INFO O| Aug 14 17:27:22.427 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6907 | 2026-08-14T17:27:23.584Z | [ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6908 | 2026-08-14T17:27:23.584Z | [ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO STEP 560 (remove_files) COMPLETE |
| 6909 | 2026-08-14T17:27:23.584Z | [ recovery-image] Aug 14 17:27:22.438 INFO O| Aug 14 17:27:22.438 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6910 | 2026-08-14T17:27:23.596Z | [ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6911 | 2026-08-14T17:27:23.596Z | [ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO STEP 561 (remove_files) COMPLETE |
| 6912 | 2026-08-14T17:27:23.596Z | [ recovery-image] Aug 14 17:27:22.450 INFO O| Aug 14 17:27:22.450 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6913 | 2026-08-14T17:27:23.606Z | [ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6914 | 2026-08-14T17:27:23.606Z | [ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.460 INFO STEP 562 (remove_files) COMPLETE |
| 6915 | 2026-08-14T17:27:23.606Z | [ recovery-image] Aug 14 17:27:22.460 INFO O| Aug 14 17:27:22.460 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6916 | 2026-08-14T17:27:23.616Z | [ recovery-image] Aug 14 17:27:22.469 INFO O| Aug 14 17:27:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6917 | 2026-08-14T17:27:23.616Z | [ recovery-image] Aug 14 17:27:22.470 INFO O| Aug 14 17:27:22.470 INFO STEP 563 (remove_files) COMPLETE |
| 6918 | 2026-08-14T17:27:23.616Z | [ recovery-image] Aug 14 17:27:22.470 INFO O| Aug 14 17:27:22.470 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6919 | 2026-08-14T17:27:23.626Z | [ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6920 | 2026-08-14T17:27:23.626Z | [ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.479 INFO STEP 564 (remove_files) COMPLETE |
| 6921 | 2026-08-14T17:27:23.626Z | [ recovery-image] Aug 14 17:27:22.479 INFO O| Aug 14 17:27:22.479 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-14T17:27:23.635Z | [ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6923 | 2026-08-14T17:27:23.635Z | [ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO STEP 565 (remove_files) COMPLETE |
| 6924 | 2026-08-14T17:27:23.635Z | [ recovery-image] Aug 14 17:27:22.489 INFO O| Aug 14 17:27:22.489 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6925 | 2026-08-14T17:27:23.645Z | [ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6926 | 2026-08-14T17:27:23.645Z | [ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO STEP 566 (remove_files) COMPLETE |
| 6927 | 2026-08-14T17:27:23.645Z | [ recovery-image] Aug 14 17:27:22.499 INFO O| Aug 14 17:27:22.499 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6928 | 2026-08-14T17:27:23.654Z | [ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6929 | 2026-08-14T17:27:23.654Z | [ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO STEP 567 (remove_files) COMPLETE |
| 6930 | 2026-08-14T17:27:23.658Z | [ recovery-image] Aug 14 17:27:22.508 INFO O| Aug 14 17:27:22.508 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-08-14T17:27:23.664Z | [ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6932 | 2026-08-14T17:27:23.664Z | [ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.518 INFO STEP 568 (remove_files) COMPLETE |
| 6933 | 2026-08-14T17:27:23.667Z | [ recovery-image] Aug 14 17:27:22.518 INFO O| Aug 14 17:27:22.518 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6934 | 2026-08-14T17:27:23.672Z | [ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6935 | 2026-08-14T17:27:23.672Z | [ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO STEP 569 (remove_files) COMPLETE |
| 6936 | 2026-08-14T17:27:23.672Z | [ recovery-image] Aug 14 17:27:22.526 INFO O| Aug 14 17:27:22.526 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6937 | 2026-08-14T17:27:23.681Z | [ recovery-image] Aug 14 17:27:22.534 INFO O| Aug 14 17:27:22.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6938 | 2026-08-14T17:27:23.681Z | [ recovery-image] Aug 14 17:27:22.535 INFO O| Aug 14 17:27:22.535 INFO STEP 570 (remove_files) COMPLETE |
| 6939 | 2026-08-14T17:27:23.681Z | [ recovery-image] Aug 14 17:27:22.535 INFO O| Aug 14 17:27:22.535 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-08-14T17:27:23.687Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 6941 | 2026-08-14T17:27:23.691Z | [ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6942 | 2026-08-14T17:27:23.691Z | [ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO STEP 571 (remove_files) COMPLETE |
| 6943 | 2026-08-14T17:27:23.694Z | [ recovery-image] Aug 14 17:27:22.545 INFO O| Aug 14 17:27:22.545 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6944 | 2026-08-14T17:27:23.701Z | [ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6945 | 2026-08-14T17:27:23.701Z | [ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO STEP 572 (remove_files) COMPLETE |
| 6946 | 2026-08-14T17:27:23.701Z | [ recovery-image] Aug 14 17:27:22.555 INFO O| Aug 14 17:27:22.555 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6947 | 2026-08-14T17:27:23.714Z | [ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6948 | 2026-08-14T17:27:23.714Z | [ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO STEP 573 (remove_files) COMPLETE |
| 6949 | 2026-08-14T17:27:23.714Z | [ recovery-image] Aug 14 17:27:22.566 INFO O| Aug 14 17:27:22.566 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6950 | 2026-08-14T17:27:23.721Z | [ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6951 | 2026-08-14T17:27:23.721Z | [ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.575 INFO STEP 574 (remove_files) COMPLETE |
| 6952 | 2026-08-14T17:27:23.721Z | [ recovery-image] Aug 14 17:27:22.575 INFO O| Aug 14 17:27:22.575 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6953 | 2026-08-14T17:27:23.729Z | [ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6954 | 2026-08-14T17:27:23.729Z | [ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO STEP 575 (remove_files) COMPLETE |
| 6955 | 2026-08-14T17:27:23.733Z | [ recovery-image] Aug 14 17:27:22.583 INFO O| Aug 14 17:27:22.583 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6956 | 2026-08-14T17:27:23.737Z | [ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 6957 | 2026-08-14T17:27:23.737Z | [ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO STEP 576 (remove_files) COMPLETE |
| 6958 | 2026-08-14T17:27:23.737Z | [ recovery-image] Aug 14 17:27:22.591 INFO O| Aug 14 17:27:22.591 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6959 | 2026-08-14T17:27:23.747Z | [ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6960 | 2026-08-14T17:27:23.747Z | [ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO STEP 577 (remove_files) COMPLETE |
| 6961 | 2026-08-14T17:27:23.750Z | [ recovery-image] Aug 14 17:27:22.601 INFO O| Aug 14 17:27:22.601 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6962 | 2026-08-14T17:27:23.757Z | [ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6963 | 2026-08-14T17:27:23.757Z | [ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO STEP 578 (remove_files) COMPLETE |
| 6964 | 2026-08-14T17:27:23.757Z | [ recovery-image] Aug 14 17:27:22.610 INFO O| Aug 14 17:27:22.610 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6965 | 2026-08-14T17:27:23.765Z | [ recovery-image] Aug 14 17:27:22.619 INFO O| Aug 14 17:27:22.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6966 | 2026-08-14T17:27:23.768Z | [ recovery-image] Aug 14 17:27:22.620 INFO O| Aug 14 17:27:22.619 INFO STEP 579 (remove_files) COMPLETE |
| 6967 | 2026-08-14T17:27:23.768Z | [ recovery-image] Aug 14 17:27:22.620 INFO O| Aug 14 17:27:22.620 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6968 | 2026-08-14T17:27:23.774Z | [ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6969 | 2026-08-14T17:27:23.774Z | [ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO STEP 580 (remove_files) COMPLETE |
| 6970 | 2026-08-14T17:27:23.774Z | [ recovery-image] Aug 14 17:27:22.628 INFO O| Aug 14 17:27:22.628 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6971 | 2026-08-14T17:27:23.783Z | [ recovery-image] Aug 14 17:27:22.637 INFO O| Aug 14 17:27:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6972 | 2026-08-14T17:27:23.787Z | [ recovery-image] Aug 14 17:27:22.639 INFO O| Aug 14 17:27:22.639 INFO STEP 581 (remove_files) COMPLETE |
| 6973 | 2026-08-14T17:27:23.787Z | [ recovery-image] Aug 14 17:27:22.639 INFO O| Aug 14 17:27:22.639 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6974 | 2026-08-14T17:27:23.790Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 6975 | 2026-08-14T17:27:23.795Z | [ recovery-image] Aug 14 17:27:22.649 INFO O| Aug 14 17:27:22.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6976 | 2026-08-14T17:27:23.798Z | [ recovery-image] Aug 14 17:27:22.650 INFO O| Aug 14 17:27:22.650 INFO STEP 582 (remove_files) COMPLETE |
| 6977 | 2026-08-14T17:27:23.798Z | [ recovery-image] Aug 14 17:27:22.650 INFO O| Aug 14 17:27:22.650 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6978 | 2026-08-14T17:27:23.806Z | [ recovery-image] Aug 14 17:27:22.660 INFO O| Aug 14 17:27:22.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6979 | 2026-08-14T17:27:23.809Z | [ recovery-image] Aug 14 17:27:22.662 INFO O| Aug 14 17:27:22.662 INFO STEP 583 (remove_files) COMPLETE |
| 6980 | 2026-08-14T17:27:23.809Z | [ recovery-image] Aug 14 17:27:22.662 INFO O| Aug 14 17:27:22.662 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6981 | 2026-08-14T17:27:23.818Z | [ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6982 | 2026-08-14T17:27:23.818Z | [ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO STEP 584 (remove_files) COMPLETE |
| 6983 | 2026-08-14T17:27:23.818Z | [ recovery-image] Aug 14 17:27:22.672 INFO O| Aug 14 17:27:22.672 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6984 | 2026-08-14T17:27:23.828Z | [ recovery-image] Aug 14 17:27:22.682 INFO O| Aug 14 17:27:22.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6985 | 2026-08-14T17:27:23.833Z | [ recovery-image] Aug 14 17:27:22.683 INFO O| Aug 14 17:27:22.683 INFO STEP 585 (remove_files) COMPLETE |
| 6986 | 2026-08-14T17:27:23.833Z | [ recovery-image] Aug 14 17:27:22.683 INFO O| Aug 14 17:27:22.683 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6987 | 2026-08-14T17:27:23.840Z | [ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6988 | 2026-08-14T17:27:23.840Z | [ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO STEP 586 (remove_files) COMPLETE |
| 6989 | 2026-08-14T17:27:23.840Z | [ recovery-image] Aug 14 17:27:22.693 INFO O| Aug 14 17:27:22.693 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6990 | 2026-08-14T17:27:23.849Z | [ recovery-image] Aug 14 17:27:22.703 INFO O| Aug 14 17:27:22.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6991 | 2026-08-14T17:27:23.852Z | [ recovery-image] Aug 14 17:27:22.704 INFO O| Aug 14 17:27:22.704 INFO STEP 587 (remove_files) COMPLETE |
| 6992 | 2026-08-14T17:27:23.852Z | [ recovery-image] Aug 14 17:27:22.704 INFO O| Aug 14 17:27:22.704 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6993 | 2026-08-14T17:27:23.862Z | [ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6994 | 2026-08-14T17:27:23.862Z | [ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO STEP 588 (remove_files) COMPLETE |
| 6995 | 2026-08-14T17:27:23.866Z | [ recovery-image] Aug 14 17:27:22.716 INFO O| Aug 14 17:27:22.716 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6996 | 2026-08-14T17:27:23.879Z | [ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6997 | 2026-08-14T17:27:23.879Z | [ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO STEP 589 (remove_files) COMPLETE |
| 6998 | 2026-08-14T17:27:23.879Z | [ recovery-image] Aug 14 17:27:22.725 INFO O| Aug 14 17:27:22.725 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6999 | 2026-08-14T17:27:23.884Z | [ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7000 | 2026-08-14T17:27:23.884Z | [ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO STEP 590 (remove_files) COMPLETE |
| 7001 | 2026-08-14T17:27:23.884Z | [ recovery-image] Aug 14 17:27:22.737 INFO O| Aug 14 17:27:22.737 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7002 | 2026-08-14T17:27:23.921Z | [ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7003 | 2026-08-14T17:27:23.927Z | [ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO STEP 591 (remove_files) COMPLETE |
| 7004 | 2026-08-14T17:27:23.930Z | [ recovery-image] Aug 14 17:27:22.745 INFO O| Aug 14 17:27:22.745 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7005 | 2026-08-14T17:27:23.933Z | [ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7006 | 2026-08-14T17:27:23.933Z | [ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.787 INFO STEP 592 (remove_files) COMPLETE |
| 7007 | 2026-08-14T17:27:23.933Z | [ recovery-image] Aug 14 17:27:22.787 INFO O| Aug 14 17:27:22.787 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7008 | 2026-08-14T17:27:23.946Z | [ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7009 | 2026-08-14T17:27:23.946Z | [ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO STEP 593 (remove_files) COMPLETE |
| 7010 | 2026-08-14T17:27:23.946Z | [ recovery-image] Aug 14 17:27:22.799 INFO O| Aug 14 17:27:22.799 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7011 | 2026-08-14T17:27:23.958Z | [ recovery-image] Aug 14 17:27:22.809 INFO O| Aug 14 17:27:22.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7012 | 2026-08-14T17:27:23.961Z | [ recovery-image] Aug 14 17:27:22.810 INFO O| Aug 14 17:27:22.810 INFO STEP 594 (remove_files) COMPLETE |
| 7013 | 2026-08-14T17:27:23.962Z | [ recovery-image] Aug 14 17:27:22.810 INFO O| Aug 14 17:27:22.810 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7014 | 2026-08-14T17:27:23.966Z | [ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7015 | 2026-08-14T17:27:23.966Z | [ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO STEP 595 (remove_files) COMPLETE |
| 7016 | 2026-08-14T17:27:23.966Z | [ recovery-image] Aug 14 17:27:22.820 INFO O| Aug 14 17:27:22.820 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7017 | 2026-08-14T17:27:23.977Z | [ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7018 | 2026-08-14T17:27:23.977Z | [ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.831 INFO STEP 596 (remove_files) COMPLETE |
| 7019 | 2026-08-14T17:27:23.977Z | [ recovery-image] Aug 14 17:27:22.831 INFO O| Aug 14 17:27:22.831 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7020 | 2026-08-14T17:27:23.987Z | [ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7021 | 2026-08-14T17:27:23.987Z | [ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO STEP 597 (remove_files) COMPLETE |
| 7022 | 2026-08-14T17:27:23.991Z | [ recovery-image] Aug 14 17:27:22.841 INFO O| Aug 14 17:27:22.841 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7023 | 2026-08-14T17:27:23.997Z | [ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7024 | 2026-08-14T17:27:23.997Z | [ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO STEP 598 (remove_files) COMPLETE |
| 7025 | 2026-08-14T17:27:24.001Z | [ recovery-image] Aug 14 17:27:22.851 INFO O| Aug 14 17:27:22.851 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7026 | 2026-08-14T17:27:24.007Z | [ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7027 | 2026-08-14T17:27:24.007Z | [ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO STEP 599 (remove_files) COMPLETE |
| 7028 | 2026-08-14T17:27:24.010Z | [ recovery-image] Aug 14 17:27:22.861 INFO O| Aug 14 17:27:22.861 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7029 | 2026-08-14T17:27:24.016Z | [ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7030 | 2026-08-14T17:27:24.016Z | [ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO STEP 600 (remove_files) COMPLETE |
| 7031 | 2026-08-14T17:27:24.019Z | [ recovery-image] Aug 14 17:27:22.870 INFO O| Aug 14 17:27:22.870 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7032 | 2026-08-14T17:27:24.030Z | [ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7033 | 2026-08-14T17:27:24.030Z | [ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO STEP 601 (remove_files) COMPLETE |
| 7034 | 2026-08-14T17:27:24.030Z | [ recovery-image] Aug 14 17:27:22.884 INFO O| Aug 14 17:27:22.884 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7035 | 2026-08-14T17:27:24.040Z | [ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7036 | 2026-08-14T17:27:24.040Z | [ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO STEP 602 (remove_files) COMPLETE |
| 7037 | 2026-08-14T17:27:24.040Z | [ recovery-image] Aug 14 17:27:22.894 INFO O| Aug 14 17:27:22.894 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7038 | 2026-08-14T17:27:24.053Z | [ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7039 | 2026-08-14T17:27:24.053Z | [ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO STEP 603 (remove_files) COMPLETE |
| 7040 | 2026-08-14T17:27:24.053Z | [ recovery-image] Aug 14 17:27:22.905 INFO O| Aug 14 17:27:22.905 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7041 | 2026-08-14T17:27:24.056Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 7042 | 2026-08-14T17:27:24.060Z | [ recovery-image] Aug 14 17:27:22.913 INFO O| Aug 14 17:27:22.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7043 | 2026-08-14T17:27:24.060Z | [ recovery-image] Aug 14 17:27:22.914 INFO O| Aug 14 17:27:22.914 INFO STEP 604 (remove_files) COMPLETE |
| 7044 | 2026-08-14T17:27:24.060Z | [ recovery-image] Aug 14 17:27:22.914 INFO O| Aug 14 17:27:22.914 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7045 | 2026-08-14T17:27:24.070Z | [ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7046 | 2026-08-14T17:27:24.070Z | [ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO STEP 605 (remove_files) COMPLETE |
| 7047 | 2026-08-14T17:27:24.074Z | [ recovery-image] Aug 14 17:27:22.923 INFO O| Aug 14 17:27:22.923 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7048 | 2026-08-14T17:27:24.080Z | [ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7049 | 2026-08-14T17:27:24.080Z | [ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.934 INFO STEP 606 (remove_files) COMPLETE |
| 7050 | 2026-08-14T17:27:24.083Z | [ recovery-image] Aug 14 17:27:22.934 INFO O| Aug 14 17:27:22.934 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7051 | 2026-08-14T17:27:24.091Z | [ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7052 | 2026-08-14T17:27:24.091Z | [ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO STEP 607 (remove_files) COMPLETE |
| 7053 | 2026-08-14T17:27:24.091Z | [ recovery-image] Aug 14 17:27:22.945 INFO O| Aug 14 17:27:22.945 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7054 | 2026-08-14T17:27:24.101Z | [ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7055 | 2026-08-14T17:27:24.101Z | [ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO STEP 608 (remove_files) COMPLETE |
| 7056 | 2026-08-14T17:27:24.101Z | [ recovery-image] Aug 14 17:27:22.954 INFO O| Aug 14 17:27:22.954 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7057 | 2026-08-14T17:27:24.108Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 7058 | 2026-08-14T17:27:24.111Z | [ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7059 | 2026-08-14T17:27:24.111Z | [ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO STEP 609 (remove_files) COMPLETE |
| 7060 | 2026-08-14T17:27:24.111Z | [ recovery-image] Aug 14 17:27:22.963 INFO O| Aug 14 17:27:22.963 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7061 | 2026-08-14T17:27:24.120Z | [ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7062 | 2026-08-14T17:27:24.120Z | [ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO STEP 610 (remove_files) COMPLETE |
| 7063 | 2026-08-14T17:27:24.123Z | [ recovery-image] Aug 14 17:27:22.974 INFO O| Aug 14 17:27:22.974 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7064 | 2026-08-14T17:27:24.130Z | [ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7065 | 2026-08-14T17:27:24.130Z | [ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO STEP 611 (remove_files) COMPLETE |
| 7066 | 2026-08-14T17:27:24.133Z | [ recovery-image] Aug 14 17:27:22.984 INFO O| Aug 14 17:27:22.984 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7067 | 2026-08-14T17:27:24.140Z | [ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7068 | 2026-08-14T17:27:24.140Z | [ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO STEP 612 (remove_files) COMPLETE |
| 7069 | 2026-08-14T17:27:24.140Z | [ recovery-image] Aug 14 17:27:22.994 INFO O| Aug 14 17:27:22.994 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7070 | 2026-08-14T17:27:24.152Z | [ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7071 | 2026-08-14T17:27:24.152Z | [ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO STEP 613 (remove_files) COMPLETE |
| 7072 | 2026-08-14T17:27:24.152Z | [ recovery-image] Aug 14 17:27:23.005 INFO O| Aug 14 17:27:23.005 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7073 | 2026-08-14T17:27:24.161Z | [ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7074 | 2026-08-14T17:27:24.161Z | [ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO STEP 614 (remove_files) COMPLETE |
| 7075 | 2026-08-14T17:27:24.162Z | [ recovery-image] Aug 14 17:27:23.015 INFO O| Aug 14 17:27:23.015 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7076 | 2026-08-14T17:27:24.171Z | [ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7077 | 2026-08-14T17:27:24.171Z | [ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO STEP 615 (remove_files) COMPLETE |
| 7078 | 2026-08-14T17:27:24.171Z | [ recovery-image] Aug 14 17:27:23.025 INFO O| Aug 14 17:27:23.025 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7079 | 2026-08-14T17:27:24.182Z | [ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7080 | 2026-08-14T17:27:24.182Z | [ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO STEP 616 (remove_files) COMPLETE |
| 7081 | 2026-08-14T17:27:24.182Z | [ recovery-image] Aug 14 17:27:23.035 INFO O| Aug 14 17:27:23.035 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7082 | 2026-08-14T17:27:24.196Z | [ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7083 | 2026-08-14T17:27:24.196Z | [ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO STEP 617 (remove_files) COMPLETE |
| 7084 | 2026-08-14T17:27:24.196Z | [ recovery-image] Aug 14 17:27:23.050 INFO O| Aug 14 17:27:23.050 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7085 | 2026-08-14T17:27:24.206Z | [ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7086 | 2026-08-14T17:27:24.206Z | [ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO STEP 618 (remove_files) COMPLETE |
| 7087 | 2026-08-14T17:27:24.206Z | [ recovery-image] Aug 14 17:27:23.059 INFO O| Aug 14 17:27:23.059 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7088 | 2026-08-14T17:27:24.214Z | [ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7089 | 2026-08-14T17:27:24.214Z | [ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO STEP 619 (remove_files) COMPLETE |
| 7090 | 2026-08-14T17:27:24.214Z | [ recovery-image] Aug 14 17:27:23.068 INFO O| Aug 14 17:27:23.068 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7091 | 2026-08-14T17:27:24.222Z | [ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7092 | 2026-08-14T17:27:24.222Z | [ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO STEP 620 (remove_files) COMPLETE |
| 7093 | 2026-08-14T17:27:24.222Z | [ recovery-image] Aug 14 17:27:23.076 INFO O| Aug 14 17:27:23.076 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7094 | 2026-08-14T17:27:24.233Z | [ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7095 | 2026-08-14T17:27:24.233Z | [ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO STEP 621 (remove_files) COMPLETE |
| 7096 | 2026-08-14T17:27:24.233Z | [ recovery-image] Aug 14 17:27:23.086 INFO O| Aug 14 17:27:23.086 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7097 | 2026-08-14T17:27:24.244Z | [ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7098 | 2026-08-14T17:27:24.244Z | [ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO STEP 622 (remove_files) COMPLETE |
| 7099 | 2026-08-14T17:27:24.244Z | [ recovery-image] Aug 14 17:27:23.097 INFO O| Aug 14 17:27:23.097 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7100 | 2026-08-14T17:27:24.253Z | [ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7101 | 2026-08-14T17:27:24.253Z | [ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO STEP 623 (remove_files) COMPLETE |
| 7102 | 2026-08-14T17:27:24.253Z | [ recovery-image] Aug 14 17:27:23.107 INFO O| Aug 14 17:27:23.107 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7103 | 2026-08-14T17:27:24.263Z | [ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7104 | 2026-08-14T17:27:24.263Z | [ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.117 INFO STEP 624 (remove_files) COMPLETE |
| 7105 | 2026-08-14T17:27:24.263Z | [ recovery-image] Aug 14 17:27:23.117 INFO O| Aug 14 17:27:23.117 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7106 | 2026-08-14T17:27:24.273Z | [ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7107 | 2026-08-14T17:27:24.273Z | [ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO STEP 625 (remove_files) COMPLETE |
| 7108 | 2026-08-14T17:27:24.274Z | [ recovery-image] Aug 14 17:27:23.127 INFO O| Aug 14 17:27:23.127 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7109 | 2026-08-14T17:27:24.284Z | [ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7110 | 2026-08-14T17:27:24.284Z | [ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO STEP 626 (remove_files) COMPLETE |
| 7111 | 2026-08-14T17:27:24.288Z | [ recovery-image] Aug 14 17:27:23.138 INFO O| Aug 14 17:27:23.138 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7112 | 2026-08-14T17:27:24.293Z | [ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7113 | 2026-08-14T17:27:24.294Z | [ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO STEP 627 (remove_files) COMPLETE |
| 7114 | 2026-08-14T17:27:24.294Z | [ recovery-image] Aug 14 17:27:23.147 INFO O| Aug 14 17:27:23.147 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7115 | 2026-08-14T17:27:24.303Z | [ recovery-image] Aug 14 17:27:23.156 INFO O| Aug 14 17:27:23.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7116 | 2026-08-14T17:27:24.303Z | [ recovery-image] Aug 14 17:27:23.157 INFO O| Aug 14 17:27:23.157 INFO STEP 628 (remove_files) COMPLETE |
| 7117 | 2026-08-14T17:27:24.303Z | [ recovery-image] Aug 14 17:27:23.157 INFO O| Aug 14 17:27:23.157 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7118 | 2026-08-14T17:27:24.313Z | [ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7119 | 2026-08-14T17:27:24.313Z | [ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO STEP 629 (remove_files) COMPLETE |
| 7120 | 2026-08-14T17:27:24.313Z | [ recovery-image] Aug 14 17:27:23.167 INFO O| Aug 14 17:27:23.167 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7121 | 2026-08-14T17:27:24.325Z | [ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7122 | 2026-08-14T17:27:24.325Z | [ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO STEP 630 (remove_files) COMPLETE |
| 7123 | 2026-08-14T17:27:24.329Z | [ recovery-image] Aug 14 17:27:23.178 INFO O| Aug 14 17:27:23.178 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7124 | 2026-08-14T17:27:24.334Z | [ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7125 | 2026-08-14T17:27:24.334Z | [ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO STEP 631 (remove_files) COMPLETE |
| 7126 | 2026-08-14T17:27:24.337Z | [ recovery-image] Aug 14 17:27:23.188 INFO O| Aug 14 17:27:23.188 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7127 | 2026-08-14T17:27:24.344Z | [ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7128 | 2026-08-14T17:27:24.344Z | [ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO STEP 632 (remove_files) COMPLETE |
| 7129 | 2026-08-14T17:27:24.347Z | [ recovery-image] Aug 14 17:27:23.197 INFO O| Aug 14 17:27:23.197 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7130 | 2026-08-14T17:27:24.353Z | [ recovery-image] Aug 14 17:27:23.206 INFO O| Aug 14 17:27:23.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7131 | 2026-08-14T17:27:24.353Z | [ recovery-image] Aug 14 17:27:23.207 INFO O| Aug 14 17:27:23.206 INFO STEP 633 (remove_files) COMPLETE |
| 7132 | 2026-08-14T17:27:24.356Z | [ recovery-image] Aug 14 17:27:23.207 INFO O| Aug 14 17:27:23.206 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7133 | 2026-08-14T17:27:24.361Z | [ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7134 | 2026-08-14T17:27:24.361Z | [ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO STEP 634 (remove_files) COMPLETE |
| 7135 | 2026-08-14T17:27:24.361Z | [ recovery-image] Aug 14 17:27:23.215 INFO O| Aug 14 17:27:23.215 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7136 | 2026-08-14T17:27:24.371Z | [ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7137 | 2026-08-14T17:27:24.371Z | [ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO STEP 635 (remove_files) COMPLETE |
| 7138 | 2026-08-14T17:27:24.371Z | [ recovery-image] Aug 14 17:27:23.225 INFO O| Aug 14 17:27:23.225 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7139 | 2026-08-14T17:27:24.384Z | [ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7140 | 2026-08-14T17:27:24.384Z | [ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO STEP 636 (remove_files) COMPLETE |
| 7141 | 2026-08-14T17:27:24.384Z | [ recovery-image] Aug 14 17:27:23.237 INFO O| Aug 14 17:27:23.237 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7142 | 2026-08-14T17:27:24.390Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 7143 | 2026-08-14T17:27:24.397Z | [ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7144 | 2026-08-14T17:27:24.400Z | [ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.250 INFO STEP 637 (remove_files) COMPLETE |
| 7145 | 2026-08-14T17:27:24.400Z | [ recovery-image] Aug 14 17:27:23.250 INFO O| Aug 14 17:27:23.250 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7146 | 2026-08-14T17:27:24.406Z | [ recovery-image] Aug 14 17:27:23.260 INFO O| Aug 14 17:27:23.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7147 | 2026-08-14T17:27:24.409Z | [ recovery-image] Aug 14 17:27:23.261 INFO O| Aug 14 17:27:23.261 INFO STEP 638 (remove_files) COMPLETE |
| 7148 | 2026-08-14T17:27:24.409Z | [ recovery-image] Aug 14 17:27:23.261 INFO O| Aug 14 17:27:23.261 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7149 | 2026-08-14T17:27:24.416Z | [ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7150 | 2026-08-14T17:27:24.416Z | [ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO STEP 639 (remove_files) COMPLETE |
| 7151 | 2026-08-14T17:27:24.419Z | [ recovery-image] Aug 14 17:27:23.270 INFO O| Aug 14 17:27:23.270 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7152 | 2026-08-14T17:27:24.426Z | [ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7153 | 2026-08-14T17:27:24.426Z | [ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.280 INFO STEP 640 (remove_files) COMPLETE |
| 7154 | 2026-08-14T17:27:24.426Z | [ recovery-image] Aug 14 17:27:23.280 INFO O| Aug 14 17:27:23.280 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7155 | 2026-08-14T17:27:24.434Z | [ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7156 | 2026-08-14T17:27:24.434Z | [ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO STEP 641 (remove_files) COMPLETE |
| 7157 | 2026-08-14T17:27:24.437Z | [ recovery-image] Aug 14 17:27:23.288 INFO O| Aug 14 17:27:23.288 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7158 | 2026-08-14T17:27:24.442Z | [ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7159 | 2026-08-14T17:27:24.442Z | [ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO STEP 642 (remove_files) COMPLETE |
| 7160 | 2026-08-14T17:27:24.445Z | [ recovery-image] Aug 14 17:27:23.296 INFO O| Aug 14 17:27:23.296 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7161 | 2026-08-14T17:27:24.450Z | [ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7162 | 2026-08-14T17:27:24.450Z | [ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO STEP 643 (remove_files) COMPLETE |
| 7163 | 2026-08-14T17:27:24.450Z | [ recovery-image] Aug 14 17:27:23.304 INFO O| Aug 14 17:27:23.304 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7164 | 2026-08-14T17:27:24.461Z | [ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7165 | 2026-08-14T17:27:24.461Z | [ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO STEP 644 (remove_files) COMPLETE |
| 7166 | 2026-08-14T17:27:24.465Z | [ recovery-image] Aug 14 17:27:23.315 INFO O| Aug 14 17:27:23.315 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7167 | 2026-08-14T17:27:24.471Z | [ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7168 | 2026-08-14T17:27:24.471Z | [ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO STEP 645 (remove_files) COMPLETE |
| 7169 | 2026-08-14T17:27:24.471Z | [ recovery-image] Aug 14 17:27:23.325 INFO O| Aug 14 17:27:23.325 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7170 | 2026-08-14T17:27:24.480Z | [ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7171 | 2026-08-14T17:27:24.481Z | [ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO STEP 646 (remove_files) COMPLETE |
| 7172 | 2026-08-14T17:27:24.481Z | [ recovery-image] Aug 14 17:27:23.334 INFO O| Aug 14 17:27:23.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7173 | 2026-08-14T17:27:24.489Z | [ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7174 | 2026-08-14T17:27:24.489Z | [ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO STEP 647 (remove_files) COMPLETE |
| 7175 | 2026-08-14T17:27:24.493Z | [ recovery-image] Aug 14 17:27:23.343 INFO O| Aug 14 17:27:23.343 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7176 | 2026-08-14T17:27:24.497Z | [ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7177 | 2026-08-14T17:27:24.497Z | [ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO STEP 648 (remove_files) COMPLETE |
| 7178 | 2026-08-14T17:27:24.497Z | [ recovery-image] Aug 14 17:27:23.351 INFO O| Aug 14 17:27:23.351 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7179 | 2026-08-14T17:27:24.507Z | [ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7180 | 2026-08-14T17:27:24.507Z | [ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO STEP 649 (remove_files) COMPLETE |
| 7181 | 2026-08-14T17:27:24.511Z | [ recovery-image] Aug 14 17:27:23.361 INFO O| Aug 14 17:27:23.361 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7182 | 2026-08-14T17:27:24.517Z | [ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7183 | 2026-08-14T17:27:24.517Z | [ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO STEP 650 (remove_files) COMPLETE |
| 7184 | 2026-08-14T17:27:24.517Z | [ recovery-image] Aug 14 17:27:23.371 INFO O| Aug 14 17:27:23.371 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7185 | 2026-08-14T17:27:24.526Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 7186 | 2026-08-14T17:27:24.529Z | [ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7187 | 2026-08-14T17:27:24.529Z | [ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO STEP 651 (remove_files) COMPLETE |
| 7188 | 2026-08-14T17:27:24.529Z | [ recovery-image] Aug 14 17:27:23.380 INFO O| Aug 14 17:27:23.380 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7189 | 2026-08-14T17:27:24.537Z | [ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7190 | 2026-08-14T17:27:24.537Z | [ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO STEP 652 (remove_files) COMPLETE |
| 7191 | 2026-08-14T17:27:24.540Z | [ recovery-image] Aug 14 17:27:23.390 INFO O| Aug 14 17:27:23.390 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7192 | 2026-08-14T17:27:24.547Z | [ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7193 | 2026-08-14T17:27:24.547Z | [ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.401 INFO STEP 653 (remove_files) COMPLETE |
| 7194 | 2026-08-14T17:27:24.547Z | [ recovery-image] Aug 14 17:27:23.401 INFO O| Aug 14 17:27:23.401 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7195 | 2026-08-14T17:27:24.556Z | [ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7196 | 2026-08-14T17:27:24.556Z | [ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO STEP 654 (remove_files) COMPLETE |
| 7197 | 2026-08-14T17:27:24.556Z | [ recovery-image] Aug 14 17:27:23.410 INFO O| Aug 14 17:27:23.410 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7198 | 2026-08-14T17:27:24.567Z | [ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7199 | 2026-08-14T17:27:24.567Z | [ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO STEP 655 (remove_files) COMPLETE |
| 7200 | 2026-08-14T17:27:24.567Z | [ recovery-image] Aug 14 17:27:23.420 INFO O| Aug 14 17:27:23.420 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7201 | 2026-08-14T17:27:24.576Z | [ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7202 | 2026-08-14T17:27:24.577Z | [ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO STEP 656 (remove_files) COMPLETE |
| 7203 | 2026-08-14T17:27:24.580Z | [ recovery-image] Aug 14 17:27:23.430 INFO O| Aug 14 17:27:23.430 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7204 | 2026-08-14T17:27:24.585Z | [ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7205 | 2026-08-14T17:27:24.585Z | [ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO STEP 657 (remove_files) COMPLETE |
| 7206 | 2026-08-14T17:27:24.585Z | [ recovery-image] Aug 14 17:27:23.439 INFO O| Aug 14 17:27:23.439 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7207 | 2026-08-14T17:27:24.595Z | [ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7208 | 2026-08-14T17:27:24.595Z | [ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO STEP 658 (remove_files) COMPLETE |
| 7209 | 2026-08-14T17:27:24.595Z | [ recovery-image] Aug 14 17:27:23.449 INFO O| Aug 14 17:27:23.449 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7210 | 2026-08-14T17:27:24.605Z | [ recovery-image] Aug 14 17:27:23.458 INFO O| Aug 14 17:27:23.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7211 | 2026-08-14T17:27:24.605Z | [ recovery-image] Aug 14 17:27:23.459 INFO O| Aug 14 17:27:23.459 INFO STEP 659 (remove_files) COMPLETE |
| 7212 | 2026-08-14T17:27:24.605Z | [ recovery-image] Aug 14 17:27:23.459 INFO O| Aug 14 17:27:23.459 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7213 | 2026-08-14T17:27:24.614Z | [ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7214 | 2026-08-14T17:27:24.614Z | [ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO STEP 660 (remove_files) COMPLETE |
| 7215 | 2026-08-14T17:27:24.617Z | [ recovery-image] Aug 14 17:27:23.467 INFO O| Aug 14 17:27:23.467 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7216 | 2026-08-14T17:27:24.622Z | [ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7217 | 2026-08-14T17:27:24.622Z | [ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO STEP 661 (remove_files) COMPLETE |
| 7218 | 2026-08-14T17:27:24.622Z | [ recovery-image] Aug 14 17:27:23.476 INFO O| Aug 14 17:27:23.476 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7219 | 2026-08-14T17:27:24.631Z | [ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7220 | 2026-08-14T17:27:24.631Z | [ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO STEP 662 (remove_files) COMPLETE |
| 7221 | 2026-08-14T17:27:24.634Z | [ recovery-image] Aug 14 17:27:23.485 INFO O| Aug 14 17:27:23.485 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7222 | 2026-08-14T17:27:24.638Z | [ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7223 | 2026-08-14T17:27:24.639Z | [ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO STEP 663 (remove_files) COMPLETE |
| 7224 | 2026-08-14T17:27:24.639Z | [ recovery-image] Aug 14 17:27:23.492 INFO O| Aug 14 17:27:23.492 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7225 | 2026-08-14T17:27:24.646Z | [ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7226 | 2026-08-14T17:27:24.646Z | [ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO STEP 664 (remove_files) COMPLETE |
| 7227 | 2026-08-14T17:27:24.646Z | [ recovery-image] Aug 14 17:27:23.500 INFO O| Aug 14 17:27:23.500 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7228 | 2026-08-14T17:27:24.654Z | [ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7229 | 2026-08-14T17:27:24.654Z | [ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.508 INFO STEP 665 (remove_files) COMPLETE |
| 7230 | 2026-08-14T17:27:24.654Z | [ recovery-image] Aug 14 17:27:23.508 INFO O| Aug 14 17:27:23.508 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7231 | 2026-08-14T17:27:24.661Z | [ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7232 | 2026-08-14T17:27:24.662Z | [ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO STEP 666 (remove_files) COMPLETE |
| 7233 | 2026-08-14T17:27:24.662Z | [ recovery-image] Aug 14 17:27:23.515 INFO O| Aug 14 17:27:23.515 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7234 | 2026-08-14T17:27:24.669Z | [ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7235 | 2026-08-14T17:27:24.670Z | [ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO STEP 667 (remove_files) COMPLETE |
| 7236 | 2026-08-14T17:27:24.672Z | [ recovery-image] Aug 14 17:27:23.523 INFO O| Aug 14 17:27:23.523 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7237 | 2026-08-14T17:27:24.676Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 7238 | 2026-08-14T17:27:24.679Z | [ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7239 | 2026-08-14T17:27:24.679Z | [ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO STEP 668 (remove_files) COMPLETE |
| 7240 | 2026-08-14T17:27:24.679Z | [ recovery-image] Aug 14 17:27:23.531 INFO O| Aug 14 17:27:23.531 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7241 | 2026-08-14T17:27:24.687Z | [ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7242 | 2026-08-14T17:27:24.687Z | [ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO STEP 669 (remove_files) COMPLETE |
| 7243 | 2026-08-14T17:27:24.687Z | [ recovery-image] Aug 14 17:27:23.539 INFO O| Aug 14 17:27:23.539 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7244 | 2026-08-14T17:27:24.695Z | [ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7245 | 2026-08-14T17:27:24.695Z | [ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO STEP 670 (remove_files) COMPLETE |
| 7246 | 2026-08-14T17:27:24.695Z | [ recovery-image] Aug 14 17:27:23.549 INFO O| Aug 14 17:27:23.549 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7247 | 2026-08-14T17:27:24.705Z | [ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7248 | 2026-08-14T17:27:24.705Z | [ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO STEP 671 (remove_files) COMPLETE |
| 7249 | 2026-08-14T17:27:24.705Z | [ recovery-image] Aug 14 17:27:23.558 INFO O| Aug 14 17:27:23.558 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7250 | 2026-08-14T17:27:24.714Z | [ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7251 | 2026-08-14T17:27:24.714Z | [ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO STEP 672 (remove_files) COMPLETE |
| 7252 | 2026-08-14T17:27:24.714Z | [ recovery-image] Aug 14 17:27:23.568 INFO O| Aug 14 17:27:23.568 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7253 | 2026-08-14T17:27:24.723Z | [ recovery-image] Aug 14 17:27:23.577 INFO O| Aug 14 17:27:23.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7254 | 2026-08-14T17:27:24.726Z | [ recovery-image] Aug 14 17:27:23.578 INFO O| Aug 14 17:27:23.578 INFO STEP 673 (remove_files) COMPLETE |
| 7255 | 2026-08-14T17:27:24.726Z | [ recovery-image] Aug 14 17:27:23.578 INFO O| Aug 14 17:27:23.578 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7256 | 2026-08-14T17:27:24.733Z | [ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7257 | 2026-08-14T17:27:24.734Z | [ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO STEP 674 (remove_files) COMPLETE |
| 7258 | 2026-08-14T17:27:24.734Z | [ recovery-image] Aug 14 17:27:23.587 INFO O| Aug 14 17:27:23.587 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7259 | 2026-08-14T17:27:24.743Z | [ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7260 | 2026-08-14T17:27:24.743Z | [ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO STEP 675 (remove_files) COMPLETE |
| 7261 | 2026-08-14T17:27:24.744Z | [ recovery-image] Aug 14 17:27:23.597 INFO O| Aug 14 17:27:23.597 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7262 | 2026-08-14T17:27:24.753Z | [ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7263 | 2026-08-14T17:27:24.753Z | [ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO STEP 676 (remove_files) COMPLETE |
| 7264 | 2026-08-14T17:27:24.753Z | [ recovery-image] Aug 14 17:27:23.607 INFO O| Aug 14 17:27:23.607 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7265 | 2026-08-14T17:27:24.763Z | [ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7266 | 2026-08-14T17:27:24.763Z | [ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO STEP 677 (remove_files) COMPLETE |
| 7267 | 2026-08-14T17:27:24.763Z | [ recovery-image] Aug 14 17:27:23.616 INFO O| Aug 14 17:27:23.616 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7268 | 2026-08-14T17:27:24.772Z | [ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7269 | 2026-08-14T17:27:24.772Z | [ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO STEP 678 (remove_files) COMPLETE |
| 7270 | 2026-08-14T17:27:24.776Z | [ recovery-image] Aug 14 17:27:23.626 INFO O| Aug 14 17:27:23.626 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7271 | 2026-08-14T17:27:24.783Z | [ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7272 | 2026-08-14T17:27:24.783Z | [ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO STEP 679 (remove_files) COMPLETE |
| 7273 | 2026-08-14T17:27:24.783Z | [ recovery-image] Aug 14 17:27:23.637 INFO O| Aug 14 17:27:23.637 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7274 | 2026-08-14T17:27:24.793Z | [ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7275 | 2026-08-14T17:27:24.793Z | [ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO STEP 680 (remove_files) COMPLETE |
| 7276 | 2026-08-14T17:27:24.793Z | [ recovery-image] Aug 14 17:27:23.647 INFO O| Aug 14 17:27:23.647 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7277 | 2026-08-14T17:27:24.802Z | [ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7278 | 2026-08-14T17:27:24.802Z | [ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO STEP 681 (remove_files) COMPLETE |
| 7279 | 2026-08-14T17:27:24.802Z | [ recovery-image] Aug 14 17:27:23.656 INFO O| Aug 14 17:27:23.656 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7280 | 2026-08-14T17:27:24.810Z | [ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7281 | 2026-08-14T17:27:24.810Z | [ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO STEP 682 (remove_files) COMPLETE |
| 7282 | 2026-08-14T17:27:24.810Z | [ recovery-image] Aug 14 17:27:23.664 INFO O| Aug 14 17:27:23.664 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7283 | 2026-08-14T17:27:24.828Z | [ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7284 | 2026-08-14T17:27:24.828Z | [ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO STEP 683 (remove_files) COMPLETE |
| 7285 | 2026-08-14T17:27:24.832Z | [ recovery-image] Aug 14 17:27:23.682 INFO O| Aug 14 17:27:23.682 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7286 | 2026-08-14T17:27:24.836Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 7287 | 2026-08-14T17:27:24.840Z | [ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7288 | 2026-08-14T17:27:24.840Z | [ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO STEP 684 (remove_files) COMPLETE |
| 7289 | 2026-08-14T17:27:24.843Z | [ recovery-image] Aug 14 17:27:23.694 INFO O| Aug 14 17:27:23.694 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7290 | 2026-08-14T17:27:24.848Z | [ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7291 | 2026-08-14T17:27:24.848Z | [ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO STEP 685 (remove_files) COMPLETE |
| 7292 | 2026-08-14T17:27:24.848Z | [ recovery-image] Aug 14 17:27:23.702 INFO O| Aug 14 17:27:23.702 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7293 | 2026-08-14T17:27:24.856Z | [ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7294 | 2026-08-14T17:27:24.856Z | [ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO STEP 686 (remove_files) COMPLETE |
| 7295 | 2026-08-14T17:27:24.856Z | [ recovery-image] Aug 14 17:27:23.710 INFO O| Aug 14 17:27:23.710 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7296 | 2026-08-14T17:27:24.872Z | [ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7297 | 2026-08-14T17:27:24.872Z | [ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO STEP 687 (remove_files) COMPLETE |
| 7298 | 2026-08-14T17:27:24.873Z | [ recovery-image] Aug 14 17:27:23.726 INFO O| Aug 14 17:27:23.726 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7299 | 2026-08-14T17:27:24.889Z | [ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7300 | 2026-08-14T17:27:24.889Z | [ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO STEP 688 (remove_files) COMPLETE |
| 7301 | 2026-08-14T17:27:24.889Z | [ recovery-image] Aug 14 17:27:23.743 INFO O| Aug 14 17:27:23.743 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7302 | 2026-08-14T17:27:24.898Z | [ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7303 | 2026-08-14T17:27:24.898Z | [ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO STEP 689 (remove_files) COMPLETE |
| 7304 | 2026-08-14T17:27:24.898Z | [ recovery-image] Aug 14 17:27:23.752 INFO O| Aug 14 17:27:23.752 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7305 | 2026-08-14T17:27:24.907Z | [ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7306 | 2026-08-14T17:27:24.907Z | [ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO STEP 690 (remove_files) COMPLETE |
| 7307 | 2026-08-14T17:27:24.907Z | [ recovery-image] Aug 14 17:27:23.761 INFO O| Aug 14 17:27:23.761 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-14T17:27:24.968Z | [ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7309 | 2026-08-14T17:27:24.968Z | [ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO STEP 691 (remove_files) COMPLETE |
| 7310 | 2026-08-14T17:27:24.971Z | [ recovery-image] Aug 14 17:27:23.821 INFO O| Aug 14 17:27:23.821 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7311 | 2026-08-14T17:27:24.977Z | [ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7312 | 2026-08-14T17:27:24.980Z | [ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO STEP 692 (remove_files) COMPLETE |
| 7313 | 2026-08-14T17:27:24.980Z | [ recovery-image] Aug 14 17:27:23.831 INFO O| Aug 14 17:27:23.831 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7314 | 2026-08-14T17:27:25.015Z | [ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7315 | 2026-08-14T17:27:25.015Z | [ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO STEP 693 (remove_files) COMPLETE |
| 7316 | 2026-08-14T17:27:25.019Z | [ recovery-image] Aug 14 17:27:23.869 INFO O| Aug 14 17:27:23.869 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7317 | 2026-08-14T17:27:25.027Z | [ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7318 | 2026-08-14T17:27:25.027Z | [ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO STEP 694 (remove_files) COMPLETE |
| 7319 | 2026-08-14T17:27:25.027Z | [ recovery-image] Aug 14 17:27:23.879 INFO O| Aug 14 17:27:23.879 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7320 | 2026-08-14T17:27:25.035Z | [ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7321 | 2026-08-14T17:27:25.035Z | [ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO STEP 695 (remove_files) COMPLETE |
| 7322 | 2026-08-14T17:27:25.035Z | [ recovery-image] Aug 14 17:27:23.889 INFO O| Aug 14 17:27:23.889 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7323 | 2026-08-14T17:27:25.107Z | [ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7324 | 2026-08-14T17:27:25.107Z | [ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO STEP 696 (remove_files) COMPLETE |
| 7325 | 2026-08-14T17:27:25.107Z | [ recovery-image] Aug 14 17:27:23.960 INFO O| Aug 14 17:27:23.960 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7326 | 2026-08-14T17:27:25.135Z | [ recovery-image] Aug 14 17:27:23.969 INFO O| Aug 14 17:27:23.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7327 | 2026-08-14T17:27:25.135Z | [ recovery-image] Aug 14 17:27:23.970 INFO O| Aug 14 17:27:23.969 INFO STEP 697 (remove_files) COMPLETE |
| 7328 | 2026-08-14T17:27:25.135Z | [ recovery-image] Aug 14 17:27:23.970 INFO O| Aug 14 17:27:23.970 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7329 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7330 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO STEP 698 (remove_files) COMPLETE |
| 7331 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.978 INFO O| Aug 14 17:27:23.978 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7332 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7333 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO STEP 699 (remove_files) COMPLETE |
| 7334 | 2026-08-14T17:27:25.139Z | [ recovery-image] Aug 14 17:27:23.987 INFO O| Aug 14 17:27:23.987 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7335 | 2026-08-14T17:27:25.142Z | [ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7336 | 2026-08-14T17:27:25.142Z | [ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO STEP 700 (remove_files) COMPLETE |
| 7337 | 2026-08-14T17:27:25.142Z | [ recovery-image] Aug 14 17:27:23.996 INFO O| Aug 14 17:27:23.996 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7338 | 2026-08-14T17:27:25.152Z | [ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7339 | 2026-08-14T17:27:25.152Z | [ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO STEP 701 (remove_files) COMPLETE |
| 7340 | 2026-08-14T17:27:25.152Z | [ recovery-image] Aug 14 17:27:24.006 INFO O| Aug 14 17:27:24.006 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7341 | 2026-08-14T17:27:25.184Z | [ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7342 | 2026-08-14T17:27:25.184Z | [ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO STEP 702 (remove_files) COMPLETE |
| 7343 | 2026-08-14T17:27:25.185Z | [ recovery-image] Aug 14 17:27:24.038 INFO O| Aug 14 17:27:24.038 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7344 | 2026-08-14T17:27:25.197Z | [ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7345 | 2026-08-14T17:27:25.197Z | [ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO STEP 703 (remove_files) COMPLETE |
| 7346 | 2026-08-14T17:27:25.197Z | [ recovery-image] Aug 14 17:27:24.051 INFO O| Aug 14 17:27:24.051 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7347 | 2026-08-14T17:27:25.208Z | [ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7348 | 2026-08-14T17:27:25.208Z | [ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO STEP 704 (remove_files) COMPLETE |
| 7349 | 2026-08-14T17:27:25.211Z | [ recovery-image] Aug 14 17:27:24.062 INFO O| Aug 14 17:27:24.062 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7350 | 2026-08-14T17:27:25.218Z | [ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7351 | 2026-08-14T17:27:25.218Z | [ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO STEP 705 (remove_files) COMPLETE |
| 7352 | 2026-08-14T17:27:25.218Z | [ recovery-image] Aug 14 17:27:24.072 INFO O| Aug 14 17:27:24.072 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7353 | 2026-08-14T17:27:25.228Z | [ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7354 | 2026-08-14T17:27:25.228Z | [ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO STEP 706 (remove_files) COMPLETE |
| 7355 | 2026-08-14T17:27:25.228Z | [ recovery-image] Aug 14 17:27:24.082 INFO O| Aug 14 17:27:24.082 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7356 | 2026-08-14T17:27:25.238Z | [ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7357 | 2026-08-14T17:27:25.238Z | [ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO STEP 707 (remove_files) COMPLETE |
| 7358 | 2026-08-14T17:27:25.238Z | [ recovery-image] Aug 14 17:27:24.092 INFO O| Aug 14 17:27:24.092 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7359 | 2026-08-14T17:27:25.249Z | [ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7360 | 2026-08-14T17:27:25.249Z | [ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO STEP 708 (remove_files) COMPLETE |
| 7361 | 2026-08-14T17:27:25.249Z | [ recovery-image] Aug 14 17:27:24.103 INFO O| Aug 14 17:27:24.103 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7362 | 2026-08-14T17:27:25.259Z | [ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7363 | 2026-08-14T17:27:25.259Z | [ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO STEP 709 (remove_files) COMPLETE |
| 7364 | 2026-08-14T17:27:25.259Z | [ recovery-image] Aug 14 17:27:24.113 INFO O| Aug 14 17:27:24.113 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7365 | 2026-08-14T17:27:25.269Z | [ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7366 | 2026-08-14T17:27:25.269Z | [ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO STEP 710 (remove_files) COMPLETE |
| 7367 | 2026-08-14T17:27:25.272Z | [ recovery-image] Aug 14 17:27:24.123 INFO O| Aug 14 17:27:24.123 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7368 | 2026-08-14T17:27:25.280Z | [ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7369 | 2026-08-14T17:27:25.280Z | [ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO STEP 711 (remove_files) COMPLETE |
| 7370 | 2026-08-14T17:27:25.283Z | [ recovery-image] Aug 14 17:27:24.134 INFO O| Aug 14 17:27:24.134 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7371 | 2026-08-14T17:27:25.291Z | [ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7372 | 2026-08-14T17:27:25.291Z | [ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO STEP 712 (remove_files) COMPLETE |
| 7373 | 2026-08-14T17:27:25.291Z | [ recovery-image] Aug 14 17:27:24.145 INFO O| Aug 14 17:27:24.145 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7374 | 2026-08-14T17:27:25.302Z | [ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7375 | 2026-08-14T17:27:25.302Z | [ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO STEP 713 (remove_files) COMPLETE |
| 7376 | 2026-08-14T17:27:25.303Z | [ recovery-image] Aug 14 17:27:24.156 INFO O| Aug 14 17:27:24.156 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7377 | 2026-08-14T17:27:25.313Z | [ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7378 | 2026-08-14T17:27:25.313Z | [ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO STEP 714 (remove_files) COMPLETE |
| 7379 | 2026-08-14T17:27:25.313Z | [ recovery-image] Aug 14 17:27:24.167 INFO O| Aug 14 17:27:24.167 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7380 | 2026-08-14T17:27:25.323Z | [ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7381 | 2026-08-14T17:27:25.323Z | [ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO STEP 715 (remove_files) COMPLETE |
| 7382 | 2026-08-14T17:27:25.323Z | [ recovery-image] Aug 14 17:27:24.177 INFO O| Aug 14 17:27:24.177 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7383 | 2026-08-14T17:27:25.327Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 7384 | 2026-08-14T17:27:25.333Z | [ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7385 | 2026-08-14T17:27:25.333Z | [ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO STEP 716 (remove_files) COMPLETE |
| 7386 | 2026-08-14T17:27:25.337Z | [ recovery-image] Aug 14 17:27:24.187 INFO O| Aug 14 17:27:24.187 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7387 | 2026-08-14T17:27:25.344Z | [ recovery-image] Aug 14 17:27:24.198 INFO O| Aug 14 17:27:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7388 | 2026-08-14T17:27:25.348Z | [ recovery-image] Aug 14 17:27:24.200 INFO O| Aug 14 17:27:24.200 INFO STEP 717 (remove_files) COMPLETE |
| 7389 | 2026-08-14T17:27:25.348Z | [ recovery-image] Aug 14 17:27:24.200 INFO O| Aug 14 17:27:24.200 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7390 | 2026-08-14T17:27:25.358Z | [ recovery-image] Aug 14 17:27:24.212 INFO O| Aug 14 17:27:24.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7391 | 2026-08-14T17:27:25.362Z | [ recovery-image] Aug 14 17:27:24.213 INFO O| Aug 14 17:27:24.213 INFO STEP 718 (remove_files) COMPLETE |
| 7392 | 2026-08-14T17:27:25.363Z | [ recovery-image] Aug 14 17:27:24.213 INFO O| Aug 14 17:27:24.213 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7393 | 2026-08-14T17:27:25.370Z | [ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7394 | 2026-08-14T17:27:25.370Z | [ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO STEP 719 (remove_files) COMPLETE |
| 7395 | 2026-08-14T17:27:25.373Z | [ recovery-image] Aug 14 17:27:24.224 INFO O| Aug 14 17:27:24.224 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7396 | 2026-08-14T17:27:25.379Z | [ recovery-image] Aug 14 17:27:24.233 INFO O| Aug 14 17:27:24.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7397 | 2026-08-14T17:27:25.382Z | [ recovery-image] Aug 14 17:27:24.234 INFO O| Aug 14 17:27:24.234 INFO STEP 720 (remove_files) COMPLETE |
| 7398 | 2026-08-14T17:27:25.382Z | [ recovery-image] Aug 14 17:27:24.234 INFO O| Aug 14 17:27:24.234 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7399 | 2026-08-14T17:27:25.390Z | [ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7400 | 2026-08-14T17:27:25.390Z | [ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO STEP 721 (remove_files) COMPLETE |
| 7401 | 2026-08-14T17:27:25.393Z | [ recovery-image] Aug 14 17:27:24.244 INFO O| Aug 14 17:27:24.244 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7402 | 2026-08-14T17:27:25.399Z | [ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7403 | 2026-08-14T17:27:25.399Z | [ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO STEP 722 (remove_files) COMPLETE |
| 7404 | 2026-08-14T17:27:25.403Z | [ recovery-image] Aug 14 17:27:24.253 INFO O| Aug 14 17:27:24.253 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7405 | 2026-08-14T17:27:25.411Z | [ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7406 | 2026-08-14T17:27:25.411Z | [ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO STEP 723 (remove_files) COMPLETE |
| 7407 | 2026-08-14T17:27:25.414Z | [ recovery-image] Aug 14 17:27:24.263 INFO O| Aug 14 17:27:24.263 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7408 | 2026-08-14T17:27:25.418Z | [ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7409 | 2026-08-14T17:27:25.421Z | [ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO STEP 724 (remove_files) COMPLETE |
| 7410 | 2026-08-14T17:27:25.422Z | [ recovery-image] Aug 14 17:27:24.272 INFO O| Aug 14 17:27:24.272 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7411 | 2026-08-14T17:27:25.428Z | [ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7412 | 2026-08-14T17:27:25.428Z | [ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO STEP 725 (remove_files) COMPLETE |
| 7413 | 2026-08-14T17:27:25.429Z | [ recovery-image] Aug 14 17:27:24.282 INFO O| Aug 14 17:27:24.282 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7414 | 2026-08-14T17:27:25.440Z | [ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7415 | 2026-08-14T17:27:25.440Z | [ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO STEP 726 (remove_files) COMPLETE |
| 7416 | 2026-08-14T17:27:25.440Z | [ recovery-image] Aug 14 17:27:24.294 INFO O| Aug 14 17:27:24.294 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7417 | 2026-08-14T17:27:25.450Z | [ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7418 | 2026-08-14T17:27:25.450Z | [ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO STEP 727 (remove_files) COMPLETE |
| 7419 | 2026-08-14T17:27:25.450Z | [ recovery-image] Aug 14 17:27:24.304 INFO O| Aug 14 17:27:24.304 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7420 | 2026-08-14T17:27:25.461Z | [ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7421 | 2026-08-14T17:27:25.461Z | [ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO STEP 728 (remove_files) COMPLETE |
| 7422 | 2026-08-14T17:27:25.461Z | [ recovery-image] Aug 14 17:27:24.314 INFO O| Aug 14 17:27:24.314 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7423 | 2026-08-14T17:27:25.471Z | [ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7424 | 2026-08-14T17:27:25.471Z | [ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO STEP 729 (remove_files) COMPLETE |
| 7425 | 2026-08-14T17:27:25.471Z | [ recovery-image] Aug 14 17:27:24.325 INFO O| Aug 14 17:27:24.325 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7426 | 2026-08-14T17:27:25.481Z | [ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7427 | 2026-08-14T17:27:25.481Z | [ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO STEP 730 (remove_files) COMPLETE |
| 7428 | 2026-08-14T17:27:25.481Z | [ recovery-image] Aug 14 17:27:24.335 INFO O| Aug 14 17:27:24.335 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7429 | 2026-08-14T17:27:25.492Z | [ recovery-image] Aug 14 17:27:24.345 INFO O| Aug 14 17:27:24.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7430 | 2026-08-14T17:27:25.492Z | [ recovery-image] Aug 14 17:27:24.346 INFO O| Aug 14 17:27:24.346 INFO STEP 731 (remove_files) COMPLETE |
| 7431 | 2026-08-14T17:27:25.492Z | [ recovery-image] Aug 14 17:27:24.346 INFO O| Aug 14 17:27:24.346 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7432 | 2026-08-14T17:27:25.502Z | [ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7433 | 2026-08-14T17:27:25.503Z | [ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO STEP 732 (remove_files) COMPLETE |
| 7434 | 2026-08-14T17:27:25.503Z | [ recovery-image] Aug 14 17:27:24.356 INFO O| Aug 14 17:27:24.356 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7435 | 2026-08-14T17:27:25.513Z | [ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7436 | 2026-08-14T17:27:25.513Z | [ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO STEP 733 (remove_files) COMPLETE |
| 7437 | 2026-08-14T17:27:25.513Z | [ recovery-image] Aug 14 17:27:24.367 INFO O| Aug 14 17:27:24.367 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7438 | 2026-08-14T17:27:25.523Z | [ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7439 | 2026-08-14T17:27:25.523Z | [ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO STEP 734 (remove_files) COMPLETE |
| 7440 | 2026-08-14T17:27:25.526Z | [ recovery-image] Aug 14 17:27:24.377 INFO O| Aug 14 17:27:24.377 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7441 | 2026-08-14T17:27:25.540Z | [ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7442 | 2026-08-14T17:27:25.540Z | [ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO STEP 735 (remove_files) COMPLETE |
| 7443 | 2026-08-14T17:27:25.540Z | [ recovery-image] Aug 14 17:27:24.388 INFO O| Aug 14 17:27:24.388 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7444 | 2026-08-14T17:27:25.546Z | [ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7445 | 2026-08-14T17:27:25.546Z | [ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO STEP 736 (remove_files) COMPLETE |
| 7446 | 2026-08-14T17:27:25.546Z | [ recovery-image] Aug 14 17:27:24.400 INFO O| Aug 14 17:27:24.400 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7447 | 2026-08-14T17:27:25.557Z | [ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7448 | 2026-08-14T17:27:25.557Z | [ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO STEP 737 (remove_files) COMPLETE |
| 7449 | 2026-08-14T17:27:25.557Z | [ recovery-image] Aug 14 17:27:24.410 INFO O| Aug 14 17:27:24.410 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7450 | 2026-08-14T17:27:25.568Z | [ recovery-image] Aug 14 17:27:24.421 INFO O| Aug 14 17:27:24.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7451 | 2026-08-14T17:27:25.568Z | [ recovery-image] Aug 14 17:27:24.422 INFO O| Aug 14 17:27:24.422 INFO STEP 738 (remove_files) COMPLETE |
| 7452 | 2026-08-14T17:27:25.571Z | [ recovery-image] Aug 14 17:27:24.422 INFO O| Aug 14 17:27:24.422 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7453 | 2026-08-14T17:27:25.579Z | [ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7454 | 2026-08-14T17:27:25.579Z | [ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO STEP 739 (remove_files) COMPLETE |
| 7455 | 2026-08-14T17:27:25.579Z | [ recovery-image] Aug 14 17:27:24.433 INFO O| Aug 14 17:27:24.433 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7456 | 2026-08-14T17:27:25.590Z | [ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7457 | 2026-08-14T17:27:25.590Z | [ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO STEP 740 (remove_files) COMPLETE |
| 7458 | 2026-08-14T17:27:25.590Z | [ recovery-image] Aug 14 17:27:24.444 INFO O| Aug 14 17:27:24.444 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7459 | 2026-08-14T17:27:25.598Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 7460 | 2026-08-14T17:27:25.605Z | [ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7461 | 2026-08-14T17:27:25.605Z | [ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.455 INFO STEP 741 (remove_files) COMPLETE |
| 7462 | 2026-08-14T17:27:25.605Z | [ recovery-image] Aug 14 17:27:24.455 INFO O| Aug 14 17:27:24.455 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7463 | 2026-08-14T17:27:25.611Z | [ recovery-image] Aug 14 17:27:24.464 INFO O| Aug 14 17:27:24.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7464 | 2026-08-14T17:27:25.611Z | [ recovery-image] Aug 14 17:27:24.465 INFO O| Aug 14 17:27:24.465 INFO STEP 742 (remove_files) COMPLETE |
| 7465 | 2026-08-14T17:27:25.614Z | [ recovery-image] Aug 14 17:27:24.465 INFO O| Aug 14 17:27:24.465 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7466 | 2026-08-14T17:27:25.621Z | [ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7467 | 2026-08-14T17:27:25.622Z | [ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO STEP 743 (remove_files) COMPLETE |
| 7468 | 2026-08-14T17:27:25.622Z | [ recovery-image] Aug 14 17:27:24.475 INFO O| Aug 14 17:27:24.475 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7469 | 2026-08-14T17:27:25.633Z | [ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7470 | 2026-08-14T17:27:25.633Z | [ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO STEP 744 (remove_files) COMPLETE |
| 7471 | 2026-08-14T17:27:25.633Z | [ recovery-image] Aug 14 17:27:24.487 INFO O| Aug 14 17:27:24.487 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7472 | 2026-08-14T17:27:25.644Z | [ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7473 | 2026-08-14T17:27:25.644Z | [ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO STEP 745 (remove_files) COMPLETE |
| 7474 | 2026-08-14T17:27:25.644Z | [ recovery-image] Aug 14 17:27:24.498 INFO O| Aug 14 17:27:24.498 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7475 | 2026-08-14T17:27:25.654Z | [ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7476 | 2026-08-14T17:27:25.654Z | [ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO STEP 746 (remove_files) COMPLETE |
| 7477 | 2026-08-14T17:27:25.654Z | [ recovery-image] Aug 14 17:27:24.508 INFO O| Aug 14 17:27:24.508 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7478 | 2026-08-14T17:27:25.665Z | [ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7479 | 2026-08-14T17:27:25.665Z | [ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO STEP 747 (remove_files) COMPLETE |
| 7480 | 2026-08-14T17:27:25.665Z | [ recovery-image] Aug 14 17:27:24.518 INFO O| Aug 14 17:27:24.518 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7481 | 2026-08-14T17:27:25.675Z | [ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7482 | 2026-08-14T17:27:25.675Z | [ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.529 INFO STEP 748 (remove_files) COMPLETE |
| 7483 | 2026-08-14T17:27:25.675Z | [ recovery-image] Aug 14 17:27:24.529 INFO O| Aug 14 17:27:24.529 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7484 | 2026-08-14T17:27:25.684Z | [ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7485 | 2026-08-14T17:27:25.684Z | [ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO STEP 749 (remove_files) COMPLETE |
| 7486 | 2026-08-14T17:27:25.687Z | [ recovery-image] Aug 14 17:27:24.538 INFO O| Aug 14 17:27:24.538 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7487 | 2026-08-14T17:27:25.694Z | [ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7488 | 2026-08-14T17:27:25.694Z | [ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO STEP 750 (remove_files) COMPLETE |
| 7489 | 2026-08-14T17:27:25.694Z | [ recovery-image] Aug 14 17:27:24.548 INFO O| Aug 14 17:27:24.548 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7490 | 2026-08-14T17:27:25.705Z | [ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7491 | 2026-08-14T17:27:25.705Z | [ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO STEP 751 (remove_files) COMPLETE |
| 7492 | 2026-08-14T17:27:25.708Z | [ recovery-image] Aug 14 17:27:24.559 INFO O| Aug 14 17:27:24.559 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7493 | 2026-08-14T17:27:25.715Z | [ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7494 | 2026-08-14T17:27:25.715Z | [ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO STEP 752 (remove_files) COMPLETE |
| 7495 | 2026-08-14T17:27:25.715Z | [ recovery-image] Aug 14 17:27:24.569 INFO O| Aug 14 17:27:24.569 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7496 | 2026-08-14T17:27:25.726Z | [ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7497 | 2026-08-14T17:27:25.726Z | [ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.580 INFO STEP 753 (remove_files) COMPLETE |
| 7498 | 2026-08-14T17:27:25.726Z | [ recovery-image] Aug 14 17:27:24.580 INFO O| Aug 14 17:27:24.580 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7499 | 2026-08-14T17:27:25.735Z | [ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7500 | 2026-08-14T17:27:25.735Z | [ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO STEP 754 (remove_files) COMPLETE |
| 7501 | 2026-08-14T17:27:25.735Z | [ recovery-image] Aug 14 17:27:24.589 INFO O| Aug 14 17:27:24.589 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7502 | 2026-08-14T17:27:25.746Z | [ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7503 | 2026-08-14T17:27:25.746Z | [ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO STEP 755 (remove_files) COMPLETE |
| 7504 | 2026-08-14T17:27:25.746Z | [ recovery-image] Aug 14 17:27:24.600 INFO O| Aug 14 17:27:24.600 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7505 | 2026-08-14T17:27:25.757Z | [ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7506 | 2026-08-14T17:27:25.757Z | [ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO STEP 756 (remove_files) COMPLETE |
| 7507 | 2026-08-14T17:27:25.761Z | [ recovery-image] Aug 14 17:27:24.611 INFO O| Aug 14 17:27:24.611 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7508 | 2026-08-14T17:27:25.766Z | [ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7509 | 2026-08-14T17:27:25.766Z | [ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO STEP 757 (remove_files) COMPLETE |
| 7510 | 2026-08-14T17:27:25.766Z | [ recovery-image] Aug 14 17:27:24.620 INFO O| Aug 14 17:27:24.620 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7511 | 2026-08-14T17:27:25.775Z | [ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7512 | 2026-08-14T17:27:25.775Z | [ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO STEP 758 (remove_files) COMPLETE |
| 7513 | 2026-08-14T17:27:25.778Z | [ recovery-image] Aug 14 17:27:24.629 INFO O| Aug 14 17:27:24.629 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7514 | 2026-08-14T17:27:25.784Z | [ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7515 | 2026-08-14T17:27:25.784Z | [ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO STEP 759 (remove_files) COMPLETE |
| 7516 | 2026-08-14T17:27:25.787Z | [ recovery-image] Aug 14 17:27:24.638 INFO O| Aug 14 17:27:24.638 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7517 | 2026-08-14T17:27:25.793Z | [ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7518 | 2026-08-14T17:27:25.793Z | [ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.647 INFO STEP 760 (remove_files) COMPLETE |
| 7519 | 2026-08-14T17:27:25.793Z | [ recovery-image] Aug 14 17:27:24.647 INFO O| Aug 14 17:27:24.647 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7520 | 2026-08-14T17:27:25.802Z | [ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7521 | 2026-08-14T17:27:25.803Z | [ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO STEP 761 (remove_files) COMPLETE |
| 7522 | 2026-08-14T17:27:25.803Z | [ recovery-image] Aug 14 17:27:24.656 INFO O| Aug 14 17:27:24.656 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7523 | 2026-08-14T17:27:25.813Z | [ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7524 | 2026-08-14T17:27:25.813Z | [ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO STEP 762 (remove_files) COMPLETE |
| 7525 | 2026-08-14T17:27:25.813Z | [ recovery-image] Aug 14 17:27:24.667 INFO O| Aug 14 17:27:24.667 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7526 | 2026-08-14T17:27:25.819Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 7527 | 2026-08-14T17:27:25.823Z | [ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7528 | 2026-08-14T17:27:25.823Z | [ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO STEP 763 (remove_files) COMPLETE |
| 7529 | 2026-08-14T17:27:25.823Z | [ recovery-image] Aug 14 17:27:24.677 INFO O| Aug 14 17:27:24.677 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7530 | 2026-08-14T17:27:25.832Z | [ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7531 | 2026-08-14T17:27:25.832Z | [ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO STEP 764 (remove_files) COMPLETE |
| 7532 | 2026-08-14T17:27:25.832Z | [ recovery-image] Aug 14 17:27:24.686 INFO O| Aug 14 17:27:24.686 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7533 | 2026-08-14T17:27:25.843Z | [ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7534 | 2026-08-14T17:27:25.843Z | [ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO STEP 765 (remove_files) COMPLETE |
| 7535 | 2026-08-14T17:27:25.846Z | [ recovery-image] Aug 14 17:27:24.696 INFO O| Aug 14 17:27:24.696 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7536 | 2026-08-14T17:27:25.852Z | [ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7537 | 2026-08-14T17:27:25.852Z | [ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO STEP 766 (remove_files) COMPLETE |
| 7538 | 2026-08-14T17:27:25.852Z | [ recovery-image] Aug 14 17:27:24.706 INFO O| Aug 14 17:27:24.706 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7539 | 2026-08-14T17:27:25.862Z | [ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7540 | 2026-08-14T17:27:25.862Z | [ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO STEP 767 (remove_files) COMPLETE |
| 7541 | 2026-08-14T17:27:25.865Z | [ recovery-image] Aug 14 17:27:24.715 INFO O| Aug 14 17:27:24.715 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7542 | 2026-08-14T17:27:25.873Z | [ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7543 | 2026-08-14T17:27:25.873Z | [ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO STEP 768 (remove_files) COMPLETE |
| 7544 | 2026-08-14T17:27:25.876Z | [ recovery-image] Aug 14 17:27:24.724 INFO O| Aug 14 17:27:24.724 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7545 | 2026-08-14T17:27:25.880Z | [ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7546 | 2026-08-14T17:27:25.880Z | [ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO STEP 769 (remove_files) COMPLETE |
| 7547 | 2026-08-14T17:27:25.883Z | [ recovery-image] Aug 14 17:27:24.734 INFO O| Aug 14 17:27:24.734 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7548 | 2026-08-14T17:27:25.890Z | [ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7549 | 2026-08-14T17:27:25.890Z | [ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO STEP 770 (remove_files) COMPLETE |
| 7550 | 2026-08-14T17:27:25.893Z | [ recovery-image] Aug 14 17:27:24.744 INFO O| Aug 14 17:27:24.744 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7551 | 2026-08-14T17:27:25.896Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 7552 | 2026-08-14T17:27:25.900Z | [ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7553 | 2026-08-14T17:27:25.900Z | [ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.754 INFO STEP 771 (remove_files) COMPLETE |
| 7554 | 2026-08-14T17:27:25.900Z | [ recovery-image] Aug 14 17:27:24.754 INFO O| Aug 14 17:27:24.754 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7555 | 2026-08-14T17:27:25.911Z | [ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7556 | 2026-08-14T17:27:25.911Z | [ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO STEP 772 (remove_files) COMPLETE |
| 7557 | 2026-08-14T17:27:25.911Z | [ recovery-image] Aug 14 17:27:24.764 INFO O| Aug 14 17:27:24.764 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7558 | 2026-08-14T17:27:25.922Z | [ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7559 | 2026-08-14T17:27:25.922Z | [ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.776 INFO STEP 773 (remove_files) COMPLETE |
| 7560 | 2026-08-14T17:27:25.922Z | [ recovery-image] Aug 14 17:27:24.776 INFO O| Aug 14 17:27:24.776 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7561 | 2026-08-14T17:27:25.932Z | [ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7562 | 2026-08-14T17:27:25.932Z | [ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO STEP 774 (remove_files) COMPLETE |
| 7563 | 2026-08-14T17:27:25.932Z | [ recovery-image] Aug 14 17:27:24.785 INFO O| Aug 14 17:27:24.785 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7564 | 2026-08-14T17:27:25.941Z | [ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7565 | 2026-08-14T17:27:25.941Z | [ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO STEP 775 (remove_files) COMPLETE |
| 7566 | 2026-08-14T17:27:25.941Z | [ recovery-image] Aug 14 17:27:24.795 INFO O| Aug 14 17:27:24.795 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7567 | 2026-08-14T17:27:25.951Z | [ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7568 | 2026-08-14T17:27:25.951Z | [ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO STEP 776 (remove_files) COMPLETE |
| 7569 | 2026-08-14T17:27:25.954Z | [ recovery-image] Aug 14 17:27:24.804 INFO O| Aug 14 17:27:24.804 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7570 | 2026-08-14T17:27:25.962Z | [ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7571 | 2026-08-14T17:27:25.962Z | [ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO STEP 777 (remove_files) COMPLETE |
| 7572 | 2026-08-14T17:27:25.962Z | [ recovery-image] Aug 14 17:27:24.816 INFO O| Aug 14 17:27:24.816 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7573 | 2026-08-14T17:27:25.972Z | [ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7574 | 2026-08-14T17:27:25.972Z | [ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO STEP 778 (remove_files) COMPLETE |
| 7575 | 2026-08-14T17:27:25.972Z | [ recovery-image] Aug 14 17:27:24.826 INFO O| Aug 14 17:27:24.826 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7576 | 2026-08-14T17:27:25.984Z | [ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7577 | 2026-08-14T17:27:25.984Z | [ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO STEP 779 (remove_files) COMPLETE |
| 7578 | 2026-08-14T17:27:25.984Z | [ recovery-image] Aug 14 17:27:24.837 INFO O| Aug 14 17:27:24.837 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7579 | 2026-08-14T17:27:25.994Z | [ recovery-image] Aug 14 17:27:24.847 INFO O| Aug 14 17:27:24.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7580 | 2026-08-14T17:27:25.994Z | [ recovery-image] Aug 14 17:27:24.848 INFO O| Aug 14 17:27:24.848 INFO STEP 780 (remove_files) COMPLETE |
| 7581 | 2026-08-14T17:27:25.997Z | [ recovery-image] Aug 14 17:27:24.848 INFO O| Aug 14 17:27:24.848 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7582 | 2026-08-14T17:27:26.004Z | [ recovery-image] Aug 14 17:27:24.857 INFO O| Aug 14 17:27:24.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7583 | 2026-08-14T17:27:26.004Z | [ recovery-image] Aug 14 17:27:24.858 INFO O| Aug 14 17:27:24.858 INFO STEP 781 (remove_files) COMPLETE |
| 7584 | 2026-08-14T17:27:26.004Z | [ recovery-image] Aug 14 17:27:24.858 INFO O| Aug 14 17:27:24.858 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7585 | 2026-08-14T17:27:26.015Z | [ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7586 | 2026-08-14T17:27:26.015Z | [ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO STEP 782 (remove_files) COMPLETE |
| 7587 | 2026-08-14T17:27:26.015Z | [ recovery-image] Aug 14 17:27:24.869 INFO O| Aug 14 17:27:24.869 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7588 | 2026-08-14T17:27:26.025Z | [ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7589 | 2026-08-14T17:27:26.025Z | [ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO STEP 783 (remove_files) COMPLETE |
| 7590 | 2026-08-14T17:27:26.029Z | [ recovery-image] Aug 14 17:27:24.879 INFO O| Aug 14 17:27:24.879 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7591 | 2026-08-14T17:27:26.036Z | [ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7592 | 2026-08-14T17:27:26.036Z | [ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.890 INFO STEP 784 (remove_files) COMPLETE |
| 7593 | 2026-08-14T17:27:26.036Z | [ recovery-image] Aug 14 17:27:24.890 INFO O| Aug 14 17:27:24.890 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7594 | 2026-08-14T17:27:26.046Z | [ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7595 | 2026-08-14T17:27:26.046Z | [ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO STEP 785 (remove_files) COMPLETE |
| 7596 | 2026-08-14T17:27:26.046Z | [ recovery-image] Aug 14 17:27:24.900 INFO O| Aug 14 17:27:24.900 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7597 | 2026-08-14T17:27:26.056Z | [ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7598 | 2026-08-14T17:27:26.056Z | [ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO STEP 786 (remove_files) COMPLETE |
| 7599 | 2026-08-14T17:27:26.056Z | [ recovery-image] Aug 14 17:27:24.910 INFO O| Aug 14 17:27:24.910 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7600 | 2026-08-14T17:27:26.065Z | [ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7601 | 2026-08-14T17:27:26.065Z | [ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO STEP 787 (remove_files) COMPLETE |
| 7602 | 2026-08-14T17:27:26.068Z | [ recovery-image] Aug 14 17:27:24.919 INFO O| Aug 14 17:27:24.919 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7603 | 2026-08-14T17:27:26.074Z | [ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7604 | 2026-08-14T17:27:26.074Z | [ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO STEP 788 (remove_files) COMPLETE |
| 7605 | 2026-08-14T17:27:26.078Z | [ recovery-image] Aug 14 17:27:24.928 INFO O| Aug 14 17:27:24.928 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7606 | 2026-08-14T17:27:26.083Z | [ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7607 | 2026-08-14T17:27:26.083Z | [ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO STEP 789 (remove_files) COMPLETE |
| 7608 | 2026-08-14T17:27:26.083Z | [ recovery-image] Aug 14 17:27:24.937 INFO O| Aug 14 17:27:24.937 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7609 | 2026-08-14T17:27:26.094Z | [ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7610 | 2026-08-14T17:27:26.094Z | [ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO STEP 790 (remove_files) COMPLETE |
| 7611 | 2026-08-14T17:27:26.094Z | [ recovery-image] Aug 14 17:27:24.948 INFO O| Aug 14 17:27:24.948 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7612 | 2026-08-14T17:27:26.105Z | [ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7613 | 2026-08-14T17:27:26.105Z | [ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO STEP 791 (remove_files) COMPLETE |
| 7614 | 2026-08-14T17:27:26.105Z | [ recovery-image] Aug 14 17:27:24.958 INFO O| Aug 14 17:27:24.958 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7615 | 2026-08-14T17:27:26.116Z | [ recovery-image] Aug 14 17:27:24.968 INFO O| Aug 14 17:27:24.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7616 | 2026-08-14T17:27:26.116Z | [ recovery-image] Aug 14 17:27:24.969 INFO O| Aug 14 17:27:24.969 INFO STEP 792 (remove_files) COMPLETE |
| 7617 | 2026-08-14T17:27:26.116Z | [ recovery-image] Aug 14 17:27:24.969 INFO O| Aug 14 17:27:24.969 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7618 | 2026-08-14T17:27:26.125Z | [ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7619 | 2026-08-14T17:27:26.126Z | [ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO STEP 793 (remove_files) COMPLETE |
| 7620 | 2026-08-14T17:27:26.126Z | [ recovery-image] Aug 14 17:27:24.979 INFO O| Aug 14 17:27:24.979 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7621 | 2026-08-14T17:27:26.139Z | [ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7622 | 2026-08-14T17:27:26.139Z | [ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO STEP 794 (remove_files) COMPLETE |
| 7623 | 2026-08-14T17:27:26.140Z | [ recovery-image] Aug 14 17:27:24.992 INFO O| Aug 14 17:27:24.992 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7624 | 2026-08-14T17:27:26.151Z | [ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7625 | 2026-08-14T17:27:26.151Z | [ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO STEP 795 (remove_files) COMPLETE |
| 7626 | 2026-08-14T17:27:26.155Z | [ recovery-image] Aug 14 17:27:25.005 INFO O| Aug 14 17:27:25.005 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7627 | 2026-08-14T17:27:26.160Z | [ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7628 | 2026-08-14T17:27:26.160Z | [ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO STEP 796 (remove_files) COMPLETE |
| 7629 | 2026-08-14T17:27:26.160Z | [ recovery-image] Aug 14 17:27:25.013 INFO O| Aug 14 17:27:25.013 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7630 | 2026-08-14T17:27:26.176Z | [ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7631 | 2026-08-14T17:27:26.176Z | [ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO STEP 797 (remove_files) COMPLETE |
| 7632 | 2026-08-14T17:27:26.176Z | [ recovery-image] Aug 14 17:27:25.030 INFO O| Aug 14 17:27:25.030 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7633 | 2026-08-14T17:27:26.186Z | [ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7634 | 2026-08-14T17:27:26.186Z | [ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO STEP 798 (remove_files) COMPLETE |
| 7635 | 2026-08-14T17:27:26.186Z | [ recovery-image] Aug 14 17:27:25.039 INFO O| Aug 14 17:27:25.039 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7636 | 2026-08-14T17:27:26.189Z | [verify-libraries] Compiling delegate v0.13.5 |
| 7637 | 2026-08-14T17:27:26.197Z | [ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7638 | 2026-08-14T17:27:26.197Z | [ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO STEP 799 (remove_files) COMPLETE |
| 7639 | 2026-08-14T17:27:26.197Z | [ recovery-image] Aug 14 17:27:25.050 INFO O| Aug 14 17:27:25.050 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7640 | 2026-08-14T17:27:26.214Z | [ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7641 | 2026-08-14T17:27:26.214Z | [ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO STEP 800 (remove_files) COMPLETE |
| 7642 | 2026-08-14T17:27:26.218Z | [ recovery-image] Aug 14 17:27:25.068 INFO O| Aug 14 17:27:25.066 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7643 | 2026-08-14T17:27:26.222Z | [ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7644 | 2026-08-14T17:27:26.222Z | [ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO STEP 801 (remove_files) COMPLETE |
| 7645 | 2026-08-14T17:27:26.226Z | [ recovery-image] Aug 14 17:27:25.076 INFO O| Aug 14 17:27:25.076 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7646 | 2026-08-14T17:27:26.233Z | [ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7647 | 2026-08-14T17:27:26.233Z | [ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.087 INFO STEP 802 (remove_files) COMPLETE |
| 7648 | 2026-08-14T17:27:26.233Z | [ recovery-image] Aug 14 17:27:25.087 INFO O| Aug 14 17:27:25.087 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7649 | 2026-08-14T17:27:26.242Z | [ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7650 | 2026-08-14T17:27:26.242Z | [ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO STEP 803 (remove_files) COMPLETE |
| 7651 | 2026-08-14T17:27:26.245Z | [ recovery-image] Aug 14 17:27:25.096 INFO O| Aug 14 17:27:25.096 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7652 | 2026-08-14T17:27:26.252Z | [ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7653 | 2026-08-14T17:27:26.252Z | [ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO STEP 804 (remove_files) COMPLETE |
| 7654 | 2026-08-14T17:27:26.255Z | [ recovery-image] Aug 14 17:27:25.106 INFO O| Aug 14 17:27:25.106 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7655 | 2026-08-14T17:27:26.263Z | [ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7656 | 2026-08-14T17:27:26.263Z | [ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO STEP 805 (remove_files) COMPLETE |
| 7657 | 2026-08-14T17:27:26.263Z | [ recovery-image] Aug 14 17:27:25.117 INFO O| Aug 14 17:27:25.117 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7658 | 2026-08-14T17:27:26.273Z | [ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7659 | 2026-08-14T17:27:26.273Z | [ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO STEP 806 (remove_files) COMPLETE |
| 7660 | 2026-08-14T17:27:26.273Z | [ recovery-image] Aug 14 17:27:25.127 INFO O| Aug 14 17:27:25.127 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7661 | 2026-08-14T17:27:26.284Z | [ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7662 | 2026-08-14T17:27:26.284Z | [ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO STEP 807 (remove_files) COMPLETE |
| 7663 | 2026-08-14T17:27:26.287Z | [ recovery-image] Aug 14 17:27:25.138 INFO O| Aug 14 17:27:25.138 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7664 | 2026-08-14T17:27:26.296Z | [ recovery-image] Aug 14 17:27:25.150 INFO O| Aug 14 17:27:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7665 | 2026-08-14T17:27:26.299Z | [ recovery-image] Aug 14 17:27:25.151 INFO O| Aug 14 17:27:25.151 INFO STEP 808 (remove_files) COMPLETE |
| 7666 | 2026-08-14T17:27:26.300Z | [ recovery-image] Aug 14 17:27:25.151 INFO O| Aug 14 17:27:25.151 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7667 | 2026-08-14T17:27:26.308Z | [ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7668 | 2026-08-14T17:27:26.308Z | [ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO STEP 809 (remove_files) COMPLETE |
| 7669 | 2026-08-14T17:27:26.308Z | [ recovery-image] Aug 14 17:27:25.162 INFO O| Aug 14 17:27:25.162 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7670 | 2026-08-14T17:27:26.319Z | [ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7671 | 2026-08-14T17:27:26.319Z | [ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO STEP 810 (remove_files) COMPLETE |
| 7672 | 2026-08-14T17:27:26.319Z | [ recovery-image] Aug 14 17:27:25.172 INFO O| Aug 14 17:27:25.172 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7673 | 2026-08-14T17:27:26.322Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 7674 | 2026-08-14T17:27:26.330Z | [ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7675 | 2026-08-14T17:27:26.330Z | [ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO STEP 811 (remove_files) COMPLETE |
| 7676 | 2026-08-14T17:27:26.330Z | [ recovery-image] Aug 14 17:27:25.183 INFO O| Aug 14 17:27:25.183 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7677 | 2026-08-14T17:27:26.340Z | [ recovery-image] Aug 14 17:27:25.194 INFO O| Aug 14 17:27:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7678 | 2026-08-14T17:27:26.343Z | [ recovery-image] Aug 14 17:27:25.194 INFO O| Aug 14 17:27:25.194 INFO STEP 812 (remove_files) COMPLETE |
| 7679 | 2026-08-14T17:27:26.343Z | [ recovery-image] Aug 14 17:27:25.195 INFO O| Aug 14 17:27:25.194 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7680 | 2026-08-14T17:27:26.350Z | [ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7681 | 2026-08-14T17:27:26.351Z | [ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO STEP 813 (remove_files) COMPLETE |
| 7682 | 2026-08-14T17:27:26.351Z | [ recovery-image] Aug 14 17:27:25.204 INFO O| Aug 14 17:27:25.204 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7683 | 2026-08-14T17:27:26.362Z | [ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7684 | 2026-08-14T17:27:26.362Z | [ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO STEP 814 (remove_files) COMPLETE |
| 7685 | 2026-08-14T17:27:26.363Z | [ recovery-image] Aug 14 17:27:25.216 INFO O| Aug 14 17:27:25.216 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7686 | 2026-08-14T17:27:26.374Z | [ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7687 | 2026-08-14T17:27:26.374Z | [ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO STEP 815 (remove_files) COMPLETE |
| 7688 | 2026-08-14T17:27:26.374Z | [ recovery-image] Aug 14 17:27:25.227 INFO O| Aug 14 17:27:25.227 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7689 | 2026-08-14T17:27:26.385Z | [ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7690 | 2026-08-14T17:27:26.385Z | [ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO STEP 816 (remove_files) COMPLETE |
| 7691 | 2026-08-14T17:27:26.385Z | [ recovery-image] Aug 14 17:27:25.239 INFO O| Aug 14 17:27:25.239 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7692 | 2026-08-14T17:27:26.396Z | [ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7693 | 2026-08-14T17:27:26.396Z | [ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO STEP 817 (remove_files) COMPLETE |
| 7694 | 2026-08-14T17:27:26.396Z | [ recovery-image] Aug 14 17:27:25.250 INFO O| Aug 14 17:27:25.250 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7695 | 2026-08-14T17:27:26.406Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7696 | 2026-08-14T17:27:26.410Z | [ recovery-image] Aug 14 17:27:25.263 INFO O| Aug 14 17:27:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7697 | 2026-08-14T17:27:26.410Z | [ recovery-image] Aug 14 17:27:25.263 INFO O| Aug 14 17:27:25.263 INFO STEP 818 (remove_files) COMPLETE |
| 7698 | 2026-08-14T17:27:26.410Z | [ recovery-image] Aug 14 17:27:25.264 INFO O| Aug 14 17:27:25.263 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7699 | 2026-08-14T17:27:26.420Z | [ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7700 | 2026-08-14T17:27:26.420Z | [ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO STEP 819 (remove_files) COMPLETE |
| 7701 | 2026-08-14T17:27:26.420Z | [ recovery-image] Aug 14 17:27:25.273 INFO O| Aug 14 17:27:25.273 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7702 | 2026-08-14T17:27:26.430Z | [ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7703 | 2026-08-14T17:27:26.430Z | [ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO STEP 820 (remove_files) COMPLETE |
| 7704 | 2026-08-14T17:27:26.430Z | [ recovery-image] Aug 14 17:27:25.283 INFO O| Aug 14 17:27:25.283 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7705 | 2026-08-14T17:27:26.440Z | [ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7706 | 2026-08-14T17:27:26.440Z | [ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.294 INFO STEP 821 (remove_files) COMPLETE |
| 7707 | 2026-08-14T17:27:26.440Z | [ recovery-image] Aug 14 17:27:25.294 INFO O| Aug 14 17:27:25.294 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7708 | 2026-08-14T17:27:26.449Z | [ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7709 | 2026-08-14T17:27:26.449Z | [ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO STEP 822 (remove_files) COMPLETE |
| 7710 | 2026-08-14T17:27:26.449Z | [ recovery-image] Aug 14 17:27:25.303 INFO O| Aug 14 17:27:25.303 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7711 | 2026-08-14T17:27:26.459Z | [ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7712 | 2026-08-14T17:27:26.459Z | [ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.313 INFO STEP 823 (remove_files) COMPLETE |
| 7713 | 2026-08-14T17:27:26.462Z | [ recovery-image] Aug 14 17:27:25.313 INFO O| Aug 14 17:27:25.313 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7714 | 2026-08-14T17:27:26.467Z | [ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7715 | 2026-08-14T17:27:26.467Z | [ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO STEP 824 (remove_files) COMPLETE |
| 7716 | 2026-08-14T17:27:26.468Z | [ recovery-image] Aug 14 17:27:25.321 INFO O| Aug 14 17:27:25.321 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7717 | 2026-08-14T17:27:26.478Z | [ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7718 | 2026-08-14T17:27:26.478Z | [ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO STEP 825 (remove_files) COMPLETE |
| 7719 | 2026-08-14T17:27:26.481Z | [ recovery-image] Aug 14 17:27:25.332 INFO O| Aug 14 17:27:25.332 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7720 | 2026-08-14T17:27:26.489Z | [ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7721 | 2026-08-14T17:27:26.489Z | [ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO STEP 826 (remove_files) COMPLETE |
| 7722 | 2026-08-14T17:27:26.489Z | [ recovery-image] Aug 14 17:27:25.343 INFO O| Aug 14 17:27:25.343 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7723 | 2026-08-14T17:27:26.501Z | [ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7724 | 2026-08-14T17:27:26.501Z | [ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO STEP 827 (remove_files) COMPLETE |
| 7725 | 2026-08-14T17:27:26.501Z | [ recovery-image] Aug 14 17:27:25.353 INFO O| Aug 14 17:27:25.353 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7726 | 2026-08-14T17:27:26.510Z | [ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7727 | 2026-08-14T17:27:26.510Z | [ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO STEP 828 (remove_files) COMPLETE |
| 7728 | 2026-08-14T17:27:26.510Z | [ recovery-image] Aug 14 17:27:25.363 INFO O| Aug 14 17:27:25.363 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7729 | 2026-08-14T17:27:26.520Z | [ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7730 | 2026-08-14T17:27:26.520Z | [ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.374 INFO STEP 829 (remove_files) COMPLETE |
| 7731 | 2026-08-14T17:27:26.524Z | [ recovery-image] Aug 14 17:27:25.374 INFO O| Aug 14 17:27:25.374 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7732 | 2026-08-14T17:27:26.529Z | [ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7733 | 2026-08-14T17:27:26.529Z | [ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO STEP 830 (remove_files) COMPLETE |
| 7734 | 2026-08-14T17:27:26.530Z | [ recovery-image] Aug 14 17:27:25.383 INFO O| Aug 14 17:27:25.383 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7735 | 2026-08-14T17:27:26.540Z | [ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7736 | 2026-08-14T17:27:26.540Z | [ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO STEP 831 (remove_files) COMPLETE |
| 7737 | 2026-08-14T17:27:26.544Z | [ recovery-image] Aug 14 17:27:25.394 INFO O| Aug 14 17:27:25.394 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7738 | 2026-08-14T17:27:26.550Z | [ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7739 | 2026-08-14T17:27:26.550Z | [ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO STEP 832 (remove_files) COMPLETE |
| 7740 | 2026-08-14T17:27:26.553Z | [ recovery-image] Aug 14 17:27:25.404 INFO O| Aug 14 17:27:25.404 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7741 | 2026-08-14T17:27:26.560Z | [ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7742 | 2026-08-14T17:27:26.560Z | [ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.414 INFO STEP 833 (remove_files) COMPLETE |
| 7743 | 2026-08-14T17:27:26.560Z | [ recovery-image] Aug 14 17:27:25.414 INFO O| Aug 14 17:27:25.414 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7744 | 2026-08-14T17:27:26.570Z | [ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7745 | 2026-08-14T17:27:26.570Z | [ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO STEP 834 (remove_files) COMPLETE |
| 7746 | 2026-08-14T17:27:26.573Z | [ recovery-image] Aug 14 17:27:25.424 INFO O| Aug 14 17:27:25.424 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7747 | 2026-08-14T17:27:26.580Z | [ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7748 | 2026-08-14T17:27:26.580Z | [ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.434 INFO STEP 835 (remove_files) COMPLETE |
| 7749 | 2026-08-14T17:27:26.580Z | [ recovery-image] Aug 14 17:27:25.434 INFO O| Aug 14 17:27:25.434 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7750 | 2026-08-14T17:27:26.589Z | [ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7751 | 2026-08-14T17:27:26.589Z | [ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO STEP 836 (remove_files) COMPLETE |
| 7752 | 2026-08-14T17:27:26.592Z | [ recovery-image] Aug 14 17:27:25.443 INFO O| Aug 14 17:27:25.443 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7753 | 2026-08-14T17:27:26.598Z | [ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7754 | 2026-08-14T17:27:26.598Z | [ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO STEP 837 (remove_files) COMPLETE |
| 7755 | 2026-08-14T17:27:26.598Z | [ recovery-image] Aug 14 17:27:25.452 INFO O| Aug 14 17:27:25.452 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7756 | 2026-08-14T17:27:26.608Z | [ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7757 | 2026-08-14T17:27:26.608Z | [ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO STEP 838 (remove_files) COMPLETE |
| 7758 | 2026-08-14T17:27:26.608Z | [ recovery-image] Aug 14 17:27:25.461 INFO O| Aug 14 17:27:25.461 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7759 | 2026-08-14T17:27:26.617Z | [ recovery-image] Aug 14 17:27:25.470 INFO O| Aug 14 17:27:25.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7760 | 2026-08-14T17:27:26.617Z | [ recovery-image] Aug 14 17:27:25.471 INFO O| Aug 14 17:27:25.471 INFO STEP 839 (remove_files) COMPLETE |
| 7761 | 2026-08-14T17:27:26.617Z | [ recovery-image] Aug 14 17:27:25.471 INFO O| Aug 14 17:27:25.471 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-08-14T17:27:26.627Z | [ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7763 | 2026-08-14T17:27:26.627Z | [ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO STEP 840 (remove_files) COMPLETE |
| 7764 | 2026-08-14T17:27:26.631Z | [ recovery-image] Aug 14 17:27:25.481 INFO O| Aug 14 17:27:25.481 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-08-14T17:27:26.637Z | [ recovery-image] Aug 14 17:27:25.491 INFO O| Aug 14 17:27:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7766 | 2026-08-14T17:27:26.638Z | [ recovery-image] Aug 14 17:27:25.491 INFO O| Aug 14 17:27:25.491 INFO STEP 841 (remove_files) COMPLETE |
| 7767 | 2026-08-14T17:27:26.641Z | [ recovery-image] Aug 14 17:27:25.492 INFO O| Aug 14 17:27:25.491 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-08-14T17:27:26.648Z | [ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7769 | 2026-08-14T17:27:26.648Z | [ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.502 INFO STEP 842 (remove_files) COMPLETE |
| 7770 | 2026-08-14T17:27:26.648Z | [ recovery-image] Aug 14 17:27:25.502 INFO O| Aug 14 17:27:25.502 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-08-14T17:27:26.657Z | [ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7772 | 2026-08-14T17:27:26.657Z | [ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO STEP 843 (remove_files) COMPLETE |
| 7773 | 2026-08-14T17:27:26.660Z | [ recovery-image] Aug 14 17:27:25.511 INFO O| Aug 14 17:27:25.511 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-08-14T17:27:26.667Z | [ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7775 | 2026-08-14T17:27:26.667Z | [ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO STEP 844 (remove_files) COMPLETE |
| 7776 | 2026-08-14T17:27:26.670Z | [ recovery-image] Aug 14 17:27:25.521 INFO O| Aug 14 17:27:25.521 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7777 | 2026-08-14T17:27:26.676Z | [ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7778 | 2026-08-14T17:27:26.676Z | [ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO STEP 845 (remove_files) COMPLETE |
| 7779 | 2026-08-14T17:27:26.676Z | [ recovery-image] Aug 14 17:27:25.530 INFO O| Aug 14 17:27:25.530 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7780 | 2026-08-14T17:27:26.686Z | [ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7781 | 2026-08-14T17:27:26.686Z | [ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO STEP 846 (remove_files) COMPLETE |
| 7782 | 2026-08-14T17:27:26.686Z | [ recovery-image] Aug 14 17:27:25.540 INFO O| Aug 14 17:27:25.540 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7783 | 2026-08-14T17:27:26.696Z | [ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7784 | 2026-08-14T17:27:26.696Z | [ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO STEP 847 (remove_files) COMPLETE |
| 7785 | 2026-08-14T17:27:26.696Z | [ recovery-image] Aug 14 17:27:25.550 INFO O| Aug 14 17:27:25.550 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7786 | 2026-08-14T17:27:26.706Z | [ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7787 | 2026-08-14T17:27:26.706Z | [ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO STEP 848 (remove_files) COMPLETE |
| 7788 | 2026-08-14T17:27:26.710Z | [ recovery-image] Aug 14 17:27:25.560 INFO O| Aug 14 17:27:25.560 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7789 | 2026-08-14T17:27:26.717Z | [ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7790 | 2026-08-14T17:27:26.717Z | [ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO STEP 849 (remove_files) COMPLETE |
| 7791 | 2026-08-14T17:27:26.720Z | [ recovery-image] Aug 14 17:27:25.571 INFO O| Aug 14 17:27:25.571 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7792 | 2026-08-14T17:27:26.726Z | [ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7793 | 2026-08-14T17:27:26.729Z | [ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO STEP 850 (remove_files) COMPLETE |
| 7794 | 2026-08-14T17:27:26.729Z | [ recovery-image] Aug 14 17:27:25.580 INFO O| Aug 14 17:27:25.580 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7795 | 2026-08-14T17:27:26.734Z | [ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7796 | 2026-08-14T17:27:26.734Z | [ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO STEP 851 (remove_files) COMPLETE |
| 7797 | 2026-08-14T17:27:26.737Z | [ recovery-image] Aug 14 17:27:25.588 INFO O| Aug 14 17:27:25.588 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7798 | 2026-08-14T17:27:26.743Z | [ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7799 | 2026-08-14T17:27:26.746Z | [ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO STEP 852 (remove_files) COMPLETE |
| 7800 | 2026-08-14T17:27:26.746Z | [ recovery-image] Aug 14 17:27:25.597 INFO O| Aug 14 17:27:25.597 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7801 | 2026-08-14T17:27:26.753Z | [ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7802 | 2026-08-14T17:27:26.753Z | [ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO STEP 853 (remove_files) COMPLETE |
| 7803 | 2026-08-14T17:27:26.753Z | [ recovery-image] Aug 14 17:27:25.607 INFO O| Aug 14 17:27:25.607 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7804 | 2026-08-14T17:27:26.763Z | [ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7805 | 2026-08-14T17:27:26.763Z | [ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO STEP 854 (remove_files) COMPLETE |
| 7806 | 2026-08-14T17:27:26.763Z | [ recovery-image] Aug 14 17:27:25.617 INFO O| Aug 14 17:27:25.617 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7807 | 2026-08-14T17:27:26.774Z | [ recovery-image] Aug 14 17:27:25.628 INFO O| Aug 14 17:27:25.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7808 | 2026-08-14T17:27:26.778Z | [ recovery-image] Aug 14 17:27:25.629 INFO O| Aug 14 17:27:25.628 INFO STEP 855 (remove_files) COMPLETE |
| 7809 | 2026-08-14T17:27:26.778Z | [ recovery-image] Aug 14 17:27:25.629 INFO O| Aug 14 17:27:25.629 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7810 | 2026-08-14T17:27:26.784Z | [ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7811 | 2026-08-14T17:27:26.784Z | [ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO STEP 856 (remove_files) COMPLETE |
| 7812 | 2026-08-14T17:27:26.784Z | [ recovery-image] Aug 14 17:27:25.638 INFO O| Aug 14 17:27:25.638 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7813 | 2026-08-14T17:27:26.793Z | [ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7814 | 2026-08-14T17:27:26.793Z | [ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO STEP 857 (remove_files) COMPLETE |
| 7815 | 2026-08-14T17:27:26.793Z | [ recovery-image] Aug 14 17:27:25.647 INFO O| Aug 14 17:27:25.647 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7816 | 2026-08-14T17:27:26.803Z | [ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7817 | 2026-08-14T17:27:26.803Z | [ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO STEP 858 (remove_files) COMPLETE |
| 7818 | 2026-08-14T17:27:26.803Z | [ recovery-image] Aug 14 17:27:25.657 INFO O| Aug 14 17:27:25.657 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7819 | 2026-08-14T17:27:26.814Z | [ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7820 | 2026-08-14T17:27:26.814Z | [ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO STEP 859 (remove_files) COMPLETE |
| 7821 | 2026-08-14T17:27:26.814Z | [ recovery-image] Aug 14 17:27:25.668 INFO O| Aug 14 17:27:25.668 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7822 | 2026-08-14T17:27:26.823Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 7823 | 2026-08-14T17:27:26.827Z | [ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7824 | 2026-08-14T17:27:26.827Z | [ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO STEP 860 (remove_files) COMPLETE |
| 7825 | 2026-08-14T17:27:26.830Z | [ recovery-image] Aug 14 17:27:25.681 INFO O| Aug 14 17:27:25.681 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7826 | 2026-08-14T17:27:26.836Z | [ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7827 | 2026-08-14T17:27:26.836Z | [ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO STEP 861 (remove_files) COMPLETE |
| 7828 | 2026-08-14T17:27:26.836Z | [ recovery-image] Aug 14 17:27:25.690 INFO O| Aug 14 17:27:25.690 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7829 | 2026-08-14T17:27:26.846Z | [ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7830 | 2026-08-14T17:27:26.846Z | [ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.700 INFO STEP 862 (remove_files) COMPLETE |
| 7831 | 2026-08-14T17:27:26.846Z | [ recovery-image] Aug 14 17:27:25.700 INFO O| Aug 14 17:27:25.700 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7832 | 2026-08-14T17:27:26.855Z | [ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7833 | 2026-08-14T17:27:26.855Z | [ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO STEP 863 (remove_files) COMPLETE |
| 7834 | 2026-08-14T17:27:26.855Z | [ recovery-image] Aug 14 17:27:25.708 INFO O| Aug 14 17:27:25.708 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7835 | 2026-08-14T17:27:26.863Z | [ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7836 | 2026-08-14T17:27:26.863Z | [ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO STEP 864 (remove_files) COMPLETE |
| 7837 | 2026-08-14T17:27:26.866Z | [ recovery-image] Aug 14 17:27:25.717 INFO O| Aug 14 17:27:25.717 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7838 | 2026-08-14T17:27:26.871Z | [ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7839 | 2026-08-14T17:27:26.871Z | [ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO STEP 865 (remove_files) COMPLETE |
| 7840 | 2026-08-14T17:27:26.871Z | [ recovery-image] Aug 14 17:27:25.725 INFO O| Aug 14 17:27:25.725 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7841 | 2026-08-14T17:27:26.880Z | [ recovery-image] Aug 14 17:27:25.733 INFO O| Aug 14 17:27:25.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7842 | 2026-08-14T17:27:26.880Z | [ recovery-image] Aug 14 17:27:25.733 INFO O| Aug 14 17:27:25.733 INFO STEP 866 (remove_files) COMPLETE |
| 7843 | 2026-08-14T17:27:26.880Z | [ recovery-image] Aug 14 17:27:25.734 INFO O| Aug 14 17:27:25.733 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7844 | 2026-08-14T17:27:26.892Z | [ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7845 | 2026-08-14T17:27:26.892Z | [ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO STEP 867 (remove_files) COMPLETE |
| 7846 | 2026-08-14T17:27:26.895Z | [ recovery-image] Aug 14 17:27:25.745 INFO O| Aug 14 17:27:25.745 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7847 | 2026-08-14T17:27:26.904Z | [ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7848 | 2026-08-14T17:27:26.904Z | [ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO STEP 868 (remove_files) COMPLETE |
| 7849 | 2026-08-14T17:27:26.938Z | [ recovery-image] Aug 14 17:27:25.758 INFO O| Aug 14 17:27:25.758 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7850 | 2026-08-14T17:27:26.938Z | [ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7851 | 2026-08-14T17:27:26.938Z | [ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO STEP 869 (remove_files) COMPLETE |
| 7852 | 2026-08-14T17:27:26.938Z | [ recovery-image] Aug 14 17:27:25.769 INFO O| Aug 14 17:27:25.769 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7853 | 2026-08-14T17:27:26.942Z | [ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7854 | 2026-08-14T17:27:26.942Z | [ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.793 INFO STEP 870 (remove_files) COMPLETE |
| 7855 | 2026-08-14T17:27:26.942Z | [ recovery-image] Aug 14 17:27:25.793 INFO O| Aug 14 17:27:25.793 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7856 | 2026-08-14T17:27:26.948Z | [ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7857 | 2026-08-14T17:27:26.948Z | [ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO STEP 871 (remove_files) COMPLETE |
| 7858 | 2026-08-14T17:27:26.953Z | [ recovery-image] Aug 14 17:27:25.802 INFO O| Aug 14 17:27:25.802 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7859 | 2026-08-14T17:27:26.956Z | [ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7860 | 2026-08-14T17:27:26.956Z | [ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO STEP 872 (remove_files) COMPLETE |
| 7861 | 2026-08-14T17:27:26.956Z | [ recovery-image] Aug 14 17:27:25.810 INFO O| Aug 14 17:27:25.810 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7862 | 2026-08-14T17:27:26.965Z | [ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7863 | 2026-08-14T17:27:26.965Z | [ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO STEP 873 (remove_files) COMPLETE |
| 7864 | 2026-08-14T17:27:26.965Z | [ recovery-image] Aug 14 17:27:25.817 INFO O| Aug 14 17:27:25.817 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7865 | 2026-08-14T17:27:26.971Z | [ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7866 | 2026-08-14T17:27:26.974Z | [ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO STEP 874 (remove_files) COMPLETE |
| 7867 | 2026-08-14T17:27:26.974Z | [ recovery-image] Aug 14 17:27:25.825 INFO O| Aug 14 17:27:25.825 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7868 | 2026-08-14T17:27:26.980Z | [ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7869 | 2026-08-14T17:27:26.980Z | [ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO STEP 875 (remove_files) COMPLETE |
| 7870 | 2026-08-14T17:27:26.980Z | [ recovery-image] Aug 14 17:27:25.834 INFO O| Aug 14 17:27:25.834 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7871 | 2026-08-14T17:27:26.992Z | [ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7872 | 2026-08-14T17:27:26.992Z | [ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO STEP 876 (remove_files) COMPLETE |
| 7873 | 2026-08-14T17:27:26.992Z | [ recovery-image] Aug 14 17:27:25.846 INFO O| Aug 14 17:27:25.846 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7874 | 2026-08-14T17:27:27.002Z | [ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7875 | 2026-08-14T17:27:27.006Z | [ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO STEP 877 (remove_files) COMPLETE |
| 7876 | 2026-08-14T17:27:27.006Z | [ recovery-image] Aug 14 17:27:25.856 INFO O| Aug 14 17:27:25.856 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7877 | 2026-08-14T17:27:27.013Z | [ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7878 | 2026-08-14T17:27:27.013Z | [ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO STEP 878 (remove_files) COMPLETE |
| 7879 | 2026-08-14T17:27:27.013Z | [ recovery-image] Aug 14 17:27:25.867 INFO O| Aug 14 17:27:25.867 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7880 | 2026-08-14T17:27:27.017Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 7881 | 2026-08-14T17:27:27.024Z | [ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7882 | 2026-08-14T17:27:27.024Z | [ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.878 INFO STEP 879 (remove_files) COMPLETE |
| 7883 | 2026-08-14T17:27:27.024Z | [ recovery-image] Aug 14 17:27:25.878 INFO O| Aug 14 17:27:25.878 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7884 | 2026-08-14T17:27:27.035Z | [ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7885 | 2026-08-14T17:27:27.035Z | [ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO STEP 880 (remove_files) COMPLETE |
| 7886 | 2026-08-14T17:27:27.035Z | [ recovery-image] Aug 14 17:27:25.889 INFO O| Aug 14 17:27:25.889 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7887 | 2026-08-14T17:27:27.046Z | [ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7888 | 2026-08-14T17:27:27.046Z | [ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO STEP 881 (remove_files) COMPLETE |
| 7889 | 2026-08-14T17:27:27.046Z | [ recovery-image] Aug 14 17:27:25.899 INFO O| Aug 14 17:27:25.899 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7890 | 2026-08-14T17:27:27.050Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 7891 | 2026-08-14T17:27:27.057Z | [ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7892 | 2026-08-14T17:27:27.057Z | [ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO STEP 882 (remove_files) COMPLETE |
| 7893 | 2026-08-14T17:27:27.057Z | [ recovery-image] Aug 14 17:27:25.909 INFO O| Aug 14 17:27:25.909 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7894 | 2026-08-14T17:27:27.066Z | [ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7895 | 2026-08-14T17:27:27.066Z | [ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.920 INFO STEP 883 (remove_files) COMPLETE |
| 7896 | 2026-08-14T17:27:27.069Z | [ recovery-image] Aug 14 17:27:25.920 INFO O| Aug 14 17:27:25.920 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7897 | 2026-08-14T17:27:27.074Z | [verify-libraries] Compiling md5 v0.8.0 |
| 7898 | 2026-08-14T17:27:27.077Z | [ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7899 | 2026-08-14T17:27:27.077Z | [ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO STEP 884 (remove_files) COMPLETE |
| 7900 | 2026-08-14T17:27:27.077Z | [ recovery-image] Aug 14 17:27:25.929 INFO O| Aug 14 17:27:25.929 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7901 | 2026-08-14T17:27:27.085Z | [ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7902 | 2026-08-14T17:27:27.085Z | [ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO STEP 885 (remove_files) COMPLETE |
| 7903 | 2026-08-14T17:27:27.085Z | [ recovery-image] Aug 14 17:27:25.939 INFO O| Aug 14 17:27:25.939 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7904 | 2026-08-14T17:27:27.094Z | [ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7905 | 2026-08-14T17:27:27.094Z | [ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.948 INFO STEP 886 (remove_files) COMPLETE |
| 7906 | 2026-08-14T17:27:27.094Z | [ recovery-image] Aug 14 17:27:25.948 INFO O| Aug 14 17:27:25.948 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7907 | 2026-08-14T17:27:27.103Z | [ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7908 | 2026-08-14T17:27:27.103Z | [ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO STEP 887 (remove_files) COMPLETE |
| 7909 | 2026-08-14T17:27:27.106Z | [ recovery-image] Aug 14 17:27:25.957 INFO O| Aug 14 17:27:25.957 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7910 | 2026-08-14T17:27:27.112Z | [ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7911 | 2026-08-14T17:27:27.112Z | [ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO STEP 888 (remove_files) COMPLETE |
| 7912 | 2026-08-14T17:27:27.112Z | [ recovery-image] Aug 14 17:27:25.966 INFO O| Aug 14 17:27:25.966 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7913 | 2026-08-14T17:27:27.124Z | [ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7914 | 2026-08-14T17:27:27.124Z | [ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO STEP 889 (remove_files) COMPLETE |
| 7915 | 2026-08-14T17:27:27.124Z | [ recovery-image] Aug 14 17:27:25.978 INFO O| Aug 14 17:27:25.978 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7916 | 2026-08-14T17:27:27.136Z | [ recovery-image] Aug 14 17:27:25.989 INFO O| Aug 14 17:27:25.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7917 | 2026-08-14T17:27:27.139Z | [ recovery-image] Aug 14 17:27:25.990 INFO O| Aug 14 17:27:25.990 INFO STEP 890 (remove_files) COMPLETE |
| 7918 | 2026-08-14T17:27:27.139Z | [ recovery-image] Aug 14 17:27:25.990 INFO O| Aug 14 17:27:25.990 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7919 | 2026-08-14T17:27:27.148Z | [ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7920 | 2026-08-14T17:27:27.148Z | [ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO STEP 891 (remove_files) COMPLETE |
| 7921 | 2026-08-14T17:27:27.151Z | [ recovery-image] Aug 14 17:27:26.001 INFO O| Aug 14 17:27:26.001 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7922 | 2026-08-14T17:27:27.159Z | [ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7923 | 2026-08-14T17:27:27.159Z | [ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO STEP 892 (remove_files) COMPLETE |
| 7924 | 2026-08-14T17:27:27.159Z | [ recovery-image] Aug 14 17:27:26.013 INFO O| Aug 14 17:27:26.013 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7925 | 2026-08-14T17:27:27.171Z | [ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7926 | 2026-08-14T17:27:27.171Z | [ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO STEP 893 (remove_files) COMPLETE |
| 7927 | 2026-08-14T17:27:27.171Z | [ recovery-image] Aug 14 17:27:26.025 INFO O| Aug 14 17:27:26.025 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7928 | 2026-08-14T17:27:27.183Z | [ recovery-image] Aug 14 17:27:26.036 INFO O| Aug 14 17:27:26.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7929 | 2026-08-14T17:27:27.183Z | [ recovery-image] Aug 14 17:27:26.037 INFO O| Aug 14 17:27:26.037 INFO STEP 894 (remove_files) COMPLETE |
| 7930 | 2026-08-14T17:27:27.186Z | [ recovery-image] Aug 14 17:27:26.037 INFO O| Aug 14 17:27:26.037 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7931 | 2026-08-14T17:27:27.195Z | [ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7932 | 2026-08-14T17:27:27.195Z | [ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO STEP 895 (remove_files) COMPLETE |
| 7933 | 2026-08-14T17:27:27.198Z | [ recovery-image] Aug 14 17:27:26.049 INFO O| Aug 14 17:27:26.049 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7934 | 2026-08-14T17:27:27.206Z | [ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7935 | 2026-08-14T17:27:27.206Z | [ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO STEP 896 (remove_files) COMPLETE |
| 7936 | 2026-08-14T17:27:27.206Z | [ recovery-image] Aug 14 17:27:26.060 INFO O| Aug 14 17:27:26.060 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7937 | 2026-08-14T17:27:27.216Z | [ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7938 | 2026-08-14T17:27:27.220Z | [ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO STEP 897 (remove_files) COMPLETE |
| 7939 | 2026-08-14T17:27:27.220Z | [ recovery-image] Aug 14 17:27:26.070 INFO O| Aug 14 17:27:26.070 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7940 | 2026-08-14T17:27:27.227Z | [ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7941 | 2026-08-14T17:27:27.227Z | [ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO STEP 898 (remove_files) COMPLETE |
| 7942 | 2026-08-14T17:27:27.227Z | [ recovery-image] Aug 14 17:27:26.081 INFO O| Aug 14 17:27:26.081 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7943 | 2026-08-14T17:27:27.242Z | [ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7944 | 2026-08-14T17:27:27.242Z | [ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO STEP 899 (remove_files) COMPLETE |
| 7945 | 2026-08-14T17:27:27.242Z | [ recovery-image] Aug 14 17:27:26.091 INFO O| Aug 14 17:27:26.091 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7946 | 2026-08-14T17:27:27.246Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 7947 | 2026-08-14T17:27:27.250Z | [ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7948 | 2026-08-14T17:27:27.250Z | [ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO STEP 900 (remove_files) COMPLETE |
| 7949 | 2026-08-14T17:27:27.250Z | [ recovery-image] Aug 14 17:27:26.101 INFO O| Aug 14 17:27:26.101 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7950 | 2026-08-14T17:27:27.258Z | [ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7951 | 2026-08-14T17:27:27.258Z | [ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO STEP 901 (remove_files) COMPLETE |
| 7952 | 2026-08-14T17:27:27.261Z | [ recovery-image] Aug 14 17:27:26.111 INFO O| Aug 14 17:27:26.111 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7953 | 2026-08-14T17:27:27.270Z | [ recovery-image] Aug 14 17:27:26.123 INFO O| Aug 14 17:27:26.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7954 | 2026-08-14T17:27:27.270Z | [ recovery-image] Aug 14 17:27:26.124 INFO O| Aug 14 17:27:26.124 INFO STEP 902 (remove_files) COMPLETE |
| 7955 | 2026-08-14T17:27:27.270Z | [ recovery-image] Aug 14 17:27:26.124 INFO O| Aug 14 17:27:26.124 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7956 | 2026-08-14T17:27:27.280Z | [ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7957 | 2026-08-14T17:27:27.280Z | [ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO STEP 903 (remove_files) COMPLETE |
| 7958 | 2026-08-14T17:27:27.280Z | [ recovery-image] Aug 14 17:27:26.134 INFO O| Aug 14 17:27:26.134 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7959 | 2026-08-14T17:27:27.290Z | [ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7960 | 2026-08-14T17:27:27.290Z | [ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.144 INFO STEP 904 (remove_files) COMPLETE |
| 7961 | 2026-08-14T17:27:27.290Z | [ recovery-image] Aug 14 17:27:26.144 INFO O| Aug 14 17:27:26.144 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7962 | 2026-08-14T17:27:27.299Z | [ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7963 | 2026-08-14T17:27:27.299Z | [ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO STEP 905 (remove_files) COMPLETE |
| 7964 | 2026-08-14T17:27:27.299Z | [ recovery-image] Aug 14 17:27:26.153 INFO O| Aug 14 17:27:26.153 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7965 | 2026-08-14T17:27:27.309Z | [ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7966 | 2026-08-14T17:27:27.309Z | [ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO STEP 906 (remove_files) COMPLETE |
| 7967 | 2026-08-14T17:27:27.313Z | [ recovery-image] Aug 14 17:27:26.163 INFO O| Aug 14 17:27:26.163 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7968 | 2026-08-14T17:27:27.319Z | [ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7969 | 2026-08-14T17:27:27.319Z | [ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO STEP 907 (remove_files) COMPLETE |
| 7970 | 2026-08-14T17:27:27.322Z | [ recovery-image] Aug 14 17:27:26.173 INFO O| Aug 14 17:27:26.173 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7971 | 2026-08-14T17:27:27.328Z | [ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7972 | 2026-08-14T17:27:27.328Z | [ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO STEP 908 (remove_files) COMPLETE |
| 7973 | 2026-08-14T17:27:27.328Z | [ recovery-image] Aug 14 17:27:26.182 INFO O| Aug 14 17:27:26.182 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7974 | 2026-08-14T17:27:27.337Z | [ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7975 | 2026-08-14T17:27:27.338Z | [ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO STEP 909 (remove_files) COMPLETE |
| 7976 | 2026-08-14T17:27:27.338Z | [ recovery-image] Aug 14 17:27:26.191 INFO O| Aug 14 17:27:26.191 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7977 | 2026-08-14T17:27:27.348Z | [ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7978 | 2026-08-14T17:27:27.348Z | [ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO STEP 910 (remove_files) COMPLETE |
| 7979 | 2026-08-14T17:27:27.348Z | [ recovery-image] Aug 14 17:27:26.201 INFO O| Aug 14 17:27:26.201 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7980 | 2026-08-14T17:27:27.358Z | [ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7981 | 2026-08-14T17:27:27.358Z | [ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO STEP 911 (remove_files) COMPLETE |
| 7982 | 2026-08-14T17:27:27.361Z | [ recovery-image] Aug 14 17:27:26.212 INFO O| Aug 14 17:27:26.212 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7983 | 2026-08-14T17:27:27.369Z | [ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7984 | 2026-08-14T17:27:27.369Z | [ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO STEP 912 (remove_files) COMPLETE |
| 7985 | 2026-08-14T17:27:27.372Z | [ recovery-image] Aug 14 17:27:26.222 INFO O| Aug 14 17:27:26.222 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7986 | 2026-08-14T17:27:27.380Z | [ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7987 | 2026-08-14T17:27:27.380Z | [ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO STEP 913 (remove_files) COMPLETE |
| 7988 | 2026-08-14T17:27:27.380Z | [ recovery-image] Aug 14 17:27:26.233 INFO O| Aug 14 17:27:26.233 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7989 | 2026-08-14T17:27:27.390Z | [ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7990 | 2026-08-14T17:27:27.391Z | [ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO STEP 914 (remove_files) COMPLETE |
| 7991 | 2026-08-14T17:27:27.391Z | [ recovery-image] Aug 14 17:27:26.244 INFO O| Aug 14 17:27:26.244 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7992 | 2026-08-14T17:27:27.401Z | [ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7993 | 2026-08-14T17:27:27.401Z | [ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO STEP 915 (remove_files) COMPLETE |
| 7994 | 2026-08-14T17:27:27.401Z | [ recovery-image] Aug 14 17:27:26.254 INFO O| Aug 14 17:27:26.254 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7995 | 2026-08-14T17:27:27.406Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7996 | 2026-08-14T17:27:27.411Z | [ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7997 | 2026-08-14T17:27:27.411Z | [ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO STEP 916 (remove_files) COMPLETE |
| 7998 | 2026-08-14T17:27:27.414Z | [ recovery-image] Aug 14 17:27:26.265 INFO O| Aug 14 17:27:26.265 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7999 | 2026-08-14T17:27:27.420Z | [ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8000 | 2026-08-14T17:27:27.420Z | [ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO STEP 917 (remove_files) COMPLETE |
| 8001 | 2026-08-14T17:27:27.424Z | [ recovery-image] Aug 14 17:27:26.274 INFO O| Aug 14 17:27:26.274 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8002 | 2026-08-14T17:27:27.431Z | [ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8003 | 2026-08-14T17:27:27.431Z | [ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO STEP 918 (remove_files) COMPLETE |
| 8004 | 2026-08-14T17:27:27.431Z | [ recovery-image] Aug 14 17:27:26.285 INFO O| Aug 14 17:27:26.285 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8005 | 2026-08-14T17:27:27.441Z | [ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8006 | 2026-08-14T17:27:27.442Z | [ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO STEP 919 (remove_files) COMPLETE |
| 8007 | 2026-08-14T17:27:27.442Z | [ recovery-image] Aug 14 17:27:26.295 INFO O| Aug 14 17:27:26.295 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8008 | 2026-08-14T17:27:27.445Z | [verify-libraries] Compiling russh v0.62.4 |
| 8009 | 2026-08-14T17:27:27.451Z | [ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8010 | 2026-08-14T17:27:27.451Z | [ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO STEP 920 (remove_files) COMPLETE |
| 8011 | 2026-08-14T17:27:27.451Z | [ recovery-image] Aug 14 17:27:26.305 INFO O| Aug 14 17:27:26.305 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8012 | 2026-08-14T17:27:27.462Z | [ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8013 | 2026-08-14T17:27:27.462Z | [ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO STEP 921 (remove_files) COMPLETE |
| 8014 | 2026-08-14T17:27:27.462Z | [ recovery-image] Aug 14 17:27:26.316 INFO O| Aug 14 17:27:26.316 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8015 | 2026-08-14T17:27:27.472Z | [ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8016 | 2026-08-14T17:27:27.472Z | [ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO STEP 922 (remove_files) COMPLETE |
| 8017 | 2026-08-14T17:27:27.472Z | [ recovery-image] Aug 14 17:27:26.326 INFO O| Aug 14 17:27:26.326 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8018 | 2026-08-14T17:27:27.484Z | [ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8019 | 2026-08-14T17:27:27.484Z | [ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO STEP 923 (remove_files) COMPLETE |
| 8020 | 2026-08-14T17:27:27.484Z | [ recovery-image] Aug 14 17:27:26.338 INFO O| Aug 14 17:27:26.337 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8021 | 2026-08-14T17:27:27.494Z | [ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8022 | 2026-08-14T17:27:27.494Z | [ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO STEP 924 (remove_files) COMPLETE |
| 8023 | 2026-08-14T17:27:27.494Z | [ recovery-image] Aug 14 17:27:26.347 INFO O| Aug 14 17:27:26.347 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8024 | 2026-08-14T17:27:27.504Z | [ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8025 | 2026-08-14T17:27:27.504Z | [ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO STEP 925 (remove_files) COMPLETE |
| 8026 | 2026-08-14T17:27:27.504Z | [ recovery-image] Aug 14 17:27:26.358 INFO O| Aug 14 17:27:26.358 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8027 | 2026-08-14T17:27:27.514Z | [ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8028 | 2026-08-14T17:27:27.515Z | [ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO STEP 926 (remove_files) COMPLETE |
| 8029 | 2026-08-14T17:27:27.515Z | [ recovery-image] Aug 14 17:27:26.368 INFO O| Aug 14 17:27:26.368 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8030 | 2026-08-14T17:27:27.524Z | [ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8031 | 2026-08-14T17:27:27.524Z | [ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO STEP 927 (remove_files) COMPLETE |
| 8032 | 2026-08-14T17:27:27.524Z | [ recovery-image] Aug 14 17:27:26.378 INFO O| Aug 14 17:27:26.378 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8033 | 2026-08-14T17:27:27.535Z | [ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8034 | 2026-08-14T17:27:27.535Z | [ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO STEP 928 (remove_files) COMPLETE |
| 8035 | 2026-08-14T17:27:27.535Z | [ recovery-image] Aug 14 17:27:26.389 INFO O| Aug 14 17:27:26.389 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8036 | 2026-08-14T17:27:27.547Z | [ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8037 | 2026-08-14T17:27:27.547Z | [ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO STEP 929 (remove_files) COMPLETE |
| 8038 | 2026-08-14T17:27:27.547Z | [ recovery-image] Aug 14 17:27:26.400 INFO O| Aug 14 17:27:26.400 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8039 | 2026-08-14T17:27:27.557Z | [ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8040 | 2026-08-14T17:27:27.557Z | [ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO STEP 930 (remove_files) COMPLETE |
| 8041 | 2026-08-14T17:27:27.560Z | [ recovery-image] Aug 14 17:27:26.411 INFO O| Aug 14 17:27:26.411 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8042 | 2026-08-14T17:27:27.568Z | [ recovery-image] Aug 14 17:27:26.421 INFO O| Aug 14 17:27:26.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8043 | 2026-08-14T17:27:27.568Z | [ recovery-image] Aug 14 17:27:26.422 INFO O| Aug 14 17:27:26.422 INFO STEP 931 (remove_files) COMPLETE |
| 8044 | 2026-08-14T17:27:27.568Z | [ recovery-image] Aug 14 17:27:26.422 INFO O| Aug 14 17:27:26.422 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8045 | 2026-08-14T17:27:27.579Z | [ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8046 | 2026-08-14T17:27:27.579Z | [ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO STEP 932 (remove_files) COMPLETE |
| 8047 | 2026-08-14T17:27:27.579Z | [ recovery-image] Aug 14 17:27:26.433 INFO O| Aug 14 17:27:26.433 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8048 | 2026-08-14T17:27:27.590Z | [ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8049 | 2026-08-14T17:27:27.590Z | [ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.444 INFO STEP 933 (remove_files) COMPLETE |
| 8050 | 2026-08-14T17:27:27.590Z | [ recovery-image] Aug 14 17:27:26.444 INFO O| Aug 14 17:27:26.444 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8051 | 2026-08-14T17:27:27.599Z | [ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8052 | 2026-08-14T17:27:27.599Z | [ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO STEP 934 (remove_files) COMPLETE |
| 8053 | 2026-08-14T17:27:27.599Z | [ recovery-image] Aug 14 17:27:26.453 INFO O| Aug 14 17:27:26.453 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8054 | 2026-08-14T17:27:27.609Z | [ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8055 | 2026-08-14T17:27:27.612Z | [ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.462 INFO STEP 935 (remove_files) COMPLETE |
| 8056 | 2026-08-14T17:27:27.612Z | [ recovery-image] Aug 14 17:27:26.462 INFO O| Aug 14 17:27:26.462 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8057 | 2026-08-14T17:27:27.616Z | [ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8058 | 2026-08-14T17:27:27.616Z | [ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO STEP 936 (remove_files) COMPLETE |
| 8059 | 2026-08-14T17:27:27.619Z | [ recovery-image] Aug 14 17:27:26.470 INFO O| Aug 14 17:27:26.470 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8060 | 2026-08-14T17:27:27.624Z | [ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8061 | 2026-08-14T17:27:27.624Z | [ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO STEP 937 (remove_files) COMPLETE |
| 8062 | 2026-08-14T17:27:27.624Z | [ recovery-image] Aug 14 17:27:26.478 INFO O| Aug 14 17:27:26.478 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8063 | 2026-08-14T17:27:27.632Z | [ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8064 | 2026-08-14T17:27:27.633Z | [ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO STEP 938 (remove_files) COMPLETE |
| 8065 | 2026-08-14T17:27:27.633Z | [ recovery-image] Aug 14 17:27:26.486 INFO O| Aug 14 17:27:26.486 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8066 | 2026-08-14T17:27:27.640Z | [ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8067 | 2026-08-14T17:27:27.640Z | [ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO STEP 939 (remove_files) COMPLETE |
| 8068 | 2026-08-14T17:27:27.640Z | [ recovery-image] Aug 14 17:27:26.494 INFO O| Aug 14 17:27:26.494 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8069 | 2026-08-14T17:27:27.648Z | [ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8070 | 2026-08-14T17:27:27.649Z | [ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO STEP 940 (remove_files) COMPLETE |
| 8071 | 2026-08-14T17:27:27.649Z | [ recovery-image] Aug 14 17:27:26.502 INFO O| Aug 14 17:27:26.502 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8072 | 2026-08-14T17:27:27.657Z | [ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8073 | 2026-08-14T17:27:27.657Z | [ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO STEP 941 (remove_files) COMPLETE |
| 8074 | 2026-08-14T17:27:27.657Z | [ recovery-image] Aug 14 17:27:26.511 INFO O| Aug 14 17:27:26.511 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8075 | 2026-08-14T17:27:27.661Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 8076 | 2026-08-14T17:27:27.665Z | [ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8077 | 2026-08-14T17:27:27.665Z | [ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO STEP 942 (remove_files) COMPLETE |
| 8078 | 2026-08-14T17:27:27.665Z | [ recovery-image] Aug 14 17:27:26.519 INFO O| Aug 14 17:27:26.519 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8079 | 2026-08-14T17:27:27.676Z | [ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8080 | 2026-08-14T17:27:27.676Z | [ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO STEP 943 (remove_files) COMPLETE |
| 8081 | 2026-08-14T17:27:27.679Z | [ recovery-image] Aug 14 17:27:26.530 INFO O| Aug 14 17:27:26.530 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8082 | 2026-08-14T17:27:27.685Z | [ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8083 | 2026-08-14T17:27:27.685Z | [ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO STEP 944 (remove_files) COMPLETE |
| 8084 | 2026-08-14T17:27:27.685Z | [ recovery-image] Aug 14 17:27:26.539 INFO O| Aug 14 17:27:26.539 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8085 | 2026-08-14T17:27:27.694Z | [ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8086 | 2026-08-14T17:27:27.694Z | [ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.548 INFO STEP 945 (remove_files) COMPLETE |
| 8087 | 2026-08-14T17:27:27.694Z | [ recovery-image] Aug 14 17:27:26.548 INFO O| Aug 14 17:27:26.548 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8088 | 2026-08-14T17:27:27.704Z | [ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8089 | 2026-08-14T17:27:27.704Z | [ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO STEP 946 (remove_files) COMPLETE |
| 8090 | 2026-08-14T17:27:27.707Z | [ recovery-image] Aug 14 17:27:26.557 INFO O| Aug 14 17:27:26.557 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8091 | 2026-08-14T17:27:27.713Z | [ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8092 | 2026-08-14T17:27:27.713Z | [ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO STEP 947 (remove_files) COMPLETE |
| 8093 | 2026-08-14T17:27:27.713Z | [ recovery-image] Aug 14 17:27:26.567 INFO O| Aug 14 17:27:26.567 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8094 | 2026-08-14T17:27:27.723Z | [ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8095 | 2026-08-14T17:27:27.723Z | [ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.577 INFO STEP 948 (remove_files) COMPLETE |
| 8096 | 2026-08-14T17:27:27.723Z | [ recovery-image] Aug 14 17:27:26.577 INFO O| Aug 14 17:27:26.577 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8097 | 2026-08-14T17:27:27.733Z | [ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8098 | 2026-08-14T17:27:27.733Z | [ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO STEP 949 (remove_files) COMPLETE |
| 8099 | 2026-08-14T17:27:27.733Z | [ recovery-image] Aug 14 17:27:26.587 INFO O| Aug 14 17:27:26.587 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8100 | 2026-08-14T17:27:27.743Z | [ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8101 | 2026-08-14T17:27:27.743Z | [ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO STEP 950 (remove_files) COMPLETE |
| 8102 | 2026-08-14T17:27:27.746Z | [ recovery-image] Aug 14 17:27:26.597 INFO O| Aug 14 17:27:26.597 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8103 | 2026-08-14T17:27:27.753Z | [ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8104 | 2026-08-14T17:27:27.754Z | [ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO STEP 951 (remove_files) COMPLETE |
| 8105 | 2026-08-14T17:27:27.757Z | [ recovery-image] Aug 14 17:27:26.607 INFO O| Aug 14 17:27:26.607 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8106 | 2026-08-14T17:27:27.765Z | [ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8107 | 2026-08-14T17:27:27.765Z | [ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO STEP 952 (remove_files) COMPLETE |
| 8108 | 2026-08-14T17:27:27.765Z | [ recovery-image] Aug 14 17:27:26.617 INFO O| Aug 14 17:27:26.617 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8109 | 2026-08-14T17:27:27.773Z | [ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8110 | 2026-08-14T17:27:27.773Z | [ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO STEP 953 (remove_files) COMPLETE |
| 8111 | 2026-08-14T17:27:27.773Z | [ recovery-image] Aug 14 17:27:26.627 INFO O| Aug 14 17:27:26.627 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8112 | 2026-08-14T17:27:27.784Z | [ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8113 | 2026-08-14T17:27:27.785Z | [ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO STEP 954 (remove_files) COMPLETE |
| 8114 | 2026-08-14T17:27:27.788Z | [ recovery-image] Aug 14 17:27:26.638 INFO O| Aug 14 17:27:26.638 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8115 | 2026-08-14T17:27:27.794Z | [ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8116 | 2026-08-14T17:27:27.794Z | [ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO STEP 955 (remove_files) COMPLETE |
| 8117 | 2026-08-14T17:27:27.794Z | [ recovery-image] Aug 14 17:27:26.648 INFO O| Aug 14 17:27:26.648 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8118 | 2026-08-14T17:27:27.804Z | [ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8119 | 2026-08-14T17:27:27.804Z | [ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO STEP 956 (remove_files) COMPLETE |
| 8120 | 2026-08-14T17:27:27.807Z | [ recovery-image] Aug 14 17:27:26.658 INFO O| Aug 14 17:27:26.658 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8121 | 2026-08-14T17:27:27.814Z | [ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8122 | 2026-08-14T17:27:27.814Z | [ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO STEP 957 (remove_files) COMPLETE |
| 8123 | 2026-08-14T17:27:27.814Z | [ recovery-image] Aug 14 17:27:26.668 INFO O| Aug 14 17:27:26.668 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8124 | 2026-08-14T17:27:27.824Z | [ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8125 | 2026-08-14T17:27:27.824Z | [ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO STEP 958 (remove_files) COMPLETE |
| 8126 | 2026-08-14T17:27:27.827Z | [ recovery-image] Aug 14 17:27:26.678 INFO O| Aug 14 17:27:26.678 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8127 | 2026-08-14T17:27:27.835Z | [ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8128 | 2026-08-14T17:27:27.835Z | [ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO STEP 959 (remove_files) COMPLETE |
| 8129 | 2026-08-14T17:27:27.839Z | [ recovery-image] Aug 14 17:27:26.689 INFO O| Aug 14 17:27:26.689 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8130 | 2026-08-14T17:27:27.846Z | [ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8131 | 2026-08-14T17:27:27.846Z | [ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO STEP 960 (remove_files) COMPLETE |
| 8132 | 2026-08-14T17:27:27.849Z | [ recovery-image] Aug 14 17:27:26.700 INFO O| Aug 14 17:27:26.700 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8133 | 2026-08-14T17:27:27.852Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 8134 | 2026-08-14T17:27:27.856Z | [ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8135 | 2026-08-14T17:27:27.856Z | [ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO STEP 961 (remove_files) COMPLETE |
| 8136 | 2026-08-14T17:27:27.859Z | [ recovery-image] Aug 14 17:27:26.710 INFO O| Aug 14 17:27:26.710 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8137 | 2026-08-14T17:27:27.867Z | [ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8138 | 2026-08-14T17:27:27.867Z | [ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.721 INFO STEP 962 (remove_files) COMPLETE |
| 8139 | 2026-08-14T17:27:27.870Z | [ recovery-image] Aug 14 17:27:26.721 INFO O| Aug 14 17:27:26.721 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8140 | 2026-08-14T17:27:27.878Z | [ recovery-image] Aug 14 17:27:26.731 INFO O| Aug 14 17:27:26.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8141 | 2026-08-14T17:27:27.878Z | [ recovery-image] Aug 14 17:27:26.731 INFO O| Aug 14 17:27:26.731 INFO STEP 963 (remove_files) COMPLETE |
| 8142 | 2026-08-14T17:27:27.878Z | [ recovery-image] Aug 14 17:27:26.732 INFO O| Aug 14 17:27:26.731 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8143 | 2026-08-14T17:27:27.888Z | [ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8144 | 2026-08-14T17:27:27.888Z | [ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO STEP 964 (remove_files) COMPLETE |
| 8145 | 2026-08-14T17:27:27.888Z | [ recovery-image] Aug 14 17:27:26.741 INFO O| Aug 14 17:27:26.741 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8146 | 2026-08-14T17:27:27.898Z | [ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8147 | 2026-08-14T17:27:27.898Z | [ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO STEP 965 (remove_files) COMPLETE |
| 8148 | 2026-08-14T17:27:27.898Z | [ recovery-image] Aug 14 17:27:26.752 INFO O| Aug 14 17:27:26.752 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8149 | 2026-08-14T17:27:27.908Z | [ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8150 | 2026-08-14T17:27:27.908Z | [ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO STEP 966 (remove_files) COMPLETE |
| 8151 | 2026-08-14T17:27:27.911Z | [ recovery-image] Aug 14 17:27:26.762 INFO O| Aug 14 17:27:26.762 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8152 | 2026-08-14T17:27:27.917Z | [ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8153 | 2026-08-14T17:27:27.917Z | [ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO STEP 967 (remove_files) COMPLETE |
| 8154 | 2026-08-14T17:27:27.917Z | [ recovery-image] Aug 14 17:27:26.771 INFO O| Aug 14 17:27:26.771 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8155 | 2026-08-14T17:27:27.925Z | [ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8156 | 2026-08-14T17:27:27.925Z | [ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO STEP 968 (remove_files) COMPLETE |
| 8157 | 2026-08-14T17:27:27.929Z | [ recovery-image] Aug 14 17:27:26.779 INFO O| Aug 14 17:27:26.779 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8158 | 2026-08-14T17:27:27.934Z | [ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8159 | 2026-08-14T17:27:27.934Z | [ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO STEP 969 (remove_files) COMPLETE |
| 8160 | 2026-08-14T17:27:27.934Z | [ recovery-image] Aug 14 17:27:26.788 INFO O| Aug 14 17:27:26.788 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8161 | 2026-08-14T17:27:27.942Z | [ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8162 | 2026-08-14T17:27:27.942Z | [ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO STEP 970 (remove_files) COMPLETE |
| 8163 | 2026-08-14T17:27:27.942Z | [ recovery-image] Aug 14 17:27:26.796 INFO O| Aug 14 17:27:26.796 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8164 | 2026-08-14T17:27:27.951Z | [ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8165 | 2026-08-14T17:27:27.951Z | [ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO STEP 971 (remove_files) COMPLETE |
| 8166 | 2026-08-14T17:27:27.951Z | [ recovery-image] Aug 14 17:27:26.805 INFO O| Aug 14 17:27:26.805 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8167 | 2026-08-14T17:27:27.978Z | [ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8168 | 2026-08-14T17:27:27.978Z | [ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.832 INFO STEP 972 (remove_files) COMPLETE |
| 8169 | 2026-08-14T17:27:27.981Z | [ recovery-image] Aug 14 17:27:26.832 INFO O| Aug 14 17:27:26.832 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8170 | 2026-08-14T17:27:27.986Z | [ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8171 | 2026-08-14T17:27:27.986Z | [ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO STEP 973 (remove_files) COMPLETE |
| 8172 | 2026-08-14T17:27:27.989Z | [ recovery-image] Aug 14 17:27:26.840 INFO O| Aug 14 17:27:26.840 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8173 | 2026-08-14T17:27:27.995Z | [ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8174 | 2026-08-14T17:27:27.995Z | [ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO STEP 974 (remove_files) COMPLETE |
| 8175 | 2026-08-14T17:27:27.995Z | [ recovery-image] Aug 14 17:27:26.849 INFO O| Aug 14 17:27:26.849 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8176 | 2026-08-14T17:27:28.003Z | [ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8177 | 2026-08-14T17:27:28.003Z | [ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO STEP 975 (remove_files) COMPLETE |
| 8178 | 2026-08-14T17:27:28.006Z | [ recovery-image] Aug 14 17:27:26.857 INFO O| Aug 14 17:27:26.857 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8179 | 2026-08-14T17:27:28.014Z | [ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8180 | 2026-08-14T17:27:28.014Z | [ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO STEP 976 (remove_files) COMPLETE |
| 8181 | 2026-08-14T17:27:28.014Z | [ recovery-image] Aug 14 17:27:26.867 INFO O| Aug 14 17:27:26.867 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8182 | 2026-08-14T17:27:28.023Z | [ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8183 | 2026-08-14T17:27:28.023Z | [ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO STEP 977 (remove_files) COMPLETE |
| 8184 | 2026-08-14T17:27:28.023Z | [ recovery-image] Aug 14 17:27:26.876 INFO O| Aug 14 17:27:26.876 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8185 | 2026-08-14T17:27:28.032Z | [ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8186 | 2026-08-14T17:27:28.032Z | [ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO STEP 978 (remove_files) COMPLETE |
| 8187 | 2026-08-14T17:27:28.032Z | [ recovery-image] Aug 14 17:27:26.886 INFO O| Aug 14 17:27:26.886 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8188 | 2026-08-14T17:27:28.042Z | [ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8189 | 2026-08-14T17:27:28.042Z | [ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO STEP 979 (remove_files) COMPLETE |
| 8190 | 2026-08-14T17:27:28.042Z | [ recovery-image] Aug 14 17:27:26.896 INFO O| Aug 14 17:27:26.896 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8191 | 2026-08-14T17:27:28.053Z | [ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8192 | 2026-08-14T17:27:28.053Z | [ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO STEP 980 (remove_files) COMPLETE |
| 8193 | 2026-08-14T17:27:28.053Z | [ recovery-image] Aug 14 17:27:26.906 INFO O| Aug 14 17:27:26.906 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8194 | 2026-08-14T17:27:28.097Z | [ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8195 | 2026-08-14T17:27:28.097Z | [ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO STEP 981 (remove_files) COMPLETE |
| 8196 | 2026-08-14T17:27:28.097Z | [ recovery-image] Aug 14 17:27:26.950 INFO O| Aug 14 17:27:26.950 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8197 | 2026-08-14T17:27:28.107Z | [ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8198 | 2026-08-14T17:27:28.107Z | [ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO STEP 982 (remove_files) COMPLETE |
| 8199 | 2026-08-14T17:27:28.107Z | [ recovery-image] Aug 14 17:27:26.961 INFO O| Aug 14 17:27:26.961 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8200 | 2026-08-14T17:27:28.117Z | [ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8201 | 2026-08-14T17:27:28.117Z | [ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO STEP 983 (remove_files) COMPLETE |
| 8202 | 2026-08-14T17:27:28.121Z | [ recovery-image] Aug 14 17:27:26.971 INFO O| Aug 14 17:27:26.971 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8203 | 2026-08-14T17:27:28.127Z | [ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8204 | 2026-08-14T17:27:28.127Z | [ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO STEP 984 (remove_files) COMPLETE |
| 8205 | 2026-08-14T17:27:28.131Z | [ recovery-image] Aug 14 17:27:26.981 INFO O| Aug 14 17:27:26.981 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8206 | 2026-08-14T17:27:28.137Z | [ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8207 | 2026-08-14T17:27:28.138Z | [ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO STEP 985 (remove_files) COMPLETE |
| 8208 | 2026-08-14T17:27:28.141Z | [ recovery-image] Aug 14 17:27:26.991 INFO O| Aug 14 17:27:26.991 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8209 | 2026-08-14T17:27:28.148Z | [ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8210 | 2026-08-14T17:27:28.148Z | [ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO STEP 986 (remove_files) COMPLETE |
| 8211 | 2026-08-14T17:27:28.148Z | [ recovery-image] Aug 14 17:27:27.002 INFO O| Aug 14 17:27:27.002 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8212 | 2026-08-14T17:27:28.158Z | [ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8213 | 2026-08-14T17:27:28.158Z | [ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO STEP 987 (remove_files) COMPLETE |
| 8214 | 2026-08-14T17:27:28.158Z | [ recovery-image] Aug 14 17:27:27.012 INFO O| Aug 14 17:27:27.012 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8215 | 2026-08-14T17:27:28.167Z | [ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8216 | 2026-08-14T17:27:28.167Z | [ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO STEP 988 (remove_files) COMPLETE |
| 8217 | 2026-08-14T17:27:28.167Z | [ recovery-image] Aug 14 17:27:27.021 INFO O| Aug 14 17:27:27.021 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8218 | 2026-08-14T17:27:28.177Z | [ recovery-image] Aug 14 17:27:27.030 INFO O| Aug 14 17:27:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8219 | 2026-08-14T17:27:28.177Z | [ recovery-image] Aug 14 17:27:27.030 INFO O| Aug 14 17:27:27.030 INFO STEP 989 (remove_files) COMPLETE |
| 8220 | 2026-08-14T17:27:28.180Z | [ recovery-image] Aug 14 17:27:27.031 INFO O| Aug 14 17:27:27.030 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8221 | 2026-08-14T17:27:28.188Z | [ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8222 | 2026-08-14T17:27:28.188Z | [ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO STEP 990 (remove_files) COMPLETE |
| 8223 | 2026-08-14T17:27:28.188Z | [ recovery-image] Aug 14 17:27:27.042 INFO O| Aug 14 17:27:27.042 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8224 | 2026-08-14T17:27:28.199Z | [ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8225 | 2026-08-14T17:27:28.199Z | [ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO STEP 991 (remove_files) COMPLETE |
| 8226 | 2026-08-14T17:27:28.199Z | [ recovery-image] Aug 14 17:27:27.053 INFO O| Aug 14 17:27:27.053 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8227 | 2026-08-14T17:27:28.210Z | [ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8228 | 2026-08-14T17:27:28.210Z | [ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO STEP 992 (remove_files) COMPLETE |
| 8229 | 2026-08-14T17:27:28.210Z | [ recovery-image] Aug 14 17:27:27.064 INFO O| Aug 14 17:27:27.064 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8230 | 2026-08-14T17:27:28.220Z | [ recovery-image] Aug 14 17:27:27.073 INFO O| Aug 14 17:27:27.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8231 | 2026-08-14T17:27:28.220Z | [ recovery-image] Aug 14 17:27:27.074 INFO O| Aug 14 17:27:27.074 INFO STEP 993 (remove_files) COMPLETE |
| 8232 | 2026-08-14T17:27:28.220Z | [ recovery-image] Aug 14 17:27:27.074 INFO O| Aug 14 17:27:27.074 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8233 | 2026-08-14T17:27:28.229Z | [ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8234 | 2026-08-14T17:27:28.229Z | [ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO STEP 994 (remove_files) COMPLETE |
| 8235 | 2026-08-14T17:27:28.233Z | [ recovery-image] Aug 14 17:27:27.083 INFO O| Aug 14 17:27:27.083 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8236 | 2026-08-14T17:27:28.241Z | [ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8237 | 2026-08-14T17:27:28.241Z | [ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO STEP 995 (remove_files) COMPLETE |
| 8238 | 2026-08-14T17:27:28.241Z | [ recovery-image] Aug 14 17:27:27.095 INFO O| Aug 14 17:27:27.095 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8239 | 2026-08-14T17:27:28.253Z | [ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8240 | 2026-08-14T17:27:28.253Z | [ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO STEP 996 (remove_files) COMPLETE |
| 8241 | 2026-08-14T17:27:28.253Z | [ recovery-image] Aug 14 17:27:27.106 INFO O| Aug 14 17:27:27.106 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8242 | 2026-08-14T17:27:28.263Z | [ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8243 | 2026-08-14T17:27:28.263Z | [ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO STEP 997 (remove_files) COMPLETE |
| 8244 | 2026-08-14T17:27:28.263Z | [ recovery-image] Aug 14 17:27:27.117 INFO O| Aug 14 17:27:27.117 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8245 | 2026-08-14T17:27:28.275Z | [ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8246 | 2026-08-14T17:27:28.275Z | [ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO STEP 998 (remove_files) COMPLETE |
| 8247 | 2026-08-14T17:27:28.275Z | [ recovery-image] Aug 14 17:27:27.129 INFO O| Aug 14 17:27:27.129 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8248 | 2026-08-14T17:27:28.285Z | [ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8249 | 2026-08-14T17:27:28.285Z | [ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO STEP 999 (remove_files) COMPLETE |
| 8250 | 2026-08-14T17:27:28.285Z | [ recovery-image] Aug 14 17:27:27.138 INFO O| Aug 14 17:27:27.138 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8251 | 2026-08-14T17:27:28.292Z | [ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8252 | 2026-08-14T17:27:28.292Z | [ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO STEP 1000 (remove_files) COMPLETE |
| 8253 | 2026-08-14T17:27:28.292Z | [ recovery-image] Aug 14 17:27:27.146 INFO O| Aug 14 17:27:27.146 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8254 | 2026-08-14T17:27:28.300Z | [ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8255 | 2026-08-14T17:27:28.300Z | [ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO STEP 1001 (remove_files) COMPLETE |
| 8256 | 2026-08-14T17:27:28.300Z | [ recovery-image] Aug 14 17:27:27.154 INFO O| Aug 14 17:27:27.154 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8257 | 2026-08-14T17:27:28.309Z | [ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8258 | 2026-08-14T17:27:28.309Z | [ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO STEP 1002 (remove_files) COMPLETE |
| 8259 | 2026-08-14T17:27:28.309Z | [ recovery-image] Aug 14 17:27:27.162 INFO O| Aug 14 17:27:27.162 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8260 | 2026-08-14T17:27:28.317Z | [ recovery-image] Aug 14 17:27:27.171 INFO O| Aug 14 17:27:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8261 | 2026-08-14T17:27:28.320Z | [ recovery-image] Aug 14 17:27:27.172 INFO O| Aug 14 17:27:27.172 INFO STEP 1003 (remove_files) COMPLETE |
| 8262 | 2026-08-14T17:27:28.321Z | [ recovery-image] Aug 14 17:27:27.172 INFO O| Aug 14 17:27:27.172 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8263 | 2026-08-14T17:27:28.326Z | [ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8264 | 2026-08-14T17:27:28.326Z | [ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO STEP 1004 (remove_files) COMPLETE |
| 8265 | 2026-08-14T17:27:28.326Z | [ recovery-image] Aug 14 17:27:27.180 INFO O| Aug 14 17:27:27.180 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8266 | 2026-08-14T17:27:28.334Z | [ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8267 | 2026-08-14T17:27:28.334Z | [ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO STEP 1005 (remove_files) COMPLETE |
| 8268 | 2026-08-14T17:27:28.334Z | [ recovery-image] Aug 14 17:27:27.188 INFO O| Aug 14 17:27:27.188 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8269 | 2026-08-14T17:27:28.342Z | [ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8270 | 2026-08-14T17:27:28.342Z | [ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO STEP 1006 (remove_files) COMPLETE |
| 8271 | 2026-08-14T17:27:28.342Z | [ recovery-image] Aug 14 17:27:27.196 INFO O| Aug 14 17:27:27.196 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8272 | 2026-08-14T17:27:28.350Z | [ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8273 | 2026-08-14T17:27:28.350Z | [ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO STEP 1007 (remove_files) COMPLETE |
| 8274 | 2026-08-14T17:27:28.350Z | [ recovery-image] Aug 14 17:27:27.204 INFO O| Aug 14 17:27:27.204 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8275 | 2026-08-14T17:27:28.358Z | [ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8276 | 2026-08-14T17:27:28.358Z | [ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO STEP 1008 (remove_files) COMPLETE |
| 8277 | 2026-08-14T17:27:28.361Z | [ recovery-image] Aug 14 17:27:27.212 INFO O| Aug 14 17:27:27.212 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8278 | 2026-08-14T17:27:28.368Z | [ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8279 | 2026-08-14T17:27:28.368Z | [ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO STEP 1009 (remove_files) COMPLETE |
| 8280 | 2026-08-14T17:27:28.368Z | [ recovery-image] Aug 14 17:27:27.222 INFO O| Aug 14 17:27:27.222 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8281 | 2026-08-14T17:27:28.379Z | [ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8282 | 2026-08-14T17:27:28.379Z | [ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO STEP 1010 (remove_files) COMPLETE |
| 8283 | 2026-08-14T17:27:28.379Z | [ recovery-image] Aug 14 17:27:27.233 INFO O| Aug 14 17:27:27.233 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8284 | 2026-08-14T17:27:28.389Z | [ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8285 | 2026-08-14T17:27:28.389Z | [ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO STEP 1011 (remove_files) COMPLETE |
| 8286 | 2026-08-14T17:27:28.389Z | [ recovery-image] Aug 14 17:27:27.243 INFO O| Aug 14 17:27:27.243 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8287 | 2026-08-14T17:27:28.398Z | [ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8288 | 2026-08-14T17:27:28.398Z | [ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO STEP 1012 (remove_files) COMPLETE |
| 8289 | 2026-08-14T17:27:28.401Z | [ recovery-image] Aug 14 17:27:27.252 INFO O| Aug 14 17:27:27.252 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8290 | 2026-08-14T17:27:28.409Z | [ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8291 | 2026-08-14T17:27:28.409Z | [ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO STEP 1013 (remove_files) COMPLETE |
| 8292 | 2026-08-14T17:27:28.409Z | [ recovery-image] Aug 14 17:27:27.263 INFO O| Aug 14 17:27:27.263 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8293 | 2026-08-14T17:27:28.421Z | [ recovery-image] Aug 14 17:27:27.274 INFO O| Aug 14 17:27:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8294 | 2026-08-14T17:27:28.421Z | [ recovery-image] Aug 14 17:27:27.275 INFO O| Aug 14 17:27:27.275 INFO STEP 1014 (remove_files) COMPLETE |
| 8295 | 2026-08-14T17:27:28.424Z | [ recovery-image] Aug 14 17:27:27.275 INFO O| Aug 14 17:27:27.275 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8296 | 2026-08-14T17:27:28.431Z | [ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8297 | 2026-08-14T17:27:28.431Z | [ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO STEP 1015 (remove_files) COMPLETE |
| 8298 | 2026-08-14T17:27:28.431Z | [ recovery-image] Aug 14 17:27:27.285 INFO O| Aug 14 17:27:27.285 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8299 | 2026-08-14T17:27:28.441Z | [ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8300 | 2026-08-14T17:27:28.441Z | [ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.295 INFO STEP 1016 (remove_files) COMPLETE |
| 8301 | 2026-08-14T17:27:28.444Z | [ recovery-image] Aug 14 17:27:27.295 INFO O| Aug 14 17:27:27.295 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8302 | 2026-08-14T17:27:28.451Z | [ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8303 | 2026-08-14T17:27:28.451Z | [ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO STEP 1017 (remove_files) COMPLETE |
| 8304 | 2026-08-14T17:27:28.454Z | [ recovery-image] Aug 14 17:27:27.305 INFO O| Aug 14 17:27:27.305 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8305 | 2026-08-14T17:27:28.461Z | [ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8306 | 2026-08-14T17:27:28.461Z | [ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO STEP 1018 (remove_files) COMPLETE |
| 8307 | 2026-08-14T17:27:28.461Z | [ recovery-image] Aug 14 17:27:27.315 INFO O| Aug 14 17:27:27.315 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8308 | 2026-08-14T17:27:28.472Z | [ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8309 | 2026-08-14T17:27:28.472Z | [ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO STEP 1019 (remove_files) COMPLETE |
| 8310 | 2026-08-14T17:27:28.472Z | [ recovery-image] Aug 14 17:27:27.326 INFO O| Aug 14 17:27:27.326 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8311 | 2026-08-14T17:27:28.483Z | [ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8312 | 2026-08-14T17:27:28.483Z | [ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO STEP 1020 (remove_files) COMPLETE |
| 8313 | 2026-08-14T17:27:28.483Z | [ recovery-image] Aug 14 17:27:27.336 INFO O| Aug 14 17:27:27.336 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8314 | 2026-08-14T17:27:28.486Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 8315 | 2026-08-14T17:27:28.496Z | [ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8316 | 2026-08-14T17:27:28.496Z | [ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO STEP 1021 (remove_files) COMPLETE |
| 8317 | 2026-08-14T17:27:28.496Z | [ recovery-image] Aug 14 17:27:27.350 INFO O| Aug 14 17:27:27.350 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8318 | 2026-08-14T17:27:28.507Z | [ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8319 | 2026-08-14T17:27:28.507Z | [ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO STEP 1022 (remove_files) COMPLETE |
| 8320 | 2026-08-14T17:27:28.510Z | [ recovery-image] Aug 14 17:27:27.361 INFO O| Aug 14 17:27:27.361 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8321 | 2026-08-14T17:27:28.517Z | [ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8322 | 2026-08-14T17:27:28.517Z | [ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO STEP 1023 (remove_files) COMPLETE |
| 8323 | 2026-08-14T17:27:28.520Z | [ recovery-image] Aug 14 17:27:27.371 INFO O| Aug 14 17:27:27.371 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8324 | 2026-08-14T17:27:28.526Z | [ recovery-image] Aug 14 17:27:27.380 INFO O| Aug 14 17:27:27.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8325 | 2026-08-14T17:27:28.526Z | [ recovery-image] Aug 14 17:27:27.381 INFO O| Aug 14 17:27:27.381 INFO STEP 1024 (remove_files) COMPLETE |
| 8326 | 2026-08-14T17:27:28.530Z | [ recovery-image] Aug 14 17:27:27.381 INFO O| Aug 14 17:27:27.381 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8327 | 2026-08-14T17:27:28.536Z | [ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8328 | 2026-08-14T17:27:28.536Z | [ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO STEP 1025 (remove_files) COMPLETE |
| 8329 | 2026-08-14T17:27:28.539Z | [ recovery-image] Aug 14 17:27:27.390 INFO O| Aug 14 17:27:27.390 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8330 | 2026-08-14T17:27:28.545Z | [ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8331 | 2026-08-14T17:27:28.545Z | [ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO STEP 1026 (remove_files) COMPLETE |
| 8332 | 2026-08-14T17:27:28.545Z | [ recovery-image] Aug 14 17:27:27.399 INFO O| Aug 14 17:27:27.399 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8333 | 2026-08-14T17:27:28.555Z | [ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8334 | 2026-08-14T17:27:28.555Z | [ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO STEP 1027 (remove_files) COMPLETE |
| 8335 | 2026-08-14T17:27:28.555Z | [ recovery-image] Aug 14 17:27:27.409 INFO O| Aug 14 17:27:27.409 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8336 | 2026-08-14T17:27:28.566Z | [ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8337 | 2026-08-14T17:27:28.566Z | [ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO STEP 1028 (remove_files) COMPLETE |
| 8338 | 2026-08-14T17:27:28.566Z | [ recovery-image] Aug 14 17:27:27.420 INFO O| Aug 14 17:27:27.420 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8339 | 2026-08-14T17:27:28.577Z | [ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8340 | 2026-08-14T17:27:28.577Z | [ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.431 INFO STEP 1029 (remove_files) COMPLETE |
| 8341 | 2026-08-14T17:27:28.577Z | [ recovery-image] Aug 14 17:27:27.431 INFO O| Aug 14 17:27:27.431 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8342 | 2026-08-14T17:27:28.586Z | [ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8343 | 2026-08-14T17:27:28.586Z | [ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO STEP 1030 (remove_files) COMPLETE |
| 8344 | 2026-08-14T17:27:28.589Z | [ recovery-image] Aug 14 17:27:27.440 INFO O| Aug 14 17:27:27.440 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8345 | 2026-08-14T17:27:28.596Z | [ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8346 | 2026-08-14T17:27:28.599Z | [ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO STEP 1031 (remove_files) COMPLETE |
| 8347 | 2026-08-14T17:27:28.599Z | [ recovery-image] Aug 14 17:27:27.450 INFO O| Aug 14 17:27:27.450 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8348 | 2026-08-14T17:27:28.606Z | [ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8349 | 2026-08-14T17:27:28.606Z | [ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO STEP 1032 (remove_files) COMPLETE |
| 8350 | 2026-08-14T17:27:28.606Z | [ recovery-image] Aug 14 17:27:27.460 INFO O| Aug 14 17:27:27.460 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8351 | 2026-08-14T17:27:28.616Z | [ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8352 | 2026-08-14T17:27:28.616Z | [ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO STEP 1033 (remove_files) COMPLETE |
| 8353 | 2026-08-14T17:27:28.616Z | [ recovery-image] Aug 14 17:27:27.470 INFO O| Aug 14 17:27:27.470 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8354 | 2026-08-14T17:27:28.625Z | [ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8355 | 2026-08-14T17:27:28.625Z | [ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.479 INFO STEP 1034 (remove_files) COMPLETE |
| 8356 | 2026-08-14T17:27:28.625Z | [ recovery-image] Aug 14 17:27:27.479 INFO O| Aug 14 17:27:27.479 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8357 | 2026-08-14T17:27:28.633Z | [ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8358 | 2026-08-14T17:27:28.633Z | [ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO STEP 1035 (remove_files) COMPLETE |
| 8359 | 2026-08-14T17:27:28.634Z | [ recovery-image] Aug 14 17:27:27.487 INFO O| Aug 14 17:27:27.487 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8360 | 2026-08-14T17:27:28.642Z | [ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8361 | 2026-08-14T17:27:28.642Z | [ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO STEP 1036 (remove_files) COMPLETE |
| 8362 | 2026-08-14T17:27:28.642Z | [ recovery-image] Aug 14 17:27:27.496 INFO O| Aug 14 17:27:27.496 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8363 | 2026-08-14T17:27:28.651Z | [ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8364 | 2026-08-14T17:27:28.651Z | [ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO STEP 1037 (remove_files) COMPLETE |
| 8365 | 2026-08-14T17:27:28.654Z | [ recovery-image] Aug 14 17:27:27.505 INFO O| Aug 14 17:27:27.505 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8366 | 2026-08-14T17:27:28.659Z | [ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8367 | 2026-08-14T17:27:28.659Z | [ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO STEP 1038 (remove_files) COMPLETE |
| 8368 | 2026-08-14T17:27:28.659Z | [ recovery-image] Aug 14 17:27:27.513 INFO O| Aug 14 17:27:27.513 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8369 | 2026-08-14T17:27:28.670Z | [ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8370 | 2026-08-14T17:27:28.670Z | [ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.524 INFO STEP 1039 (remove_files) COMPLETE |
| 8371 | 2026-08-14T17:27:28.673Z | [ recovery-image] Aug 14 17:27:27.524 INFO O| Aug 14 17:27:27.524 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8372 | 2026-08-14T17:27:28.679Z | [ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8373 | 2026-08-14T17:27:28.679Z | [ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO STEP 1040 (remove_files) COMPLETE |
| 8374 | 2026-08-14T17:27:28.679Z | [ recovery-image] Aug 14 17:27:27.533 INFO O| Aug 14 17:27:27.533 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8375 | 2026-08-14T17:27:28.689Z | [ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8376 | 2026-08-14T17:27:28.689Z | [ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO STEP 1041 (remove_files) COMPLETE |
| 8377 | 2026-08-14T17:27:28.689Z | [ recovery-image] Aug 14 17:27:27.543 INFO O| Aug 14 17:27:27.543 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8378 | 2026-08-14T17:27:28.697Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 8379 | 2026-08-14T17:27:28.700Z | [ recovery-image] Aug 14 17:27:27.552 INFO O| Aug 14 17:27:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8380 | 2026-08-14T17:27:28.700Z | [ recovery-image] Aug 14 17:27:27.553 INFO O| Aug 14 17:27:27.552 INFO STEP 1042 (remove_files) COMPLETE |
| 8381 | 2026-08-14T17:27:28.700Z | [ recovery-image] Aug 14 17:27:27.553 INFO O| Aug 14 17:27:27.553 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8382 | 2026-08-14T17:27:28.708Z | [ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8383 | 2026-08-14T17:27:28.708Z | [ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO STEP 1043 (remove_files) COMPLETE |
| 8384 | 2026-08-14T17:27:28.708Z | [ recovery-image] Aug 14 17:27:27.562 INFO O| Aug 14 17:27:27.562 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8385 | 2026-08-14T17:27:28.719Z | [ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8386 | 2026-08-14T17:27:28.719Z | [ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO STEP 1044 (remove_files) COMPLETE |
| 8387 | 2026-08-14T17:27:28.722Z | [ recovery-image] Aug 14 17:27:27.573 INFO O| Aug 14 17:27:27.573 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8388 | 2026-08-14T17:27:28.729Z | [ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8389 | 2026-08-14T17:27:28.729Z | [ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO STEP 1045 (remove_files) COMPLETE |
| 8390 | 2026-08-14T17:27:28.732Z | [ recovery-image] Aug 14 17:27:27.583 INFO O| Aug 14 17:27:27.583 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8391 | 2026-08-14T17:27:28.740Z | [ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8392 | 2026-08-14T17:27:28.740Z | [ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO STEP 1046 (remove_files) COMPLETE |
| 8393 | 2026-08-14T17:27:28.740Z | [ recovery-image] Aug 14 17:27:27.594 INFO O| Aug 14 17:27:27.594 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8394 | 2026-08-14T17:27:28.748Z | [ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8395 | 2026-08-14T17:27:28.748Z | [ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO STEP 1047 (remove_files) COMPLETE |
| 8396 | 2026-08-14T17:27:28.748Z | [ recovery-image] Aug 14 17:27:27.602 INFO O| Aug 14 17:27:27.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8397 | 2026-08-14T17:27:28.760Z | [ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8398 | 2026-08-14T17:27:28.760Z | [ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO STEP 1048 (remove_files) COMPLETE |
| 8399 | 2026-08-14T17:27:28.760Z | [ recovery-image] Aug 14 17:27:27.613 INFO O| Aug 14 17:27:27.613 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8400 | 2026-08-14T17:27:28.770Z | [ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8401 | 2026-08-14T17:27:28.770Z | [ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO STEP 1049 (remove_files) COMPLETE |
| 8402 | 2026-08-14T17:27:28.770Z | [ recovery-image] Aug 14 17:27:27.623 INFO O| Aug 14 17:27:27.623 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8403 | 2026-08-14T17:27:28.778Z | [ recovery-image] Aug 14 17:27:27.632 INFO O| Aug 14 17:27:27.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8404 | 2026-08-14T17:27:28.779Z | [ recovery-image] Aug 14 17:27:27.632 INFO O| Aug 14 17:27:27.632 INFO STEP 1050 (remove_files) COMPLETE |
| 8405 | 2026-08-14T17:27:28.779Z | [ recovery-image] Aug 14 17:27:27.633 INFO O| Aug 14 17:27:27.632 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8406 | 2026-08-14T17:27:28.788Z | [ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8407 | 2026-08-14T17:27:28.788Z | [ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO STEP 1051 (remove_files) COMPLETE |
| 8408 | 2026-08-14T17:27:28.788Z | [ recovery-image] Aug 14 17:27:27.642 INFO O| Aug 14 17:27:27.642 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8409 | 2026-08-14T17:27:28.798Z | [ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8410 | 2026-08-14T17:27:28.798Z | [ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO STEP 1052 (remove_files) COMPLETE |
| 8411 | 2026-08-14T17:27:28.798Z | [ recovery-image] Aug 14 17:27:27.652 INFO O| Aug 14 17:27:27.652 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8412 | 2026-08-14T17:27:28.808Z | [ recovery-image] Aug 14 17:27:27.661 INFO O| Aug 14 17:27:27.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8413 | 2026-08-14T17:27:28.808Z | [ recovery-image] Aug 14 17:27:27.662 INFO O| Aug 14 17:27:27.662 INFO STEP 1053 (remove_files) COMPLETE |
| 8414 | 2026-08-14T17:27:28.808Z | [ recovery-image] Aug 14 17:27:27.662 INFO O| Aug 14 17:27:27.662 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8415 | 2026-08-14T17:27:28.817Z | [ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8416 | 2026-08-14T17:27:28.817Z | [ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO STEP 1054 (remove_files) COMPLETE |
| 8417 | 2026-08-14T17:27:28.817Z | [ recovery-image] Aug 14 17:27:27.670 INFO O| Aug 14 17:27:27.670 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8418 | 2026-08-14T17:27:28.825Z | [ recovery-image] Aug 14 17:27:27.679 INFO O| Aug 14 17:27:27.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8419 | 2026-08-14T17:27:28.826Z | [ recovery-image] Aug 14 17:27:27.680 INFO O| Aug 14 17:27:27.680 INFO STEP 1055 (remove_files) COMPLETE |
| 8420 | 2026-08-14T17:27:28.826Z | [ recovery-image] Aug 14 17:27:27.680 INFO O| Aug 14 17:27:27.680 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8421 | 2026-08-14T17:27:28.835Z | [ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8422 | 2026-08-14T17:27:28.835Z | [ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.689 INFO STEP 1056 (remove_files) COMPLETE |
| 8423 | 2026-08-14T17:27:28.835Z | [ recovery-image] Aug 14 17:27:27.689 INFO O| Aug 14 17:27:27.689 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8424 | 2026-08-14T17:27:28.843Z | [ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8425 | 2026-08-14T17:27:28.843Z | [ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO STEP 1057 (remove_files) COMPLETE |
| 8426 | 2026-08-14T17:27:28.843Z | [ recovery-image] Aug 14 17:27:27.697 INFO O| Aug 14 17:27:27.697 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8427 | 2026-08-14T17:27:28.852Z | [ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8428 | 2026-08-14T17:27:28.852Z | [ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO STEP 1058 (remove_files) COMPLETE |
| 8429 | 2026-08-14T17:27:28.852Z | [ recovery-image] Aug 14 17:27:27.706 INFO O| Aug 14 17:27:27.706 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8430 | 2026-08-14T17:27:28.861Z | [ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8431 | 2026-08-14T17:27:28.861Z | [ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO STEP 1059 (remove_files) COMPLETE |
| 8432 | 2026-08-14T17:27:28.864Z | [ recovery-image] Aug 14 17:27:27.715 INFO O| Aug 14 17:27:27.715 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8433 | 2026-08-14T17:27:28.868Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 8434 | 2026-08-14T17:27:28.870Z | [ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8435 | 2026-08-14T17:27:28.870Z | [ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO STEP 1060 (remove_files) COMPLETE |
| 8436 | 2026-08-14T17:27:28.870Z | [ recovery-image] Aug 14 17:27:27.724 INFO O| Aug 14 17:27:27.724 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8437 | 2026-08-14T17:27:28.878Z | [ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8438 | 2026-08-14T17:27:28.878Z | [ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO STEP 1061 (remove_files) COMPLETE |
| 8439 | 2026-08-14T17:27:28.878Z | [ recovery-image] Aug 14 17:27:27.732 INFO O| Aug 14 17:27:27.732 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8440 | 2026-08-14T17:27:28.888Z | [ recovery-image] Aug 14 17:27:27.742 INFO O| Aug 14 17:27:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8441 | 2026-08-14T17:27:28.889Z | [ recovery-image] Aug 14 17:27:27.742 INFO O| Aug 14 17:27:27.742 INFO STEP 1062 (remove_files) COMPLETE |
| 8442 | 2026-08-14T17:27:28.892Z | [ recovery-image] Aug 14 17:27:27.743 INFO O| Aug 14 17:27:27.742 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8443 | 2026-08-14T17:27:28.899Z | [ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8444 | 2026-08-14T17:27:28.899Z | [ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO STEP 1063 (remove_files) COMPLETE |
| 8445 | 2026-08-14T17:27:28.899Z | [ recovery-image] Aug 14 17:27:27.753 INFO O| Aug 14 17:27:27.753 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8446 | 2026-08-14T17:27:28.910Z | [ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8447 | 2026-08-14T17:27:28.910Z | [ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO STEP 1064 (remove_files) COMPLETE |
| 8448 | 2026-08-14T17:27:28.910Z | [ recovery-image] Aug 14 17:27:27.763 INFO O| Aug 14 17:27:27.763 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8449 | 2026-08-14T17:27:28.920Z | [ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8450 | 2026-08-14T17:27:28.920Z | [ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO STEP 1065 (remove_files) COMPLETE |
| 8451 | 2026-08-14T17:27:28.920Z | [ recovery-image] Aug 14 17:27:27.774 INFO O| Aug 14 17:27:27.774 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8452 | 2026-08-14T17:27:28.931Z | [ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8453 | 2026-08-14T17:27:28.931Z | [ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO STEP 1066 (remove_files) COMPLETE |
| 8454 | 2026-08-14T17:27:28.931Z | [ recovery-image] Aug 14 17:27:27.785 INFO O| Aug 14 17:27:27.785 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8455 | 2026-08-14T17:27:28.942Z | [ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8456 | 2026-08-14T17:27:28.942Z | [ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO STEP 1067 (remove_files) COMPLETE |
| 8457 | 2026-08-14T17:27:28.945Z | [ recovery-image] Aug 14 17:27:27.796 INFO O| Aug 14 17:27:27.796 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8458 | 2026-08-14T17:27:28.952Z | [ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8459 | 2026-08-14T17:27:28.952Z | [ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO STEP 1068 (remove_files) COMPLETE |
| 8460 | 2026-08-14T17:27:28.955Z | [ recovery-image] Aug 14 17:27:27.806 INFO O| Aug 14 17:27:27.806 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8461 | 2026-08-14T17:27:28.961Z | [ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8462 | 2026-08-14T17:27:28.961Z | [ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO STEP 1069 (remove_files) COMPLETE |
| 8463 | 2026-08-14T17:27:28.964Z | [ recovery-image] Aug 14 17:27:27.815 INFO O| Aug 14 17:27:27.815 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8464 | 2026-08-14T17:27:28.969Z | [ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8465 | 2026-08-14T17:27:28.969Z | [ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO STEP 1070 (remove_files) COMPLETE |
| 8466 | 2026-08-14T17:27:28.972Z | [ recovery-image] Aug 14 17:27:27.823 INFO O| Aug 14 17:27:27.823 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8467 | 2026-08-14T17:27:28.977Z | [ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8468 | 2026-08-14T17:27:28.977Z | [ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO STEP 1071 (remove_files) COMPLETE |
| 8469 | 2026-08-14T17:27:28.977Z | [ recovery-image] Aug 14 17:27:27.831 INFO O| Aug 14 17:27:27.831 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8470 | 2026-08-14T17:27:28.985Z | [ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8471 | 2026-08-14T17:27:28.985Z | [ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO STEP 1072 (remove_files) COMPLETE |
| 8472 | 2026-08-14T17:27:28.985Z | [ recovery-image] Aug 14 17:27:27.839 INFO O| Aug 14 17:27:27.839 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8473 | 2026-08-14T17:27:28.994Z | [ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8474 | 2026-08-14T17:27:28.994Z | [ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO STEP 1073 (remove_files) COMPLETE |
| 8475 | 2026-08-14T17:27:28.994Z | [ recovery-image] Aug 14 17:27:27.848 INFO O| Aug 14 17:27:27.848 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8476 | 2026-08-14T17:27:29.004Z | [ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8477 | 2026-08-14T17:27:29.004Z | [ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.858 INFO STEP 1074 (remove_files) COMPLETE |
| 8478 | 2026-08-14T17:27:29.004Z | [ recovery-image] Aug 14 17:27:27.858 INFO O| Aug 14 17:27:27.858 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8479 | 2026-08-14T17:27:29.013Z | [ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8480 | 2026-08-14T17:27:29.013Z | [ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO STEP 1075 (remove_files) COMPLETE |
| 8481 | 2026-08-14T17:27:29.016Z | [ recovery-image] Aug 14 17:27:27.867 INFO O| Aug 14 17:27:27.867 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8482 | 2026-08-14T17:27:29.022Z | [ recovery-image] Aug 14 17:27:27.876 INFO O| Aug 14 17:27:27.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8483 | 2026-08-14T17:27:29.026Z | [ recovery-image] Aug 14 17:27:27.877 INFO O| Aug 14 17:27:27.877 INFO STEP 1076 (remove_files) COMPLETE |
| 8484 | 2026-08-14T17:27:29.026Z | [ recovery-image] Aug 14 17:27:27.877 INFO O| Aug 14 17:27:27.877 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8485 | 2026-08-14T17:27:29.032Z | [ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8486 | 2026-08-14T17:27:29.032Z | [ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO STEP 1077 (remove_files) COMPLETE |
| 8487 | 2026-08-14T17:27:29.032Z | [ recovery-image] Aug 14 17:27:27.886 INFO O| Aug 14 17:27:27.886 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8488 | 2026-08-14T17:27:29.041Z | [ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8489 | 2026-08-14T17:27:29.041Z | [ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO STEP 1078 (remove_files) COMPLETE |
| 8490 | 2026-08-14T17:27:29.044Z | [ recovery-image] Aug 14 17:27:27.895 INFO O| Aug 14 17:27:27.895 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8491 | 2026-08-14T17:27:29.050Z | [ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8492 | 2026-08-14T17:27:29.050Z | [ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO STEP 1079 (remove_files) COMPLETE |
| 8493 | 2026-08-14T17:27:29.050Z | [ recovery-image] Aug 14 17:27:27.904 INFO O| Aug 14 17:27:27.904 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8494 | 2026-08-14T17:27:29.059Z | [ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8495 | 2026-08-14T17:27:29.059Z | [ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO STEP 1080 (remove_files) COMPLETE |
| 8496 | 2026-08-14T17:27:29.059Z | [ recovery-image] Aug 14 17:27:27.913 INFO O| Aug 14 17:27:27.913 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8497 | 2026-08-14T17:27:29.069Z | [ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8498 | 2026-08-14T17:27:29.069Z | [ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO STEP 1081 (remove_files) COMPLETE |
| 8499 | 2026-08-14T17:27:29.069Z | [ recovery-image] Aug 14 17:27:27.923 INFO O| Aug 14 17:27:27.923 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8500 | 2026-08-14T17:27:29.079Z | [ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8501 | 2026-08-14T17:27:29.079Z | [ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO STEP 1082 (remove_files) COMPLETE |
| 8502 | 2026-08-14T17:27:29.079Z | [ recovery-image] Aug 14 17:27:27.933 INFO O| Aug 14 17:27:27.933 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8503 | 2026-08-14T17:27:29.088Z | [ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8504 | 2026-08-14T17:27:29.089Z | [ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO STEP 1083 (remove_files) COMPLETE |
| 8505 | 2026-08-14T17:27:29.089Z | [ recovery-image] Aug 14 17:27:27.942 INFO O| Aug 14 17:27:27.942 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8506 | 2026-08-14T17:27:29.097Z | [ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8507 | 2026-08-14T17:27:29.097Z | [ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO STEP 1084 (remove_files) COMPLETE |
| 8508 | 2026-08-14T17:27:29.100Z | [ recovery-image] Aug 14 17:27:27.951 INFO O| Aug 14 17:27:27.951 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8509 | 2026-08-14T17:27:29.106Z | [ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8510 | 2026-08-14T17:27:29.106Z | [ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.960 INFO STEP 1085 (remove_files) COMPLETE |
| 8511 | 2026-08-14T17:27:29.106Z | [ recovery-image] Aug 14 17:27:27.960 INFO O| Aug 14 17:27:27.960 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8512 | 2026-08-14T17:27:29.114Z | [ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8513 | 2026-08-14T17:27:29.115Z | [ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO STEP 1086 (remove_files) COMPLETE |
| 8514 | 2026-08-14T17:27:29.115Z | [ recovery-image] Aug 14 17:27:27.968 INFO O| Aug 14 17:27:27.968 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8515 | 2026-08-14T17:27:29.124Z | [ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8516 | 2026-08-14T17:27:29.124Z | [ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO STEP 1087 (remove_files) COMPLETE |
| 8517 | 2026-08-14T17:27:29.128Z | [ recovery-image] Aug 14 17:27:27.978 INFO O| Aug 14 17:27:27.978 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8518 | 2026-08-14T17:27:29.135Z | [ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8519 | 2026-08-14T17:27:29.135Z | [ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.989 INFO STEP 1088 (remove_files) COMPLETE |
| 8520 | 2026-08-14T17:27:29.135Z | [ recovery-image] Aug 14 17:27:27.989 INFO O| Aug 14 17:27:27.989 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8521 | 2026-08-14T17:27:29.145Z | [ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8522 | 2026-08-14T17:27:29.145Z | [ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO STEP 1089 (remove_files) COMPLETE |
| 8523 | 2026-08-14T17:27:29.145Z | [ recovery-image] Aug 14 17:27:27.999 INFO O| Aug 14 17:27:27.999 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8524 | 2026-08-14T17:27:29.156Z | [ recovery-image] Aug 14 17:27:28.009 INFO O| Aug 14 17:27:28.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8525 | 2026-08-14T17:27:29.156Z | [ recovery-image] Aug 14 17:27:28.009 INFO O| Aug 14 17:27:28.009 INFO STEP 1090 (remove_files) COMPLETE |
| 8526 | 2026-08-14T17:27:29.156Z | [ recovery-image] Aug 14 17:27:28.010 INFO O| Aug 14 17:27:28.009 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8527 | 2026-08-14T17:27:29.159Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 8528 | 2026-08-14T17:27:29.166Z | [ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8529 | 2026-08-14T17:27:29.166Z | [ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO STEP 1091 (remove_files) COMPLETE |
| 8530 | 2026-08-14T17:27:29.166Z | [ recovery-image] Aug 14 17:27:28.020 INFO O| Aug 14 17:27:28.020 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8531 | 2026-08-14T17:27:29.177Z | [ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8532 | 2026-08-14T17:27:29.177Z | [ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO STEP 1092 (remove_files) COMPLETE |
| 8533 | 2026-08-14T17:27:29.177Z | [ recovery-image] Aug 14 17:27:28.030 INFO O| Aug 14 17:27:28.030 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8534 | 2026-08-14T17:27:29.187Z | [ recovery-image] Aug 14 17:27:28.040 INFO O| Aug 14 17:27:28.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8535 | 2026-08-14T17:27:29.187Z | [ recovery-image] Aug 14 17:27:28.040 INFO O| Aug 14 17:27:28.040 INFO STEP 1093 (remove_files) COMPLETE |
| 8536 | 2026-08-14T17:27:29.187Z | [ recovery-image] Aug 14 17:27:28.041 INFO O| Aug 14 17:27:28.040 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8537 | 2026-08-14T17:27:29.197Z | [ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8538 | 2026-08-14T17:27:29.197Z | [ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO STEP 1094 (remove_files) COMPLETE |
| 8539 | 2026-08-14T17:27:29.197Z | [ recovery-image] Aug 14 17:27:28.051 INFO O| Aug 14 17:27:28.051 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8540 | 2026-08-14T17:27:29.208Z | [ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8541 | 2026-08-14T17:27:29.208Z | [ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO STEP 1095 (remove_files) COMPLETE |
| 8542 | 2026-08-14T17:27:29.208Z | [ recovery-image] Aug 14 17:27:28.061 INFO O| Aug 14 17:27:28.061 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8543 | 2026-08-14T17:27:29.218Z | [ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8544 | 2026-08-14T17:27:29.218Z | [ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO STEP 1096 (remove_files) COMPLETE |
| 8545 | 2026-08-14T17:27:29.218Z | [ recovery-image] Aug 14 17:27:28.070 INFO O| Aug 14 17:27:28.070 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8546 | 2026-08-14T17:27:29.228Z | [ recovery-image] Aug 14 17:27:28.079 INFO O| Aug 14 17:27:28.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8547 | 2026-08-14T17:27:29.228Z | [ recovery-image] Aug 14 17:27:28.079 INFO O| Aug 14 17:27:28.079 INFO STEP 1097 (remove_files) COMPLETE |
| 8548 | 2026-08-14T17:27:29.228Z | [ recovery-image] Aug 14 17:27:28.080 INFO O| Aug 14 17:27:28.079 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8549 | 2026-08-14T17:27:29.239Z | [ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8550 | 2026-08-14T17:27:29.239Z | [ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO STEP 1098 (remove_files) COMPLETE |
| 8551 | 2026-08-14T17:27:29.239Z | [ recovery-image] Aug 14 17:27:28.091 INFO O| Aug 14 17:27:28.091 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8552 | 2026-08-14T17:27:29.249Z | [ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8553 | 2026-08-14T17:27:29.249Z | [ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO STEP 1099 (remove_files) COMPLETE |
| 8554 | 2026-08-14T17:27:29.249Z | [ recovery-image] Aug 14 17:27:28.101 INFO O| Aug 14 17:27:28.101 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8555 | 2026-08-14T17:27:29.258Z | [ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8556 | 2026-08-14T17:27:29.259Z | [ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO STEP 1100 (remove_files) COMPLETE |
| 8557 | 2026-08-14T17:27:29.259Z | [ recovery-image] Aug 14 17:27:28.112 INFO O| Aug 14 17:27:28.112 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8558 | 2026-08-14T17:27:29.269Z | [ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8559 | 2026-08-14T17:27:29.269Z | [ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO STEP 1101 (remove_files) COMPLETE |
| 8560 | 2026-08-14T17:27:29.269Z | [ recovery-image] Aug 14 17:27:28.123 INFO O| Aug 14 17:27:28.123 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8561 | 2026-08-14T17:27:29.284Z | [ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8562 | 2026-08-14T17:27:29.284Z | [ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO STEP 1102 (remove_files) COMPLETE |
| 8563 | 2026-08-14T17:27:29.284Z | [ recovery-image] Aug 14 17:27:28.138 INFO O| Aug 14 17:27:28.138 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8564 | 2026-08-14T17:27:29.295Z | [ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8565 | 2026-08-14T17:27:29.295Z | [ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO STEP 1103 (remove_files) COMPLETE |
| 8566 | 2026-08-14T17:27:29.295Z | [ recovery-image] Aug 14 17:27:28.148 INFO O| Aug 14 17:27:28.148 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8567 | 2026-08-14T17:27:29.304Z | [ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8568 | 2026-08-14T17:27:29.304Z | [ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO STEP 1104 (remove_files) COMPLETE |
| 8569 | 2026-08-14T17:27:29.305Z | [ recovery-image] Aug 14 17:27:28.158 INFO O| Aug 14 17:27:28.158 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8570 | 2026-08-14T17:27:29.314Z | [ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8571 | 2026-08-14T17:27:29.314Z | [ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO STEP 1105 (remove_files) COMPLETE |
| 8572 | 2026-08-14T17:27:29.314Z | [ recovery-image] Aug 14 17:27:28.168 INFO O| Aug 14 17:27:28.168 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8573 | 2026-08-14T17:27:29.324Z | [ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8574 | 2026-08-14T17:27:29.324Z | [ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO STEP 1106 (remove_files) COMPLETE |
| 8575 | 2026-08-14T17:27:29.324Z | [ recovery-image] Aug 14 17:27:28.178 INFO O| Aug 14 17:27:28.178 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8576 | 2026-08-14T17:27:29.335Z | [ recovery-image] Aug 14 17:27:28.187 INFO O| Aug 14 17:27:28.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8577 | 2026-08-14T17:27:29.335Z | [ recovery-image] Aug 14 17:27:28.188 INFO O| Aug 14 17:27:28.187 INFO STEP 1107 (remove_files) COMPLETE |
| 8578 | 2026-08-14T17:27:29.335Z | [ recovery-image] Aug 14 17:27:28.188 INFO O| Aug 14 17:27:28.187 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8579 | 2026-08-14T17:27:29.343Z | [ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8580 | 2026-08-14T17:27:29.343Z | [ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO STEP 1108 (remove_files) COMPLETE |
| 8581 | 2026-08-14T17:27:29.347Z | [ recovery-image] Aug 14 17:27:28.197 INFO O| Aug 14 17:27:28.197 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8582 | 2026-08-14T17:27:29.353Z | [ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8583 | 2026-08-14T17:27:29.353Z | [ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO STEP 1109 (remove_files) COMPLETE |
| 8584 | 2026-08-14T17:27:29.353Z | [ recovery-image] Aug 14 17:27:28.206 INFO O| Aug 14 17:27:28.206 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8585 | 2026-08-14T17:27:29.362Z | [ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8586 | 2026-08-14T17:27:29.362Z | [ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO STEP 1110 (remove_files) COMPLETE |
| 8587 | 2026-08-14T17:27:29.362Z | [ recovery-image] Aug 14 17:27:28.216 INFO O| Aug 14 17:27:28.216 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8588 | 2026-08-14T17:27:29.371Z | [ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8589 | 2026-08-14T17:27:29.372Z | [ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO STEP 1111 (remove_files) COMPLETE |
| 8590 | 2026-08-14T17:27:29.372Z | [ recovery-image] Aug 14 17:27:28.225 INFO O| Aug 14 17:27:28.225 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8591 | 2026-08-14T17:27:29.381Z | [ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8592 | 2026-08-14T17:27:29.381Z | [ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO STEP 1112 (remove_files) COMPLETE |
| 8593 | 2026-08-14T17:27:29.381Z | [ recovery-image] Aug 14 17:27:28.235 INFO O| Aug 14 17:27:28.235 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8594 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8595 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO STEP 1113 (remove_files) COMPLETE |
| 8596 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.244 INFO O| Aug 14 17:27:28.244 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8597 | 2026-08-14T17:27:29.400Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 8598 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8599 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO STEP 1114 (remove_files) COMPLETE |
| 8600 | 2026-08-14T17:27:29.400Z | [ recovery-image] Aug 14 17:27:28.253 INFO O| Aug 14 17:27:28.253 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8601 | 2026-08-14T17:27:29.411Z | [ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8602 | 2026-08-14T17:27:29.411Z | [ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO STEP 1115 (remove_files) COMPLETE |
| 8603 | 2026-08-14T17:27:29.411Z | [ recovery-image] Aug 14 17:27:28.264 INFO O| Aug 14 17:27:28.264 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8604 | 2026-08-14T17:27:29.420Z | [ recovery-image] Aug 14 17:27:28.273 INFO O| Aug 14 17:27:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8605 | 2026-08-14T17:27:29.420Z | [ recovery-image] Aug 14 17:27:28.274 INFO O| Aug 14 17:27:28.274 INFO STEP 1116 (remove_files) COMPLETE |
| 8606 | 2026-08-14T17:27:29.420Z | [ recovery-image] Aug 14 17:27:28.274 INFO O| Aug 14 17:27:28.274 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8607 | 2026-08-14T17:27:29.429Z | [ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8608 | 2026-08-14T17:27:29.429Z | [ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO STEP 1117 (remove_files) COMPLETE |
| 8609 | 2026-08-14T17:27:29.429Z | [ recovery-image] Aug 14 17:27:28.282 INFO O| Aug 14 17:27:28.282 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8610 | 2026-08-14T17:27:29.444Z | [ recovery-image] Aug 14 17:27:28.297 INFO O| Aug 14 17:27:28.297 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8611 | 2026-08-14T17:27:29.444Z | [ recovery-image] Aug 14 17:27:28.297 INFO O| Aug 14 17:27:28.297 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8612 | 2026-08-14T17:27:29.542Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 8613 | 2026-08-14T17:27:29.703Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 8614 | 2026-08-14T17:27:30.318Z | [ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO STEP 1118 (pack_tar) COMPLETE |
| 8615 | 2026-08-14T17:27:30.318Z | [ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8616 | 2026-08-14T17:27:30.318Z | [ recovery-image] Aug 14 17:27:29.171 INFO O| Aug 14 17:27:29.171 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8617 | 2026-08-14T17:27:30.673Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 8618 | 2026-08-14T17:27:30.925Z | [ recovery-image] Aug 14 17:27:29.779 INFO O| Aug 14 17:27:29.778 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8619 | 2026-08-14T17:27:30.957Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8620 | 2026-08-14T17:27:31.052Z | [verify-libraries] Compiling samael v0.0.19 |
| 8621 | 2026-08-14T17:27:31.148Z | [ recovery-image] Aug 14 17:27:30.000 INFO O| Aug 14 17:27:29.999 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8622 | 2026-08-14T17:27:31.152Z | [ recovery-image] Aug 14 17:27:30.003 INFO image builder template: zfs-recovery... |
| 8623 | 2026-08-14T17:27:31.152Z | [ recovery-image] Aug 14 17:27:30.003 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/.tmpUskSdj/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 |
| 8624 | 2026-08-14T17:27:31.177Z | [ recovery-image] Aug 14 17:27:30.031 INFO O| Aug 14 17:27:30.030 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8625 | 2026-08-14T17:27:31.182Z | [ recovery-image] Aug 14 17:27:30.035 INFO O| Aug 14 17:27:30.035 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8626 | 2026-08-14T17:27:31.287Z | [ recovery-image] Aug 14 17:27:30.140 INFO O| Aug 14 17:27:30.140 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8627 | 2026-08-14T17:27:31.372Z | [ recovery-image] Aug 14 17:27:30.225 INFO O| Aug 14 17:27:30.224 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8628 | 2026-08-14T17:27:31.372Z | [ recovery-image] Aug 14 17:27:30.225 INFO O| Aug 14 17:27:30.225 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8629 | 2026-08-14T17:27:31.378Z | [ recovery-image] Aug 14 17:27:30.229 INFO O| Aug 14 17:27:30.229 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8630 | 2026-08-14T17:27:31.469Z | [ recovery-image] Aug 14 17:27:30.323 INFO O| Aug 14 17:27:30.323 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8631 | 2026-08-14T17:27:31.525Z | [ recovery-image] Aug 14 17:27:30.379 INFO O| Aug 14 17:27:30.379 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8632 | 2026-08-14T17:27:31.535Z | [ recovery-image] Aug 14 17:27:30.389 INFO O| Aug 14 17:27:30.388 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8633 | 2026-08-14T17:27:31.540Z | [ recovery-image] Aug 14 17:27:30.393 INFO O| Aug 14 17:27:30.393 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8634 | 2026-08-14T17:27:31.548Z | [ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO no lofi found |
| 8635 | 2026-08-14T17:27:31.548Z | [ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8636 | 2026-08-14T17:27:31.548Z | [ recovery-image] Aug 14 17:27:30.395 INFO O| Aug 14 17:27:30.395 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8637 | 2026-08-14T17:27:31.674Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 8638 | 2026-08-14T17:27:32.797Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8639 | 2026-08-14T17:27:33.147Z | [ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8640 | 2026-08-14T17:27:33.147Z | [ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8641 | 2026-08-14T17:27:33.147Z | [ recovery-image] Aug 14 17:27:32.001 INFO O| Aug 14 17:27:32.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"] |
| 8642 | 2026-08-14T17:27:33.314Z | [ recovery-image] Aug 14 17:27:32.167 INFO O| Aug 14 17:27:32.167 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8643 | 2026-08-14T17:27:33.314Z | [ recovery-image] Aug 14 17:27:32.167 INFO O| Aug 14 17:27:32.167 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8644 | 2026-08-14T17:27:33.342Z | [ recovery-image] Aug 14 17:27:32.195 INFO O| Aug 14 17:27:32.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8645 | 2026-08-14T17:27:33.360Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8646 | 2026-08-14T17:27:33.524Z | [ recovery-image] Aug 14 17:27:32.378 INFO O| Aug 14 17:27:32.378 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8647 | 2026-08-14T17:27:33.558Z | [ recovery-image] Aug 14 17:27:32.412 INFO O| Aug 14 17:27:32.412 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8648 | 2026-08-14T17:27:33.579Z | [ recovery-image] Aug 14 17:27:32.433 INFO O| Aug 14 17:27:32.433 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8649 | 2026-08-14T17:27:33.595Z | [ recovery-image] Aug 14 17:27:32.449 INFO O| Aug 14 17:27:32.449 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8650 | 2026-08-14T17:27:33.624Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8651 | 2026-08-14T17:27:33.653Z | [ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8652 | 2026-08-14T17:27:33.654Z | [ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8653 | 2026-08-14T17:27:33.654Z | [ recovery-image] Aug 14 17:27:32.507 INFO O| Aug 14 17:27:32.507 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8654 | 2026-08-14T17:27:33.667Z | [ recovery-image] Aug 14 17:27:32.516 INFO O| Aug 14 17:27:32.516 INFO boot environment UUID: 162adb78-2634-4bf5-9ad2-3816d0d8b17c |
| 8655 | 2026-08-14T17:27:33.667Z | [ recovery-image] Aug 14 17:27:32.516 INFO O| Aug 14 17:27:32.516 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 162adb78-2634-4bf5-9ad2-3816d0d8b17c |
| 8656 | 2026-08-14T17:27:33.680Z | [ recovery-image] Aug 14 17:27:32.534 INFO O| Aug 14 17:27:32.534 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8657 | 2026-08-14T17:27:33.698Z | [ recovery-image] Aug 14 17:27:32.552 INFO O| Aug 14 17:27:32.552 INFO STEP 0 (create_be) COMPLETE |
| 8658 | 2026-08-14T17:27:33.698Z | [ recovery-image] Aug 14 17:27:32.552 INFO O| Aug 14 17:27:32.552 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8659 | 2026-08-14T17:27:33.713Z | [ recovery-image] Aug 14 17:27:32.567 INFO O| Aug 14 17:27:32.566 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"] |
| 8660 | 2026-08-14T17:27:33.751Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8661 | 2026-08-14T17:27:34.782Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8662 | 2026-08-14T17:27:35.675Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8663 | 2026-08-14T17:27:36.179Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8664 | 2026-08-14T17:27:36.604Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8665 | 2026-08-14T17:27:36.743Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8666 | 2026-08-14T17:27:36.942Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8667 | 2026-08-14T17:27:37.349Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8668 | 2026-08-14T17:27:37.478Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8669 | 2026-08-14T17:27:37.524Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8670 | 2026-08-14T17:27:37.788Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8671 | 2026-08-14T17:27:37.919Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8672 | 2026-08-14T17:27:37.995Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8673 | 2026-08-14T17:27:38.041Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8674 | 2026-08-14T17:27:38.103Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8675 | 2026-08-14T17:27:38.325Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8676 | 2026-08-14T17:27:38.378Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8677 | 2026-08-14T17:27:38.661Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8678 | 2026-08-14T17:27:38.763Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8679 | 2026-08-14T17:27:39.137Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8680 | 2026-08-14T17:27:39.240Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8681 | 2026-08-14T17:27:39.450Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8682 | 2026-08-14T17:27:39.611Z | [verify-libraries] Compiling drift v0.2.0 |
| 8683 | 2026-08-14T17:27:40.090Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8684 | 2026-08-14T17:27:40.624Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8685 | 2026-08-14T17:27:40.833Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8686 | 2026-08-14T17:27:40.864Z | [verify-libraries] Compiling dropshot-api-manager v0.7.2 |
| 8687 | 2026-08-14T17:27:40.973Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8688 | 2026-08-14T17:27:41.431Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8689 | 2026-08-14T17:27:41.981Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8690 | 2026-08-14T17:27:42.449Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 8691 | 2026-08-14T17:27:42.710Z | [ recovery-image] Aug 14 17:27:41.563 INFO O| Aug 14 17:27:41.563 INFO STEP 1 (unpack_tar) COMPLETE |
| 8692 | 2026-08-14T17:27:42.710Z | [ recovery-image] Aug 14 17:27:41.563 INFO O| Aug 14 17:27:41.563 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8693 | 2026-08-14T17:27:42.721Z | [ recovery-image] Aug 14 17:27:41.575 INFO O| Aug 14 17:27:41.575 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8694 | 2026-08-14T17:27:42.963Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 8695 | 2026-08-14T17:27:43.831Z | [ recovery-image] Aug 14 17:27:42.684 INFO O| Aug 14 17:27:42.684 INFO STEP 2 (devfsadm) COMPLETE |
| 8696 | 2026-08-14T17:27:43.831Z | [ recovery-image] Aug 14 17:27:42.684 INFO O| Aug 14 17:27:42.684 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8697 | 2026-08-14T17:27:43.841Z | [ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8698 | 2026-08-14T17:27:43.841Z | [ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO STEP 3 (ensure_dir) COMPLETE |
| 8699 | 2026-08-14T17:27:43.841Z | [ recovery-image] Aug 14 17:27:42.694 INFO O| Aug 14 17:27:42.694 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8700 | 2026-08-14T17:27:43.851Z | [ recovery-image] Aug 14 17:27:42.704 INFO O| Aug 14 17:27:42.704 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8701 | 2026-08-14T17:27:43.851Z | [ recovery-image] Aug 14 17:27:42.704 INFO O| Aug 14 17:27:42.704 INFO STEP 4 (ensure_dir) COMPLETE |
| 8702 | 2026-08-14T17:27:43.851Z | [ recovery-image] Aug 14 17:27:42.705 INFO O| Aug 14 17:27:42.704 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8703 | 2026-08-14T17:27:43.861Z | [ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8704 | 2026-08-14T17:27:43.861Z | [ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO STEP 5 (ensure_dir) COMPLETE |
| 8705 | 2026-08-14T17:27:43.864Z | [ recovery-image] Aug 14 17:27:42.715 INFO O| Aug 14 17:27:42.715 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8706 | 2026-08-14T17:27:43.871Z | [ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8707 | 2026-08-14T17:27:43.871Z | [ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8708 | 2026-08-14T17:27:43.871Z | [ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO STEP 6 (ensure_dir) COMPLETE |
| 8709 | 2026-08-14T17:27:43.875Z | [ recovery-image] Aug 14 17:27:42.725 INFO O| Aug 14 17:27:42.725 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8710 | 2026-08-14T17:27:43.881Z | [ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8711 | 2026-08-14T17:27:43.881Z | [ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8712 | 2026-08-14T17:27:43.884Z | [ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO STEP 7 (ensure_dir) COMPLETE |
| 8713 | 2026-08-14T17:27:43.884Z | [ recovery-image] Aug 14 17:27:42.735 INFO O| Aug 14 17:27:42.735 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8714 | 2026-08-14T17:27:43.891Z | [ recovery-image] Aug 14 17:27:42.745 INFO O| Aug 14 17:27:42.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8715 | 2026-08-14T17:27:43.894Z | [ recovery-image] Aug 14 17:27:42.746 INFO O| Aug 14 17:27:42.746 INFO STEP 8 (remove_files) COMPLETE |
| 8716 | 2026-08-14T17:27:43.894Z | [ recovery-image] Aug 14 17:27:42.746 INFO O| Aug 14 17:27:42.746 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8717 | 2026-08-14T17:27:43.902Z | [ recovery-image] Aug 14 17:27:42.756 INFO O| Aug 14 17:27:42.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8718 | 2026-08-14T17:27:43.906Z | [ recovery-image] Aug 14 17:27:42.757 INFO O| Aug 14 17:27:42.757 INFO STEP 9 (remove_files) COMPLETE |
| 8719 | 2026-08-14T17:27:43.906Z | [ recovery-image] Aug 14 17:27:42.757 INFO O| Aug 14 17:27:42.757 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8720 | 2026-08-14T17:27:43.913Z | [ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8721 | 2026-08-14T17:27:43.916Z | [ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO STEP 10 (remove_files) COMPLETE |
| 8722 | 2026-08-14T17:27:43.916Z | [ recovery-image] Aug 14 17:27:42.767 INFO O| Aug 14 17:27:42.767 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8723 | 2026-08-14T17:27:43.923Z | [ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8724 | 2026-08-14T17:27:43.923Z | [ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO STEP 11 (remove_files) COMPLETE |
| 8725 | 2026-08-14T17:27:43.923Z | [ recovery-image] Aug 14 17:27:42.777 INFO O| Aug 14 17:27:42.777 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8726 | 2026-08-14T17:27:43.933Z | [ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8727 | 2026-08-14T17:27:43.933Z | [ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO STEP 12 (remove_files) COMPLETE |
| 8728 | 2026-08-14T17:27:43.933Z | [ recovery-image] Aug 14 17:27:42.787 INFO O| Aug 14 17:27:42.787 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8729 | 2026-08-14T17:27:43.943Z | [ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8730 | 2026-08-14T17:27:43.943Z | [ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8731 | 2026-08-14T17:27:43.943Z | [ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO STEP 13 (ensure_dir) COMPLETE |
| 8732 | 2026-08-14T17:27:43.946Z | [ recovery-image] Aug 14 17:27:42.797 INFO O| Aug 14 17:27:42.797 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8733 | 2026-08-14T17:27:43.953Z | [ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8734 | 2026-08-14T17:27:43.953Z | [ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8735 | 2026-08-14T17:27:43.953Z | [ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8736 | 2026-08-14T17:27:43.956Z | [ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO STEP 14 (ensure_dir) COMPLETE |
| 8737 | 2026-08-14T17:27:43.956Z | [ recovery-image] Aug 14 17:27:42.807 INFO O| Aug 14 17:27:42.807 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8738 | 2026-08-14T17:27:43.964Z | [ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8739 | 2026-08-14T17:27:43.965Z | [ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8740 | 2026-08-14T17:27:43.965Z | [ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8741 | 2026-08-14T17:27:43.968Z | [ recovery-image] Aug 14 17:27:42.818 INFO O| Aug 14 17:27:42.818 INFO STEP 15 (ensure_dir) COMPLETE |
| 8742 | 2026-08-14T17:27:43.968Z | [ recovery-image] Aug 14 17:27:42.819 INFO O| Aug 14 17:27:42.818 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8743 | 2026-08-14T17:27:43.976Z | [ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8744 | 2026-08-14T17:27:43.976Z | [ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8745 | 2026-08-14T17:27:43.979Z | [ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO STEP 16 (ensure_dir) COMPLETE |
| 8746 | 2026-08-14T17:27:43.979Z | [ recovery-image] Aug 14 17:27:42.830 INFO O| Aug 14 17:27:42.830 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8747 | 2026-08-14T17:27:43.988Z | [ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.841 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8748 | 2026-08-14T17:27:43.988Z | [ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8749 | 2026-08-14T17:27:43.988Z | [ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO STEP 17 (ensure_dir) COMPLETE |
| 8750 | 2026-08-14T17:27:43.991Z | [ recovery-image] Aug 14 17:27:42.842 INFO O| Aug 14 17:27:42.842 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8751 | 2026-08-14T17:27:43.999Z | [ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8752 | 2026-08-14T17:27:43.999Z | [ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8753 | 2026-08-14T17:27:44.003Z | [ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO ok! |
| 8754 | 2026-08-14T17:27:44.003Z | [ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8755 | 2026-08-14T17:27:44.003Z | [ recovery-image] Aug 14 17:27:42.853 INFO O| Aug 14 17:27:42.853 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8756 | 2026-08-14T17:27:44.010Z | [ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8757 | 2026-08-14T17:27:44.010Z | [ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8758 | 2026-08-14T17:27:44.010Z | [ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO ok! |
| 8759 | 2026-08-14T17:27:44.014Z | [ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO STEP 19 (ensure_file) COMPLETE |
| 8760 | 2026-08-14T17:27:44.014Z | [ recovery-image] Aug 14 17:27:42.864 INFO O| Aug 14 17:27:42.864 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8761 | 2026-08-14T17:27:44.021Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.874 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8762 | 2026-08-14T17:27:44.021Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.874 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8763 | 2026-08-14T17:27:44.024Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8764 | 2026-08-14T17:27:44.024Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO ok! |
| 8765 | 2026-08-14T17:27:44.024Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8766 | 2026-08-14T17:27:44.024Z | [ recovery-image] Aug 14 17:27:42.875 INFO O| Aug 14 17:27:42.875 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8767 | 2026-08-14T17:27:44.032Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.885 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8768 | 2026-08-14T17:27:44.032Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.885 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8769 | 2026-08-14T17:27:44.034Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8770 | 2026-08-14T17:27:44.034Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO ok! |
| 8771 | 2026-08-14T17:27:44.034Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8772 | 2026-08-14T17:27:44.034Z | [ recovery-image] Aug 14 17:27:42.886 INFO O| Aug 14 17:27:42.886 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8773 | 2026-08-14T17:27:44.042Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8774 | 2026-08-14T17:27:44.042Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8775 | 2026-08-14T17:27:44.042Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8776 | 2026-08-14T17:27:44.045Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO ok! |
| 8777 | 2026-08-14T17:27:44.045Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8778 | 2026-08-14T17:27:44.045Z | [ recovery-image] Aug 14 17:27:42.896 INFO O| Aug 14 17:27:42.896 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8779 | 2026-08-14T17:27:44.053Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.906 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8780 | 2026-08-14T17:27:44.053Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8781 | 2026-08-14T17:27:44.053Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8782 | 2026-08-14T17:27:44.055Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO ok! |
| 8783 | 2026-08-14T17:27:44.055Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8784 | 2026-08-14T17:27:44.056Z | [ recovery-image] Aug 14 17:27:42.907 INFO O| Aug 14 17:27:42.907 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8785 | 2026-08-14T17:27:44.063Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8786 | 2026-08-14T17:27:44.063Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 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 ... |
| 8787 | 2026-08-14T17:27:44.063Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8788 | 2026-08-14T17:27:44.066Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO ok! |
| 8789 | 2026-08-14T17:27:44.066Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO STEP 24 (ensure_file) COMPLETE |
| 8790 | 2026-08-14T17:27:44.066Z | [ recovery-image] Aug 14 17:27:42.917 INFO O| Aug 14 17:27:42.917 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8791 | 2026-08-14T17:27:44.072Z | [ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO updating shadow file |
| 8792 | 2026-08-14T17:27:44.073Z | [ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8793 | 2026-08-14T17:27:44.076Z | [ recovery-image] Aug 14 17:27:42.926 INFO O| Aug 14 17:27:42.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8794 | 2026-08-14T17:27:44.076Z | [ recovery-image] Aug 14 17:27:42.927 INFO O| Aug 14 17:27:42.926 INFO STEP 25 (shadow) COMPLETE |
| 8795 | 2026-08-14T17:27:44.076Z | [ recovery-image] Aug 14 17:27:42.927 INFO O| Aug 14 17:27:42.927 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8796 | 2026-08-14T17:27:44.082Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8797 | 2026-08-14T17:27:44.082Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8798 | 2026-08-14T17:27:44.082Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8799 | 2026-08-14T17:27:44.085Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO ok! |
| 8800 | 2026-08-14T17:27:44.085Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO STEP 26 (ensure_file) COMPLETE |
| 8801 | 2026-08-14T17:27:44.085Z | [ recovery-image] Aug 14 17:27:42.936 INFO O| Aug 14 17:27:42.936 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8802 | 2026-08-14T17:27:44.092Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8803 | 2026-08-14T17:27:44.092Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8804 | 2026-08-14T17:27:44.092Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8805 | 2026-08-14T17:27:44.095Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO ok! |
| 8806 | 2026-08-14T17:27:44.095Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO STEP 27 (ensure_file) COMPLETE |
| 8807 | 2026-08-14T17:27:44.095Z | [ recovery-image] Aug 14 17:27:42.946 INFO O| Aug 14 17:27:42.946 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8808 | 2026-08-14T17:27:44.102Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8809 | 2026-08-14T17:27:44.102Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8810 | 2026-08-14T17:27:44.105Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8811 | 2026-08-14T17:27:44.105Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8812 | 2026-08-14T17:27:44.105Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO ok! |
| 8813 | 2026-08-14T17:27:44.105Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO STEP 28 (ensure_file) COMPLETE |
| 8814 | 2026-08-14T17:27:44.105Z | [ recovery-image] Aug 14 17:27:42.956 INFO O| Aug 14 17:27:42.956 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8815 | 2026-08-14T17:27:44.112Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8816 | 2026-08-14T17:27:44.112Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8817 | 2026-08-14T17:27:44.112Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8818 | 2026-08-14T17:27:44.115Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO ok! |
| 8819 | 2026-08-14T17:27:44.115Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO STEP 29 (ensure_file) COMPLETE |
| 8820 | 2026-08-14T17:27:44.115Z | [ recovery-image] Aug 14 17:27:42.966 INFO O| Aug 14 17:27:42.966 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8821 | 2026-08-14T17:27:44.123Z | [ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.976 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8822 | 2026-08-14T17:27:44.123Z | [ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8823 | 2026-08-14T17:27:44.126Z | [ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8824 | 2026-08-14T17:27:44.126Z | [ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO STEP 30 (ensure_dir) COMPLETE |
| 8825 | 2026-08-14T17:27:44.126Z | [ recovery-image] Aug 14 17:27:42.977 INFO O| Aug 14 17:27:42.977 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8826 | 2026-08-14T17:27:44.133Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8827 | 2026-08-14T17:27:44.133Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 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 ... |
| 8828 | 2026-08-14T17:27:44.133Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 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 |
| 8829 | 2026-08-14T17:27:44.137Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8830 | 2026-08-14T17:27:44.137Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO ok! |
| 8831 | 2026-08-14T17:27:44.137Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO STEP 31 (ensure_file) COMPLETE |
| 8832 | 2026-08-14T17:27:44.137Z | [ recovery-image] Aug 14 17:27:42.987 INFO O| Aug 14 17:27:42.987 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8833 | 2026-08-14T17:27:44.144Z | [ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8834 | 2026-08-14T17:27:44.144Z | [ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8835 | 2026-08-14T17:27:44.144Z | [ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8836 | 2026-08-14T17:27:44.144Z | [ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO STEP 32 (ensure_dir) COMPLETE |
| 8837 | 2026-08-14T17:27:44.147Z | [ recovery-image] Aug 14 17:27:42.998 INFO O| Aug 14 17:27:42.998 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8838 | 2026-08-14T17:27:44.157Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8839 | 2026-08-14T17:27:44.157Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 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 ... |
| 8840 | 2026-08-14T17:27:44.160Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 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 |
| 8841 | 2026-08-14T17:27:44.160Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8842 | 2026-08-14T17:27:44.161Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO ok! |
| 8843 | 2026-08-14T17:27:44.161Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO STEP 33 (ensure_file) COMPLETE |
| 8844 | 2026-08-14T17:27:44.161Z | [ recovery-image] Aug 14 17:27:43.011 INFO O| Aug 14 17:27:43.011 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8845 | 2026-08-14T17:27:44.166Z | [ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8846 | 2026-08-14T17:27:44.166Z | [ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8847 | 2026-08-14T17:27:44.170Z | [ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8848 | 2026-08-14T17:27:44.170Z | [ recovery-image] Aug 14 17:27:43.020 INFO O| Aug 14 17:27:43.020 INFO ok! |
| 8849 | 2026-08-14T17:27:44.170Z | [ recovery-image] Aug 14 17:27:43.021 INFO O| Aug 14 17:27:43.020 INFO STEP 34 (ensure_file) COMPLETE |
| 8850 | 2026-08-14T17:27:44.170Z | [ recovery-image] Aug 14 17:27:43.021 INFO O| Aug 14 17:27:43.020 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8851 | 2026-08-14T17:27:44.176Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8852 | 2026-08-14T17:27:44.176Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8853 | 2026-08-14T17:27:44.180Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8854 | 2026-08-14T17:27:44.180Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8855 | 2026-08-14T17:27:44.180Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO ok! |
| 8856 | 2026-08-14T17:27:44.180Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO STEP 35 (ensure_file) COMPLETE |
| 8857 | 2026-08-14T17:27:44.180Z | [ recovery-image] Aug 14 17:27:43.030 INFO O| Aug 14 17:27:43.030 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8858 | 2026-08-14T17:27:44.185Z | [ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8859 | 2026-08-14T17:27:44.185Z | [ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8860 | 2026-08-14T17:27:44.186Z | [ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8861 | 2026-08-14T17:27:44.188Z | [ recovery-image] Aug 14 17:27:43.039 INFO O| Aug 14 17:27:43.039 INFO ok! |
| 8862 | 2026-08-14T17:27:44.188Z | [ recovery-image] Aug 14 17:27:43.040 INFO O| Aug 14 17:27:43.039 INFO STEP 36 (ensure_file) COMPLETE |
| 8863 | 2026-08-14T17:27:44.188Z | [ recovery-image] Aug 14 17:27:43.040 INFO O| Aug 14 17:27:43.039 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8864 | 2026-08-14T17:27:44.195Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8865 | 2026-08-14T17:27:44.195Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8866 | 2026-08-14T17:27:44.198Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8867 | 2026-08-14T17:27:44.198Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO ok! |
| 8868 | 2026-08-14T17:27:44.198Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO STEP 37 (ensure_file) COMPLETE |
| 8869 | 2026-08-14T17:27:44.198Z | [ recovery-image] Aug 14 17:27:43.049 INFO O| Aug 14 17:27:43.049 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8870 | 2026-08-14T17:27:44.207Z | [ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8871 | 2026-08-14T17:27:44.214Z | [ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8872 | 2026-08-14T17:27:44.214Z | [ recovery-image] Aug 14 17:27:43.060 INFO O| Aug 14 17:27:43.060 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8873 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8874 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8875 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8876 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO ok! |
| 8877 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO STEP 38 (ensure_file) COMPLETE |
| 8878 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.061 INFO O| Aug 14 17:27:43.061 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8879 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8880 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8881 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8882 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO STEP 39 (ensure_dir) COMPLETE |
| 8883 | 2026-08-14T17:27:44.217Z | [ recovery-image] Aug 14 17:27:43.070 INFO O| Aug 14 17:27:43.070 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8884 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 |
| 8885 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 ... |
| 8886 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 |
| 8887 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 |
| 8888 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 |
| 8889 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 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 |
| 8890 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO ok! |
| 8891 | 2026-08-14T17:27:44.228Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO STEP 40 (ensure_file) COMPLETE |
| 8892 | 2026-08-14T17:27:44.232Z | [ recovery-image] Aug 14 17:27:43.082 INFO O| Aug 14 17:27:43.082 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8893 | 2026-08-14T17:27:44.239Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8894 | 2026-08-14T17:27:44.239Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 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 ... |
| 8895 | 2026-08-14T17:27:44.239Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8896 | 2026-08-14T17:27:44.242Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO ok! |
| 8897 | 2026-08-14T17:27:44.243Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8898 | 2026-08-14T17:27:44.243Z | [ recovery-image] Aug 14 17:27:43.093 INFO O| Aug 14 17:27:43.093 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8899 | 2026-08-14T17:27:44.250Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8900 | 2026-08-14T17:27:44.250Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8901 | 2026-08-14T17:27:44.250Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8902 | 2026-08-14T17:27:44.255Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO ok! |
| 8903 | 2026-08-14T17:27:44.255Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8904 | 2026-08-14T17:27:44.255Z | [ recovery-image] Aug 14 17:27:43.104 INFO O| Aug 14 17:27:43.104 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8905 | 2026-08-14T17:27:44.264Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8906 | 2026-08-14T17:27:44.264Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8907 | 2026-08-14T17:27:44.264Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8908 | 2026-08-14T17:27:44.264Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8909 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8910 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8911 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO ok! |
| 8912 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO STEP 43 (ensure_file) COMPLETE |
| 8913 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.115 INFO O| Aug 14 17:27:43.115 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8914 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8915 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 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 ... |
| 8916 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 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 |
| 8917 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8918 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO ok! |
| 8919 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO STEP 44 (ensure_file) COMPLETE |
| 8920 | 2026-08-14T17:27:44.271Z | [ recovery-image] Aug 14 17:27:43.124 INFO O| Aug 14 17:27:43.124 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8921 | 2026-08-14T17:27:44.280Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8922 | 2026-08-14T17:27:44.280Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8923 | 2026-08-14T17:27:44.280Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8924 | 2026-08-14T17:27:44.283Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO ok! |
| 8925 | 2026-08-14T17:27:44.283Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO STEP 45 (ensure_file) COMPLETE |
| 8926 | 2026-08-14T17:27:44.283Z | [ recovery-image] Aug 14 17:27:43.134 INFO O| Aug 14 17:27:43.134 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8927 | 2026-08-14T17:27:44.291Z | [ recovery-image] Aug 14 17:27:43.144 INFO O| Aug 14 17:27:43.144 INFO updating shadow file |
| 8928 | 2026-08-14T17:27:44.291Z | [ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8929 | 2026-08-14T17:27:44.291Z | [ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.145 INFO STEP 46 (shadow) COMPLETE |
| 8930 | 2026-08-14T17:27:44.294Z | [ recovery-image] Aug 14 17:27:43.145 INFO O| Aug 14 17:27:43.145 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8931 | 2026-08-14T17:27:44.302Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8932 | 2026-08-14T17:27:44.302Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8933 | 2026-08-14T17:27:44.302Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8934 | 2026-08-14T17:27:44.305Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8935 | 2026-08-14T17:27:44.305Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO ok! |
| 8936 | 2026-08-14T17:27:44.305Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO STEP 47 (ensure_file) COMPLETE |
| 8937 | 2026-08-14T17:27:44.305Z | [ recovery-image] Aug 14 17:27:43.156 INFO O| Aug 14 17:27:43.156 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8938 | 2026-08-14T17:27:44.314Z | [ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8939 | 2026-08-14T17:27:44.314Z | [ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO STEP 48 (ensure_dir) COMPLETE |
| 8940 | 2026-08-14T17:27:44.317Z | [ recovery-image] Aug 14 17:27:43.168 INFO O| Aug 14 17:27:43.168 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8941 | 2026-08-14T17:27:44.325Z | [ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8942 | 2026-08-14T17:27:44.325Z | [ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8943 | 2026-08-14T17:27:44.325Z | [ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO STEP 49 (ensure_dir) COMPLETE |
| 8944 | 2026-08-14T17:27:44.329Z | [ recovery-image] Aug 14 17:27:43.179 INFO O| Aug 14 17:27:43.179 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8945 | 2026-08-14T17:27:44.336Z | [ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8946 | 2026-08-14T17:27:44.336Z | [ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8947 | 2026-08-14T17:27:44.339Z | [ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO STEP 50 (ensure_dir) COMPLETE |
| 8948 | 2026-08-14T17:27:44.339Z | [ recovery-image] Aug 14 17:27:43.190 INFO O| Aug 14 17:27:43.190 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8949 | 2026-08-14T17:27:44.345Z | [ recovery-image] Aug 14 17:27:43.199 INFO O| Aug 14 17:27:43.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8950 | 2026-08-14T17:27:44.345Z | [ recovery-image] Aug 14 17:27:43.199 INFO O| Aug 14 17:27:43.199 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8951 | 2026-08-14T17:27:44.375Z | [ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8952 | 2026-08-14T17:27:44.375Z | [ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO ok! |
| 8953 | 2026-08-14T17:27:44.377Z | [ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO STEP 51 (ensure_file) COMPLETE |
| 8954 | 2026-08-14T17:27:44.377Z | [ recovery-image] Aug 14 17:27:43.228 INFO O| Aug 14 17:27:43.228 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8955 | 2026-08-14T17:27:44.385Z | [ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8956 | 2026-08-14T17:27:44.385Z | [ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8957 | 2026-08-14T17:27:44.385Z | [ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO STEP 52 (ensure_dir) COMPLETE |
| 8958 | 2026-08-14T17:27:44.388Z | [ recovery-image] Aug 14 17:27:43.239 INFO O| Aug 14 17:27:43.239 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8959 | 2026-08-14T17:27:44.394Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8960 | 2026-08-14T17:27:44.394Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8961 | 2026-08-14T17:27:44.394Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8962 | 2026-08-14T17:27:44.397Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO ok! |
| 8963 | 2026-08-14T17:27:44.397Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO STEP 53 (ensure_file) COMPLETE |
| 8964 | 2026-08-14T17:27:44.397Z | [ recovery-image] Aug 14 17:27:43.248 INFO O| Aug 14 17:27:43.248 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8965 | 2026-08-14T17:27:44.406Z | [ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8966 | 2026-08-14T17:27:44.406Z | [ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8967 | 2026-08-14T17:27:44.406Z | [ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO STEP 54 (ensure_dir) COMPLETE |
| 8968 | 2026-08-14T17:27:44.409Z | [ recovery-image] Aug 14 17:27:43.259 INFO O| Aug 14 17:27:43.259 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8969 | 2026-08-14T17:27:44.415Z | [ recovery-image] Aug 14 17:27:43.269 INFO O| Aug 14 17:27:43.269 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8970 | 2026-08-14T17:27:44.415Z | [ recovery-image] Aug 14 17:27:43.269 INFO O| Aug 14 17:27:43.269 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8971 | 2026-08-14T17:27:44.589Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 8972 | 2026-08-14T17:27:45.224Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 8973 | 2026-08-14T17:27:46.313Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 8974 | 2026-08-14T17:27:46.407Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 8975 | 2026-08-14T17:27:46.424Z | [ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8976 | 2026-08-14T17:27:46.424Z | [ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO ok! |
| 8977 | 2026-08-14T17:27:46.427Z | [ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO STEP 55 (ensure_file) COMPLETE |
| 8978 | 2026-08-14T17:27:46.427Z | [ recovery-image] Aug 14 17:27:45.278 INFO O| Aug 14 17:27:45.277 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8979 | 2026-08-14T17:27:46.434Z | [ recovery-image] Aug 14 17:27:45.288 INFO O| Aug 14 17:27:45.288 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8980 | 2026-08-14T17:27:46.434Z | [ recovery-image] Aug 14 17:27:45.288 INFO O| Aug 14 17:27:45.288 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8981 | 2026-08-14T17:27:47.024Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 8982 | 2026-08-14T17:27:47.169Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 8983 | 2026-08-14T17:27:47.508Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 8984 | 2026-08-14T17:27:47.648Z | [verify-libraries] Compiling multimap v0.10.1 |
| 8985 | 2026-08-14T17:27:47.865Z | [verify-libraries] Compiling termios v0.3.3 |
| 8986 | 2026-08-14T17:27:48.018Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 8987 | 2026-08-14T17:27:48.168Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 8988 | 2026-08-14T17:27:48.410Z | [ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8989 | 2026-08-14T17:27:48.411Z | [ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO ok! |
| 8990 | 2026-08-14T17:27:48.414Z | [ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO STEP 56 (ensure_file) COMPLETE |
| 8991 | 2026-08-14T17:27:48.414Z | [ recovery-image] Aug 14 17:27:47.264 INFO O| Aug 14 17:27:47.264 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8992 | 2026-08-14T17:27:48.421Z | [ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8993 | 2026-08-14T17:27:48.421Z | [ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8994 | 2026-08-14T17:27:48.421Z | [ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO STEP 57 (ensure_dir) COMPLETE |
| 8995 | 2026-08-14T17:27:48.424Z | [ recovery-image] Aug 14 17:27:47.275 INFO O| Aug 14 17:27:47.275 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8996 | 2026-08-14T17:27:48.432Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8997 | 2026-08-14T17:27:48.432Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO copying /tmp/.tmpUskSdj/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 ... |
| 8998 | 2026-08-14T17:27:48.435Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 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 |
| 8999 | 2026-08-14T17:27:48.435Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO ok! |
| 9000 | 2026-08-14T17:27:48.435Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO STEP 58 (ensure_file) COMPLETE |
| 9001 | 2026-08-14T17:27:48.435Z | [ recovery-image] Aug 14 17:27:47.286 INFO O| Aug 14 17:27:47.286 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9002 | 2026-08-14T17:27:48.442Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.295 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9003 | 2026-08-14T17:27:48.442Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO copying /tmp/.tmpUskSdj/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 ... |
| 9004 | 2026-08-14T17:27:48.445Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 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 |
| 9005 | 2026-08-14T17:27:48.445Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO ok! |
| 9006 | 2026-08-14T17:27:48.445Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO STEP 59 (ensure_file) COMPLETE |
| 9007 | 2026-08-14T17:27:48.445Z | [ recovery-image] Aug 14 17:27:47.296 INFO O| Aug 14 17:27:47.296 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9008 | 2026-08-14T17:27:48.451Z | [ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9009 | 2026-08-14T17:27:48.451Z | [ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9010 | 2026-08-14T17:27:48.454Z | [ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO STEP 60 (ensure_dir) COMPLETE |
| 9011 | 2026-08-14T17:27:48.454Z | [ recovery-image] Aug 14 17:27:47.305 INFO O| Aug 14 17:27:47.305 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9012 | 2026-08-14T17:27:48.458Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 9013 | 2026-08-14T17:27:48.460Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9014 | 2026-08-14T17:27:48.461Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO copying /tmp/.tmpUskSdj/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 ... |
| 9015 | 2026-08-14T17:27:48.461Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9016 | 2026-08-14T17:27:48.461Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO ok! |
| 9017 | 2026-08-14T17:27:48.461Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO STEP 61 (ensure_file) COMPLETE |
| 9018 | 2026-08-14T17:27:48.461Z | [ recovery-image] Aug 14 17:27:47.314 INFO O| Aug 14 17:27:47.314 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9019 | 2026-08-14T17:27:48.468Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9020 | 2026-08-14T17:27:48.468Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO copying /tmp/.tmpUskSdj/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 ... |
| 9021 | 2026-08-14T17:27:48.468Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 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 |
| 9022 | 2026-08-14T17:27:48.472Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO ok! |
| 9023 | 2026-08-14T17:27:48.472Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO STEP 62 (ensure_file) COMPLETE |
| 9024 | 2026-08-14T17:27:48.472Z | [ recovery-image] Aug 14 17:27:47.322 INFO O| Aug 14 17:27:47.322 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9025 | 2026-08-14T17:27:48.479Z | [ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9026 | 2026-08-14T17:27:48.479Z | [ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9027 | 2026-08-14T17:27:48.482Z | [ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO STEP 63 (ensure_dir) COMPLETE |
| 9028 | 2026-08-14T17:27:48.482Z | [ recovery-image] Aug 14 17:27:47.333 INFO O| Aug 14 17:27:47.333 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9029 | 2026-08-14T17:27:48.488Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9030 | 2026-08-14T17:27:48.488Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO copying /tmp/.tmpUskSdj/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 ... |
| 9031 | 2026-08-14T17:27:48.490Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9032 | 2026-08-14T17:27:48.490Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO ok! |
| 9033 | 2026-08-14T17:27:48.490Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO STEP 64 (ensure_file) COMPLETE |
| 9034 | 2026-08-14T17:27:48.491Z | [ recovery-image] Aug 14 17:27:47.342 INFO O| Aug 14 17:27:47.342 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9035 | 2026-08-14T17:27:48.496Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9036 | 2026-08-14T17:27:48.496Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9037 | 2026-08-14T17:27:48.499Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9038 | 2026-08-14T17:27:48.499Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO ok! |
| 9039 | 2026-08-14T17:27:48.500Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO STEP 65 (ensure_file) COMPLETE |
| 9040 | 2026-08-14T17:27:48.500Z | [ recovery-image] Aug 14 17:27:47.350 INFO O| Aug 14 17:27:47.350 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9041 | 2026-08-14T17:27:48.506Z | [ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9042 | 2026-08-14T17:27:48.506Z | [ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO STEP 66 (ensure_dir) COMPLETE |
| 9043 | 2026-08-14T17:27:48.510Z | [ recovery-image] Aug 14 17:27:47.360 INFO O| Aug 14 17:27:47.360 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9044 | 2026-08-14T17:27:48.517Z | [ recovery-image] Aug 14 17:27:47.370 INFO O| Aug 14 17:27:47.370 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9045 | 2026-08-14T17:27:48.517Z | [ recovery-image] Aug 14 17:27:47.371 INFO O| Aug 14 17:27:47.370 INFO STEP 67 (ensure_dir) COMPLETE |
| 9046 | 2026-08-14T17:27:48.521Z | [ recovery-image] Aug 14 17:27:47.371 INFO O| Aug 14 17:27:47.370 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9047 | 2026-08-14T17:27:48.526Z | [ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9048 | 2026-08-14T17:27:48.527Z | [ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO STEP 68 (ensure_dir) COMPLETE |
| 9049 | 2026-08-14T17:27:48.530Z | [ recovery-image] Aug 14 17:27:47.380 INFO O| Aug 14 17:27:47.380 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9050 | 2026-08-14T17:27:48.537Z | [ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9051 | 2026-08-14T17:27:48.537Z | [ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO STEP 69 (ensure_dir) COMPLETE |
| 9052 | 2026-08-14T17:27:48.540Z | [ recovery-image] Aug 14 17:27:47.391 INFO O| Aug 14 17:27:47.391 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9053 | 2026-08-14T17:27:48.548Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9054 | 2026-08-14T17:27:48.548Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO copying /tmp/.tmpUskSdj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9055 | 2026-08-14T17:27:48.548Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9056 | 2026-08-14T17:27:48.551Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO ok! |
| 9057 | 2026-08-14T17:27:48.551Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO STEP 70 (ensure_file) COMPLETE |
| 9058 | 2026-08-14T17:27:48.551Z | [ recovery-image] Aug 14 17:27:47.402 INFO O| Aug 14 17:27:47.402 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9059 | 2026-08-14T17:27:48.558Z | [ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9060 | 2026-08-14T17:27:48.558Z | [ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO STEP 71 (remove_files) COMPLETE |
| 9061 | 2026-08-14T17:27:48.580Z | [ recovery-image] Aug 14 17:27:47.412 INFO O| Aug 14 17:27:47.412 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9062 | 2026-08-14T17:27:48.601Z | [ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9063 | 2026-08-14T17:27:48.624Z | [ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO STEP 72 (remove_files) COMPLETE |
| 9064 | 2026-08-14T17:27:48.624Z | [ recovery-image] Aug 14 17:27:47.452 INFO O| Aug 14 17:27:47.452 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9065 | 2026-08-14T17:27:48.624Z | [ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9066 | 2026-08-14T17:27:48.628Z | [ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO STEP 73 (remove_files) COMPLETE |
| 9067 | 2026-08-14T17:27:48.628Z | [ recovery-image] Aug 14 17:27:47.465 INFO O| Aug 14 17:27:47.465 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9068 | 2026-08-14T17:27:48.628Z | [ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9069 | 2026-08-14T17:27:48.628Z | [ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO STEP 74 (remove_files) COMPLETE |
| 9070 | 2026-08-14T17:27:48.628Z | [ recovery-image] Aug 14 17:27:47.478 INFO O| Aug 14 17:27:47.478 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9071 | 2026-08-14T17:27:48.636Z | [ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9072 | 2026-08-14T17:27:48.636Z | [ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO STEP 75 (remove_files) COMPLETE |
| 9073 | 2026-08-14T17:27:48.636Z | [ recovery-image] Aug 14 17:27:47.490 INFO O| Aug 14 17:27:47.490 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9074 | 2026-08-14T17:27:48.646Z | [ recovery-image] Aug 14 17:27:47.500 INFO O| Aug 14 17:27:47.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9075 | 2026-08-14T17:27:48.647Z | [ recovery-image] Aug 14 17:27:47.501 INFO O| Aug 14 17:27:47.501 INFO STEP 76 (remove_files) COMPLETE |
| 9076 | 2026-08-14T17:27:48.647Z | [ recovery-image] Aug 14 17:27:47.501 INFO O| Aug 14 17:27:47.501 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9077 | 2026-08-14T17:27:48.657Z | [ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9078 | 2026-08-14T17:27:48.657Z | [ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO STEP 77 (remove_files) COMPLETE |
| 9079 | 2026-08-14T17:27:48.657Z | [ recovery-image] Aug 14 17:27:47.511 INFO O| Aug 14 17:27:47.511 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9080 | 2026-08-14T17:27:48.667Z | [ recovery-image] Aug 14 17:27:47.520 INFO O| Aug 14 17:27:47.520 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9081 | 2026-08-14T17:27:48.667Z | [ recovery-image] Aug 14 17:27:47.521 INFO O| Aug 14 17:27:47.521 INFO STEP 78 (remove_files) COMPLETE |
| 9082 | 2026-08-14T17:27:48.669Z | [ recovery-image] Aug 14 17:27:47.521 INFO O| Aug 14 17:27:47.521 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9083 | 2026-08-14T17:27:48.676Z | [ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9084 | 2026-08-14T17:27:48.679Z | [ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO STEP 79 (remove_files) COMPLETE |
| 9085 | 2026-08-14T17:27:48.679Z | [ recovery-image] Aug 14 17:27:47.530 INFO O| Aug 14 17:27:47.530 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9086 | 2026-08-14T17:27:48.686Z | [ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9087 | 2026-08-14T17:27:48.686Z | [ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO STEP 80 (remove_files) COMPLETE |
| 9088 | 2026-08-14T17:27:48.689Z | [ recovery-image] Aug 14 17:27:47.540 INFO O| Aug 14 17:27:47.540 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9089 | 2026-08-14T17:27:48.695Z | [ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9090 | 2026-08-14T17:27:48.695Z | [ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO STEP 81 (remove_files) COMPLETE |
| 9091 | 2026-08-14T17:27:48.698Z | [ recovery-image] Aug 14 17:27:47.549 INFO O| Aug 14 17:27:47.549 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9092 | 2026-08-14T17:27:48.704Z | [ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9093 | 2026-08-14T17:27:48.704Z | [ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO STEP 82 (remove_files) COMPLETE |
| 9094 | 2026-08-14T17:27:48.707Z | [ recovery-image] Aug 14 17:27:47.558 INFO O| Aug 14 17:27:47.558 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9095 | 2026-08-14T17:27:48.713Z | [ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9096 | 2026-08-14T17:27:48.713Z | [ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO STEP 83 (remove_files) COMPLETE |
| 9097 | 2026-08-14T17:27:48.716Z | [ recovery-image] Aug 14 17:27:47.567 INFO O| Aug 14 17:27:47.567 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9098 | 2026-08-14T17:27:48.722Z | [ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9099 | 2026-08-14T17:27:48.722Z | [ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO STEP 84 (remove_files) COMPLETE |
| 9100 | 2026-08-14T17:27:48.725Z | [ recovery-image] Aug 14 17:27:47.576 INFO O| Aug 14 17:27:47.576 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9101 | 2026-08-14T17:27:48.731Z | [ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9102 | 2026-08-14T17:27:48.731Z | [ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO STEP 85 (remove_files) COMPLETE |
| 9103 | 2026-08-14T17:27:48.731Z | [ recovery-image] Aug 14 17:27:47.585 INFO O| Aug 14 17:27:47.585 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9104 | 2026-08-14T17:27:48.741Z | [ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9105 | 2026-08-14T17:27:48.741Z | [ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO STEP 86 (remove_files) COMPLETE |
| 9106 | 2026-08-14T17:27:48.741Z | [ recovery-image] Aug 14 17:27:47.595 INFO O| Aug 14 17:27:47.595 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9107 | 2026-08-14T17:27:48.751Z | [ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9108 | 2026-08-14T17:27:48.751Z | [ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO STEP 87 (remove_files) COMPLETE |
| 9109 | 2026-08-14T17:27:48.751Z | [ recovery-image] Aug 14 17:27:47.605 INFO O| Aug 14 17:27:47.605 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9110 | 2026-08-14T17:27:48.761Z | [ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9111 | 2026-08-14T17:27:48.761Z | [ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO STEP 88 (remove_files) COMPLETE |
| 9112 | 2026-08-14T17:27:48.761Z | [ recovery-image] Aug 14 17:27:47.615 INFO O| Aug 14 17:27:47.615 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9113 | 2026-08-14T17:27:48.772Z | [ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.625 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9114 | 2026-08-14T17:27:48.772Z | [ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.626 INFO STEP 89 (remove_files) COMPLETE |
| 9115 | 2026-08-14T17:27:48.772Z | [ recovery-image] Aug 14 17:27:47.626 INFO O| Aug 14 17:27:47.626 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9116 | 2026-08-14T17:27:48.782Z | [ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9117 | 2026-08-14T17:27:48.782Z | [ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO STEP 90 (remove_files) COMPLETE |
| 9118 | 2026-08-14T17:27:48.782Z | [ recovery-image] Aug 14 17:27:47.636 INFO O| Aug 14 17:27:47.636 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9119 | 2026-08-14T17:27:48.793Z | [ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9120 | 2026-08-14T17:27:48.793Z | [ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO STEP 91 (remove_files) COMPLETE |
| 9121 | 2026-08-14T17:27:48.793Z | [ recovery-image] Aug 14 17:27:47.647 INFO O| Aug 14 17:27:47.647 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9122 | 2026-08-14T17:27:48.803Z | [ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9123 | 2026-08-14T17:27:48.804Z | [ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO STEP 92 (remove_files) COMPLETE |
| 9124 | 2026-08-14T17:27:48.804Z | [ recovery-image] Aug 14 17:27:47.657 INFO O| Aug 14 17:27:47.657 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9125 | 2026-08-14T17:27:48.834Z | [ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9126 | 2026-08-14T17:27:48.834Z | [ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO STEP 93 (remove_files) COMPLETE |
| 9127 | 2026-08-14T17:27:48.834Z | [ recovery-image] Aug 14 17:27:47.667 INFO O| Aug 14 17:27:47.667 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9128 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9129 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO STEP 94 (remove_files) COMPLETE |
| 9130 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.677 INFO O| Aug 14 17:27:47.677 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9131 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9132 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO STEP 95 (remove_files) COMPLETE |
| 9133 | 2026-08-14T17:27:48.837Z | [ recovery-image] Aug 14 17:27:47.685 INFO O| Aug 14 17:27:47.685 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9134 | 2026-08-14T17:27:48.840Z | [ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9135 | 2026-08-14T17:27:48.840Z | [ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO STEP 96 (remove_files) COMPLETE |
| 9136 | 2026-08-14T17:27:48.843Z | [ recovery-image] Aug 14 17:27:47.694 INFO O| Aug 14 17:27:47.694 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9137 | 2026-08-14T17:27:48.849Z | [ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9138 | 2026-08-14T17:27:48.849Z | [ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO STEP 97 (remove_files) COMPLETE |
| 9139 | 2026-08-14T17:27:48.852Z | [ recovery-image] Aug 14 17:27:47.703 INFO O| Aug 14 17:27:47.703 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9140 | 2026-08-14T17:27:48.857Z | [ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9141 | 2026-08-14T17:27:48.857Z | [ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO STEP 98 (remove_files) COMPLETE |
| 9142 | 2026-08-14T17:27:48.857Z | [ recovery-image] Aug 14 17:27:47.711 INFO O| Aug 14 17:27:47.711 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9143 | 2026-08-14T17:27:48.868Z | [ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9144 | 2026-08-14T17:27:48.868Z | [ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO STEP 99 (remove_files) COMPLETE |
| 9145 | 2026-08-14T17:27:48.871Z | [ recovery-image] Aug 14 17:27:47.722 INFO O| Aug 14 17:27:47.722 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9146 | 2026-08-14T17:27:48.881Z | [ recovery-image] Aug 14 17:27:47.735 INFO O| Aug 14 17:27:47.735 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9147 | 2026-08-14T17:27:48.881Z | [ recovery-image] Aug 14 17:27:47.735 INFO O| Aug 14 17:27:47.735 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"} |
| 9148 | 2026-08-14T17:27:51.508Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 9149 | 2026-08-14T17:27:53.329Z | [ recovery-image] Aug 14 17:27:52.182 INFO O| Aug 14 17:27:52.182 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 |
| 9150 | 2026-08-14T17:27:53.329Z | [ recovery-image] Aug 14 17:27:52.182 INFO O| Aug 14 17:27:52.182 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9151 | 2026-08-14T17:27:53.342Z | [ recovery-image] Aug 14 17:27:52.196 INFO O| Aug 14 17:27:52.196 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9152 | 2026-08-14T17:27:53.440Z | [ recovery-image] Aug 14 17:27:52.293 INFO O| Aug 14 17:27:52.293 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 9153 | 2026-08-14T17:27:53.499Z | [ recovery-image] Aug 14 17:27:52.352 INFO O| Aug 14 17:27:52.352 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 9154 | 2026-08-14T17:27:53.564Z | [ recovery-image] Aug 14 17:27:52.418 INFO O| Aug 14 17:27:52.417 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9155 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.418 INFO O| Aug 14 17:27:52.418 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 ... |
| 9156 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9157 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO ok! |
| 9158 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9159 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO STEP 100 (seed_smf) COMPLETE |
| 9160 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO steps complete; finalising image! |
| 9161 | 2026-08-14T17:27:53.615Z | [ recovery-image] Aug 14 17:27:52.456 INFO O| Aug 14 17:27:52.456 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9162 | 2026-08-14T17:27:53.688Z | [ recovery-image] Aug 14 17:27:52.541 INFO O| Aug 14 17:27:52.541 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9163 | 2026-08-14T17:27:53.896Z | [ recovery-image] Aug 14 17:27:52.748 INFO O| Aug 14 17:27:52.748 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9164 | 2026-08-14T17:27:54.100Z | [ recovery-image] Aug 14 17:27:52.954 INFO O| Aug 14 17:27:52.954 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9165 | 2026-08-14T17:27:54.307Z | [ recovery-image] Aug 14 17:27:53.160 INFO O| Aug 14 17:27:53.160 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9166 | 2026-08-14T17:27:54.513Z | [ recovery-image] Aug 14 17:27:53.367 INFO O| Aug 14 17:27:53.367 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9167 | 2026-08-14T17:27:54.719Z | [ recovery-image] Aug 14 17:27:53.573 INFO O| Aug 14 17:27:53.573 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9168 | 2026-08-14T17:27:54.925Z | [ recovery-image] Aug 14 17:27:53.779 INFO O| Aug 14 17:27:53.779 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9169 | 2026-08-14T17:27:55.153Z | [ recovery-image] Aug 14 17:27:54.006 INFO O| Aug 14 17:27:54.006 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9170 | 2026-08-14T17:27:55.359Z | [ recovery-image] Aug 14 17:27:54.213 INFO O| Aug 14 17:27:54.212 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9171 | 2026-08-14T17:27:55.565Z | [ recovery-image] Aug 14 17:27:54.418 INFO O| Aug 14 17:27:54.418 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9172 | 2026-08-14T17:27:55.771Z | [ recovery-image] Aug 14 17:27:54.625 INFO O| Aug 14 17:27:54.624 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9173 | 2026-08-14T17:27:55.977Z | [ recovery-image] Aug 14 17:27:54.831 INFO O| Aug 14 17:27:54.831 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9174 | 2026-08-14T17:27:56.183Z | [ recovery-image] Aug 14 17:27:55.037 INFO O| Aug 14 17:27:55.037 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9175 | 2026-08-14T17:27:56.389Z | [ recovery-image] Aug 14 17:27:55.243 INFO O| Aug 14 17:27:55.243 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9176 | 2026-08-14T17:27:56.595Z | [ recovery-image] Aug 14 17:27:55.449 INFO O| Aug 14 17:27:55.449 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9177 | 2026-08-14T17:27:56.801Z | [ recovery-image] Aug 14 17:27:55.655 INFO O| Aug 14 17:27:55.655 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9178 | 2026-08-14T17:27:57.331Z | [ recovery-image] Aug 14 17:27:55.862 INFO O| Aug 14 17:27:55.862 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9179 | 2026-08-14T17:27:57.331Z | [ recovery-image] Aug 14 17:27:56.069 INFO O| Aug 14 17:27:56.069 INFO trim TEMPORARY-sled-zfs-recovery: (85% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9180 | 2026-08-14T17:27:57.421Z | [ recovery-image] Aug 14 17:27:56.275 INFO O| Aug 14 17:27:56.275 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9181 | 2026-08-14T17:27:57.626Z | [ recovery-image] Aug 14 17:27:56.480 INFO O| Aug 14 17:27:56.480 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Fri Aug 14 17:27:52 2026) |
| 9182 | 2026-08-14T17:27:57.759Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z |
| 9183 | 2026-08-14T17:27:57.759Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z |
| 9184 | 2026-08-14T17:27:57.759Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 9185 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 9186 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 9187 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 9188 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 9189 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.613 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 9190 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260814T170952Z |
| 9191 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 9192 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 9193 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z |
| 9194 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.614 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z |
| 9195 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z |
| 9196 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z |
| 9197 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 9198 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z |
| 9199 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z |
| 9200 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z |
| 9201 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z |
| 9202 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z |
| 9203 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z |
| 9204 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.615 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9205 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z |
| 9206 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9207 | 2026-08-14T17:27:57.763Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z |
| 9208 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z |
| 9209 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z |
| 9210 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z |
| 9211 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z |
| 9212 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z |
| 9213 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z |
| 9214 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z |
| 9215 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z |
| 9216 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z |
| 9217 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z |
| 9218 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z |
| 9219 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z |
| 9220 | 2026-08-14T17:27:57.764Z | [ host-image] Aug 14 17:27:56.616 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z |
| 9221 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 9222 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z |
| 9223 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 9224 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.619 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 9225 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 9226 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 9227 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z |
| 9228 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 9229 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 9230 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 9231 | 2026-08-14T17:27:57.767Z | [ host-image] Aug 14 17:27:56.620 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 9232 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.623 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 9233 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.623 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 9234 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 9235 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 9236 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 9237 | 2026-08-14T17:27:57.770Z | [ host-image] Aug 14 17:27:56.624 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 9238 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 9239 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 9240 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 9241 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z |
| 9242 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z |
| 9243 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 9244 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z |
| 9245 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 9246 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 9247 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 9248 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 9249 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z |
| 9250 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.636 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 9251 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 9252 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 9253 | 2026-08-14T17:27:57.784Z | [ host-image] Aug 14 17:27:56.637 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 9254 | 2026-08-14T17:27:57.788Z | [ host-image] Aug 14 17:27:56.638 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z |
| 9255 | 2026-08-14T17:27:57.788Z | [ host-image] Aug 14 17:27:56.638 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 9256 | 2026-08-14T17:27:57.788Z | [ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 9257 | 2026-08-14T17:27:57.788Z | [ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z |
| 9258 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z |
| 9259 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z |
| 9260 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.642 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 9261 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z |
| 9262 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z |
| 9263 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z |
| 9264 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.643 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z |
| 9265 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 9266 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z |
| 9267 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z |
| 9268 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 9269 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z |
| 9270 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z |
| 9271 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z |
| 9272 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.644 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z |
| 9273 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z |
| 9274 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 9275 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z |
| 9276 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z |
| 9277 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z |
| 9278 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z |
| 9279 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.647 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z |
| 9280 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z |
| 9281 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z |
| 9282 | 2026-08-14T17:27:57.804Z | [ host-image] Aug 14 17:27:56.648 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z |
| 9283 | 2026-08-14T17:27:57.805Z | [ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z |
| 9284 | 2026-08-14T17:27:57.805Z | [ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z |
| 9285 | 2026-08-14T17:27:57.805Z | [ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z |
| 9286 | 2026-08-14T17:27:57.805Z | [ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z |
| 9287 | 2026-08-14T17:27:57.805Z | [ host-image] Aug 14 17:27:56.651 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z |
| 9288 | 2026-08-14T17:27:57.810Z | [ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z |
| 9289 | 2026-08-14T17:27:57.810Z | [ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z |
| 9290 | 2026-08-14T17:27:57.810Z | [ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z |
| 9291 | 2026-08-14T17:27:57.811Z | [ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 9292 | 2026-08-14T17:27:57.811Z | [ host-image] Aug 14 17:27:56.657 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 9293 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.665 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z |
| 9294 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 9295 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z |
| 9296 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z |
| 9297 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z |
| 9298 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 9299 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 9300 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z |
| 9301 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z |
| 9302 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.666 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z |
| 9303 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z |
| 9304 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z |
| 9305 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z |
| 9306 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 9307 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.667 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z |
| 9308 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z |
| 9309 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z |
| 9310 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z |
| 9311 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z |
| 9312 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z |
| 9313 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 9314 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 9315 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z |
| 9316 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z |
| 9317 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 9318 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 9319 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 9320 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 9321 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.668 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 9322 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.669 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 9323 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.669 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 9324 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.669 INFO O| tempdir @ "/tmp/.tmp0BcPGj/tmp" |
| 9325 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.669 INFO O| image root @ "/tmp/.tmp0BcPGj/tmp/root" |
| 9326 | 2026-08-14T17:27:57.818Z | [ host-image] Aug 14 17:27:56.669 INFO O| creating image... |
| 9327 | 2026-08-14T17:27:57.878Z | [ recovery-image] Aug 14 17:27:56.732 INFO O| Aug 14 17:27:56.726 INFO temporary pool has 494M used, 1.27G avail, 1.00x compressratio |
| 9328 | 2026-08-14T17:27:57.878Z | [ recovery-image] Aug 14 17:27:56.732 INFO O| Aug 14 17:27:56.726 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9329 | 2026-08-14T17:27:59.459Z | [verify-libraries] Compiling oso v0.27.3 |
| 9330 | 2026-08-14T17:28:00.385Z | [ recovery-image] Aug 14 17:27:59.238 INFO O| Aug 14 17:27:59.238 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 |
| 9331 | 2026-08-14T17:28:00.385Z | [ recovery-image] Aug 14 17:27:59.238 INFO O| Aug 14 17:27:59.238 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9332 | 2026-08-14T17:28:01.786Z | [ host-image] Aug 14 17:28:00.640 INFO O| copying publishers... |
| 9333 | 2026-08-14T17:28:02.940Z | [ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9334 | 2026-08-14T17:28:02.940Z | [ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9335 | 2026-08-14T17:28:02.940Z | [ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9336 | 2026-08-14T17:28:02.943Z | [ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO completed processing sled/zfs-recovery |
| 9337 | 2026-08-14T17:28:02.944Z | [ recovery-image] Aug 14 17:28:01.794 INFO O| Aug 14 17:28:01.794 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9338 | 2026-08-14T17:28:04.699Z | [ recovery-image] Aug 14 17:28:03.553 INFO O| Aug 14 17:28:03.552 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9339 | 2026-08-14T17:28:04.802Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9340 | 2026-08-14T17:28:04.881Z | [ recovery-image] Aug 14 17:28:03.735 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 9341 | 2026-08-14T17:28:04.881Z | [ recovery-image] Aug 14 17:28:03.735 INFO expanded image name: "recovery 1739fed/${os_short_commit} 2026-08-14 17:09" -> "recovery 1739fed/aaf8e74 2026-08-14 17:09" |
| 9342 | 2026-08-14T17:28:04.884Z | [ recovery-image] Aug 14 17:28:03.735 INFO output artefacts stored in: "/work/os-recovery" |
| 9343 | 2026-08-14T17:28:04.884Z | [ recovery-image] Aug 14 17:28:03.735 INFO collecting git info from project "pinprick"... |
| 9344 | 2026-08-14T17:28:04.889Z | [ recovery-image] Aug 14 17:28:03.743 INFO collecting git info from project "dmar-report"... |
| 9345 | 2026-08-14T17:28:04.900Z | [ recovery-image] Aug 14 17:28:03.753 INFO collecting git info from project "phbl"... |
| 9346 | 2026-08-14T17:28:04.907Z | [ recovery-image] Aug 14 17:28:03.761 INFO collecting git info from project "pilot"... |
| 9347 | 2026-08-14T17:28:04.917Z | [ recovery-image] Aug 14 17:28:03.770 INFO collecting git info from project "image-builder"... |
| 9348 | 2026-08-14T17:28:04.924Z | [ recovery-image] Aug 14 17:28:03.778 INFO collecting git info from project "amd-host-image-builder"... |
| 9349 | 2026-08-14T17:28:04.972Z | [ recovery-image] Aug 14 17:28:03.826 INFO collecting git info from project "chelsio-t6-roms"... |
| 9350 | 2026-08-14T17:28:05.014Z | [ recovery-image] Aug 14 17:28:03.868 INFO collecting git info from project "bootserver"... |
| 9351 | 2026-08-14T17:28:05.022Z | [ recovery-image] Aug 14 17:28:03.875 INFO collecting git info from project "amd-firmware"... |
| 9352 | 2026-08-14T17:28:05.256Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9353 | 2026-08-14T17:28:05.483Z | [ recovery-image] Aug 14 17:28:04.336 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9354 | 2026-08-14T17:28:05.562Z | [ host-image] Aug 14 17:28:04.416 INFO O| adding properties... |
| 9355 | 2026-08-14T17:28:06.221Z | [ recovery-image] Aug 14 17:28:05.074 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9356 | 2026-08-14T17:28:06.584Z | [ host-image] Aug 14 17:28:05.433 INFO O| installing packages... |
| 9357 | 2026-08-14T17:28:06.605Z | [ recovery-image] Aug 14 17:28:05.459 INFO creating Oxide boot image... |
| 9358 | 2026-08-14T17:28:06.605Z | [ recovery-image] Aug 14 17:28:05.459 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1739fed/aaf8e74 2026-08-14 17:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9359 | 2026-08-14T17:28:13.451Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9360 | 2026-08-14T17:28:18.380Z | [ host-image] Aug 14 17:28:17.233 INFO O| seeding SMF database... |
| 9361 | 2026-08-14T17:28:18.786Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 9362 | 2026-08-14T17:28:18.970Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9363 | 2026-08-14T17:28:19.693Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9364 | 2026-08-14T17:28:20.186Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 9365 | 2026-08-14T17:28:21.640Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 9366 | 2026-08-14T17:28:23.274Z | [ host-image] Aug 14 17:28:22.123 INFO O| configuring SMF profile... |
| 9367 | 2026-08-14T17:28:23.277Z | [ host-image] Aug 14 17:28:22.123 INFO O| modifying shadow(5)... |
| 9368 | 2026-08-14T17:28:23.277Z | [ host-image] Aug 14 17:28:22.123 INFO O| loading user and group database... |
| 9369 | 2026-08-14T17:28:23.277Z | [ host-image] Aug 14 17:28:22.123 INFO O| loading facet selections... |
| 9370 | 2026-08-14T17:28:23.699Z | [ host-image] Aug 14 17:28:22.553 INFO O| devel -> true |
| 9371 | 2026-08-14T17:28:23.699Z | [ host-image] Aug 14 17:28:22.553 INFO O| doc.man -> true |
| 9372 | 2026-08-14T17:28:23.699Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.shell/ksh93 -> true |
| 9373 | 2026-08-14T17:28:23.699Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/data/hardware-registry -> true |
| 9374 | 2026-08-14T17:28:23.702Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/data/zoneinfo -> true |
| 9375 | 2026-08-14T17:28:23.703Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/amd -> true |
| 9376 | 2026-08-14T17:28:23.703Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/intel -> true |
| 9377 | 2026-08-14T17:28:23.703Z | [ host-image] Aug 14 17:28:22.553 INFO O| version-lock.system/microcode/oxide -> true |
| 9378 | 2026-08-14T17:28:23.703Z | [ host-image] Aug 14 17:28:22.553 INFO O| assessing packaged files... |
| 9379 | 2026-08-14T17:28:25.554Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 9380 | 2026-08-14T17:28:25.578Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 9381 | 2026-08-14T17:28:25.714Z | [ host-image] Aug 14 17:28:24.567 INFO O| creating archive... |
| 9382 | 2026-08-14T17:28:25.744Z | [ host-image] Aug 14 17:28:24.589 INFO O| missing from packaging: |
| 9383 | 2026-08-14T17:28:25.744Z | [ host-image] Aug 14 17:28:24.590 INFO O| "etc/.pwd.lock" |
| 9384 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.590 INFO O| "etc/bash" |
| 9385 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/generic.xml" |
| 9386 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9387 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/name_service.xml" |
| 9388 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/platform.xml" |
| 9389 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9390 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.594 INFO O| "etc/svc/repository.db" |
| 9391 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share" |
| 9392 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share/man" |
| 9393 | 2026-08-14T17:28:25.748Z | [ host-image] Aug 14 17:28:24.600 INFO O| "opt/ooce/share/man/man1" |
| 9394 | 2026-08-14T17:28:25.756Z | [ host-image] Aug 14 17:28:24.610 INFO O| finishing archive... |
| 9395 | 2026-08-14T17:28:27.905Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 9396 | 2026-08-14T17:28:28.547Z | [ host-image] Aug 14 17:28:27.401 INFO O| creating gzonly manifest... |
| 9397 | 2026-08-14T17:28:28.556Z | [ host-image] Aug 14 17:28:27.410 INFO O| ok |
| 9398 | 2026-08-14T17:28:28.692Z | [ host-image] Aug 14 17:28:27.545 INFO image builder template: ramdisk-02-trim... |
| 9399 | 2026-08-14T17:28:28.692Z | [ host-image] Aug 14 17:28:27.545 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/.tmpUskSdj/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 |
| 9400 | 2026-08-14T17:28:28.714Z | [ host-image] Aug 14 17:28:27.567 INFO O| Aug 14 17:28:27.567 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9401 | 2026-08-14T17:28:28.719Z | [ host-image] Aug 14 17:28:27.573 INFO O| Aug 14 17:28:27.573 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9402 | 2026-08-14T17:28:31.089Z | [ host-image] Aug 14 17:28:29.942 INFO O| Aug 14 17:28:29.942 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9403 | 2026-08-14T17:28:33.565Z | [ host-image] Aug 14 17:28:32.419 INFO O| Aug 14 17:28:32.419 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9404 | 2026-08-14T17:28:33.566Z | [ host-image] Aug 14 17:28:32.419 INFO O| Aug 14 17:28:32.419 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9405 | 2026-08-14T17:28:33.572Z | [ host-image] Aug 14 17:28:32.425 INFO O| Aug 14 17:28:32.424 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9406 | 2026-08-14T17:28:33.575Z | [ host-image] Aug 14 17:28:32.429 INFO O| Aug 14 17:28:32.429 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9407 | 2026-08-14T17:28:33.581Z | [ host-image] Aug 14 17:28:32.434 INFO O| Aug 14 17:28:32.434 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9408 | 2026-08-14T17:28:35.050Z | [ host-image] Aug 14 17:28:33.903 INFO O| Aug 14 17:28:33.903 INFO rolled back to input snapshot; work may begin |
| 9409 | 2026-08-14T17:28:35.050Z | [ host-image] Aug 14 17:28:33.903 INFO O| Aug 14 17:28:33.903 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9410 | 2026-08-14T17:28:35.053Z | [ host-image] Aug 14 17:28:33.907 INFO O| Aug 14 17:28:33.907 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9411 | 2026-08-14T17:28:35.059Z | [ host-image] Aug 14 17:28:33.913 INFO O| Aug 14 17:28:33.913 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9412 | 2026-08-14T17:28:35.098Z | [ host-image] Aug 14 17:28:33.951 INFO O| Aug 14 17:28:33.951 INFO STEP 0 (remove_files) COMPLETE |
| 9413 | 2026-08-14T17:28:35.098Z | [ host-image] Aug 14 17:28:33.951 INFO O| Aug 14 17:28:33.951 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9414 | 2026-08-14T17:28:35.106Z | [ host-image] Aug 14 17:28:33.960 INFO O| Aug 14 17:28:33.959 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9415 | 2026-08-14T17:28:35.109Z | [ host-image] Aug 14 17:28:33.961 INFO O| Aug 14 17:28:33.961 INFO STEP 1 (remove_files) COMPLETE |
| 9416 | 2026-08-14T17:28:35.109Z | [ host-image] Aug 14 17:28:33.961 INFO O| Aug 14 17:28:33.961 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9417 | 2026-08-14T17:28:35.116Z | [ host-image] Aug 14 17:28:33.969 INFO O| Aug 14 17:28:33.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9418 | 2026-08-14T17:28:35.127Z | [ host-image] Aug 14 17:28:33.981 INFO O| Aug 14 17:28:33.981 INFO STEP 2 (remove_files) COMPLETE |
| 9419 | 2026-08-14T17:28:35.127Z | [ host-image] Aug 14 17:28:33.981 INFO O| Aug 14 17:28:33.981 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9420 | 2026-08-14T17:28:35.136Z | [ host-image] Aug 14 17:28:33.988 INFO O| Aug 14 17:28:33.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9421 | 2026-08-14T17:28:35.138Z | [ host-image] Aug 14 17:28:33.989 INFO O| Aug 14 17:28:33.989 INFO STEP 3 (remove_files) COMPLETE |
| 9422 | 2026-08-14T17:28:35.138Z | [ host-image] Aug 14 17:28:33.989 INFO O| Aug 14 17:28:33.989 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9423 | 2026-08-14T17:28:35.141Z | [ host-image] Aug 14 17:28:33.995 INFO O| Aug 14 17:28:33.995 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9424 | 2026-08-14T17:28:35.144Z | [ host-image] Aug 14 17:28:33.998 INFO O| Aug 14 17:28:33.998 INFO STEP 4 (remove_files) COMPLETE |
| 9425 | 2026-08-14T17:28:35.144Z | [ host-image] Aug 14 17:28:33.998 INFO O| Aug 14 17:28:33.998 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9426 | 2026-08-14T17:28:35.150Z | [ host-image] Aug 14 17:28:34.004 INFO O| Aug 14 17:28:34.004 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9427 | 2026-08-14T17:28:35.153Z | [ host-image] Aug 14 17:28:34.006 INFO O| Aug 14 17:28:34.006 INFO STEP 5 (remove_files) COMPLETE |
| 9428 | 2026-08-14T17:28:35.153Z | [ host-image] Aug 14 17:28:34.006 INFO O| Aug 14 17:28:34.006 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9429 | 2026-08-14T17:28:35.160Z | [ host-image] Aug 14 17:28:34.014 INFO O| Aug 14 17:28:34.014 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9430 | 2026-08-14T17:28:35.169Z | [ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 6 (remove_files) COMPLETE |
| 9431 | 2026-08-14T17:28:35.172Z | [ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9432 | 2026-08-14T17:28:35.172Z | [ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO skip step because feature "heliosv2" is not enabled |
| 9433 | 2026-08-14T17:28:35.172Z | [ host-image] Aug 14 17:28:34.023 INFO O| Aug 14 17:28:34.023 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9434 | 2026-08-14T17:28:35.176Z | [ host-image] Aug 14 17:28:34.030 INFO O| Aug 14 17:28:34.030 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9435 | 2026-08-14T17:28:35.186Z | [ host-image] Aug 14 17:28:34.041 INFO O| Aug 14 17:28:34.041 INFO STEP 8 (remove_files) COMPLETE |
| 9436 | 2026-08-14T17:28:35.189Z | [ host-image] Aug 14 17:28:34.041 INFO O| Aug 14 17:28:34.041 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9437 | 2026-08-14T17:28:35.194Z | [ host-image] Aug 14 17:28:34.048 INFO O| Aug 14 17:28:34.048 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9438 | 2026-08-14T17:28:35.260Z | [ host-image] Aug 14 17:28:34.113 INFO O| Aug 14 17:28:34.113 INFO STEP 9 (remove_files) COMPLETE |
| 9439 | 2026-08-14T17:28:35.260Z | [ host-image] Aug 14 17:28:34.113 INFO O| Aug 14 17:28:34.113 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9440 | 2026-08-14T17:28:35.268Z | [ host-image] Aug 14 17:28:34.122 INFO O| Aug 14 17:28:34.122 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9441 | 2026-08-14T17:28:35.347Z | [ host-image] Aug 14 17:28:34.200 INFO O| Aug 14 17:28:34.200 INFO STEP 10 (remove_files) COMPLETE |
| 9442 | 2026-08-14T17:28:35.347Z | [ host-image] Aug 14 17:28:34.200 INFO O| Aug 14 17:28:34.200 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9443 | 2026-08-14T17:28:35.356Z | [ host-image] Aug 14 17:28:34.210 INFO O| Aug 14 17:28:34.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9444 | 2026-08-14T17:28:35.358Z | [ host-image] Aug 14 17:28:34.212 INFO O| Aug 14 17:28:34.212 INFO STEP 11 (remove_files) COMPLETE |
| 9445 | 2026-08-14T17:28:35.358Z | [ host-image] Aug 14 17:28:34.212 INFO O| Aug 14 17:28:34.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9446 | 2026-08-14T17:28:35.365Z | [ host-image] Aug 14 17:28:34.219 INFO O| Aug 14 17:28:34.219 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9447 | 2026-08-14T17:28:35.368Z | [ host-image] Aug 14 17:28:34.220 INFO O| Aug 14 17:28:34.220 INFO STEP 12 (remove_files) COMPLETE |
| 9448 | 2026-08-14T17:28:35.368Z | [ host-image] Aug 14 17:28:34.220 INFO O| Aug 14 17:28:34.220 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9449 | 2026-08-14T17:28:35.372Z | [ host-image] Aug 14 17:28:34.227 INFO O| Aug 14 17:28:34.227 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9450 | 2026-08-14T17:28:35.375Z | [ host-image] Aug 14 17:28:34.228 INFO O| Aug 14 17:28:34.228 INFO STEP 13 (remove_files) COMPLETE |
| 9451 | 2026-08-14T17:28:35.375Z | [ host-image] Aug 14 17:28:34.228 INFO O| Aug 14 17:28:34.228 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9452 | 2026-08-14T17:28:35.380Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9453 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9454 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9455 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9456 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9457 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.235 INFO O| Aug 14 17:28:34.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9458 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9459 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9460 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9461 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9462 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9463 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9464 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9465 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9466 | 2026-08-14T17:28:35.383Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9467 | 2026-08-14T17:28:35.384Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9468 | 2026-08-14T17:28:35.384Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9469 | 2026-08-14T17:28:35.384Z | [ host-image] Aug 14 17:28:34.236 INFO O| Aug 14 17:28:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9470 | 2026-08-14T17:28:35.489Z | [ host-image] Aug 14 17:28:34.343 INFO O| Aug 14 17:28:34.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9471 | 2026-08-14T17:28:35.494Z | [ host-image] Aug 14 17:28:34.348 INFO O| Aug 14 17:28:34.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9472 | 2026-08-14T17:28:35.532Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 9473 | 2026-08-14T17:28:35.625Z | [ host-image] Aug 14 17:28:34.479 INFO O| Aug 14 17:28:34.479 INFO STEP 14 (remove_files) COMPLETE |
| 9474 | 2026-08-14T17:28:35.625Z | [ host-image] Aug 14 17:28:34.479 INFO O| Aug 14 17:28:34.479 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9475 | 2026-08-14T17:28:35.633Z | [ host-image] Aug 14 17:28:34.487 INFO O| Aug 14 17:28:34.487 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9476 | 2026-08-14T17:28:35.637Z | [ host-image] Aug 14 17:28:34.488 INFO O| Aug 14 17:28:34.488 INFO STEP 15 (remove_files) COMPLETE |
| 9477 | 2026-08-14T17:28:35.637Z | [ host-image] Aug 14 17:28:34.488 INFO O| Aug 14 17:28:34.488 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9478 | 2026-08-14T17:28:35.643Z | [ host-image] Aug 14 17:28:34.497 INFO O| Aug 14 17:28:34.496 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9479 | 2026-08-14T17:28:35.649Z | [ host-image] Aug 14 17:28:34.502 INFO O| Aug 14 17:28:34.502 INFO STEP 16 (remove_files) COMPLETE |
| 9480 | 2026-08-14T17:28:35.652Z | [ host-image] Aug 14 17:28:34.502 INFO O| Aug 14 17:28:34.502 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9481 | 2026-08-14T17:28:35.656Z | [ host-image] Aug 14 17:28:34.509 INFO O| Aug 14 17:28:34.509 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9482 | 2026-08-14T17:28:35.660Z | [ host-image] Aug 14 17:28:34.510 INFO O| Aug 14 17:28:34.510 INFO STEP 17 (remove_files) COMPLETE |
| 9483 | 2026-08-14T17:28:35.660Z | [ host-image] Aug 14 17:28:34.510 INFO O| Aug 14 17:28:34.510 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9484 | 2026-08-14T17:28:35.664Z | [ host-image] Aug 14 17:28:34.518 INFO O| Aug 14 17:28:34.518 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9485 | 2026-08-14T17:28:35.667Z | [ host-image] Aug 14 17:28:34.519 INFO O| Aug 14 17:28:34.519 INFO STEP 18 (remove_files) COMPLETE |
| 9486 | 2026-08-14T17:28:35.667Z | [ host-image] Aug 14 17:28:34.519 INFO O| Aug 14 17:28:34.519 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9487 | 2026-08-14T17:28:35.673Z | [ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9488 | 2026-08-14T17:28:35.673Z | [ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO STEP 19 (remove_files) COMPLETE |
| 9489 | 2026-08-14T17:28:35.676Z | [ host-image] Aug 14 17:28:34.527 INFO O| Aug 14 17:28:34.527 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9490 | 2026-08-14T17:28:35.680Z | [ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9491 | 2026-08-14T17:28:35.681Z | [ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO STEP 20 (remove_files) COMPLETE |
| 9492 | 2026-08-14T17:28:35.681Z | [ host-image] Aug 14 17:28:34.534 INFO O| Aug 14 17:28:34.534 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9493 | 2026-08-14T17:28:35.689Z | [ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9494 | 2026-08-14T17:28:35.689Z | [ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO STEP 21 (remove_files) COMPLETE |
| 9495 | 2026-08-14T17:28:35.689Z | [ host-image] Aug 14 17:28:34.543 INFO O| Aug 14 17:28:34.543 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9496 | 2026-08-14T17:28:35.696Z | [ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9497 | 2026-08-14T17:28:35.697Z | [ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO STEP 22 (remove_files) COMPLETE |
| 9498 | 2026-08-14T17:28:35.700Z | [ host-image] Aug 14 17:28:34.550 INFO O| Aug 14 17:28:34.550 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9499 | 2026-08-14T17:28:35.703Z | [ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9500 | 2026-08-14T17:28:35.703Z | [ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO STEP 23 (remove_files) COMPLETE |
| 9501 | 2026-08-14T17:28:35.703Z | [ host-image] Aug 14 17:28:34.557 INFO O| Aug 14 17:28:34.557 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9502 | 2026-08-14T17:28:35.709Z | [ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9503 | 2026-08-14T17:28:35.712Z | [ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO STEP 24 (remove_files) COMPLETE |
| 9504 | 2026-08-14T17:28:35.712Z | [ host-image] Aug 14 17:28:34.563 INFO O| Aug 14 17:28:34.563 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9505 | 2026-08-14T17:28:35.717Z | [ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9506 | 2026-08-14T17:28:35.718Z | [ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO STEP 25 (remove_files) COMPLETE |
| 9507 | 2026-08-14T17:28:35.718Z | [ host-image] Aug 14 17:28:34.569 INFO O| Aug 14 17:28:34.569 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9508 | 2026-08-14T17:28:35.722Z | [ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9509 | 2026-08-14T17:28:35.725Z | [ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO STEP 26 (remove_files) COMPLETE |
| 9510 | 2026-08-14T17:28:35.725Z | [ host-image] Aug 14 17:28:34.575 INFO O| Aug 14 17:28:34.575 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9511 | 2026-08-14T17:28:35.731Z | [ host-image] Aug 14 17:28:34.584 INFO O| Aug 14 17:28:34.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9512 | 2026-08-14T17:28:35.733Z | [ host-image] Aug 14 17:28:34.585 INFO O| Aug 14 17:28:34.584 INFO STEP 27 (remove_files) COMPLETE |
| 9513 | 2026-08-14T17:28:35.734Z | [ host-image] Aug 14 17:28:34.585 INFO O| Aug 14 17:28:34.584 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9514 | 2026-08-14T17:28:35.738Z | [ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9515 | 2026-08-14T17:28:35.738Z | [ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO STEP 28 (remove_files) COMPLETE |
| 9516 | 2026-08-14T17:28:35.739Z | [ host-image] Aug 14 17:28:34.592 INFO O| Aug 14 17:28:34.592 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9517 | 2026-08-14T17:28:35.749Z | [ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9518 | 2026-08-14T17:28:35.750Z | [ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO STEP 29 (remove_files) COMPLETE |
| 9519 | 2026-08-14T17:28:35.750Z | [ host-image] Aug 14 17:28:34.599 INFO O| Aug 14 17:28:34.599 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9520 | 2026-08-14T17:28:35.758Z | [ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9521 | 2026-08-14T17:28:35.758Z | [ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO STEP 30 (remove_files) COMPLETE |
| 9522 | 2026-08-14T17:28:35.758Z | [ host-image] Aug 14 17:28:34.606 INFO O| Aug 14 17:28:34.606 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9523 | 2026-08-14T17:28:35.766Z | [ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9524 | 2026-08-14T17:28:35.766Z | [ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO STEP 31 (remove_files) COMPLETE |
| 9525 | 2026-08-14T17:28:35.766Z | [ host-image] Aug 14 17:28:34.613 INFO O| Aug 14 17:28:34.613 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9526 | 2026-08-14T17:28:35.770Z | [ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9527 | 2026-08-14T17:28:35.770Z | [ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO STEP 32 (remove_files) COMPLETE |
| 9528 | 2026-08-14T17:28:35.770Z | [ host-image] Aug 14 17:28:34.621 INFO O| Aug 14 17:28:34.621 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9529 | 2026-08-14T17:28:35.776Z | [ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9530 | 2026-08-14T17:28:38.663Z | [ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO STEP 33 (remove_files) COMPLETE |
| 9531 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.629 INFO O| Aug 14 17:28:34.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9532 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9533 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO STEP 34 (remove_files) COMPLETE |
| 9534 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.637 INFO O| Aug 14 17:28:34.637 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9535 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9536 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO STEP 35 (remove_files) COMPLETE |
| 9537 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.645 INFO O| Aug 14 17:28:34.645 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9538 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9539 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO STEP 36 (remove_files) COMPLETE |
| 9540 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.652 INFO O| Aug 14 17:28:34.652 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9541 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9542 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO STEP 37 (remove_files) COMPLETE |
| 9543 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.659 INFO O| Aug 14 17:28:34.659 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9544 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9545 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO STEP 38 (remove_files) COMPLETE |
| 9546 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.667 INFO O| Aug 14 17:28:34.667 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9547 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.673 INFO O| Aug 14 17:28:34.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9548 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.674 INFO O| Aug 14 17:28:34.674 INFO STEP 39 (remove_files) COMPLETE |
| 9549 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.674 INFO O| Aug 14 17:28:34.674 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9550 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9551 | 2026-08-14T17:28:38.664Z | [ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO STEP 40 (remove_files) COMPLETE |
| 9552 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.682 INFO O| Aug 14 17:28:34.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9553 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9554 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO STEP 41 (remove_files) COMPLETE |
| 9555 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.689 INFO O| Aug 14 17:28:34.689 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9556 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9557 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO STEP 42 (remove_files) COMPLETE |
| 9558 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.697 INFO O| Aug 14 17:28:34.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9559 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9560 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO STEP 43 (remove_files) COMPLETE |
| 9561 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.705 INFO O| Aug 14 17:28:34.705 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9562 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9563 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO STEP 44 (remove_files) COMPLETE |
| 9564 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.713 INFO O| Aug 14 17:28:34.713 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9565 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9566 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO STEP 45 (remove_files) COMPLETE |
| 9567 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.721 INFO O| Aug 14 17:28:34.721 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9568 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9569 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.729 INFO STEP 46 (remove_files) COMPLETE |
| 9570 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.729 INFO O| Aug 14 17:28:34.729 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9571 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9572 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO STEP 47 (remove_files) COMPLETE |
| 9573 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.735 INFO O| Aug 14 17:28:34.735 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9574 | 2026-08-14T17:28:38.665Z | [ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9575 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO STEP 48 (remove_files) COMPLETE |
| 9576 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.742 INFO O| Aug 14 17:28:34.742 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9577 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9578 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO STEP 49 (remove_files) COMPLETE |
| 9579 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.750 INFO O| Aug 14 17:28:34.750 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9580 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9581 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO STEP 50 (remove_files) COMPLETE |
| 9582 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.758 INFO O| Aug 14 17:28:34.758 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9583 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.764 INFO O| Aug 14 17:28:34.764 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9584 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.765 INFO O| Aug 14 17:28:34.764 INFO STEP 51 (remove_files) COMPLETE |
| 9585 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.765 INFO O| Aug 14 17:28:34.764 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9586 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9587 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO STEP 52 (remove_files) COMPLETE |
| 9588 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.771 INFO O| Aug 14 17:28:34.771 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9589 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9590 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO STEP 53 (remove_files) COMPLETE |
| 9591 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.777 INFO O| Aug 14 17:28:34.777 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9592 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9593 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO STEP 54 (remove_files) COMPLETE |
| 9594 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.783 INFO O| Aug 14 17:28:34.783 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9595 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.790 INFO O| Aug 14 17:28:34.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9596 | 2026-08-14T17:28:38.666Z | [ host-image] Aug 14 17:28:34.790 INFO O| Aug 14 17:28:34.790 INFO STEP 55 (remove_files) COMPLETE |
| 9597 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.791 INFO O| Aug 14 17:28:34.790 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9598 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9599 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO STEP 56 (remove_files) COMPLETE |
| 9600 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.799 INFO O| Aug 14 17:28:34.799 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9601 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9602 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO STEP 57 (remove_files) COMPLETE |
| 9603 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.807 INFO O| Aug 14 17:28:34.807 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9604 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9605 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO STEP 58 (remove_files) COMPLETE |
| 9606 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.814 INFO O| Aug 14 17:28:34.814 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9607 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9608 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9609 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9610 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9611 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9612 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9613 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO ok! |
| 9614 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO STEP 59 (ensure_file) COMPLETE |
| 9615 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.821 INFO O| Aug 14 17:28:34.821 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9616 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9617 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9618 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9619 | 2026-08-14T17:28:38.667Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9620 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9621 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9622 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO ok! |
| 9623 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO STEP 60 (ensure_file) COMPLETE |
| 9624 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.831 INFO O| Aug 14 17:28:34.831 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9625 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9626 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9627 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9628 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO ok! |
| 9629 | 2026-08-14T17:28:38.668Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO STEP 61 (ensure_file) COMPLETE |
| 9630 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.838 INFO O| Aug 14 17:28:34.838 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9631 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9632 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9633 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9634 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO ok! |
| 9635 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO STEP 62 (ensure_file) COMPLETE |
| 9636 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.846 INFO O| Aug 14 17:28:34.846 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9637 | 2026-08-14T17:28:38.728Z | [ host-image] Aug 14 17:28:34.854 INFO O| Aug 14 17:28:34.854 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9638 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.854 INFO O| Aug 14 17:28:34.854 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9639 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9640 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9641 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO ok! |
| 9642 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO STEP 63 (ensure_file) COMPLETE |
| 9643 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.855 INFO O| Aug 14 17:28:34.855 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9644 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9645 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9646 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9647 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9648 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO ok! |
| 9649 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO STEP 64 (ensure_file) COMPLETE |
| 9650 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.862 INFO O| Aug 14 17:28:34.862 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9651 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.869 INFO O| Aug 14 17:28:34.869 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9652 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.869 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9653 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9654 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO ok! |
| 9655 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO STEP 65 (assemble_files) COMPLETE |
| 9656 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.870 INFO O| Aug 14 17:28:34.870 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9657 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9658 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9659 | 2026-08-14T17:28:38.729Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9660 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9661 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO ok! |
| 9662 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO STEP 66 (ensure_file) COMPLETE |
| 9663 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.877 INFO O| Aug 14 17:28:34.877 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9664 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9665 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9666 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9667 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO STEP 67 (ensure_dir) COMPLETE |
| 9668 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.884 INFO O| Aug 14 17:28:34.884 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9669 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.893 INFO O| Aug 14 17:28:34.893 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9670 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.893 INFO O| Aug 14 17:28:34.893 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 ... |
| 9671 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 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 |
| 9672 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9673 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO ok! |
| 9674 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO STEP 68 (ensure_file) COMPLETE |
| 9675 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.900 INFO O| Aug 14 17:28:34.900 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9676 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9677 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 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 ... |
| 9678 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 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 |
| 9679 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9680 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO ok! |
| 9681 | 2026-08-14T17:28:38.730Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO STEP 69 (ensure_file) COMPLETE |
| 9682 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:34.909 INFO O| Aug 14 17:28:34.909 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9683 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:34.920 INFO O| Aug 14 17:28:34.920 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9684 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:34.920 INFO O| Aug 14 17:28:34.920 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9685 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO STEP 70 (pack_tar) COMPLETE |
| 9686 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9687 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:36.471 INFO O| Aug 14 17:28:36.471 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9688 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:36.871 INFO O| Aug 14 17:28:36.871 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9689 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.133 INFO O| Aug 14 17:28:37.133 INFO completed processing sled/ramdisk-02-trim |
| 9690 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.135 INFO image builder template: zfs... |
| 9691 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.135 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/.tmpUskSdj/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 |
| 9692 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.147 INFO O| Aug 14 17:28:37.147 INFO skip include "stress" because feature "stress" is not enabled |
| 9693 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.147 INFO O| Aug 14 17:28:37.147 INFO skip include "stress" because feature "compliance" is not enabled |
| 9694 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.175 INFO O| Aug 14 17:28:37.175 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9695 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.179 INFO O| Aug 14 17:28:37.179 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9696 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.339 INFO O| Aug 14 17:28:37.339 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9697 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.460 INFO O| Aug 14 17:28:37.460 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9698 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.460 INFO O| Aug 14 17:28:37.460 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9699 | 2026-08-14T17:28:38.731Z | [ host-image] Aug 14 17:28:37.463 INFO O| Aug 14 17:28:37.463 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9700 | 2026-08-14T17:28:38.742Z | [ host-image] Aug 14 17:28:37.569 INFO O| Aug 14 17:28:37.569 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9701 | 2026-08-14T17:28:38.858Z | [ host-image] Aug 14 17:28:37.711 INFO O| Aug 14 17:28:37.711 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9702 | 2026-08-14T17:28:38.872Z | [ host-image] Aug 14 17:28:37.719 INFO O| Aug 14 17:28:37.719 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9703 | 2026-08-14T17:28:38.881Z | [ host-image] Aug 14 17:28:37.722 INFO O| Aug 14 17:28:37.722 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9704 | 2026-08-14T17:28:38.881Z | [ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.722 INFO no lofi found |
| 9705 | 2026-08-14T17:28:38.881Z | [ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.723 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9706 | 2026-08-14T17:28:38.881Z | [ host-image] Aug 14 17:28:37.723 INFO O| Aug 14 17:28:37.723 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9707 | 2026-08-14T17:28:39.817Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 9708 | 2026-08-14T17:28:41.149Z | [ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9709 | 2026-08-14T17:28:41.149Z | [ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9710 | 2026-08-14T17:28:41.153Z | [ host-image] Aug 14 17:28:40.001 INFO O| Aug 14 17:28:40.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"] |
| 9711 | 2026-08-14T17:28:41.227Z | [ host-image] Aug 14 17:28:40.081 INFO O| Aug 14 17:28:40.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9712 | 2026-08-14T17:28:41.227Z | [ host-image] Aug 14 17:28:40.081 INFO O| Aug 14 17:28:40.081 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9713 | 2026-08-14T17:28:41.246Z | [ host-image] Aug 14 17:28:40.100 INFO O| Aug 14 17:28:40.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9714 | 2026-08-14T17:28:41.299Z | [ host-image] Aug 14 17:28:40.152 INFO O| Aug 14 17:28:40.152 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9715 | 2026-08-14T17:28:41.331Z | [ host-image] Aug 14 17:28:40.183 INFO O| Aug 14 17:28:40.183 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9716 | 2026-08-14T17:28:41.345Z | [ host-image] Aug 14 17:28:40.198 INFO O| Aug 14 17:28:40.198 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9717 | 2026-08-14T17:28:41.358Z | [ host-image] Aug 14 17:28:40.211 INFO O| Aug 14 17:28:40.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9718 | 2026-08-14T17:28:41.395Z | [ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9719 | 2026-08-14T17:28:41.395Z | [ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9720 | 2026-08-14T17:28:41.400Z | [ host-image] Aug 14 17:28:40.248 INFO O| Aug 14 17:28:40.248 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9721 | 2026-08-14T17:28:41.403Z | [ host-image] Aug 14 17:28:40.255 INFO O| Aug 14 17:28:40.255 INFO boot environment UUID: 95df718e-0c55-4771-a036-0b59663c6293 |
| 9722 | 2026-08-14T17:28:41.403Z | [ host-image] Aug 14 17:28:40.255 INFO O| Aug 14 17:28:40.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 95df718e-0c55-4771-a036-0b59663c6293 |
| 9723 | 2026-08-14T17:28:41.412Z | [ host-image] Aug 14 17:28:40.265 INFO O| Aug 14 17:28:40.265 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9724 | 2026-08-14T17:28:41.422Z | [ host-image] Aug 14 17:28:40.275 INFO O| Aug 14 17:28:40.275 INFO STEP 0 (create_be) COMPLETE |
| 9725 | 2026-08-14T17:28:41.422Z | [ host-image] Aug 14 17:28:40.275 INFO O| Aug 14 17:28:40.275 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9726 | 2026-08-14T17:28:41.437Z | [ host-image] Aug 14 17:28:40.291 INFO O| Aug 14 17:28:40.291 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9727 | 2026-08-14T17:28:51.630Z | [ host-image] Aug 14 17:28:50.482 INFO O| Aug 14 17:28:50.482 INFO STEP 1 (unpack_tar) COMPLETE |
| 9728 | 2026-08-14T17:28:51.630Z | [ host-image] Aug 14 17:28:50.482 INFO O| Aug 14 17:28:50.482 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9729 | 2026-08-14T17:28:51.672Z | [ host-image] Aug 14 17:28:50.492 INFO O| Aug 14 17:28:50.492 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9730 | 2026-08-14T17:28:52.144Z | [ host-image] Aug 14 17:28:50.997 INFO O| Aug 14 17:28:50.997 INFO STEP 2 (devfsadm) COMPLETE |
| 9731 | 2026-08-14T17:28:52.144Z | [ host-image] Aug 14 17:28:50.997 INFO O| Aug 14 17:28:50.997 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9732 | 2026-08-14T17:28:52.155Z | [ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9733 | 2026-08-14T17:28:52.158Z | [ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO STEP 3 (ensure_dir) COMPLETE |
| 9734 | 2026-08-14T17:28:52.158Z | [ host-image] Aug 14 17:28:51.008 INFO O| Aug 14 17:28:51.008 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9735 | 2026-08-14T17:28:52.166Z | [ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9736 | 2026-08-14T17:28:52.166Z | [ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO STEP 4 (ensure_dir) COMPLETE |
| 9737 | 2026-08-14T17:28:52.166Z | [ host-image] Aug 14 17:28:51.018 INFO O| Aug 14 17:28:51.018 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9738 | 2026-08-14T17:28:52.175Z | [ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9739 | 2026-08-14T17:28:52.175Z | [ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO STEP 5 (ensure_dir) COMPLETE |
| 9740 | 2026-08-14T17:28:52.180Z | [ host-image] Aug 14 17:28:51.028 INFO O| Aug 14 17:28:51.028 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9741 | 2026-08-14T17:28:52.184Z | [ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9742 | 2026-08-14T17:28:52.184Z | [ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9743 | 2026-08-14T17:28:52.185Z | [ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO STEP 6 (ensure_dir) COMPLETE |
| 9744 | 2026-08-14T17:28:52.188Z | [ host-image] Aug 14 17:28:51.038 INFO O| Aug 14 17:28:51.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9745 | 2026-08-14T17:28:52.194Z | [ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9746 | 2026-08-14T17:28:52.194Z | [ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9747 | 2026-08-14T17:28:52.201Z | [ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO STEP 7 (ensure_dir) COMPLETE |
| 9748 | 2026-08-14T17:28:52.201Z | [ host-image] Aug 14 17:28:51.048 INFO O| Aug 14 17:28:51.048 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9749 | 2026-08-14T17:28:52.207Z | [ host-image] Aug 14 17:28:51.058 INFO O| Aug 14 17:28:51.058 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9750 | 2026-08-14T17:28:52.208Z | [ host-image] Aug 14 17:28:51.059 INFO O| Aug 14 17:28:51.059 INFO STEP 8 (remove_files) COMPLETE |
| 9751 | 2026-08-14T17:28:52.208Z | [ host-image] Aug 14 17:28:51.059 INFO O| Aug 14 17:28:51.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9752 | 2026-08-14T17:28:52.215Z | [ host-image] Aug 14 17:28:51.068 INFO O| Aug 14 17:28:51.068 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9753 | 2026-08-14T17:28:52.220Z | [ host-image] Aug 14 17:28:51.069 INFO O| Aug 14 17:28:51.069 INFO STEP 9 (remove_files) COMPLETE |
| 9754 | 2026-08-14T17:28:52.220Z | [ host-image] Aug 14 17:28:51.069 INFO O| Aug 14 17:28:51.069 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9755 | 2026-08-14T17:28:52.224Z | [ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.077 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9756 | 2026-08-14T17:28:52.226Z | [ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.078 INFO STEP 10 (remove_files) COMPLETE |
| 9757 | 2026-08-14T17:28:52.226Z | [ host-image] Aug 14 17:28:51.078 INFO O| Aug 14 17:28:51.078 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9758 | 2026-08-14T17:28:52.233Z | [ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9759 | 2026-08-14T17:28:52.233Z | [ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO STEP 11 (remove_files) COMPLETE |
| 9760 | 2026-08-14T17:28:52.233Z | [ host-image] Aug 14 17:28:51.086 INFO O| Aug 14 17:28:51.086 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9761 | 2026-08-14T17:28:52.243Z | [ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.095 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9762 | 2026-08-14T17:28:52.248Z | [ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.096 INFO STEP 12 (remove_files) COMPLETE |
| 9763 | 2026-08-14T17:28:52.248Z | [ host-image] Aug 14 17:28:51.096 INFO O| Aug 14 17:28:51.096 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9764 | 2026-08-14T17:28:52.255Z | [ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9765 | 2026-08-14T17:28:52.255Z | [ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9766 | 2026-08-14T17:28:52.255Z | [ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO STEP 13 (ensure_dir) COMPLETE |
| 9767 | 2026-08-14T17:28:52.255Z | [ host-image] Aug 14 17:28:51.104 INFO O| Aug 14 17:28:51.104 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9768 | 2026-08-14T17:28:52.268Z | [ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9769 | 2026-08-14T17:28:52.268Z | [ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9770 | 2026-08-14T17:28:52.274Z | [ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9771 | 2026-08-14T17:28:52.274Z | [ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO STEP 14 (ensure_dir) COMPLETE |
| 9772 | 2026-08-14T17:28:52.274Z | [ host-image] Aug 14 17:28:51.115 INFO O| Aug 14 17:28:51.115 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9773 | 2026-08-14T17:28:52.285Z | [ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9774 | 2026-08-14T17:28:52.285Z | [ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9775 | 2026-08-14T17:28:52.285Z | [ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9776 | 2026-08-14T17:28:52.285Z | [ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO STEP 15 (ensure_dir) COMPLETE |
| 9777 | 2026-08-14T17:28:52.285Z | [ host-image] Aug 14 17:28:51.131 INFO O| Aug 14 17:28:51.131 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9778 | 2026-08-14T17:28:52.291Z | [ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9779 | 2026-08-14T17:28:52.294Z | [ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9780 | 2026-08-14T17:28:52.294Z | [ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO STEP 16 (ensure_dir) COMPLETE |
| 9781 | 2026-08-14T17:28:52.294Z | [ host-image] Aug 14 17:28:51.142 INFO O| Aug 14 17:28:51.142 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9782 | 2026-08-14T17:28:52.301Z | [ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9783 | 2026-08-14T17:28:52.301Z | [ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9784 | 2026-08-14T17:28:52.301Z | [ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO STEP 17 (ensure_dir) COMPLETE |
| 9785 | 2026-08-14T17:28:52.309Z | [ host-image] Aug 14 17:28:51.154 INFO O| Aug 14 17:28:51.154 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9786 | 2026-08-14T17:28:52.318Z | [ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9787 | 2026-08-14T17:28:52.318Z | [ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9788 | 2026-08-14T17:28:52.318Z | [ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO ok! |
| 9789 | 2026-08-14T17:28:52.318Z | [ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9790 | 2026-08-14T17:28:52.318Z | [ host-image] Aug 14 17:28:51.163 INFO O| Aug 14 17:28:51.163 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9791 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9792 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9793 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO ok! |
| 9794 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO STEP 19 (ensure_file) COMPLETE |
| 9795 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.178 INFO O| Aug 14 17:28:51.178 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9796 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9797 | 2026-08-14T17:28:52.384Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9798 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9799 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO ok! |
| 9800 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9801 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.195 INFO O| Aug 14 17:28:51.189 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9802 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9803 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9804 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9805 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO ok! |
| 9806 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9807 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.201 INFO O| Aug 14 17:28:51.201 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9808 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9809 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9810 | 2026-08-14T17:28:52.385Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9811 | 2026-08-14T17:28:52.386Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO ok! |
| 9812 | 2026-08-14T17:28:52.393Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9813 | 2026-08-14T17:28:52.402Z | [ host-image] Aug 14 17:28:51.213 INFO O| Aug 14 17:28:51.212 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9814 | 2026-08-14T17:28:52.402Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9815 | 2026-08-14T17:28:52.403Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9816 | 2026-08-14T17:28:52.403Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9817 | 2026-08-14T17:28:52.403Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO ok! |
| 9818 | 2026-08-14T17:28:52.403Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9819 | 2026-08-14T17:28:52.407Z | [ host-image] Aug 14 17:28:51.225 INFO O| Aug 14 17:28:51.224 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9820 | 2026-08-14T17:28:52.410Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9821 | 2026-08-14T17:28:52.416Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9822 | 2026-08-14T17:28:52.419Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9823 | 2026-08-14T17:28:52.439Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO ok! |
| 9824 | 2026-08-14T17:28:52.440Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO STEP 24 (ensure_file) COMPLETE |
| 9825 | 2026-08-14T17:28:52.451Z | [ host-image] Aug 14 17:28:51.238 INFO O| Aug 14 17:28:51.236 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9826 | 2026-08-14T17:28:52.452Z | [ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO updating shadow file |
| 9827 | 2026-08-14T17:28:52.452Z | [ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9828 | 2026-08-14T17:28:52.474Z | [ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9829 | 2026-08-14T17:28:52.474Z | [ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO STEP 25 (shadow) COMPLETE |
| 9830 | 2026-08-14T17:28:52.474Z | [ host-image] Aug 14 17:28:51.250 INFO O| Aug 14 17:28:51.250 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9831 | 2026-08-14T17:28:52.474Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9832 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9833 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9834 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO ok! |
| 9835 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO STEP 26 (ensure_file) COMPLETE |
| 9836 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.261 INFO O| Aug 14 17:28:51.261 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9837 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9838 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9839 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9840 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO ok! |
| 9841 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO STEP 27 (ensure_file) COMPLETE |
| 9842 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.273 INFO O| Aug 14 17:28:51.273 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9843 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9844 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9845 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9846 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9847 | 2026-08-14T17:28:52.475Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO ok! |
| 9848 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO STEP 28 (ensure_file) COMPLETE |
| 9849 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.284 INFO O| Aug 14 17:28:51.284 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9850 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9851 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9852 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9853 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO ok! |
| 9854 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO STEP 29 (ensure_file) COMPLETE |
| 9855 | 2026-08-14T17:28:52.490Z | [ host-image] Aug 14 17:28:51.292 INFO O| Aug 14 17:28:51.292 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9856 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9857 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9858 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9859 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO STEP 30 (ensure_dir) COMPLETE |
| 9860 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.302 INFO O| Aug 14 17:28:51.302 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9861 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9862 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9863 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9864 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9865 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO ok! |
| 9866 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO STEP 31 (ensure_file) COMPLETE |
| 9867 | 2026-08-14T17:28:52.557Z | [ host-image] Aug 14 17:28:51.312 INFO O| Aug 14 17:28:51.312 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9868 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9869 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9870 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9871 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO STEP 32 (ensure_dir) COMPLETE |
| 9872 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.321 INFO O| Aug 14 17:28:51.321 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9873 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9874 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 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 ... |
| 9875 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 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 |
| 9876 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9877 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO ok! |
| 9878 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO STEP 33 (ensure_file) COMPLETE |
| 9879 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.329 INFO O| Aug 14 17:28:51.329 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9880 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9881 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9882 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9883 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO ok! |
| 9884 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO STEP 34 (ensure_file) COMPLETE |
| 9885 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.337 INFO O| Aug 14 17:28:51.337 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9886 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9887 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9888 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9889 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9890 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO ok! |
| 9891 | 2026-08-14T17:28:52.558Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO STEP 35 (ensure_file) COMPLETE |
| 9892 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.345 INFO O| Aug 14 17:28:51.345 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9893 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9894 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9895 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9896 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO ok! |
| 9897 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO STEP 36 (ensure_file) COMPLETE |
| 9898 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.355 INFO O| Aug 14 17:28:51.355 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9899 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9900 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9901 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9902 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO ok! |
| 9903 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO STEP 37 (ensure_file) COMPLETE |
| 9904 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.363 INFO O| Aug 14 17:28:51.363 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9905 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9906 | 2026-08-14T17:28:52.559Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9907 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9908 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9909 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9910 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9911 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO ok! |
| 9912 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO STEP 38 (ensure_file) COMPLETE |
| 9913 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.373 INFO O| Aug 14 17:28:51.373 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9914 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9915 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9916 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9917 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO STEP 39 (ensure_dir) COMPLETE |
| 9918 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.382 INFO O| Aug 14 17:28:51.382 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9919 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.389 INFO O| Aug 14 17:28:51.389 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 |
| 9920 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.389 INFO O| Aug 14 17:28:51.389 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 ... |
| 9921 | 2026-08-14T17:28:52.560Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.389 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 |
| 9922 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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 |
| 9923 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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 |
| 9924 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 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 |
| 9925 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO ok! |
| 9926 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO STEP 40 (ensure_file) COMPLETE |
| 9927 | 2026-08-14T17:28:52.561Z | [ host-image] Aug 14 17:28:51.390 INFO O| Aug 14 17:28:51.390 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9928 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9929 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 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 ... |
| 9930 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9931 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO ok! |
| 9932 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9933 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.396 INFO O| Aug 14 17:28:51.396 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9934 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9935 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9936 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9937 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO ok! |
| 9938 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9939 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.404 INFO O| Aug 14 17:28:51.404 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9940 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9941 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9942 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9943 | 2026-08-14T17:28:52.575Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9944 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9945 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9946 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO ok! |
| 9947 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO STEP 43 (ensure_file) COMPLETE |
| 9948 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.411 INFO O| Aug 14 17:28:51.411 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9949 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9950 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 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 ... |
| 9951 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 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 |
| 9952 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9953 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO ok! |
| 9954 | 2026-08-14T17:28:52.576Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO STEP 44 (ensure_file) COMPLETE |
| 9955 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.419 INFO O| Aug 14 17:28:51.419 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9956 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9957 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9958 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9959 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO ok! |
| 9960 | 2026-08-14T17:28:52.581Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO STEP 45 (ensure_file) COMPLETE |
| 9961 | 2026-08-14T17:28:52.582Z | [ host-image] Aug 14 17:28:51.430 INFO O| Aug 14 17:28:51.430 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9962 | 2026-08-14T17:28:52.594Z | [ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO updating shadow file |
| 9963 | 2026-08-14T17:28:52.601Z | [ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9964 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO STEP 46 (shadow) COMPLETE |
| 9965 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.440 INFO O| Aug 14 17:28:51.440 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9966 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.449 INFO O| Aug 14 17:28:51.449 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9967 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9968 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9969 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9970 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO ok! |
| 9971 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 47 (ensure_file) COMPLETE |
| 9972 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9973 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO skip step because feature "mfg" is not enabled |
| 9974 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9975 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO skip step because feature "mfg" is not enabled |
| 9976 | 2026-08-14T17:28:52.602Z | [ host-image] Aug 14 17:28:51.450 INFO O| Aug 14 17:28:51.450 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9977 | 2026-08-14T17:28:52.614Z | [ host-image] Aug 14 17:28:51.459 INFO O| Aug 14 17:28:51.459 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9978 | 2026-08-14T17:28:52.614Z | [ host-image] Aug 14 17:28:51.459 INFO O| Aug 14 17:28:51.459 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9979 | 2026-08-14T17:28:52.633Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9980 | 2026-08-14T17:28:52.633Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9981 | 2026-08-14T17:28:52.639Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO ok! |
| 9982 | 2026-08-14T17:28:52.639Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 50 (ensure_file) COMPLETE |
| 9983 | 2026-08-14T17:28:52.639Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9984 | 2026-08-14T17:28:52.639Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO skip step because feature "compliance" is not enabled |
| 9985 | 2026-08-14T17:28:52.639Z | [ host-image] Aug 14 17:28:51.482 INFO O| Aug 14 17:28:51.482 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9986 | 2026-08-14T17:28:52.650Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9987 | 2026-08-14T17:28:52.650Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9988 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9989 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9990 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9991 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9992 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO ok! |
| 9993 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO STEP 52 (ensure_file) COMPLETE |
| 9994 | 2026-08-14T17:28:52.651Z | [ host-image] Aug 14 17:28:51.494 INFO O| Aug 14 17:28:51.494 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9995 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9996 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 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 ... |
| 9997 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 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 |
| 9998 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9999 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO ok! |
| 10000 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO STEP 53 (ensure_file) COMPLETE |
| 10001 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.503 INFO O| Aug 14 17:28:51.503 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10002 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 10003 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 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 ... |
| 10004 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10005 | 2026-08-14T17:28:52.662Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10006 | 2026-08-14T17:28:52.663Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO ok! |
| 10007 | 2026-08-14T17:28:52.663Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO STEP 54 (ensure_file) COMPLETE |
| 10008 | 2026-08-14T17:28:52.663Z | [ host-image] Aug 14 17:28:51.512 INFO O| Aug 14 17:28:51.512 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10009 | 2026-08-14T17:28:52.669Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10010 | 2026-08-14T17:28:52.669Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 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 ... |
| 10011 | 2026-08-14T17:28:52.669Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 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 |
| 10012 | 2026-08-14T17:28:52.675Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10013 | 2026-08-14T17:28:52.675Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO ok! |
| 10014 | 2026-08-14T17:28:52.675Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO STEP 55 (ensure_file) COMPLETE |
| 10015 | 2026-08-14T17:28:52.675Z | [ host-image] Aug 14 17:28:51.522 INFO O| Aug 14 17:28:51.522 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10016 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.530 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10017 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 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 ... |
| 10018 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10019 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10020 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO ok! |
| 10021 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO STEP 56 (ensure_file) COMPLETE |
| 10022 | 2026-08-14T17:28:52.679Z | [ host-image] Aug 14 17:28:51.531 INFO O| Aug 14 17:28:51.531 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10023 | 2026-08-14T17:28:52.686Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10024 | 2026-08-14T17:28:52.686Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 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 ... |
| 10025 | 2026-08-14T17:28:52.691Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 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 |
| 10026 | 2026-08-14T17:28:52.691Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10027 | 2026-08-14T17:28:52.691Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO ok! |
| 10028 | 2026-08-14T17:28:52.691Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO STEP 57 (ensure_file) COMPLETE |
| 10029 | 2026-08-14T17:28:52.691Z | [ host-image] Aug 14 17:28:51.539 INFO O| Aug 14 17:28:51.539 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10030 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10031 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 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 ... |
| 10032 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10033 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10034 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10035 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10036 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO ok! |
| 10037 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO STEP 58 (ensure_file) COMPLETE |
| 10038 | 2026-08-14T17:28:52.694Z | [ host-image] Aug 14 17:28:51.547 INFO O| Aug 14 17:28:51.547 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10039 | 2026-08-14T17:28:52.704Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10040 | 2026-08-14T17:28:52.711Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 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 ... |
| 10041 | 2026-08-14T17:28:52.712Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 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 |
| 10042 | 2026-08-14T17:28:52.712Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10043 | 2026-08-14T17:28:52.712Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO ok! |
| 10044 | 2026-08-14T17:28:52.712Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO STEP 59 (ensure_file) COMPLETE |
| 10045 | 2026-08-14T17:28:52.712Z | [ host-image] Aug 14 17:28:51.557 INFO O| Aug 14 17:28:51.557 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10046 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10047 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10048 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10049 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10050 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO ok! |
| 10051 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO STEP 60 (ensure_file) COMPLETE |
| 10052 | 2026-08-14T17:28:52.716Z | [ host-image] Aug 14 17:28:51.566 INFO O| Aug 14 17:28:51.566 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10053 | 2026-08-14T17:28:52.722Z | [ host-image] Aug 14 17:28:51.574 INFO O| Aug 14 17:28:51.574 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10054 | 2026-08-14T17:28:52.722Z | [ host-image] Aug 14 17:28:51.574 INFO O| Aug 14 17:28:51.574 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 ... |
| 10055 | 2026-08-14T17:28:52.725Z | [ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.574 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 |
| 10056 | 2026-08-14T17:28:52.725Z | [ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10057 | 2026-08-14T17:28:52.725Z | [ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO ok! |
| 10058 | 2026-08-14T17:28:52.725Z | [ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO STEP 61 (ensure_file) COMPLETE |
| 10059 | 2026-08-14T17:28:52.725Z | [ host-image] Aug 14 17:28:51.575 INFO O| Aug 14 17:28:51.575 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10060 | 2026-08-14T17:28:52.730Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10061 | 2026-08-14T17:28:52.730Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10062 | 2026-08-14T17:28:52.730Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10063 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10064 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10065 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10066 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO ok! |
| 10067 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO STEP 62 (ensure_file) COMPLETE |
| 10068 | 2026-08-14T17:28:52.734Z | [ host-image] Aug 14 17:28:51.583 INFO O| Aug 14 17:28:51.583 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10069 | 2026-08-14T17:28:52.740Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10070 | 2026-08-14T17:28:52.740Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 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 ... |
| 10071 | 2026-08-14T17:28:52.743Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 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 |
| 10072 | 2026-08-14T17:28:52.743Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10073 | 2026-08-14T17:28:52.743Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO ok! |
| 10074 | 2026-08-14T17:28:52.743Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO STEP 63 (ensure_file) COMPLETE |
| 10075 | 2026-08-14T17:28:52.743Z | [ host-image] Aug 14 17:28:51.592 INFO O| Aug 14 17:28:51.592 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10076 | 2026-08-14T17:28:52.749Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10077 | 2026-08-14T17:28:52.749Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 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 ... |
| 10078 | 2026-08-14T17:28:52.749Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 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 |
| 10079 | 2026-08-14T17:28:52.749Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10080 | 2026-08-14T17:28:52.749Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO ok! |
| 10081 | 2026-08-14T17:28:52.754Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO STEP 64 (ensure_file) COMPLETE |
| 10082 | 2026-08-14T17:28:52.754Z | [ host-image] Aug 14 17:28:51.601 INFO O| Aug 14 17:28:51.601 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10083 | 2026-08-14T17:28:52.758Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10084 | 2026-08-14T17:28:52.758Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 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 ... |
| 10085 | 2026-08-14T17:28:52.758Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 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 |
| 10086 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10087 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO ok! |
| 10088 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 65 (ensure_file) COMPLETE |
| 10089 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10090 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO skip step because feature "mbist" is not enabled |
| 10091 | 2026-08-14T17:28:52.759Z | [ host-image] Aug 14 17:28:51.611 INFO O| Aug 14 17:28:51.611 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10092 | 2026-08-14T17:28:52.767Z | [ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10093 | 2026-08-14T17:28:52.767Z | [ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO STEP 67 (ensure_dir) COMPLETE |
| 10094 | 2026-08-14T17:28:52.771Z | [ host-image] Aug 14 17:28:51.619 INFO O| Aug 14 17:28:51.619 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10095 | 2026-08-14T17:28:52.775Z | [ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10096 | 2026-08-14T17:28:52.775Z | [ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10097 | 2026-08-14T17:28:52.775Z | [ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO STEP 68 (ensure_dir) COMPLETE |
| 10098 | 2026-08-14T17:28:52.775Z | [ host-image] Aug 14 17:28:51.627 INFO O| Aug 14 17:28:51.627 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10099 | 2026-08-14T17:28:52.782Z | [ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10100 | 2026-08-14T17:28:52.783Z | [ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10101 | 2026-08-14T17:28:52.783Z | [ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO STEP 69 (ensure_dir) COMPLETE |
| 10102 | 2026-08-14T17:28:52.789Z | [ host-image] Aug 14 17:28:51.636 INFO O| Aug 14 17:28:51.636 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10103 | 2026-08-14T17:28:52.792Z | [ host-image] Aug 14 17:28:51.643 INFO O| Aug 14 17:28:51.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10104 | 2026-08-14T17:28:52.792Z | [ host-image] Aug 14 17:28:51.643 INFO O| Aug 14 17:28:51.643 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10105 | 2026-08-14T17:28:53.119Z | [ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10106 | 2026-08-14T17:28:53.119Z | [ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO ok! |
| 10107 | 2026-08-14T17:28:53.119Z | [ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO STEP 70 (ensure_file) COMPLETE |
| 10108 | 2026-08-14T17:28:53.124Z | [ host-image] Aug 14 17:28:51.971 INFO O| Aug 14 17:28:51.971 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10109 | 2026-08-14T17:28:53.128Z | [ host-image] Aug 14 17:28:51.981 INFO O| Aug 14 17:28:51.981 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10110 | 2026-08-14T17:28:53.128Z | [ host-image] Aug 14 17:28:51.981 INFO O| Aug 14 17:28:51.981 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10111 | 2026-08-14T17:28:53.764Z | [ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10112 | 2026-08-14T17:28:53.765Z | [ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO ok! |
| 10113 | 2026-08-14T17:28:53.765Z | [ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO STEP 71 (ensure_file) COMPLETE |
| 10114 | 2026-08-14T17:28:53.770Z | [ host-image] Aug 14 17:28:52.614 INFO O| Aug 14 17:28:52.614 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10115 | 2026-08-14T17:28:53.775Z | [ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10116 | 2026-08-14T17:28:53.775Z | [ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10117 | 2026-08-14T17:28:53.775Z | [ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO STEP 72 (ensure_dir) COMPLETE |
| 10118 | 2026-08-14T17:28:53.775Z | [ host-image] Aug 14 17:28:52.623 INFO O| Aug 14 17:28:52.623 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10119 | 2026-08-14T17:28:53.795Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10120 | 2026-08-14T17:28:53.795Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10121 | 2026-08-14T17:28:53.795Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10122 | 2026-08-14T17:28:53.795Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO ok! |
| 10123 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO STEP 73 (ensure_file) COMPLETE |
| 10124 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.633 INFO O| Aug 14 17:28:52.633 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10125 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10126 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10127 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10128 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO ok! |
| 10129 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO STEP 74 (ensure_file) COMPLETE |
| 10130 | 2026-08-14T17:28:53.796Z | [ host-image] Aug 14 17:28:52.641 INFO O| Aug 14 17:28:52.641 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10131 | 2026-08-14T17:28:53.803Z | [ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10132 | 2026-08-14T17:28:53.803Z | [ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10133 | 2026-08-14T17:28:53.804Z | [ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO STEP 75 (ensure_dir) COMPLETE |
| 10134 | 2026-08-14T17:28:53.804Z | [ host-image] Aug 14 17:28:52.650 INFO O| Aug 14 17:28:52.650 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10135 | 2026-08-14T17:28:53.809Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10136 | 2026-08-14T17:28:53.809Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10137 | 2026-08-14T17:28:53.809Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10138 | 2026-08-14T17:28:53.809Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO ok! |
| 10139 | 2026-08-14T17:28:53.810Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO STEP 76 (ensure_file) COMPLETE |
| 10140 | 2026-08-14T17:28:53.810Z | [ host-image] Aug 14 17:28:52.657 INFO O| Aug 14 17:28:52.657 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10141 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.664 INFO O| Aug 14 17:28:52.664 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10142 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.664 INFO O| Aug 14 17:28:52.664 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10143 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10144 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO ok! |
| 10145 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO STEP 77 (ensure_file) COMPLETE |
| 10146 | 2026-08-14T17:28:53.813Z | [ host-image] Aug 14 17:28:52.665 INFO O| Aug 14 17:28:52.665 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10147 | 2026-08-14T17:28:53.822Z | [ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10148 | 2026-08-14T17:28:53.822Z | [ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10149 | 2026-08-14T17:28:53.822Z | [ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO STEP 78 (ensure_dir) COMPLETE |
| 10150 | 2026-08-14T17:28:53.822Z | [ host-image] Aug 14 17:28:52.672 INFO O| Aug 14 17:28:52.672 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10151 | 2026-08-14T17:28:53.828Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.680 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10152 | 2026-08-14T17:28:53.828Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10153 | 2026-08-14T17:28:53.832Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10154 | 2026-08-14T17:28:53.833Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO ok! |
| 10155 | 2026-08-14T17:28:53.833Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO STEP 79 (ensure_file) COMPLETE |
| 10156 | 2026-08-14T17:28:53.833Z | [ host-image] Aug 14 17:28:52.681 INFO O| Aug 14 17:28:52.681 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10157 | 2026-08-14T17:28:53.838Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10158 | 2026-08-14T17:28:53.838Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10159 | 2026-08-14T17:28:53.838Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10160 | 2026-08-14T17:28:53.838Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO ok! |
| 10161 | 2026-08-14T17:28:53.839Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO STEP 80 (ensure_file) COMPLETE |
| 10162 | 2026-08-14T17:28:53.839Z | [ host-image] Aug 14 17:28:52.688 INFO O| Aug 14 17:28:52.688 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10163 | 2026-08-14T17:28:53.842Z | [ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10164 | 2026-08-14T17:28:53.842Z | [ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10165 | 2026-08-14T17:28:53.842Z | [ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO STEP 81 (ensure_dir) COMPLETE |
| 10166 | 2026-08-14T17:28:53.842Z | [ host-image] Aug 14 17:28:52.695 INFO O| Aug 14 17:28:52.695 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10167 | 2026-08-14T17:28:53.848Z | [ host-image] Aug 14 17:28:52.702 INFO O| Aug 14 17:28:52.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10168 | 2026-08-14T17:28:53.848Z | [ host-image] Aug 14 17:28:52.702 INFO O| Aug 14 17:28:52.702 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10169 | 2026-08-14T17:28:54.407Z | [ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10170 | 2026-08-14T17:28:54.408Z | [ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO ok! |
| 10171 | 2026-08-14T17:28:54.408Z | [ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO STEP 82 (ensure_file) COMPLETE |
| 10172 | 2026-08-14T17:28:54.418Z | [ host-image] Aug 14 17:28:53.259 INFO O| Aug 14 17:28:53.259 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10173 | 2026-08-14T17:28:54.418Z | [ host-image] Aug 14 17:28:53.268 INFO O| Aug 14 17:28:53.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10174 | 2026-08-14T17:28:54.418Z | [ host-image] Aug 14 17:28:53.269 INFO O| Aug 14 17:28:53.268 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10175 | 2026-08-14T17:28:54.688Z | [ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10176 | 2026-08-14T17:28:54.688Z | [ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO ok! |
| 10177 | 2026-08-14T17:28:54.688Z | [ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO STEP 83 (ensure_file) COMPLETE |
| 10178 | 2026-08-14T17:28:54.688Z | [ host-image] Aug 14 17:28:53.538 INFO O| Aug 14 17:28:53.538 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10179 | 2026-08-14T17:28:54.697Z | [ host-image] Aug 14 17:28:53.548 INFO O| Aug 14 17:28:53.548 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10180 | 2026-08-14T17:28:54.709Z | [ host-image] Aug 14 17:28:53.548 INFO O| Aug 14 17:28:53.548 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10181 | 2026-08-14T17:28:56.018Z | [ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10182 | 2026-08-14T17:28:56.018Z | [ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO ok! |
| 10183 | 2026-08-14T17:28:56.018Z | [ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO STEP 84 (ensure_file) COMPLETE |
| 10184 | 2026-08-14T17:28:56.022Z | [ host-image] Aug 14 17:28:54.870 INFO O| Aug 14 17:28:54.870 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10185 | 2026-08-14T17:28:56.028Z | [ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10186 | 2026-08-14T17:28:56.028Z | [ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10187 | 2026-08-14T17:28:56.031Z | [ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO STEP 85 (ensure_dir) COMPLETE |
| 10188 | 2026-08-14T17:28:56.031Z | [ host-image] Aug 14 17:28:54.881 INFO O| Aug 14 17:28:54.881 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10189 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10190 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10191 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10192 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO ok! |
| 10193 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO STEP 86 (ensure_file) COMPLETE |
| 10194 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.890 INFO O| Aug 14 17:28:54.890 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10195 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10196 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10197 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10198 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO ok! |
| 10199 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO STEP 87 (ensure_file) COMPLETE |
| 10200 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.898 INFO O| Aug 14 17:28:54.898 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10201 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.905 INFO O| Aug 14 17:28:54.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10202 | 2026-08-14T17:28:56.077Z | [ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.905 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10203 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10204 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO ok! |
| 10205 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO STEP 88 (ensure_file) COMPLETE |
| 10206 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.906 INFO O| Aug 14 17:28:54.906 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10207 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10208 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10209 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10210 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO ok! |
| 10211 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO STEP 89 (ensure_file) COMPLETE |
| 10212 | 2026-08-14T17:28:56.078Z | [ host-image] Aug 14 17:28:54.915 INFO O| Aug 14 17:28:54.915 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10213 | 2026-08-14T17:28:56.082Z | [ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10214 | 2026-08-14T17:28:56.082Z | [ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10215 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO STEP 90 (ensure_dir) COMPLETE |
| 10216 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.922 INFO O| Aug 14 17:28:54.922 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10217 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.930 INFO O| Aug 14 17:28:54.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10218 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.930 INFO O| Aug 14 17:28:54.930 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10219 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10220 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO ok! |
| 10221 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO STEP 91 (ensure_file) COMPLETE |
| 10222 | 2026-08-14T17:28:56.083Z | [ host-image] Aug 14 17:28:54.932 INFO O| Aug 14 17:28:54.932 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10223 | 2026-08-14T17:28:56.089Z | [ host-image] Aug 14 17:28:54.941 INFO O| Aug 14 17:28:54.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10224 | 2026-08-14T17:28:56.089Z | [ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.941 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10225 | 2026-08-14T17:28:56.095Z | [ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10226 | 2026-08-14T17:28:56.095Z | [ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO ok! |
| 10227 | 2026-08-14T17:28:56.095Z | [ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO STEP 92 (ensure_file) COMPLETE |
| 10228 | 2026-08-14T17:28:56.095Z | [ host-image] Aug 14 17:28:54.942 INFO O| Aug 14 17:28:54.942 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10229 | 2026-08-14T17:28:56.099Z | [ host-image] Aug 14 17:28:54.950 INFO O| Aug 14 17:28:54.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10230 | 2026-08-14T17:28:56.099Z | [ host-image] Aug 14 17:28:54.950 INFO O| Aug 14 17:28:54.950 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10231 | 2026-08-14T17:28:56.652Z | [ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10232 | 2026-08-14T17:28:56.652Z | [ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO ok! |
| 10233 | 2026-08-14T17:28:56.652Z | [ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO STEP 93 (ensure_file) COMPLETE |
| 10234 | 2026-08-14T17:28:56.652Z | [ host-image] Aug 14 17:28:55.503 INFO O| Aug 14 17:28:55.503 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10235 | 2026-08-14T17:28:56.661Z | [ host-image] Aug 14 17:28:55.512 INFO O| Aug 14 17:28:55.512 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10236 | 2026-08-14T17:28:56.672Z | [ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10237 | 2026-08-14T17:28:56.672Z | [ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO STEP 94 (ensure_dir) COMPLETE |
| 10238 | 2026-08-14T17:28:56.672Z | [ host-image] Aug 14 17:28:55.513 INFO O| Aug 14 17:28:55.513 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10239 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10240 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10241 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO STEP 95 (ensure_dir) COMPLETE |
| 10242 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.520 INFO O| Aug 14 17:28:55.520 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10243 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10244 | 2026-08-14T17:28:56.678Z | [ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10245 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO STEP 96 (ensure_dir) COMPLETE |
| 10246 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.529 INFO O| Aug 14 17:28:55.529 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10247 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10248 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10249 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO STEP 97 (ensure_dir) COMPLETE |
| 10250 | 2026-08-14T17:28:56.686Z | [ host-image] Aug 14 17:28:55.536 INFO O| Aug 14 17:28:55.536 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10251 | 2026-08-14T17:28:56.706Z | [ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10252 | 2026-08-14T17:28:56.706Z | [ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10253 | 2026-08-14T17:28:56.706Z | [ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO STEP 98 (ensure_dir) COMPLETE |
| 10254 | 2026-08-14T17:28:56.706Z | [ host-image] Aug 14 17:28:55.543 INFO O| Aug 14 17:28:55.543 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10255 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10256 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10257 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10258 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO ok! |
| 10259 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO STEP 99 (ensure_file) COMPLETE |
| 10260 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.549 INFO O| Aug 14 17:28:55.549 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10261 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10262 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10263 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO STEP 100 (ensure_dir) COMPLETE |
| 10264 | 2026-08-14T17:28:56.713Z | [ host-image] Aug 14 17:28:55.556 INFO O| Aug 14 17:28:55.556 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10265 | 2026-08-14T17:28:56.721Z | [ host-image] Aug 14 17:28:55.565 INFO O| Aug 14 17:28:55.564 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10266 | 2026-08-14T17:28:56.721Z | [ host-image] Aug 14 17:28:55.565 INFO O| Aug 14 17:28:55.565 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10267 | 2026-08-14T17:28:56.728Z | [ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10268 | 2026-08-14T17:28:56.728Z | [ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO ok! |
| 10269 | 2026-08-14T17:28:56.728Z | [ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO STEP 101 (ensure_file) COMPLETE |
| 10270 | 2026-08-14T17:28:56.728Z | [ host-image] Aug 14 17:28:55.579 INFO O| Aug 14 17:28:55.579 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10271 | 2026-08-14T17:28:56.736Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10272 | 2026-08-14T17:28:56.737Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.587 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10273 | 2026-08-14T17:28:56.745Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10274 | 2026-08-14T17:28:56.745Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO ok! |
| 10275 | 2026-08-14T17:28:56.745Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO STEP 102 (ensure_file) COMPLETE |
| 10276 | 2026-08-14T17:28:56.745Z | [ host-image] Aug 14 17:28:55.588 INFO O| Aug 14 17:28:55.588 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10277 | 2026-08-14T17:28:56.766Z | [ host-image] Aug 14 17:28:55.595 INFO O| Aug 14 17:28:55.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10278 | 2026-08-14T17:28:56.766Z | [ host-image] Aug 14 17:28:55.595 INFO O| Aug 14 17:28:55.595 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10279 | 2026-08-14T17:28:57.045Z | [ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10280 | 2026-08-14T17:28:57.045Z | [ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO ok! |
| 10281 | 2026-08-14T17:28:57.045Z | [ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO STEP 103 (ensure_file) COMPLETE |
| 10282 | 2026-08-14T17:28:57.130Z | [ host-image] Aug 14 17:28:55.875 INFO O| Aug 14 17:28:55.875 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10283 | 2026-08-14T17:28:57.130Z | [ host-image] Aug 14 17:28:55.884 INFO O| Aug 14 17:28:55.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10284 | 2026-08-14T17:28:57.130Z | [ host-image] Aug 14 17:28:55.884 INFO O| Aug 14 17:28:55.884 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10285 | 2026-08-14T17:28:57.130Z | [ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10286 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO ok! |
| 10287 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO STEP 104 (ensure_file) COMPLETE |
| 10288 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.885 INFO O| Aug 14 17:28:55.885 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10289 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10290 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10291 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO STEP 105 (ensure_dir) COMPLETE |
| 10292 | 2026-08-14T17:28:57.131Z | [ host-image] Aug 14 17:28:55.895 INFO O| Aug 14 17:28:55.895 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10293 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.902 INFO O| Aug 14 17:28:55.902 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10294 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.902 INFO O| Aug 14 17:28:55.902 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10295 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10296 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO ok! |
| 10297 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO STEP 106 (ensure_file) COMPLETE |
| 10298 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.919 INFO O| Aug 14 17:28:55.919 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10299 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10300 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10301 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10302 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO ok! |
| 10303 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO STEP 107 (ensure_file) COMPLETE |
| 10304 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.926 INFO O| Aug 14 17:28:55.926 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10305 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10306 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10307 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10308 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO ok! |
| 10309 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO STEP 108 (ensure_file) COMPLETE |
| 10310 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.936 INFO O| Aug 14 17:28:55.936 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10311 | 2026-08-14T17:28:57.132Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10312 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10313 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10314 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO ok! |
| 10315 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO STEP 109 (ensure_file) COMPLETE |
| 10316 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.944 INFO O| Aug 14 17:28:55.944 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10317 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10318 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10319 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10320 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO ok! |
| 10321 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO STEP 110 (ensure_file) COMPLETE |
| 10322 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.952 INFO O| Aug 14 17:28:55.952 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10323 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10324 | 2026-08-14T17:28:57.133Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10325 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10326 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO ok! |
| 10327 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO STEP 111 (ensure_file) COMPLETE |
| 10328 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.960 INFO O| Aug 14 17:28:55.960 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10329 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10330 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10331 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10332 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO ok! |
| 10333 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO STEP 112 (ensure_file) COMPLETE |
| 10334 | 2026-08-14T17:28:57.134Z | [ host-image] Aug 14 17:28:55.970 INFO O| Aug 14 17:28:55.970 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10335 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.979 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10336 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10337 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10338 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO ok! |
| 10339 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO STEP 113 (ensure_file) COMPLETE |
| 10340 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.980 INFO O| Aug 14 17:28:55.980 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10341 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10342 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10343 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10344 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO ok! |
| 10345 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO STEP 114 (ensure_file) COMPLETE |
| 10346 | 2026-08-14T17:28:57.139Z | [ host-image] Aug 14 17:28:55.987 INFO O| Aug 14 17:28:55.987 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10347 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10348 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10349 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10350 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO ok! |
| 10351 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO STEP 115 (ensure_file) COMPLETE |
| 10352 | 2026-08-14T17:28:57.144Z | [ host-image] Aug 14 17:28:55.997 INFO O| Aug 14 17:28:55.997 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10353 | 2026-08-14T17:28:57.152Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10354 | 2026-08-14T17:28:57.152Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10355 | 2026-08-14T17:28:57.160Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10356 | 2026-08-14T17:28:57.160Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO ok! |
| 10357 | 2026-08-14T17:28:57.160Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO STEP 116 (ensure_file) COMPLETE |
| 10358 | 2026-08-14T17:28:57.160Z | [ host-image] Aug 14 17:28:56.006 INFO O| Aug 14 17:28:56.006 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10359 | 2026-08-14T17:28:57.169Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10360 | 2026-08-14T17:28:57.169Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10361 | 2026-08-14T17:28:57.169Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10362 | 2026-08-14T17:28:57.169Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO ok! |
| 10363 | 2026-08-14T17:28:57.169Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO STEP 117 (ensure_file) COMPLETE |
| 10364 | 2026-08-14T17:28:57.170Z | [ host-image] Aug 14 17:28:56.015 INFO O| Aug 14 17:28:56.015 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10365 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10366 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10367 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10368 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO ok! |
| 10369 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO STEP 118 (ensure_file) COMPLETE |
| 10370 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.022 INFO O| Aug 14 17:28:56.022 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10371 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10372 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10373 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10374 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO ok! |
| 10375 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO STEP 119 (ensure_file) COMPLETE |
| 10376 | 2026-08-14T17:28:57.185Z | [ host-image] Aug 14 17:28:56.029 INFO O| Aug 14 17:28:56.029 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10377 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.036 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10378 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.036 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10379 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10380 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO ok! |
| 10381 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO STEP 120 (ensure_file) COMPLETE |
| 10382 | 2026-08-14T17:28:57.186Z | [ host-image] Aug 14 17:28:56.037 INFO O| Aug 14 17:28:56.037 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10383 | 2026-08-14T17:28:57.191Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10384 | 2026-08-14T17:28:57.192Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10385 | 2026-08-14T17:28:57.192Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10386 | 2026-08-14T17:28:57.197Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO ok! |
| 10387 | 2026-08-14T17:28:57.197Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO STEP 121 (ensure_file) COMPLETE |
| 10388 | 2026-08-14T17:28:57.197Z | [ host-image] Aug 14 17:28:56.045 INFO O| Aug 14 17:28:56.045 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10389 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10390 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10391 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10392 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO ok! |
| 10393 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO STEP 122 (ensure_file) COMPLETE |
| 10394 | 2026-08-14T17:28:57.201Z | [ host-image] Aug 14 17:28:56.053 INFO O| Aug 14 17:28:56.053 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10395 | 2026-08-14T17:28:57.208Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10396 | 2026-08-14T17:28:57.208Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10397 | 2026-08-14T17:28:57.208Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10398 | 2026-08-14T17:28:57.211Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO ok! |
| 10399 | 2026-08-14T17:28:57.211Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO STEP 123 (ensure_file) COMPLETE |
| 10400 | 2026-08-14T17:28:57.212Z | [ host-image] Aug 14 17:28:56.060 INFO O| Aug 14 17:28:56.060 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10401 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10402 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10403 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10404 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO ok! |
| 10405 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO STEP 124 (ensure_file) COMPLETE |
| 10406 | 2026-08-14T17:28:57.217Z | [ host-image] Aug 14 17:28:56.067 INFO O| Aug 14 17:28:56.067 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10407 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10408 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10409 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10410 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO ok! |
| 10411 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO STEP 125 (ensure_file) COMPLETE |
| 10412 | 2026-08-14T17:28:57.221Z | [ host-image] Aug 14 17:28:56.073 INFO O| Aug 14 17:28:56.073 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10413 | 2026-08-14T17:28:57.227Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10414 | 2026-08-14T17:28:57.232Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10415 | 2026-08-14T17:28:57.232Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10416 | 2026-08-14T17:28:57.232Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO ok! |
| 10417 | 2026-08-14T17:28:57.232Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO STEP 126 (ensure_file) COMPLETE |
| 10418 | 2026-08-14T17:28:57.232Z | [ host-image] Aug 14 17:28:56.080 INFO O| Aug 14 17:28:56.080 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10419 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10420 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10421 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10422 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO ok! |
| 10423 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO STEP 127 (ensure_file) COMPLETE |
| 10424 | 2026-08-14T17:28:57.237Z | [ host-image] Aug 14 17:28:56.087 INFO O| Aug 14 17:28:56.087 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10425 | 2026-08-14T17:28:57.243Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10426 | 2026-08-14T17:28:57.243Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10427 | 2026-08-14T17:28:57.243Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10428 | 2026-08-14T17:28:57.247Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO ok! |
| 10429 | 2026-08-14T17:28:57.247Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO STEP 128 (ensure_file) COMPLETE |
| 10430 | 2026-08-14T17:28:57.247Z | [ host-image] Aug 14 17:28:56.095 INFO O| Aug 14 17:28:56.095 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10431 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10432 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10433 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10434 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO ok! |
| 10435 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO STEP 129 (ensure_file) COMPLETE |
| 10436 | 2026-08-14T17:28:57.252Z | [ host-image] Aug 14 17:28:56.103 INFO O| Aug 14 17:28:56.103 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10437 | 2026-08-14T17:28:57.257Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10438 | 2026-08-14T17:28:57.257Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10439 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10440 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO ok! |
| 10441 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO STEP 130 (ensure_file) COMPLETE |
| 10442 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.110 INFO O| Aug 14 17:28:56.110 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10443 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10444 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10445 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10446 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO ok! |
| 10447 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO STEP 131 (ensure_file) COMPLETE |
| 10448 | 2026-08-14T17:28:57.266Z | [ host-image] Aug 14 17:28:56.117 INFO O| Aug 14 17:28:56.117 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10449 | 2026-08-14T17:28:57.274Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10450 | 2026-08-14T17:28:57.278Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10451 | 2026-08-14T17:28:57.278Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10452 | 2026-08-14T17:28:57.278Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO ok! |
| 10453 | 2026-08-14T17:28:57.278Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO STEP 132 (ensure_file) COMPLETE |
| 10454 | 2026-08-14T17:28:57.278Z | [ host-image] Aug 14 17:28:56.126 INFO O| Aug 14 17:28:56.126 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10455 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10456 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10457 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10458 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO ok! |
| 10459 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO STEP 133 (ensure_file) COMPLETE |
| 10460 | 2026-08-14T17:28:57.283Z | [ host-image] Aug 14 17:28:56.134 INFO O| Aug 14 17:28:56.134 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10461 | 2026-08-14T17:28:57.287Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10462 | 2026-08-14T17:28:57.287Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10463 | 2026-08-14T17:28:57.290Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10464 | 2026-08-14T17:28:57.291Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO ok! |
| 10465 | 2026-08-14T17:28:57.291Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO STEP 134 (ensure_file) COMPLETE |
| 10466 | 2026-08-14T17:28:57.291Z | [ host-image] Aug 14 17:28:56.140 INFO O| Aug 14 17:28:56.140 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10467 | 2026-08-14T17:28:57.296Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10468 | 2026-08-14T17:28:57.302Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10469 | 2026-08-14T17:28:57.302Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10470 | 2026-08-14T17:28:57.302Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO ok! |
| 10471 | 2026-08-14T17:28:57.302Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO STEP 135 (ensure_file) COMPLETE |
| 10472 | 2026-08-14T17:28:57.302Z | [ host-image] Aug 14 17:28:56.150 INFO O| Aug 14 17:28:56.150 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10473 | 2026-08-14T17:28:57.305Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10474 | 2026-08-14T17:28:57.305Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10475 | 2026-08-14T17:28:57.305Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10476 | 2026-08-14T17:28:57.306Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO ok! |
| 10477 | 2026-08-14T17:28:57.306Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO STEP 136 (ensure_file) COMPLETE |
| 10478 | 2026-08-14T17:28:57.306Z | [ host-image] Aug 14 17:28:56.158 INFO O| Aug 14 17:28:56.158 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10479 | 2026-08-14T17:28:57.312Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10480 | 2026-08-14T17:28:57.312Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10481 | 2026-08-14T17:28:57.316Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10482 | 2026-08-14T17:28:57.316Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO ok! |
| 10483 | 2026-08-14T17:28:57.316Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO STEP 137 (ensure_file) COMPLETE |
| 10484 | 2026-08-14T17:28:57.316Z | [ host-image] Aug 14 17:28:56.165 INFO O| Aug 14 17:28:56.165 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10485 | 2026-08-14T17:28:57.326Z | [ recovery-image] Aug 14 17:28:56.170 INFO O| ok, image written! |
| 10486 | 2026-08-14T17:28:57.326Z | [ recovery-image] Aug 14 17:28:56.170 INFO O| ok, boot_image_csum file written! |
| 10487 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10488 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.171 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10489 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10490 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO ok! |
| 10491 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO STEP 138 (ensure_file) COMPLETE |
| 10492 | 2026-08-14T17:28:57.327Z | [ host-image] Aug 14 17:28:56.172 INFO O| Aug 14 17:28:56.172 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10493 | 2026-08-14T17:28:57.327Z | [ recovery-image] Aug 14 17:28:56.172 INFO creating boot archive (CPIO)... |
| 10494 | 2026-08-14T17:28:57.327Z | [ recovery-image] Aug 14 17:28:56.172 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 |
| 10495 | 2026-08-14T17:28:57.331Z | [ recovery-image] Aug 14 17:28:56.176 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10496 | 2026-08-14T17:28:57.331Z | [ recovery-image] Aug 14 17:28:56.176 INFO E| + outfile=/work/os-recovery/cpio |
| 10497 | 2026-08-14T17:28:57.331Z | [ recovery-image] Aug 14 17:28:56.176 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10498 | 2026-08-14T17:28:57.331Z | [ recovery-image] Aug 14 17:28:56.178 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10499 | 2026-08-14T17:28:57.331Z | [ recovery-image] Aug 14 17:28:56.178 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10500 | 2026-08-14T17:28:57.331Z | [ host-image] Aug 14 17:28:56.180 INFO O| Aug 14 17:28:56.180 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10501 | 2026-08-14T17:28:57.331Z | [ host-image] Aug 14 17:28:56.180 INFO O| Aug 14 17:28:56.180 INFO copying /tmp/.tmpUskSdj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10502 | 2026-08-14T17:28:57.362Z | [ recovery-image] Aug 14 17:28:56.210 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10503 | 2026-08-14T17:28:57.366Z | [ recovery-image] Aug 14 17:28:56.210 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10504 | 2026-08-14T17:28:57.404Z | [ recovery-image] Aug 14 17:28:56.216 INFO creating compressed cpio/unix for dev loaders... |
| 10505 | 2026-08-14T17:28:57.404Z | [ recovery-image] Aug 14 17:28:56.216 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 |
| 10506 | 2026-08-14T17:28:57.621Z | [ recovery-image] Aug 14 17:28:56.474 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10507 | 2026-08-14T17:29:01.506Z | [ recovery-image] Aug 14 17:29:00.359 INFO creating reset image... |
| 10508 | 2026-08-14T17:29:01.506Z | [ recovery-image] Aug 14 17:29:00.359 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") |
| 10509 | 2026-08-14T17:29:01.826Z | [ recovery-image] Aug 14 17:29:00.678 INFO E| Updating crates.io index |
| 10510 | 2026-08-14T17:29:02.153Z | [ recovery-image] Aug 14 17:29:01.006 INFO E| Downloading crates ... |
| 10511 | 2026-08-14T17:29:02.201Z | [ recovery-image] Aug 14 17:29:01.053 INFO E| Downloaded os_pipe v1.2.3 |
| 10512 | 2026-08-14T17:29:02.218Z | [ recovery-image] Aug 14 17:29:01.056 INFO E| Downloaded clap_lex v1.1.0 |
| 10513 | 2026-08-14T17:29:02.218Z | [ recovery-image] Aug 14 17:29:01.057 INFO E| Downloaded colorchoice v1.0.5 |
| 10514 | 2026-08-14T17:29:02.219Z | [ recovery-image] Aug 14 17:29:01.063 INFO E| Downloaded sigchld v0.2.4 |
| 10515 | 2026-08-14T17:29:02.219Z | [ recovery-image] Aug 14 17:29:01.063 INFO E| Downloaded shared_child v1.1.1 |
| 10516 | 2026-08-14T17:29:02.219Z | [ recovery-image] Aug 14 17:29:01.067 INFO E| Downloaded shared_thread v0.2.0 |
| 10517 | 2026-08-14T17:29:02.228Z | [ recovery-image] Aug 14 17:29:01.067 INFO E| Downloaded duct v1.1.1 |
| 10518 | 2026-08-14T17:29:02.258Z | [ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling libc v0.2.186 |
| 10519 | 2026-08-14T17:29:02.258Z | [ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling proc-macro2 v1.0.106 |
| 10520 | 2026-08-14T17:29:02.258Z | [ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling signal-hook v0.3.18 |
| 10521 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling unicode-ident v1.0.24 |
| 10522 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.111 INFO E| Compiling quote v1.0.45 |
| 10523 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling utf8parse v0.2.2 |
| 10524 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling anstyle v1.0.14 |
| 10525 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling colorchoice v1.0.5 |
| 10526 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling anstyle-query v1.1.5 |
| 10527 | 2026-08-14T17:29:02.262Z | [ recovery-image] Aug 14 17:29:01.112 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10528 | 2026-08-14T17:29:02.272Z | [ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling strsim v0.11.1 |
| 10529 | 2026-08-14T17:29:02.278Z | [ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling clap_lex v1.1.0 |
| 10530 | 2026-08-14T17:29:02.279Z | [ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling heck v0.5.0 |
| 10531 | 2026-08-14T17:29:02.279Z | [ recovery-image] Aug 14 17:29:01.125 INFO E| Compiling shared_thread v0.2.0 |
| 10532 | 2026-08-14T17:29:02.392Z | [ recovery-image] Aug 14 17:29:01.246 INFO E| Compiling anstyle-parse v1.0.0 |
| 10533 | 2026-08-14T17:29:02.549Z | [ recovery-image] Aug 14 17:29:01.401 INFO E| Compiling anstream v1.0.0 |
| 10534 | 2026-08-14T17:29:02.785Z | [ recovery-image] Aug 14 17:29:01.638 INFO E| Compiling clap_builder v4.6.0 |
| 10535 | 2026-08-14T17:29:03.166Z | [ recovery-image] Aug 14 17:29:02.005 INFO E| Compiling errno v0.3.14 |
| 10536 | 2026-08-14T17:29:03.166Z | [ recovery-image] Aug 14 17:29:02.005 INFO E| Compiling os_pipe v1.2.3 |
| 10537 | 2026-08-14T17:29:03.263Z | [ recovery-image] Aug 14 17:29:02.117 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10538 | 2026-08-14T17:29:03.526Z | [ recovery-image] Aug 14 17:29:02.378 INFO E| Compiling syn v2.0.117 |
| 10539 | 2026-08-14T17:29:03.629Z | [ recovery-image] Aug 14 17:29:02.467 INFO E| Compiling sigchld v0.2.4 |
| 10540 | 2026-08-14T17:29:03.724Z | [ recovery-image] Aug 14 17:29:02.577 INFO E| Compiling shared_child v1.1.1 |
| 10541 | 2026-08-14T17:29:03.877Z | [ recovery-image] Aug 14 17:29:02.706 INFO E| Compiling duct v1.1.1 |
| 10542 | 2026-08-14T17:29:05.926Z | [ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10543 | 2026-08-14T17:29:05.926Z | [ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO ok! |
| 10544 | 2026-08-14T17:29:05.926Z | [ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO STEP 139 (ensure_file) COMPLETE |
| 10545 | 2026-08-14T17:29:05.926Z | [ host-image] Aug 14 17:29:04.779 INFO O| Aug 14 17:29:04.779 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10546 | 2026-08-14T17:29:05.943Z | [ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10547 | 2026-08-14T17:29:05.943Z | [ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO STEP 140 (ensure_dir) COMPLETE |
| 10548 | 2026-08-14T17:29:05.943Z | [ host-image] Aug 14 17:29:04.787 INFO O| Aug 14 17:29:04.787 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10549 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10550 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO STEP 141 (ensure_dir) COMPLETE |
| 10551 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.794 INFO O| Aug 14 17:29:04.794 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10552 | 2026-08-14T17:29:05.953Z | [ recovery-image] Aug 14 17:29:04.796 INFO E| Compiling clap_derive v4.6.1 |
| 10553 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10554 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO STEP 142 (ensure_dir) COMPLETE |
| 10555 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.800 INFO O| Aug 14 17:29:04.800 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10556 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10557 | 2026-08-14T17:29:05.953Z | [ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO STEP 143 (ensure_dir) COMPLETE |
| 10558 | 2026-08-14T17:29:05.954Z | [ host-image] Aug 14 17:29:04.806 INFO O| Aug 14 17:29:04.806 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10559 | 2026-08-14T17:29:05.962Z | [ host-image] Aug 14 17:29:04.812 INFO O| Aug 14 17:29:04.812 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10560 | 2026-08-14T17:29:05.963Z | [ host-image] Aug 14 17:29:04.812 INFO O| Aug 14 17:29:04.812 INFO copying /tmp/.tmpUskSdj/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 ... |
| 10561 | 2026-08-14T17:29:06.005Z | [ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10562 | 2026-08-14T17:29:06.005Z | [ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO ok! |
| 10563 | 2026-08-14T17:29:06.005Z | [ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO STEP 144 (ensure_file) COMPLETE |
| 10564 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.857 INFO O| Aug 14 17:29:04.857 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10565 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.865 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10566 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10567 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10568 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO STEP 145 (ensure_dir) COMPLETE |
| 10569 | 2026-08-14T17:29:06.013Z | [ host-image] Aug 14 17:29:04.866 INFO O| Aug 14 17:29:04.866 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10570 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10571 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO copying /tmp/.tmpUskSdj/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10572 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10573 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO ok! |
| 10574 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO STEP 146 (ensure_file) COMPLETE |
| 10575 | 2026-08-14T17:29:06.033Z | [ host-image] Aug 14 17:29:04.873 INFO O| Aug 14 17:29:04.873 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10576 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10577 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO STEP 147 (remove_files) COMPLETE |
| 10578 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.879 INFO O| Aug 14 17:29:04.879 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10579 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10580 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO STEP 148 (remove_files) COMPLETE |
| 10581 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.886 INFO O| Aug 14 17:29:04.886 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10582 | 2026-08-14T17:29:06.047Z | [ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10583 | 2026-08-14T17:29:06.054Z | [ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO STEP 149 (remove_files) COMPLETE |
| 10584 | 2026-08-14T17:29:06.054Z | [ host-image] Aug 14 17:29:04.893 INFO O| Aug 14 17:29:04.893 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10585 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10586 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO STEP 150 (remove_files) COMPLETE |
| 10587 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.899 INFO O| Aug 14 17:29:04.899 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10588 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10589 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO STEP 151 (remove_files) COMPLETE |
| 10590 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.905 INFO O| Aug 14 17:29:04.905 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10591 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10592 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO STEP 152 (remove_files) COMPLETE |
| 10593 | 2026-08-14T17:29:06.065Z | [ host-image] Aug 14 17:29:04.912 INFO O| Aug 14 17:29:04.912 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10594 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10595 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO STEP 153 (remove_files) COMPLETE |
| 10596 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.918 INFO O| Aug 14 17:29:04.918 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10597 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.924 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10598 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.925 INFO STEP 154 (remove_files) COMPLETE |
| 10599 | 2026-08-14T17:29:06.075Z | [ host-image] Aug 14 17:29:04.925 INFO O| Aug 14 17:29:04.925 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10600 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10601 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO STEP 155 (remove_files) COMPLETE |
| 10602 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.931 INFO O| Aug 14 17:29:04.931 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10603 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10604 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO STEP 156 (remove_files) COMPLETE |
| 10605 | 2026-08-14T17:29:06.084Z | [ host-image] Aug 14 17:29:04.937 INFO O| Aug 14 17:29:04.937 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10606 | 2026-08-14T17:29:06.092Z | [ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10607 | 2026-08-14T17:29:06.092Z | [ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO STEP 157 (remove_files) COMPLETE |
| 10608 | 2026-08-14T17:29:06.092Z | [ host-image] Aug 14 17:29:04.942 INFO O| Aug 14 17:29:04.942 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10609 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10610 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO STEP 158 (remove_files) COMPLETE |
| 10611 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.948 INFO O| Aug 14 17:29:04.948 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10612 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10613 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO STEP 159 (remove_files) COMPLETE |
| 10614 | 2026-08-14T17:29:06.102Z | [ host-image] Aug 14 17:29:04.954 INFO O| Aug 14 17:29:04.954 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10615 | 2026-08-14T17:29:06.111Z | [ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10616 | 2026-08-14T17:29:06.111Z | [ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO STEP 160 (remove_files) COMPLETE |
| 10617 | 2026-08-14T17:29:06.111Z | [ host-image] Aug 14 17:29:04.960 INFO O| Aug 14 17:29:04.960 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10618 | 2026-08-14T17:29:06.120Z | [ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10619 | 2026-08-14T17:29:06.120Z | [ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO STEP 161 (remove_files) COMPLETE |
| 10620 | 2026-08-14T17:29:06.121Z | [ host-image] Aug 14 17:29:04.966 INFO O| Aug 14 17:29:04.966 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10621 | 2026-08-14T17:29:06.121Z | [ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10622 | 2026-08-14T17:29:06.121Z | [ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO STEP 162 (remove_files) COMPLETE |
| 10623 | 2026-08-14T17:29:06.121Z | [ host-image] Aug 14 17:29:04.971 INFO O| Aug 14 17:29:04.971 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10624 | 2026-08-14T17:29:06.130Z | [ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10625 | 2026-08-14T17:29:06.130Z | [ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO STEP 163 (remove_files) COMPLETE |
| 10626 | 2026-08-14T17:29:06.130Z | [ host-image] Aug 14 17:29:04.977 INFO O| Aug 14 17:29:04.977 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10627 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10628 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO STEP 164 (remove_files) COMPLETE |
| 10629 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.983 INFO O| Aug 14 17:29:04.983 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10630 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10631 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO STEP 165 (remove_files) COMPLETE |
| 10632 | 2026-08-14T17:29:06.139Z | [ host-image] Aug 14 17:29:04.989 INFO O| Aug 14 17:29:04.989 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10633 | 2026-08-14T17:29:06.148Z | [ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10634 | 2026-08-14T17:29:06.148Z | [ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO STEP 166 (remove_files) COMPLETE |
| 10635 | 2026-08-14T17:29:06.148Z | [ host-image] Aug 14 17:29:04.997 INFO O| Aug 14 17:29:04.997 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10636 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10637 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO STEP 167 (remove_files) COMPLETE |
| 10638 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.004 INFO O| Aug 14 17:29:05.004 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10639 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10640 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO STEP 168 (remove_files) COMPLETE |
| 10641 | 2026-08-14T17:29:06.158Z | [ host-image] Aug 14 17:29:05.011 INFO O| Aug 14 17:29:05.011 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10642 | 2026-08-14T17:29:06.169Z | [ host-image] Aug 14 17:29:05.019 INFO O| Aug 14 17:29:05.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10643 | 2026-08-14T17:29:06.169Z | [ host-image] Aug 14 17:29:05.020 INFO O| Aug 14 17:29:05.019 INFO STEP 169 (remove_files) COMPLETE |
| 10644 | 2026-08-14T17:29:06.169Z | [ host-image] Aug 14 17:29:05.020 INFO O| Aug 14 17:29:05.019 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10645 | 2026-08-14T17:29:06.178Z | [ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10646 | 2026-08-14T17:29:06.178Z | [ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO STEP 170 (remove_files) COMPLETE |
| 10647 | 2026-08-14T17:29:06.178Z | [ host-image] Aug 14 17:29:05.026 INFO O| Aug 14 17:29:05.026 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10648 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10649 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO STEP 171 (remove_files) COMPLETE |
| 10650 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.032 INFO O| Aug 14 17:29:05.032 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10651 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10652 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO STEP 172 (remove_files) COMPLETE |
| 10653 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.039 INFO O| Aug 14 17:29:05.039 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10654 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10655 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO STEP 173 (remove_files) COMPLETE |
| 10656 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.044 INFO O| Aug 14 17:29:05.044 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10657 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10658 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO STEP 174 (remove_files) COMPLETE |
| 10659 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.050 INFO O| Aug 14 17:29:05.050 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10660 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10661 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO STEP 175 (remove_files) COMPLETE |
| 10662 | 2026-08-14T17:29:06.211Z | [ host-image] Aug 14 17:29:05.056 INFO O| Aug 14 17:29:05.056 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10663 | 2026-08-14T17:29:06.222Z | [ host-image] Aug 14 17:29:05.067 INFO O| Aug 14 17:29:05.067 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10664 | 2026-08-14T17:29:06.222Z | [ host-image] Aug 14 17:29:05.067 INFO O| Aug 14 17:29:05.067 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"} |
| 10665 | 2026-08-14T17:29:07.150Z | [ recovery-image] Aug 14 17:29:06.000 INFO E| Compiling clap v4.6.1 |
| 10666 | 2026-08-14T17:29:07.202Z | [ recovery-image] Aug 14 17:29:06.055 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10667 | 2026-08-14T17:29:07.952Z | [ recovery-image] Aug 14 17:29:06.805 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
| 10668 | 2026-08-14T17:29:07.963Z | [ recovery-image] Aug 14 17:29:06.810 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10669 | 2026-08-14T17:29:08.145Z | [ recovery-image] Aug 14 17:29:06.991 INFO E| Downloading crates ... |
| 10670 | 2026-08-14T17:29:08.179Z | [ recovery-image] Aug 14 17:29:07.032 INFO E| Downloaded cpio_reader v0.1.2 |
| 10671 | 2026-08-14T17:29:08.187Z | [ recovery-image] Aug 14 17:29:07.039 INFO E| Downloaded bit_field v0.10.3 |
| 10672 | 2026-08-14T17:29:08.196Z | [ recovery-image] Aug 14 17:29:07.042 INFO E| Downloaded log v0.4.32 |
| 10673 | 2026-08-14T17:29:08.196Z | [ recovery-image] Aug 14 17:29:07.045 INFO E| Downloaded bitstruct v0.1.1 |
| 10674 | 2026-08-14T17:29:08.207Z | [ recovery-image] Aug 14 17:29:07.051 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10675 | 2026-08-14T17:29:08.207Z | [ recovery-image] Aug 14 17:29:07.053 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10676 | 2026-08-14T17:29:08.230Z | [ recovery-image] Aug 14 17:29:07.059 INFO E| Downloaded bitflags v2.13.0 |
| 10677 | 2026-08-14T17:29:08.230Z | [ recovery-image] Aug 14 17:29:07.068 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10678 | 2026-08-14T17:29:08.239Z | [ recovery-image] Aug 14 17:29:07.086 INFO E| Downloaded goblin v0.10.7 |
| 10679 | 2026-08-14T17:29:08.344Z | [ recovery-image] Aug 14 17:29:07.197 INFO E| Downloaded x86 v0.52.0 |
| 10680 | 2026-08-14T17:29:08.377Z | [ recovery-image] Aug 14 17:29:07.230 INFO E| Updating crates.io index |
| 10681 | 2026-08-14T17:29:08.417Z | [ recovery-image] Aug 14 17:29:07.270 INFO E| Downloading crates ... |
| 10682 | 2026-08-14T17:29:08.437Z | [ recovery-image] Aug 14 17:29:07.290 INFO E| Downloaded hashbrown v0.17.1 |
| 10683 | 2026-08-14T17:29:08.454Z | [ recovery-image] Aug 14 17:29:07.293 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10684 | 2026-08-14T17:29:08.480Z | [ recovery-image] Aug 14 17:29:07.333 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) |
| 10685 | 2026-08-14T17:29:08.480Z | [ recovery-image] Aug 14 17:29:07.333 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) |
| 10686 | 2026-08-14T17:29:08.490Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling proc-macro2 v1.0.106 |
| 10687 | 2026-08-14T17:29:08.490Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling unicode-ident v1.0.24 |
| 10688 | 2026-08-14T17:29:08.490Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling quote v1.0.45 |
| 10689 | 2026-08-14T17:29:08.490Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling syn v1.0.109 |
| 10690 | 2026-08-14T17:29:08.491Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling x86 v0.52.0 |
| 10691 | 2026-08-14T17:29:08.491Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10692 | 2026-08-14T17:29:08.491Z | [ recovery-image] Aug 14 17:29:07.333 INFO E| Compiling seq-macro v0.3.6 |
| 10693 | 2026-08-14T17:29:09.398Z | [ recovery-image] Aug 14 17:29:08.252 INFO E| Compiling syn v2.0.117 |
| 10694 | 2026-08-14T17:29:10.666Z | [ recovery-image] Aug 14 17:29:09.519 INFO E| Compiling scroll_derive v0.13.1 |
| 10695 | 2026-08-14T17:29:14.198Z | [ host-image] Aug 14 17:29:09.793 INFO O| Aug 14 17:29:09.793 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 |
| 10696 | 2026-08-14T17:29:14.198Z | [ host-image] Aug 14 17:29:09.793 INFO O| Aug 14 17:29:09.793 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10697 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:09.806 INFO O| Aug 14 17:29:09.806 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10698 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:09.904 INFO O| Aug 14 17:29:09.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10699 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:09.959 INFO O| Aug 14 17:29:09.959 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"} |
| 10700 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.024 INFO O| Aug 14 17:29:10.024 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10701 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.024 INFO O| Aug 14 17:29:10.024 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10702 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10703 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO ok! |
| 10704 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10705 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO STEP 176 (seed_smf) COMPLETE |
| 10706 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO steps complete; finalising image! |
| 10707 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.026 INFO O| Aug 14 17:29:10.026 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10708 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.101 INFO O| Aug 14 17:29:10.101 INFO trim TEMPORARY-sled-zfs: (5% trimmed, started at Fri Aug 14 17:29:10 2026) |
| 10709 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.315 INFO O| Aug 14 17:29:10.315 INFO temporary pool has 906M used, 118M avail, 1.81x compressratio |
| 10710 | 2026-08-14T17:29:14.225Z | [ host-image] Aug 14 17:29:10.315 INFO O| Aug 14 17:29:10.315 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10711 | 2026-08-14T17:29:14.225Z | [ recovery-image] Aug 14 17:29:10.569 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10712 | 2026-08-14T17:29:14.226Z | [ host-image] Aug 14 17:29:10.663 INFO O| Aug 14 17:29:10.663 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10713 | 2026-08-14T17:29:14.226Z | [ host-image] Aug 14 17:29:10.663 INFO O| Aug 14 17:29:10.663 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10714 | 2026-08-14T17:29:14.250Z | [ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10715 | 2026-08-14T17:29:14.250Z | [ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10716 | 2026-08-14T17:29:14.250Z | [ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10717 | 2026-08-14T17:29:14.251Z | [ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO completed processing sled/zfs |
| 10718 | 2026-08-14T17:29:14.251Z | [ host-image] Aug 14 17:29:11.486 INFO O| Aug 14 17:29:11.486 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10719 | 2026-08-14T17:29:20.748Z | [ recovery-image] Aug 14 17:29:19.601 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) |
| 10720 | 2026-08-14T17:29:22.812Z | [ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling bitflags v1.3.2 |
| 10721 | 2026-08-14T17:29:22.816Z | [ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling scroll v0.13.0 |
| 10722 | 2026-08-14T17:29:22.816Z | [ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling bitflags v2.13.0 |
| 10723 | 2026-08-14T17:29:22.816Z | [ recovery-image] Aug 14 17:29:21.665 INFO E| Compiling plain v0.2.3 |
| 10724 | 2026-08-14T17:29:22.816Z | [ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling log v0.4.32 |
| 10725 | 2026-08-14T17:29:22.817Z | [ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling adler2 v2.0.1 |
| 10726 | 2026-08-14T17:29:22.817Z | [ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling bit_field v0.10.3 |
| 10727 | 2026-08-14T17:29:22.817Z | [ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling static_assertions v1.1.0 |
| 10728 | 2026-08-14T17:29:22.817Z | [ recovery-image] Aug 14 17:29:21.666 INFO E| Compiling bitstruct v0.1.1 |
| 10729 | 2026-08-14T17:29:22.864Z | [ recovery-image] Aug 14 17:29:21.717 INFO E| Compiling raw-cpuid v10.7.0 |
| 10730 | 2026-08-14T17:29:22.902Z | [ recovery-image] Aug 14 17:29:21.755 INFO E| Compiling miniz_oxide v0.9.1 |
| 10731 | 2026-08-14T17:29:22.976Z | [ recovery-image] Aug 14 17:29:21.829 INFO E| Compiling cpio_reader v0.1.2 |
| 10732 | 2026-08-14T17:29:23.035Z | [ recovery-image] Aug 14 17:29:21.888 INFO E| Compiling goblin v0.10.7 |
| 10733 | 2026-08-14T17:29:25.848Z | [ recovery-image] Aug 14 17:29:24.701 INFO E| Finished `release` profile [optimized] target(s) in 17.87s |
| 10734 | 2026-08-14T17:29:25.865Z | [ recovery-image] Aug 14 17:29:24.718 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10735 | 2026-08-14T17:29:25.866Z | [ recovery-image] Aug 14 17:29:24.719 INFO building ROM for gimlet |
| 10736 | 2026-08-14T17:29:25.869Z | [ recovery-image] Aug 14 17:29:24.719 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") |
| 10737 | 2026-08-14T17:29:25.943Z | [ recovery-image] Aug 14 17:29:24.795 INFO E| Downloading crates ... |
| 10738 | 2026-08-14T17:29:25.992Z | [ recovery-image] Aug 14 17:29:24.845 INFO E| Downloaded colorchoice v1.0.3 |
| 10739 | 2026-08-14T17:29:25.995Z | [ recovery-image] Aug 14 17:29:24.846 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10740 | 2026-08-14T17:29:25.999Z | [ recovery-image] Aug 14 17:29:24.851 INFO E| Downloaded anstyle v1.0.10 |
| 10741 | 2026-08-14T17:29:26.004Z | [ recovery-image] Aug 14 17:29:24.854 INFO E| Downloaded serde_spanned v0.6.8 |
| 10742 | 2026-08-14T17:29:26.010Z | [ recovery-image] Aug 14 17:29:24.863 INFO E| Downloaded clap_lex v0.7.4 |
| 10743 | 2026-08-14T17:29:26.013Z | [ recovery-image] Aug 14 17:29:24.864 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10744 | 2026-08-14T17:29:26.013Z | [ recovery-image] Aug 14 17:29:24.865 INFO E| Downloaded toml_datetime v0.6.9 |
| 10745 | 2026-08-14T17:29:26.018Z | [ recovery-image] Aug 14 17:29:24.871 INFO E| Downloaded shared_child v1.0.1 |
| 10746 | 2026-08-14T17:29:26.022Z | [ recovery-image] Aug 14 17:29:24.873 INFO E| Downloaded os_pipe v1.2.1 |
| 10747 | 2026-08-14T17:29:26.022Z | [ recovery-image] Aug 14 17:29:24.874 INFO E| Downloaded anstyle-query v1.1.2 |
| 10748 | 2026-08-14T17:29:26.026Z | [ recovery-image] Aug 14 17:29:24.879 INFO E| Downloaded anstream v0.6.18 |
| 10749 | 2026-08-14T17:29:26.029Z | [ recovery-image] Aug 14 17:29:24.881 INFO E| Downloaded clap v4.5.37 |
| 10750 | 2026-08-14T17:29:26.033Z | [ recovery-image] Aug 14 17:29:24.886 INFO E| Downloaded toml_write v0.1.1 |
| 10751 | 2026-08-14T17:29:26.036Z | [ recovery-image] Aug 14 17:29:24.886 INFO E| Downloaded duct v0.13.7 |
| 10752 | 2026-08-14T17:29:26.036Z | [ recovery-image] Aug 14 17:29:24.889 INFO E| Downloaded clap_derive v4.5.32 |
| 10753 | 2026-08-14T17:29:26.039Z | [ recovery-image] Aug 14 17:29:24.893 INFO E| Downloaded cc v1.2.20 |
| 10754 | 2026-08-14T17:29:26.048Z | [ recovery-image] Aug 14 17:29:24.901 INFO E| Downloaded toml v0.8.22 |
| 10755 | 2026-08-14T17:29:26.066Z | [ recovery-image] Aug 14 17:29:24.919 INFO E| Downloaded toml_edit v0.22.26 |
| 10756 | 2026-08-14T17:29:26.085Z | [ recovery-image] Aug 14 17:29:24.938 INFO E| Downloaded winnow v0.7.7 |
| 10757 | 2026-08-14T17:29:26.090Z | [ recovery-image] Aug 14 17:29:24.943 INFO E| Downloaded clap_builder v4.5.37 |
| 10758 | 2026-08-14T17:29:26.103Z | [ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling libc v0.2.172 |
| 10759 | 2026-08-14T17:29:26.106Z | [ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling utf8parse v0.2.2 |
| 10760 | 2026-08-14T17:29:26.107Z | [ recovery-image] Aug 14 17:29:24.956 INFO E| Compiling once_cell v1.21.3 |
| 10761 | 2026-08-14T17:29:26.107Z | [ recovery-image] Aug 14 17:29:24.957 INFO E| Compiling colorchoice v1.0.3 |
| 10762 | 2026-08-14T17:29:26.107Z | [ recovery-image] Aug 14 17:29:24.957 INFO E| Compiling anstyle-query v1.1.2 |
| 10763 | 2026-08-14T17:29:26.122Z | [ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling equivalent v1.0.2 |
| 10764 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling shlex v1.3.0 |
| 10765 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling hashbrown v0.15.2 |
| 10766 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10767 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.975 INFO E| Compiling anstyle v1.0.10 |
| 10768 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.976 INFO E| Compiling clap_lex v0.7.4 |
| 10769 | 2026-08-14T17:29:26.125Z | [ recovery-image] Aug 14 17:29:24.976 INFO E| Compiling winnow v0.7.7 |
| 10770 | 2026-08-14T17:29:26.130Z | [ recovery-image] Aug 14 17:29:24.983 INFO E| Compiling toml_write v0.1.1 |
| 10771 | 2026-08-14T17:29:26.133Z | [ recovery-image] Aug 14 17:29:24.983 INFO E| Compiling anyhow v1.0.98 |
| 10772 | 2026-08-14T17:29:26.139Z | [ recovery-image] Aug 14 17:29:24.992 INFO E| Compiling strsim v0.11.1 |
| 10773 | 2026-08-14T17:29:26.142Z | [ recovery-image] Aug 14 17:29:24.996 INFO E| Compiling syn v2.0.101 |
| 10774 | 2026-08-14T17:29:26.244Z | [ recovery-image] Aug 14 17:29:25.097 INFO E| Compiling anstyle-parse v0.2.6 |
| 10775 | 2026-08-14T17:29:26.278Z | [ recovery-image] Aug 14 17:29:25.131 INFO E| Compiling cc v1.2.20 |
| 10776 | 2026-08-14T17:29:26.386Z | [ recovery-image] Aug 14 17:29:25.239 INFO E| Compiling anstream v0.6.18 |
| 10777 | 2026-08-14T17:29:26.586Z | [ recovery-image] Aug 14 17:29:25.439 INFO E| Compiling clap_builder v4.5.37 |
| 10778 | 2026-08-14T17:29:26.598Z | [ recovery-image] Aug 14 17:29:25.451 INFO E| Compiling indexmap v2.9.0 |
| 10779 | 2026-08-14T17:29:26.730Z | [ recovery-image] Aug 14 17:29:25.583 INFO E| Compiling os_pipe v1.2.1 |
| 10780 | 2026-08-14T17:29:26.730Z | [ recovery-image] Aug 14 17:29:25.583 INFO E| Compiling shared_child v1.0.1 |
| 10781 | 2026-08-14T17:29:26.801Z | [ host-image] Aug 14 17:29:25.654 INFO O| Aug 14 17:29:25.654 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10782 | 2026-08-14T17:29:26.846Z | [ recovery-image] Aug 14 17:29:25.698 INFO E| Compiling duct v0.13.7 |
| 10783 | 2026-08-14T17:29:26.888Z | [ host-image] Aug 14 17:29:25.741 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 10784 | 2026-08-14T17:29:26.888Z | [ host-image] Aug 14 17:29:25.741 INFO expanded image name: "ci 1739fed/${os_short_commit} 2026-08-14 17:09" -> "ci 1739fed/aaf8e74 2026-08-14 17:09" |
| 10785 | 2026-08-14T17:29:26.888Z | [ host-image] Aug 14 17:29:25.741 INFO output artefacts stored in: "/work/os-host" |
| 10786 | 2026-08-14T17:29:26.892Z | [ host-image] Aug 14 17:29:25.741 INFO collecting git info from project "pinprick"... |
| 10787 | 2026-08-14T17:29:26.895Z | [ host-image] Aug 14 17:29:25.747 INFO collecting git info from project "dmar-report"... |
| 10788 | 2026-08-14T17:29:26.899Z | [ host-image] Aug 14 17:29:25.752 INFO collecting git info from project "phbl"... |
| 10789 | 2026-08-14T17:29:26.904Z | [ host-image] Aug 14 17:29:25.757 INFO collecting git info from project "pilot"... |
| 10790 | 2026-08-14T17:29:26.909Z | [ host-image] Aug 14 17:29:25.762 INFO collecting git info from project "image-builder"... |
| 10791 | 2026-08-14T17:29:26.913Z | [ host-image] Aug 14 17:29:25.767 INFO collecting git info from project "amd-host-image-builder"... |
| 10792 | 2026-08-14T17:29:26.919Z | [ host-image] Aug 14 17:29:25.772 INFO collecting git info from project "chelsio-t6-roms"... |
| 10793 | 2026-08-14T17:29:26.925Z | [ host-image] Aug 14 17:29:25.778 INFO collecting git info from project "bootserver"... |
| 10794 | 2026-08-14T17:29:26.930Z | [ host-image] Aug 14 17:29:25.783 INFO collecting git info from project "amd-firmware"... |
| 10795 | 2026-08-14T17:29:26.944Z | [ host-image] Aug 14 17:29:25.797 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10796 | 2026-08-14T17:29:27.268Z | [ host-image] Aug 14 17:29:26.121 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10797 | 2026-08-14T17:29:27.312Z | [ recovery-image] Aug 14 17:29:26.165 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10798 | 2026-08-14T17:29:27.564Z | [ host-image] Aug 14 17:29:26.417 INFO creating Oxide boot image... |
| 10799 | 2026-08-14T17:29:27.564Z | [ host-image] Aug 14 17:29:26.417 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1739fed/aaf8e74 2026-08-14 17:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10800 | 2026-08-14T17:29:28.175Z | [ recovery-image] Aug 14 17:29:27.028 INFO E| Compiling serde_derive v1.0.219 |
| 10801 | 2026-08-14T17:29:28.175Z | [ recovery-image] Aug 14 17:29:27.028 INFO E| Compiling clap_derive v4.5.32 |
| 10802 | 2026-08-14T17:29:28.412Z | [ host-image] Aug 14 17:29:27.265 INFO O| ok, image written! |
| 10803 | 2026-08-14T17:29:28.412Z | [ host-image] Aug 14 17:29:27.265 INFO O| ok, boot_image_csum file written! |
| 10804 | 2026-08-14T17:29:28.415Z | [ host-image] Aug 14 17:29:27.267 INFO creating boot archive (CPIO)... |
| 10805 | 2026-08-14T17:29:28.415Z | [ host-image] Aug 14 17:29:27.267 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 |
| 10806 | 2026-08-14T17:29:28.418Z | [ host-image] Aug 14 17:29:27.271 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10807 | 2026-08-14T17:29:28.419Z | [ host-image] Aug 14 17:29:27.271 INFO E| + outfile=/work/os-host/cpio |
| 10808 | 2026-08-14T17:29:28.419Z | [ host-image] Aug 14 17:29:27.271 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10809 | 2026-08-14T17:29:28.422Z | [ host-image] Aug 14 17:29:27.273 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10810 | 2026-08-14T17:29:28.422Z | [ host-image] Aug 14 17:29:27.273 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10811 | 2026-08-14T17:29:28.446Z | [ host-image] Aug 14 17:29:27.299 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10812 | 2026-08-14T17:29:28.446Z | [ host-image] Aug 14 17:29:27.300 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10813 | 2026-08-14T17:29:28.453Z | [ host-image] Aug 14 17:29:27.307 INFO creating compressed cpio/unix for dev loaders... |
| 10814 | 2026-08-14T17:29:28.453Z | [ host-image] Aug 14 17:29:27.307 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 |
| 10815 | 2026-08-14T17:29:28.681Z | [ host-image] Aug 14 17:29:27.534 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10816 | 2026-08-14T17:29:29.682Z | [ recovery-image] Aug 14 17:29:28.535 INFO E| Compiling clap v4.5.37 |
| 10817 | 2026-08-14T17:29:30.442Z | [ recovery-image] Aug 14 17:29:29.294 INFO E| Compiling serde v1.0.219 |
| 10818 | 2026-08-14T17:29:32.086Z | [ host-image] Aug 14 17:29:30.939 INFO creating reset image... |
| 10819 | 2026-08-14T17:29:32.086Z | [ host-image] Aug 14 17:29:30.939 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") |
| 10820 | 2026-08-14T17:29:32.160Z | [ host-image] Aug 14 17:29:31.013 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 10821 | 2026-08-14T17:29:32.164Z | [ host-image] Aug 14 17:29:31.015 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10822 | 2026-08-14T17:29:32.458Z | [ recovery-image] Aug 14 17:29:31.311 INFO E| Compiling toml_datetime v0.6.9 |
| 10823 | 2026-08-14T17:29:32.458Z | [ recovery-image] Aug 14 17:29:31.311 INFO E| Compiling serde_spanned v0.6.8 |
| 10824 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.311 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) |
| 10825 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.311 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) |
| 10826 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.312 INFO E| Compiling proc-macro2 v1.0.106 |
| 10827 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.312 INFO E| Compiling unicode-ident v1.0.24 |
| 10828 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.312 INFO E| Compiling quote v1.0.45 |
| 10829 | 2026-08-14T17:29:32.462Z | [ host-image] Aug 14 17:29:31.312 INFO E| Compiling syn v1.0.109 |
| 10830 | 2026-08-14T17:29:32.468Z | [ host-image] Aug 14 17:29:31.321 INFO E| Compiling x86 v0.52.0 |
| 10831 | 2026-08-14T17:29:32.471Z | [ host-image] Aug 14 17:29:31.321 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10832 | 2026-08-14T17:29:32.471Z | [ host-image] Aug 14 17:29:31.321 INFO E| Compiling seq-macro v0.3.6 |
| 10833 | 2026-08-14T17:29:32.628Z | [ recovery-image] Aug 14 17:29:31.481 INFO E| Compiling toml_edit v0.22.26 |
| 10834 | 2026-08-14T17:29:33.487Z | [ host-image] Aug 14 17:29:32.340 INFO E| Compiling syn v2.0.117 |
| 10835 | 2026-08-14T17:29:34.005Z | [ recovery-image] Aug 14 17:29:32.857 INFO E| Compiling toml v0.8.22 |
| 10836 | 2026-08-14T17:29:35.015Z | [ host-image] Aug 14 17:29:33.868 INFO E| Compiling scroll_derive v0.13.1 |
| 10837 | 2026-08-14T17:29:36.176Z | [ host-image] Aug 14 17:29:35.029 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10838 | 2026-08-14T17:29:36.665Z | [ recovery-image] Aug 14 17:29:35.518 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s |
| 10839 | 2026-08-14T17:29:36.675Z | [ recovery-image] Aug 14 17:29:35.527 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` |
| 10840 | 2026-08-14T17:29:36.690Z | [ recovery-image] Aug 14 17:29:35.543 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10841 | 2026-08-14T17:29:36.774Z | [ recovery-image] Aug 14 17:29:35.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10842 | 2026-08-14T17:29:36.778Z | [ recovery-image] Aug 14 17:29:35.631 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` |
| 10843 | 2026-08-14T17:29:36.897Z | [ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10844 | 2026-08-14T17:29:36.898Z | [ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10845 | 2026-08-14T17:29:36.898Z | [ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10846 | 2026-08-14T17:29:36.901Z | [ recovery-image] Aug 14 17:29:35.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10847 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10848 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10849 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10850 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10851 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10852 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10853 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10854 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10855 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10856 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10857 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10858 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO O| Info: ABL version: 0x100f5010 |
| 10859 | 2026-08-14T17:29:36.902Z | [ recovery-image] Aug 14 17:29:35.751 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10860 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10861 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10862 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10863 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10864 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10865 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10866 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10867 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10868 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10869 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10870 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10871 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10872 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10873 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10874 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10875 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10876 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10877 | 2026-08-14T17:29:36.903Z | [ recovery-image] Aug 14 17:29:35.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10878 | 2026-08-14T17:29:36.939Z | [ recovery-image] Aug 14 17:29:35.791 INFO building ROM for cosmo |
| 10879 | 2026-08-14T17:29:36.939Z | [ recovery-image] Aug 14 17:29:35.792 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") |
| 10880 | 2026-08-14T17:29:37.047Z | [ recovery-image] Aug 14 17:29:35.900 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10881 | 2026-08-14T17:29:37.052Z | [ recovery-image] Aug 14 17:29:35.905 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` |
| 10882 | 2026-08-14T17:29:37.066Z | [ recovery-image] Aug 14 17:29:35.919 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10883 | 2026-08-14T17:29:37.139Z | [ recovery-image] Aug 14 17:29:35.992 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10884 | 2026-08-14T17:29:37.143Z | [ recovery-image] Aug 14 17:29:35.996 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` |
| 10885 | 2026-08-14T17:29:37.358Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10886 | 2026-08-14T17:29:37.359Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10887 | 2026-08-14T17:29:37.359Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10888 | 2026-08-14T17:29:37.359Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10889 | 2026-08-14T17:29:37.359Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10890 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10891 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10892 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10893 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10894 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10895 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10896 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10897 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10898 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10899 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10900 | 2026-08-14T17:29:37.364Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10901 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10902 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10903 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10904 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10905 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10906 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10907 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10908 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10909 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10910 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10911 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10912 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10913 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10914 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10915 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10916 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10917 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10918 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10919 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10920 | 2026-08-14T17:29:37.365Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10921 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10922 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10923 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10924 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10925 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10926 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10927 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10928 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10929 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10930 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10931 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10932 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10933 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10934 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10935 | 2026-08-14T17:29:37.366Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10936 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10937 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10938 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO O| Info: ABL version: 0x100af010 |
| 10939 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10940 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10941 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10942 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10943 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10944 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10945 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10946 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10947 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10948 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10949 | 2026-08-14T17:29:37.367Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10950 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10951 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10952 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10953 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10954 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10955 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10956 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10957 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10958 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10959 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10960 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10961 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10962 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10963 | 2026-08-14T17:29:37.368Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10964 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10965 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10966 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10967 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10968 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10969 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10970 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10971 | 2026-08-14T17:29:37.369Z | [ recovery-image] Aug 14 17:29:36.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10972 | 2026-08-14T17:29:37.397Z | [ recovery-image] Aug 14 17:29:36.249 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10973 | 2026-08-14T17:29:37.397Z | [ recovery-image] Aug 14 17:29:36.249 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10974 | 2026-08-14T17:29:38.582Z | [ recovery-image] Aug 14 17:29:37.435 INFO image complete! materials are in "/work/os-recovery" |
| 10975 | 2026-08-14T17:29:38.586Z | [ recovery-image] |
| 10976 | 2026-08-14T17:29:38.586Z | [ recovery-image] real 3:21.458275334 |
| 10977 | 2026-08-14T17:29:38.586Z | [ recovery-image] user 2:40.129228729 |
| 10978 | 2026-08-14T17:29:38.586Z | [ recovery-image] sys 38.062564657 |
| 10979 | 2026-08-14T17:29:38.586Z | [ recovery-image] trap 0.145137578 |
| 10980 | 2026-08-14T17:29:38.586Z | [ recovery-image] tflt 0.777499066 |
| 10981 | 2026-08-14T17:29:38.587Z | [ recovery-image] dflt 0.742876207 |
| 10982 | 2026-08-14T17:29:38.587Z | [ recovery-image] kflt 0.000086230 |
| 10983 | 2026-08-14T17:29:38.587Z | [ recovery-image] lock 7:53.366242800 |
| 10984 | 2026-08-14T17:29:38.587Z | [ recovery-image] slp 17:19.782584885 |
| 10985 | 2026-08-14T17:29:38.587Z | [ recovery-image] lat 29.413956634 |
| 10986 | 2026-08-14T17:29:38.587Z | [ recovery-image] stop 6.487609775 |
| 10987 | 2026-08-14T17:29:38.591Z | Aug 14 17:29:37.439 INFO [recovery-image] process exited with exit status: 0 (201.463742801s) |
| 10988 | 2026-08-14T17:29:38.591Z | Aug 14 17:29:37.439 INFO [tuf-v2-recovery] running task |
| 10989 | 2026-08-14T17:29:38.591Z | Aug 14 17:29:37.440 INFO [tuf-v2-recovery] task succeeded (724.73µs) |
| 10990 | 2026-08-14T17:29:45.372Z | [ host-image] Aug 14 17:29:44.225 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) |
| 10991 | 2026-08-14T17:29:47.533Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitflags v1.3.2 |
| 10992 | 2026-08-14T17:29:47.533Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling log v0.4.32 |
| 10993 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling plain v0.2.3 |
| 10994 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitflags v2.13.0 |
| 10995 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling scroll v0.13.0 |
| 10996 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling adler2 v2.0.1 |
| 10997 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling bit_field v0.10.3 |
| 10998 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling static_assertions v1.1.0 |
| 10999 | 2026-08-14T17:29:47.537Z | [ host-image] Aug 14 17:29:46.386 INFO E| Compiling bitstruct v0.1.1 |
| 11000 | 2026-08-14T17:29:47.587Z | [ host-image] Aug 14 17:29:46.440 INFO E| Compiling raw-cpuid v10.7.0 |
| 11001 | 2026-08-14T17:29:47.628Z | [ host-image] Aug 14 17:29:46.481 INFO E| Compiling miniz_oxide v0.9.1 |
| 11002 | 2026-08-14T17:29:47.698Z | [ host-image] Aug 14 17:29:46.550 INFO E| Compiling cpio_reader v0.1.2 |
| 11003 | 2026-08-14T17:29:47.757Z | [ host-image] Aug 14 17:29:46.610 INFO E| Compiling goblin v0.10.7 |
| 11004 | 2026-08-14T17:29:50.691Z | [ host-image] Aug 14 17:29:49.470 INFO E| Finished `release` profile [optimized] target(s) in 18.44s |
| 11005 | 2026-08-14T17:29:50.703Z | [ host-image] Aug 14 17:29:49.482 INFO building ROM for cosmo |
| 11006 | 2026-08-14T17:29:50.703Z | [ host-image] Aug 14 17:29:49.482 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") |
| 11007 | 2026-08-14T17:29:50.719Z | [ host-image] Aug 14 17:29:49.572 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11008 | 2026-08-14T17:29:50.722Z | [ host-image] Aug 14 17:29:49.575 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` |
| 11009 | 2026-08-14T17:29:50.733Z | [ host-image] Aug 14 17:29:49.586 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 11010 | 2026-08-14T17:29:50.805Z | [ host-image] Aug 14 17:29:49.658 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11011 | 2026-08-14T17:29:50.807Z | [ host-image] Aug 14 17:29:49.661 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` |
| 11012 | 2026-08-14T17:29:51.021Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 11013 | 2026-08-14T17:29:51.021Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 11014 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 11015 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11016 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11017 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11018 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11019 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11020 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11021 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11022 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11023 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11024 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11025 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11026 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11027 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11028 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11029 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11030 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11031 | 2026-08-14T17:29:51.025Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11032 | 2026-08-14T17:29:51.026Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11033 | 2026-08-14T17:29:51.026Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11034 | 2026-08-14T17:29:51.026Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11035 | 2026-08-14T17:29:51.026Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11036 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11037 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11038 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11039 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11040 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11041 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11042 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11043 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11044 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11045 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11046 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11047 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11048 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11049 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11050 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11051 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11052 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11053 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11054 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11055 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11056 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11057 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11058 | 2026-08-14T17:29:51.027Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11059 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11060 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11061 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11062 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11063 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11064 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11065 | 2026-08-14T17:29:51.028Z | [ host-image] Aug 14 17:29:49.875 INFO O| Info: ABL version: 0x100af010 |
| 11066 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.875 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11067 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.875 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11068 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11069 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11070 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11071 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11072 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11073 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11074 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11075 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11076 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11077 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11078 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11079 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11080 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11081 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11082 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11083 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11084 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11085 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11086 | 2026-08-14T17:29:51.029Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11087 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11088 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11089 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11090 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11091 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11092 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11093 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11094 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11095 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11096 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11097 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11098 | 2026-08-14T17:29:51.030Z | [ host-image] Aug 14 17:29:49.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11099 | 2026-08-14T17:29:51.060Z | [ host-image] Aug 14 17:29:49.913 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11100 | 2026-08-14T17:29:51.060Z | [ host-image] Aug 14 17:29:49.913 INFO building ROM for gimlet |
| 11101 | 2026-08-14T17:29:51.067Z | [ host-image] Aug 14 17:29:49.913 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") |
| 11102 | 2026-08-14T17:29:51.156Z | [ host-image] Aug 14 17:29:50.009 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11103 | 2026-08-14T17:29:51.159Z | [ host-image] Aug 14 17:29:50.011 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` |
| 11104 | 2026-08-14T17:29:51.172Z | [ host-image] Aug 14 17:29:50.026 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11105 | 2026-08-14T17:29:51.243Z | [ host-image] Aug 14 17:29:50.097 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11106 | 2026-08-14T17:29:51.247Z | [ host-image] Aug 14 17:29:50.099 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` |
| 11107 | 2026-08-14T17:29:51.363Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11108 | 2026-08-14T17:29:51.363Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11109 | 2026-08-14T17:29:51.363Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11110 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11111 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11112 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11113 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11114 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11115 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11116 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11117 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11118 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11119 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11120 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11121 | 2026-08-14T17:29:51.366Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11122 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO O| Info: ABL version: 0x100f5010 |
| 11123 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11124 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11125 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11126 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11127 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11128 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11129 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11130 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11131 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11132 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11133 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11134 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11135 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11136 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11137 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11138 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11139 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11140 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11141 | 2026-08-14T17:29:51.367Z | [ host-image] Aug 14 17:29:50.217 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11142 | 2026-08-14T17:29:51.402Z | [ host-image] Aug 14 17:29:50.256 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11143 | 2026-08-14T17:29:51.402Z | [ host-image] Aug 14 17:29:50.256 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11144 | 2026-08-14T17:30:02.611Z | [ host-image] Aug 14 17:30:01.463 INFO image complete! materials are in "/work/os-host" |
| 11145 | 2026-08-14T17:30:02.614Z | [ host-image] |
| 11146 | 2026-08-14T17:30:02.614Z | [ host-image] real 3:55.138553263 |
| 11147 | 2026-08-14T17:30:02.614Z | [ host-image] user 2:47.150736232 |
| 11148 | 2026-08-14T17:30:02.614Z | [ host-image] sys 36.462026080 |
| 11149 | 2026-08-14T17:30:02.614Z | [ host-image] trap 0.141645950 |
| 11150 | 2026-08-14T17:30:02.614Z | [ host-image] tflt 0.311428190 |
| 11151 | 2026-08-14T17:30:02.614Z | [ host-image] dflt 0.247620967 |
| 11152 | 2026-08-14T17:30:02.614Z | [ host-image] kflt 0.000119430 |
| 11153 | 2026-08-14T17:30:02.614Z | [ host-image] lock 4:28.511033239 |
| 11154 | 2026-08-14T17:30:02.614Z | [ host-image] slp 19:47.815036988 |
| 11155 | 2026-08-14T17:30:02.614Z | [ host-image] lat 20.954809771 |
| 11156 | 2026-08-14T17:30:02.614Z | [ host-image] stop 1.776142795 |
| 11157 | 2026-08-14T17:30:02.615Z | Aug 14 17:30:01.467 INFO [host-image] process exited with exit status: 0 (235.143768439s) |
| 11158 | 2026-08-14T17:30:02.615Z | Aug 14 17:30:01.467 INFO [tuf-v2-host] running task |
| 11159 | 2026-08-14T17:30:02.615Z | Aug 14 17:30:01.467 INFO [tuf-repo] running task |
| 11160 | 2026-08-14T17:30:02.618Z | Aug 14 17:30:01.468 INFO [tuf-v2-host] task succeeded (547.091µs) |
| 11161 | 2026-08-14T17:30:02.618Z | Aug 14 17:30:01.468 INFO [tuf-v2-repo] running task |
| 11162 | 2026-08-14T17:30:23.670Z | Aug 14 17:30:22.524 INFO [tuf-v2-repo] task succeeded (21.055880785s) |
| 11163 | 2026-08-14T17:30:23.733Z | Aug 14 17:30:22.586 INFO assembling repository in `/tmp/tufaceousoFxOnS`, component: OmicronRepoAssembler |
| 11164 | 2026-08-14T17:30:32.568Z | Aug 14 17:30:31.421 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11165 | 2026-08-14T17:30:32.822Z | Aug 14 17:30:31.675 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11166 | 2026-08-14T17:30:35.123Z | Aug 14 17:30:33.976 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11167 | 2026-08-14T17:30:35.177Z | Aug 14 17:30:34.030 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11168 | 2026-08-14T17:30:35.224Z | Aug 14 17:30:34.077 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11169 | 2026-08-14T17:30:35.274Z | Aug 14 17:30:34.127 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11170 | 2026-08-14T17:30:35.330Z | Aug 14 17:30:34.184 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11171 | 2026-08-14T17:30:35.381Z | Aug 14 17:30:34.235 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11172 | 2026-08-14T17:30:35.435Z | Aug 14 17:30:34.288 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11173 | 2026-08-14T17:30:45.875Z | Aug 14 17:30:44.728 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 |
| 11174 | 2026-08-14T17:30:45.881Z | Aug 14 17:30:44.734 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 |
| 11175 | 2026-08-14T17:30:45.905Z | Aug 14 17:30:44.758 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 |
| 11176 | 2026-08-14T17:30:45.959Z | Aug 14 17:30:44.812 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11177 | 2026-08-14T17:30:46.024Z | Aug 14 17:30:44.877 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11178 | 2026-08-14T17:30:46.088Z | Aug 14 17:30:44.941 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11179 | 2026-08-14T17:30:46.152Z | Aug 14 17:30:45.005 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 |
| 11180 | 2026-08-14T17:30:46.158Z | Aug 14 17:30:45.011 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 |
| 11181 | 2026-08-14T17:30:46.180Z | Aug 14 17:30:45.034 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 |
| 11182 | 2026-08-14T17:30:47.967Z | Aug 14 17:30:46.820 INFO [tuf-repo] task succeeded (45.352909018s) |
| 11183 | 2026-08-14T17:33:21.293Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s |
| 11184 | 2026-08-14T17:33:23.887Z | Aug 14 17:33:22.740 INFO [verify-libraries] process exited with exit status: 0 (427.021805792s) |
| 11185 | 2026-08-14T17:33:23.887Z | Aug 14 17:33:22.740 INFO all jobs completed in 1414.587814585s |
| 11186 | 2026-08-14T17:33:25.072Z | process exited: duration 1628801 ms, exit code 0 |
| |
| 11187 | 2026-08-14T17:33:25.084Z | found 41 output files |
| 11188 | 2026-08-14T17:33:25.084Z | uploading: /work/manifest.toml (17334 bytes) |
| 11189 | 2026-08-14T17:33:26.096Z | uploaded: /work/manifest.toml |
| 11190 | 2026-08-14T17:33:26.104Z | uploading: /work/repo.zip (3277974763 bytes) |
| 11191 | 2026-08-14T17:34:05.611Z | uploaded: /work/repo.zip |
| 11192 | 2026-08-14T17:34:05.611Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11193 | 2026-08-14T17:34:06.631Z | uploaded: /work/repo.zip.sha256.txt |
| 11194 | 2026-08-14T17:34:06.631Z | uploading: /work/helios.json (647 bytes) |
| 11195 | 2026-08-14T17:34:07.642Z | uploaded: /work/helios.json |
| 11196 | 2026-08-14T17:34:07.645Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11197 | 2026-08-14T17:34:08.656Z | uploaded: /work/incorporation.p5m |
| 11198 | 2026-08-14T17:34:08.656Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11199 | 2026-08-14T17:34:09.672Z | uploaded: /work/incorporation.p5p |
| 11200 | 2026-08-14T17:34:09.672Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11201 | 2026-08-14T17:34:10.681Z | uploaded: /work/helios-incorp.log |
| 11202 | 2026-08-14T17:34:10.681Z | uploading: /work/helios-setup.log (57258 bytes) |
| 11203 | 2026-08-14T17:34:11.694Z | uploaded: /work/helios-setup.log |
| 11204 | 2026-08-14T17:34:11.694Z | uploading: /work/host-image.log (233226 bytes) |
| 11205 | 2026-08-14T17:34:12.710Z | uploaded: /work/host-image.log |
| 11206 | 2026-08-14T17:34:12.710Z | uploading: /work/host-package.log (33173 bytes) |
| 11207 | 2026-08-14T17:34:13.721Z | uploaded: /work/host-package.log |
| 11208 | 2026-08-14T17:34:13.721Z | uploading: /work/host-target.log (101 bytes) |
| 11209 | 2026-08-14T17:34:14.730Z | uploaded: /work/host-target.log |
| 11210 | 2026-08-14T17:34:14.730Z | uploading: /work/incorp-create.log (0 bytes) |
| 11211 | 2026-08-14T17:34:15.738Z | uploaded: /work/incorp-create.log |
| 11212 | 2026-08-14T17:34:15.738Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11213 | 2026-08-14T17:34:16.746Z | uploaded: /work/incorp-fmt.log |
| 11214 | 2026-08-14T17:34:16.746Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11215 | 2026-08-14T17:34:17.756Z | uploaded: /work/incorp-pkgsend.log |
| 11216 | 2026-08-14T17:34:17.756Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11217 | 2026-08-14T17:34:18.764Z | uploaded: /work/incorp-publisher.log |
| 11218 | 2026-08-14T17:34:18.764Z | uploading: /work/omicron-package.log (9994 bytes) |
| 11219 | 2026-08-14T17:34:19.775Z | uploaded: /work/omicron-package.log |
| 11220 | 2026-08-14T17:34:19.775Z | uploading: /work/recovery-image.log (591247 bytes) |
| 11221 | 2026-08-14T17:34:20.794Z | uploaded: /work/recovery-image.log |
| 11222 | 2026-08-14T17:34:20.794Z | uploading: /work/recovery-package.log (321 bytes) |
| 11223 | 2026-08-14T17:34:21.804Z | uploaded: /work/recovery-package.log |
| 11224 | 2026-08-14T17:34:21.804Z | uploading: /work/recovery-target.log (98 bytes) |
| 11225 | 2026-08-14T17:34:22.813Z | uploaded: /work/recovery-target.log |
| 11226 | 2026-08-14T17:34:22.816Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11227 | 2026-08-14T17:34:23.825Z | uploaded: /work/stamp-clickhouse.log |
| 11228 | 2026-08-14T17:34:23.825Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11229 | 2026-08-14T17:34:24.836Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11230 | 2026-08-14T17:34:24.836Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11231 | 2026-08-14T17:34:25.845Z | uploaded: /work/stamp-clickhouse_server.log |
| 11232 | 2026-08-14T17:34:25.845Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11233 | 2026-08-14T17:34:26.854Z | uploaded: /work/stamp-cockroachdb.log |
| 11234 | 2026-08-14T17:34:26.854Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11235 | 2026-08-14T17:34:27.865Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11236 | 2026-08-14T17:34:27.868Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11237 | 2026-08-14T17:34:28.877Z | uploaded: /work/stamp-crucible-utils.log |
| 11238 | 2026-08-14T17:34:28.877Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11239 | 2026-08-14T17:34:29.888Z | uploaded: /work/stamp-crucible-zone.log |
| 11240 | 2026-08-14T17:34:29.888Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11241 | 2026-08-14T17:34:30.901Z | uploaded: /work/stamp-external-dns.log |
| 11242 | 2026-08-14T17:34:30.901Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11243 | 2026-08-14T17:34:31.911Z | uploaded: /work/stamp-installinator.log |
| 11244 | 2026-08-14T17:34:31.911Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11245 | 2026-08-14T17:34:32.922Z | uploaded: /work/stamp-internal-dns.log |
| 11246 | 2026-08-14T17:34:32.922Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11247 | 2026-08-14T17:34:33.932Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11248 | 2026-08-14T17:34:33.932Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11249 | 2026-08-14T17:34:34.941Z | uploaded: /work/stamp-nexus.log |
| 11250 | 2026-08-14T17:34:34.941Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11251 | 2026-08-14T17:34:35.952Z | uploaded: /work/stamp-ntp.log |
| 11252 | 2026-08-14T17:34:35.952Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11253 | 2026-08-14T17:34:36.961Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11254 | 2026-08-14T17:34:36.964Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11255 | 2026-08-14T17:34:37.973Z | uploaded: /work/stamp-overlay.log |
| 11256 | 2026-08-14T17:34:37.973Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11257 | 2026-08-14T17:34:38.983Z | uploaded: /work/stamp-oximeter.log |
| 11258 | 2026-08-14T17:34:38.983Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11259 | 2026-08-14T17:34:39.995Z | uploaded: /work/stamp-oxlog.log |
| 11260 | 2026-08-14T17:34:39.995Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11261 | 2026-08-14T17:34:41.006Z | uploaded: /work/stamp-probe.log |
| 11262 | 2026-08-14T17:34:41.006Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11263 | 2026-08-14T17:34:42.018Z | uploaded: /work/stamp-propolis-server.log |
| 11264 | 2026-08-14T17:34:42.018Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11265 | 2026-08-14T17:34:43.032Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11266 | 2026-08-14T17:34:43.032Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11267 | 2026-08-14T17:34:44.045Z | uploaded: /work/stamp-switch-asic.log |
| 11268 | 2026-08-14T17:34:44.045Z | uploading: /work/verify-libraries.log (49568 bytes) |
| 11269 | 2026-08-14T17:34:45.057Z | uploaded: /work/verify-libraries.log |