|
|
|
| 1 | 2026-08-05T19:25:34.946Z | job assigned to worker 01KZ9P5FTZ7QWE95653RPN76N7 [factory aws, i-0d15764ec4bb4ed1e] (queued for 51 s) |
| |
| 2 | 2026-08-05T19:25:42.575Z | starting task 0: "setup" |
| 3 | 2026-08-05T19:25:42.580Z | ++ uname -s |
| 4 | 2026-08-05T19:25:42.583Z | + kern=SunOS |
| 5 | 2026-08-05T19:25:42.583Z | + build_user=build |
| 6 | 2026-08-05T19:25:42.583Z | + build_uid=12345 |
| 7 | 2026-08-05T19:25:42.583Z | + work_dir=/work |
| 8 | 2026-08-05T19:25:42.583Z | + input_dir=/input |
| 9 | 2026-08-05T19:25:42.583Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T19:25:42.583Z | + case "$kern" in |
| 11 | 2026-08-05T19:25:42.583Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T19:25:42.596Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T19:25:44.606Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T19:25:44.665Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T19:25:44.668Z | + home_fs=zfs |
| 16 | 2026-08-05T19:25:44.668Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T19:25:44.668Z | + mkdir -p /home/build |
| 18 | 2026-08-05T19:25:44.671Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T19:25:45.671Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T19:25:45.675Z | process exited: duration 3102 ms, exit code 0 |
| |
| 21 | 2026-08-05T19:25:45.682Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T19:25:45.688Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T19:25:45.688Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-05T19:25:45.688Z | * rust toolchain profile = "default" |
| 25 | 2026-08-05T19:25:45.688Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-05T19:25:45.688Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T19:25:45.688Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T19:25:45.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T19:25:45.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T19:25:45.806Z | info: downloading installer |
| 31 | 2026-08-05T19:25:47.209Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T19:25:47.210Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T19:25:47.210Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T19:25:47.210Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T19:25:47.223Z | info: profile set to default |
| 36 | 2026-08-05T19:25:47.223Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T19:25:47.227Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T19:25:47.355Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T19:25:47.355Z | info: downloading 6 components |
| 40 | 2026-08-05T19:26:01.729Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T19:26:01.729Z | |
| 42 | 2026-08-05T19:26:01.759Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T19:26:01.759Z | |
| 44 | 2026-08-05T19:26:01.759Z | |
| 45 | 2026-08-05T19:26:01.759Z | Rust is installed now. Great! |
| 46 | 2026-08-05T19:26:01.759Z | |
| 47 | 2026-08-05T19:26:01.762Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T19:26:01.763Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T19:26:01.763Z | |
| 50 | 2026-08-05T19:26:01.763Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T19:26:01.763Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T19:26:01.763Z | |
| 53 | 2026-08-05T19:26:01.763Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T19:26:01.763Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T19:26:01.763Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T19:26:01.763Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T19:26:01.763Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T19:26:01.763Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T19:26:01.763Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T19:26:01.763Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T19:26:01.763Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T19:26:01.870Z | + rustup --version |
| 63 | 2026-08-05T19:26:01.876Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T19:26:01.879Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T19:26:01.896Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T19:26:01.899Z | + cargo --version |
| 67 | 2026-08-05T19:26:01.908Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T19:26:01.910Z | + rustc --version |
| 69 | 2026-08-05T19:26:01.931Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T19:26:01.934Z | process exited: duration 16251 ms, exit code 0 |
| |
| 71 | 2026-08-05T19:26:01.940Z | starting task 2: "authentication" |
| 72 | 2026-08-05T19:26:01.957Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-05T19:26:01.964Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T19:26:01.968Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-05T19:26:01.971Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-05T19:26:02.004Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-05T19:26:13.559Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-05T19:26:13.559Z | + git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 79 | 2026-08-05T19:26:13.927Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-05T19:26:13.927Z | * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD |
| 81 | 2026-08-05T19:26:13.943Z | + [[ -n john/set-target-release-better-errors ]] |
| 82 | 2026-08-05T19:26:13.946Z | ++ git branch --show-current |
| 83 | 2026-08-05T19:26:13.946Z | + current=main |
| 84 | 2026-08-05T19:26:13.946Z | + [[ main != john/set-target-release-better-errors ]] |
| 85 | 2026-08-05T19:26:13.946Z | + git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 86 | 2026-08-05T19:26:13.949Z | + git checkout -f john/set-target-release-better-errors |
| 87 | 2026-08-05T19:26:14.205Z | Switched to branch 'john/set-target-release-better-errors' |
| 88 | 2026-08-05T19:26:14.208Z | + git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 89 | 2026-08-05T19:26:14.233Z | HEAD is now at 1f4f17af5 fix up integration test and error message typos |
| 90 | 2026-08-05T19:26:14.237Z | process exited: duration 12271 ms, exit code 0 |
| |
| 91 | 2026-08-05T19:26:14.242Z | starting task 4: "build" |
| 92 | 2026-08-05T19:26:14.248Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-05T19:26:14.248Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-05T19:26:14.248Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-05T19:26:14.252Z | +++ uname -s |
| 96 | 2026-08-05T19:26:14.252Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-05T19:26:14.252Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-05T19:26:14.255Z | + cargo --version |
| 99 | 2026-08-05T19:26:14.263Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-05T19:26:14.266Z | + rustc --version |
| 101 | 2026-08-05T19:26:14.286Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-05T19:26:14.289Z | + cargo tree --locked |
| 103 | 2026-08-05T19:26:14.471Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 104 | 2026-08-05T19:26:14.772Z | Updating crates.io index |
| 105 | 2026-08-05T19:26:14.775Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2026-08-05T19:26:15.037Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 107 | 2026-08-05T19:26:15.434Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 108 | 2026-08-05T19:26:16.595Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 109 | 2026-08-05T19:26:17.113Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 110 | 2026-08-05T19:26:19.381Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 111 | 2026-08-05T19:26:20.260Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 112 | 2026-08-05T19:26:20.528Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 113 | 2026-08-05T19:26:20.914Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 114 | 2026-08-05T19:26:22.125Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 115 | 2026-08-05T19:26:22.408Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 116 | 2026-08-05T19:26:22.802Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 117 | 2026-08-05T19:26:23.091Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 118 | 2026-08-05T19:26:23.536Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 119 | 2026-08-05T19:26:24.099Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 120 | 2026-08-05T19:26:24.378Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 121 | 2026-08-05T19:26:24.631Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 122 | 2026-08-05T19:26:24.931Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 123 | 2026-08-05T19:26:25.296Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 124 | 2026-08-05T19:26:25.572Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 125 | 2026-08-05T19:26:25.856Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 126 | 2026-08-05T19:26:26.106Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 127 | 2026-08-05T19:26:26.544Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 128 | 2026-08-05T19:26:26.938Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 129 | 2026-08-05T19:26:27.206Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 130 | 2026-08-05T19:26:27.610Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 131 | 2026-08-05T19:26:27.913Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 132 | 2026-08-05T19:26:28.344Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 133 | 2026-08-05T19:26:28.646Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 134 | 2026-08-05T19:26:28.987Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 135 | 2026-08-05T19:26:29.361Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 136 | 2026-08-05T19:26:29.782Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 137 | 2026-08-05T19:26:30.186Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 138 | 2026-08-05T19:26:30.466Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 139 | 2026-08-05T19:26:30.780Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 140 | 2026-08-05T19:26:31.076Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 141 | 2026-08-05T19:26:31.612Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 142 | 2026-08-05T19:26:31.874Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 143 | 2026-08-05T19:26:32.217Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-08-05T19:26:32.492Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-08-05T19:26:32.836Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-08-05T19:26:33.089Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 147 | 2026-08-05T19:26:35.682Z | Downloading crates ... |
| 148 | 2026-08-05T19:26:35.759Z | Downloaded defmt v0.3.100 |
| 149 | 2026-08-05T19:26:35.763Z | Downloaded chumsky v0.9.3 |
| 150 | 2026-08-05T19:26:35.772Z | Downloaded clap_builder v4.6.0 |
| 151 | 2026-08-05T19:26:35.775Z | Downloaded constant_time_eq v0.4.2 |
| 152 | 2026-08-05T19:26:35.778Z | Downloaded crc v3.4.0 |
| 153 | 2026-08-05T19:26:35.779Z | Downloaded console v0.16.2 |
| 154 | 2026-08-05T19:26:35.782Z | Downloaded home v0.5.12 |
| 155 | 2026-08-05T19:26:35.785Z | Downloaded clang-sys v1.8.1 |
| 156 | 2026-08-05T19:26:35.790Z | Downloaded cpufeatures v0.3.0 |
| 157 | 2026-08-05T19:26:35.794Z | Downloaded hashbrown v0.14.5 |
| 158 | 2026-08-05T19:26:35.804Z | Downloaded criterion v0.7.0 |
| 159 | 2026-08-05T19:26:35.808Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 160 | 2026-08-05T19:26:35.811Z | Downloaded darling v0.13.4 |
| 161 | 2026-08-05T19:26:35.818Z | Downloaded const_format v0.2.35 |
| 162 | 2026-08-05T19:26:35.823Z | Downloaded crc-catalog v2.4.0 |
| 163 | 2026-08-05T19:26:35.827Z | Downloaded ciborium-io v0.2.2 |
| 164 | 2026-08-05T19:26:35.830Z | Downloaded hickory-resolver v0.25.2 |
| 165 | 2026-08-05T19:26:35.833Z | Downloaded compression-core v0.4.31 |
| 166 | 2026-08-05T19:26:35.833Z | Downloaded crunchy v0.2.4 |
| 167 | 2026-08-05T19:26:35.833Z | Downloaded crypto-common v0.2.2 |
| 168 | 2026-08-05T19:26:35.838Z | Downloaded convert_case v0.4.0 |
| 169 | 2026-08-05T19:26:35.841Z | Downloaded indexmap v2.14.0 |
| 170 | 2026-08-05T19:26:35.841Z | Downloaded hex v0.4.3 |
| 171 | 2026-08-05T19:26:35.846Z | Downloaded ingot-types v0.2.0 |
| 172 | 2026-08-05T19:26:35.846Z | Downloaded cpufeatures v0.2.17 |
| 173 | 2026-08-05T19:26:35.846Z | Downloaded half v1.8.3 |
| 174 | 2026-08-05T19:26:35.846Z | Downloaded ident_case v1.0.1 |
| 175 | 2026-08-05T19:26:35.846Z | Downloaded instability v0.3.11 |
| 176 | 2026-08-05T19:26:35.846Z | Downloaded is-terminal v0.4.17 |
| 177 | 2026-08-05T19:26:35.846Z | Downloaded cpubits v0.1.1 |
| 178 | 2026-08-05T19:26:35.850Z | Downloaded darling_macro v0.13.4 |
| 179 | 2026-08-05T19:26:35.850Z | Downloaded cstr-argument v0.1.2 |
| 180 | 2026-08-05T19:26:35.850Z | Downloaded half v2.7.1 |
| 181 | 2026-08-05T19:26:35.854Z | Downloaded darling_macro v0.20.11 |
| 182 | 2026-08-05T19:26:35.854Z | Downloaded illumos-nvpair v0.3.0 |
| 183 | 2026-08-05T19:26:35.854Z | Downloaded deranged v0.5.8 |
| 184 | 2026-08-05T19:26:35.858Z | Downloaded daft-derive v0.1.7 |
| 185 | 2026-08-05T19:26:35.858Z | Downloaded hashbrown v0.17.0 |
| 186 | 2026-08-05T19:26:35.861Z | Downloaded constant_time_eq v0.3.1 |
| 187 | 2026-08-05T19:26:35.865Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 188 | 2026-08-05T19:26:35.868Z | Downloaded inout v0.2.2 |
| 189 | 2026-08-05T19:26:35.868Z | Downloaded ascii-canvas v3.0.0 |
| 190 | 2026-08-05T19:26:35.871Z | Downloaded hickory-resolver v0.24.4 |
| 191 | 2026-08-05T19:26:35.876Z | Downloaded crc8 v0.1.1 |
| 192 | 2026-08-05T19:26:35.879Z | Downloaded darling_macro v0.23.0 |
| 193 | 2026-08-05T19:26:35.880Z | Downloaded hostname v0.3.1 |
| 194 | 2026-08-05T19:26:35.880Z | Downloaded http-body-util v0.1.3 |
| 195 | 2026-08-05T19:26:35.880Z | Downloaded crypto-common v0.1.7 |
| 196 | 2026-08-05T19:26:35.883Z | Downloaded derive_builder_macro v0.20.2 |
| 197 | 2026-08-05T19:26:35.883Z | Downloaded darling_macro v0.21.3 |
| 198 | 2026-08-05T19:26:35.883Z | Downloaded headers-core v0.3.0 |
| 199 | 2026-08-05T19:26:35.883Z | Downloaded http-range v0.1.5 |
| 200 | 2026-08-05T19:26:35.886Z | Downloaded clap_lex v1.0.0 |
| 201 | 2026-08-05T19:26:35.886Z | Downloaded group v0.13.0 |
| 202 | 2026-08-05T19:26:35.886Z | Downloaded hash32 v0.3.1 |
| 203 | 2026-08-05T19:26:35.886Z | Downloaded indent_write v2.2.0 |
| 204 | 2026-08-05T19:26:35.889Z | Downloaded internet-checksum v0.2.1 |
| 205 | 2026-08-05T19:26:35.889Z | Downloaded colorchoice v1.0.4 |
| 206 | 2026-08-05T19:26:35.892Z | Downloaded debug-ignore v1.0.5 |
| 207 | 2026-08-05T19:26:35.892Z | Downloaded heck v0.5.0 |
| 208 | 2026-08-05T19:26:35.897Z | Downloaded defmt-parser v1.0.0 |
| 209 | 2026-08-05T19:26:35.897Z | Downloaded globwalk v0.9.1 |
| 210 | 2026-08-05T19:26:35.897Z | Downloaded ciborium-ll v0.2.2 |
| 211 | 2026-08-05T19:26:35.903Z | Downloaded hubpack v0.1.2 |
| 212 | 2026-08-05T19:26:35.903Z | Downloaded hubpack_derive v0.1.1 |
| 213 | 2026-08-05T19:26:35.903Z | Downloaded crucible-workspace-hack v0.1.0 |
| 214 | 2026-08-05T19:26:35.907Z | Downloaded guppy-workspace-hack v0.1.0 |
| 215 | 2026-08-05T19:26:35.907Z | Downloaded hex-literal v0.4.1 |
| 216 | 2026-08-05T19:26:35.910Z | Downloaded cmov v0.5.4 |
| 217 | 2026-08-05T19:26:35.910Z | Downloaded instant v0.1.13 |
| 218 | 2026-08-05T19:26:35.910Z | Downloaded http-body v1.0.1 |
| 219 | 2026-08-05T19:26:35.910Z | Downloaded data-encoding v2.10.0 |
| 220 | 2026-08-05T19:26:35.914Z | Downloaded delegate v0.13.5 |
| 221 | 2026-08-05T19:26:35.914Z | Downloaded cipher v0.4.4 |
| 222 | 2026-08-05T19:26:35.914Z | Downloaded critical-section v1.2.0 |
| 223 | 2026-08-05T19:26:35.914Z | Downloaded ctr v0.10.1 |
| 224 | 2026-08-05T19:26:35.917Z | Downloaded idna_adapter v1.2.1 |
| 225 | 2026-08-05T19:26:35.920Z | Downloaded hostname v0.4.2 |
| 226 | 2026-08-05T19:26:35.923Z | Downloaded hybrid-array v0.4.13 |
| 227 | 2026-08-05T19:26:35.926Z | Downloaded cookie v0.18.1 |
| 228 | 2026-08-05T19:26:35.926Z | Downloaded addr2line v0.25.1 |
| 229 | 2026-08-05T19:26:35.926Z | Downloaded cipher v0.5.2 |
| 230 | 2026-08-05T19:26:35.930Z | Downloaded defmt v1.0.1 |
| 231 | 2026-08-05T19:26:35.930Z | Downloaded cfg-if v1.0.4 |
| 232 | 2026-08-05T19:26:35.930Z | Downloaded atomic-waker v1.1.2 |
| 233 | 2026-08-05T19:26:35.933Z | Downloaded cfg_aliases v0.2.1 |
| 234 | 2026-08-05T19:26:35.936Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 235 | 2026-08-05T19:26:35.936Z | Downloaded bit-set v0.8.0 |
| 236 | 2026-08-05T19:26:35.936Z | Downloaded highway v1.3.0 |
| 237 | 2026-08-05T19:26:35.939Z | Downloaded ipnetwork v0.21.1 |
| 238 | 2026-08-05T19:26:35.940Z | Downloaded cargo-platform v0.3.2 |
| 239 | 2026-08-05T19:26:35.940Z | Downloaded git-stub v1.0.0 |
| 240 | 2026-08-05T19:26:35.950Z | Downloaded cast v0.3.0 |
| 241 | 2026-08-05T19:26:35.950Z | Downloaded openssl-probe v0.1.6 |
| 242 | 2026-08-05T19:26:35.950Z | Downloaded parking v2.2.1 |
| 243 | 2026-08-05T19:26:35.950Z | Downloaded glob v0.3.3 |
| 244 | 2026-08-05T19:26:35.950Z | Downloaded hyper-staticfile v0.10.1 |
| 245 | 2026-08-05T19:26:35.953Z | Downloaded csv-core v0.1.13 |
| 246 | 2026-08-05T19:26:35.953Z | Downloaded globset v0.4.18 |
| 247 | 2026-08-05T19:26:35.953Z | Downloaded cobs v0.3.0 |
| 248 | 2026-08-05T19:26:35.953Z | Downloaded criterion-plot v0.6.0 |
| 249 | 2026-08-05T19:26:35.953Z | Downloaded crossbeam-deque v0.8.6 |
| 250 | 2026-08-05T19:26:35.958Z | Downloaded indoc v2.0.7 |
| 251 | 2026-08-05T19:26:35.958Z | Downloaded derive-ex v0.1.8 |
| 252 | 2026-08-05T19:26:35.961Z | Downloaded compression-codecs v0.4.37 |
| 253 | 2026-08-05T19:26:35.961Z | Downloaded derive_builder_core v0.20.2 |
| 254 | 2026-08-05T19:26:35.965Z | Downloaded httparse v1.10.1 |
| 255 | 2026-08-05T19:26:35.965Z | Downloaded humantime v2.3.0 |
| 256 | 2026-08-05T19:26:35.968Z | Downloaded convert_case v0.10.0 |
| 257 | 2026-08-05T19:26:35.968Z | Downloaded ctutils v0.4.2 |
| 258 | 2026-08-05T19:26:35.968Z | Downloaded concurrent-queue v2.5.0 |
| 259 | 2026-08-05T19:26:35.974Z | Downloaded progenitor-client v0.14.0 |
| 260 | 2026-08-05T19:26:35.977Z | Downloaded path-slash v0.1.5 |
| 261 | 2026-08-05T19:26:35.977Z | Downloaded clap_derive v4.6.1 |
| 262 | 2026-08-05T19:26:35.983Z | Downloaded colored v2.2.0 |
| 263 | 2026-08-05T19:26:35.986Z | Downloaded corncobs v0.1.4 |
| 264 | 2026-08-05T19:26:35.986Z | Downloaded datatest-stable v0.3.3 |
| 265 | 2026-08-05T19:26:35.986Z | Downloaded hmac v0.12.1 |
| 266 | 2026-08-05T19:26:35.986Z | Downloaded hyper-rustls v0.27.7 |
| 267 | 2026-08-05T19:26:35.989Z | Downloaded der_derive v0.7.3 |
| 268 | 2026-08-05T19:26:35.989Z | Downloaded ipnet v2.11.0 |
| 269 | 2026-08-05T19:26:35.993Z | Downloaded hickory-client v0.25.2 |
| 270 | 2026-08-05T19:26:35.996Z | Downloaded anstyle-parse v0.2.7 |
| 271 | 2026-08-05T19:26:35.996Z | Downloaded predicates-tree v1.0.13 |
| 272 | 2026-08-05T19:26:35.996Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 273 | 2026-08-05T19:26:36.002Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 274 | 2026-08-05T19:26:36.006Z | Downloaded packed_struct v0.10.1 |
| 275 | 2026-08-05T19:26:36.006Z | Downloaded radium v0.7.0 |
| 276 | 2026-08-05T19:26:36.010Z | Downloaded progenitor-client v0.13.0 |
| 277 | 2026-08-05T19:26:36.015Z | Downloaded sapling-renderdag v0.1.0 |
| 278 | 2026-08-05T19:26:36.019Z | Downloaded hyper-tls v0.6.0 |
| 279 | 2026-08-05T19:26:36.022Z | Downloaded hash32 v0.2.1 |
| 280 | 2026-08-05T19:26:36.022Z | Downloaded signal-hook-mio v0.2.5 |
| 281 | 2026-08-05T19:26:36.022Z | Downloaded colored v3.1.1 |
| 282 | 2026-08-05T19:26:36.025Z | Downloaded crossbeam-epoch v0.9.18 |
| 283 | 2026-08-05T19:26:36.025Z | Downloaded daft v0.1.7 |
| 284 | 2026-08-05T19:26:36.028Z | Downloaded peg v0.8.5 |
| 285 | 2026-08-05T19:26:36.028Z | Downloaded progenitor v0.13.0 |
| 286 | 2026-08-05T19:26:36.031Z | Downloaded progenitor v0.14.0 |
| 287 | 2026-08-05T19:26:36.031Z | Downloaded console v0.15.11 |
| 288 | 2026-08-05T19:26:36.031Z | Downloaded derive_builder v0.20.2 |
| 289 | 2026-08-05T19:26:36.034Z | Downloaded cmake v0.1.57 |
| 290 | 2026-08-05T19:26:36.037Z | Downloaded const-oid v0.9.6 |
| 291 | 2026-08-05T19:26:36.037Z | Downloaded ahash v0.8.12 |
| 292 | 2026-08-05T19:26:36.037Z | Downloaded const_format_proc_macros v0.2.34 |
| 293 | 2026-08-05T19:26:36.041Z | Downloaded defmt-macros v1.0.1 |
| 294 | 2026-08-05T19:26:36.044Z | Downloaded darling v0.21.3 |
| 295 | 2026-08-05T19:26:36.047Z | Downloaded oxide-update-engine v0.1.2 |
| 296 | 2026-08-05T19:26:36.047Z | Downloaded partial-io v0.5.4 |
| 297 | 2026-08-05T19:26:36.051Z | Downloaded semver v0.1.20 |
| 298 | 2026-08-05T19:26:36.051Z | Downloaded secrecy v0.10.3 |
| 299 | 2026-08-05T19:26:36.051Z | Downloaded serde_urlencoded v0.7.1 |
| 300 | 2026-08-05T19:26:36.051Z | Downloaded async-recursion v1.1.1 |
| 301 | 2026-08-05T19:26:36.054Z | Downloaded sha1 v0.11.0 |
| 302 | 2026-08-05T19:26:36.054Z | Downloaded slog-envlogger v2.2.0 |
| 303 | 2026-08-05T19:26:36.054Z | Downloaded pem-rfc7468 v0.7.0 |
| 304 | 2026-08-05T19:26:36.054Z | Downloaded cookie_store v0.22.1 |
| 305 | 2026-08-05T19:26:36.058Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-08-05T19:26:36.058Z | Downloaded hex-literal v1.1.0 |
| 307 | 2026-08-05T19:26:36.058Z | Downloaded darling v0.20.11 |
| 308 | 2026-08-05T19:26:36.060Z | Downloaded icu_properties v2.1.2 |
| 309 | 2026-08-05T19:26:36.060Z | Downloaded rand_core v0.10.0 |
| 310 | 2026-08-05T19:26:36.063Z | Downloaded anyhow v1.0.102 |
| 311 | 2026-08-05T19:26:36.068Z | Downloaded inout v0.1.4 |
| 312 | 2026-08-05T19:26:36.068Z | Downloaded postgres-protocol v0.6.10 |
| 313 | 2026-08-05T19:26:36.069Z | Downloaded structmeta v0.3.0 |
| 314 | 2026-08-05T19:26:36.072Z | Downloaded subtle v2.6.1 |
| 315 | 2026-08-05T19:26:36.072Z | Downloaded indoc v1.0.9 |
| 316 | 2026-08-05T19:26:36.075Z | Downloaded cfg_aliases v0.1.1 |
| 317 | 2026-08-05T19:26:36.075Z | Downloaded async-bb8-diesel v0.2.1 |
| 318 | 2026-08-05T19:26:36.078Z | Downloaded heck v0.4.1 |
| 319 | 2026-08-05T19:26:36.083Z | Downloaded rand_core v0.9.5 |
| 320 | 2026-08-05T19:26:36.087Z | Downloaded tabwriter v1.4.1 |
| 321 | 2026-08-05T19:26:36.087Z | Downloaded supports-color v3.0.2 |
| 322 | 2026-08-05T19:26:36.090Z | Downloaded crc32fast v1.5.0 |
| 323 | 2026-08-05T19:26:36.093Z | Downloaded blake2 v0.10.6 |
| 324 | 2026-08-05T19:26:36.093Z | Downloaded group v0.14.0 |
| 325 | 2026-08-05T19:26:36.093Z | Downloaded parking_lot_core v0.9.12 |
| 326 | 2026-08-05T19:26:36.098Z | Downloaded rustc-demangle v0.1.27 |
| 327 | 2026-08-05T19:26:36.098Z | Downloaded rustversion v1.0.22 |
| 328 | 2026-08-05T19:26:36.099Z | Downloaded rusty-fork v0.3.1 |
| 329 | 2026-08-05T19:26:36.103Z | Downloaded httpdate v1.0.3 |
| 330 | 2026-08-05T19:26:36.103Z | Downloaded pkcs8 v0.10.2 |
| 331 | 2026-08-05T19:26:36.103Z | Downloaded crossbeam-utils v0.8.21 |
| 332 | 2026-08-05T19:26:36.103Z | Downloaded ingot v0.2.1 |
| 333 | 2026-08-05T19:26:36.103Z | Downloaded scroll v0.13.0 |
| 334 | 2026-08-05T19:26:36.103Z | Downloaded git-stub-vcs v0.1.0 |
| 335 | 2026-08-05T19:26:36.103Z | Downloaded signal-hook-registry v1.4.8 |
| 336 | 2026-08-05T19:26:36.104Z | Downloaded clap v4.6.1 |
| 337 | 2026-08-05T19:26:36.107Z | Downloaded darling v0.23.0 |
| 338 | 2026-08-05T19:26:36.111Z | Downloaded derive-where v1.6.0 |
| 339 | 2026-08-05T19:26:36.114Z | Downloaded tokio-macros v2.7.0 |
| 340 | 2026-08-05T19:26:36.114Z | Downloaded sha2 v0.10.9 |
| 341 | 2026-08-05T19:26:36.114Z | Downloaded try-lock v0.2.5 |
| 342 | 2026-08-05T19:26:36.117Z | Downloaded heapless v0.8.0 |
| 343 | 2026-08-05T19:26:36.117Z | Downloaded indicatif v0.18.4 |
| 344 | 2026-08-05T19:26:36.120Z | Downloaded slog-json v2.6.1 |
| 345 | 2026-08-05T19:26:36.120Z | Downloaded crc-any v2.5.0 |
| 346 | 2026-08-05T19:26:36.120Z | Downloaded slog-dtrace v0.3.0 |
| 347 | 2026-08-05T19:26:36.123Z | Downloaded ciborium v0.2.2 |
| 348 | 2026-08-05T19:26:36.123Z | Downloaded pest_derive v2.8.6 |
| 349 | 2026-08-05T19:26:36.128Z | Downloaded time-core v0.1.8 |
| 350 | 2026-08-05T19:26:36.128Z | Downloaded terminal_size v0.1.17 |
| 351 | 2026-08-05T19:26:36.132Z | Downloaded toml_write v0.1.2 |
| 352 | 2026-08-05T19:26:36.136Z | Downloaded unicode-linebreak v0.1.5 |
| 353 | 2026-08-05T19:26:36.136Z | Downloaded unarray v0.1.4 |
| 354 | 2026-08-05T19:26:36.136Z | Downloaded icu_provider v2.1.1 |
| 355 | 2026-08-05T19:26:36.143Z | Downloaded static_assertions v1.1.0 |
| 356 | 2026-08-05T19:26:36.148Z | Downloaded blake2 v0.11.0-rc.6 |
| 357 | 2026-08-05T19:26:36.148Z | Downloaded postcard v1.1.3 |
| 358 | 2026-08-05T19:26:36.151Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 359 | 2026-08-05T19:26:36.151Z | Downloaded unicode-truncate v1.1.0 |
| 360 | 2026-08-05T19:26:36.154Z | Downloaded unit-prefix v0.5.2 |
| 361 | 2026-08-05T19:26:36.154Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 362 | 2026-08-05T19:26:36.154Z | Downloaded usdt v0.5.0 |
| 363 | 2026-08-05T19:26:36.154Z | Downloaded void v1.0.2 |
| 364 | 2026-08-05T19:26:36.155Z | Downloaded waitgroup v0.1.2 |
| 365 | 2026-08-05T19:26:36.158Z | Downloaded zone_cfg_derive v0.3.1 |
| 366 | 2026-08-05T19:26:36.163Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-08-05T19:26:36.163Z | Downloaded dof v0.3.0 |
| 368 | 2026-08-05T19:26:36.166Z | Downloaded primefield v0.14.0 |
| 369 | 2026-08-05T19:26:36.166Z | Downloaded relative-path v1.9.3 |
| 370 | 2026-08-05T19:26:36.169Z | Downloaded serde_repr v0.1.20 |
| 371 | 2026-08-05T19:26:36.169Z | Downloaded dirs-sys-next v0.1.2 |
| 372 | 2026-08-05T19:26:36.169Z | Downloaded dsl_auto_type v0.2.0 |
| 373 | 2026-08-05T19:26:36.169Z | Downloaded dunce v1.0.5 |
| 374 | 2026-08-05T19:26:36.172Z | Downloaded polyval v0.7.1 |
| 375 | 2026-08-05T19:26:36.173Z | Downloaded darling_core v0.13.4 |
| 376 | 2026-08-05T19:26:36.176Z | Downloaded const-oid v0.10.2 |
| 377 | 2026-08-05T19:26:36.176Z | Downloaded ssh-encoding v0.3.0 |
| 378 | 2026-08-05T19:26:36.179Z | Downloaded darling_core v0.20.11 |
| 379 | 2026-08-05T19:26:36.182Z | Downloaded serde_cbor v0.11.2 |
| 380 | 2026-08-05T19:26:36.182Z | Downloaded sqlformat v0.3.5 |
| 381 | 2026-08-05T19:26:36.185Z | Downloaded strum_macros v0.24.3 |
| 382 | 2026-08-05T19:26:36.185Z | Downloaded tokio-dtrace v0.1.1 |
| 383 | 2026-08-05T19:26:36.189Z | Downloaded darling_core v0.23.0 |
| 384 | 2026-08-05T19:26:36.191Z | Downloaded event-listener-strategy v0.5.4 |
| 385 | 2026-08-05T19:26:36.192Z | Downloaded darling_core v0.21.3 |
| 386 | 2026-08-05T19:26:36.195Z | Downloaded foreign-types-shared v0.1.1 |
| 387 | 2026-08-05T19:26:36.198Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-08-05T19:26:36.202Z | Downloaded pkcs5 v0.8.1 |
| 389 | 2026-08-05T19:26:36.202Z | Downloaded target-lexicon v0.13.3 |
| 390 | 2026-08-05T19:26:36.205Z | Downloaded thiserror v1.0.69 |
| 391 | 2026-08-05T19:26:36.209Z | Downloaded thread_local v1.1.9 |
| 392 | 2026-08-05T19:26:36.209Z | Downloaded compact_str v0.8.1 |
| 393 | 2026-08-05T19:26:36.209Z | Downloaded tokio-tungstenite v0.23.1 |
| 394 | 2026-08-05T19:26:36.212Z | Downloaded gethostname v0.5.0 |
| 395 | 2026-08-05T19:26:36.212Z | Downloaded serde_with_macros v3.21.0 |
| 396 | 2026-08-05T19:26:36.212Z | Downloaded hmac v0.13.0 |
| 397 | 2026-08-05T19:26:36.212Z | Downloaded managed v0.8.0 |
| 398 | 2026-08-05T19:26:36.215Z | Downloaded snafu-derive v0.8.9 |
| 399 | 2026-08-05T19:26:36.215Z | Downloaded maplit v1.0.2 |
| 400 | 2026-08-05T19:26:36.215Z | Downloaded multimap v0.10.1 |
| 401 | 2026-08-05T19:26:36.215Z | Downloaded num-derive v0.4.2 |
| 402 | 2026-08-05T19:26:36.215Z | Downloaded float-ord v0.3.2 |
| 403 | 2026-08-05T19:26:36.218Z | Downloaded num_enum_derive v0.5.11 |
| 404 | 2026-08-05T19:26:36.219Z | Downloaded futures-macro v0.3.32 |
| 405 | 2026-08-05T19:26:36.219Z | Downloaded is_ci v1.2.0 |
| 406 | 2026-08-05T19:26:36.219Z | Downloaded lru-slab v0.1.2 |
| 407 | 2026-08-05T19:26:36.223Z | Downloaded usdt-impl v0.5.0 |
| 408 | 2026-08-05T19:26:36.223Z | Downloaded whoami v2.1.0 |
| 409 | 2026-08-05T19:26:36.226Z | Downloaded rstest v0.25.0 |
| 410 | 2026-08-05T19:26:36.226Z | Downloaded iana-time-zone v0.1.65 |
| 411 | 2026-08-05T19:26:36.229Z | Downloaded cfg-expr v0.20.6 |
| 412 | 2026-08-05T19:26:36.229Z | Downloaded pest_meta v2.8.6 |
| 413 | 2026-08-05T19:26:36.234Z | Downloaded match_cfg v0.1.0 |
| 414 | 2026-08-05T19:26:36.237Z | Downloaded yoke-derive v0.8.1 |
| 415 | 2026-08-05T19:26:36.237Z | Downloaded bitfield-macros v0.19.4 |
| 416 | 2026-08-05T19:26:36.237Z | Downloaded uzers v0.12.2 |
| 417 | 2026-08-05T19:26:36.240Z | Downloaded usdt-impl v0.6.0 |
| 418 | 2026-08-05T19:26:36.240Z | Downloaded zeroize v1.9.0 |
| 419 | 2026-08-05T19:26:36.243Z | Downloaded zerovec-derive v0.11.2 |
| 420 | 2026-08-05T19:26:36.243Z | Downloaded argon2 v0.6.0-rc.8 |
| 421 | 2026-08-05T19:26:36.243Z | Downloaded httptest v0.16.4 |
| 422 | 2026-08-05T19:26:36.243Z | Downloaded ingot-macros v0.2.0 |
| 423 | 2026-08-05T19:26:36.246Z | Downloaded pest_generator v2.8.6 |
| 424 | 2026-08-05T19:26:36.247Z | Downloaded crossbeam-channel v0.5.15 |
| 425 | 2026-08-05T19:26:36.250Z | Downloaded crypto-bigint v0.5.5 |
| 426 | 2026-08-05T19:26:36.253Z | Downloaded erased-serde v0.3.31 |
| 427 | 2026-08-05T19:26:36.256Z | Downloaded digest v0.10.7 |
| 428 | 2026-08-05T19:26:36.256Z | Downloaded nibble_vec v0.1.0 |
| 429 | 2026-08-05T19:26:36.256Z | Downloaded newtype_derive v0.1.6 |
| 430 | 2026-08-05T19:26:36.259Z | Downloaded array-init v0.0.4 |
| 431 | 2026-08-05T19:26:36.259Z | Downloaded anstyle-query v1.1.5 |
| 432 | 2026-08-05T19:26:36.259Z | Downloaded der v0.7.10 |
| 433 | 2026-08-05T19:26:36.263Z | Downloaded ed25519 v3.0.0 |
| 434 | 2026-08-05T19:26:36.271Z | Downloaded ena v0.14.4 |
| 435 | 2026-08-05T19:26:36.271Z | Downloaded enum_dispatch v0.3.13 |
| 436 | 2026-08-05T19:26:36.271Z | Downloaded hashbrown v0.12.3 |
| 437 | 2026-08-05T19:26:36.274Z | Downloaded fastrand v2.3.0 |
| 438 | 2026-08-05T19:26:36.274Z | Downloaded fixedbitset v0.5.7 |
| 439 | 2026-08-05T19:26:36.274Z | Downloaded base16ct v0.2.0 |
| 440 | 2026-08-05T19:26:36.274Z | Downloaded fs-err v3.3.0 |
| 441 | 2026-08-05T19:26:36.274Z | Downloaded prettyplease v0.2.37 |
| 442 | 2026-08-05T19:26:36.275Z | Downloaded thiserror-impl v2.0.18 |
| 443 | 2026-08-05T19:26:36.277Z | Downloaded knuffel-derive v3.2.0 |
| 444 | 2026-08-05T19:26:36.277Z | Downloaded derive_more v0.99.20 |
| 445 | 2026-08-05T19:26:36.280Z | Downloaded signal-hook v0.3.18 |
| 446 | 2026-08-05T19:26:36.284Z | Downloaded indexmap v1.9.3 |
| 447 | 2026-08-05T19:26:36.284Z | Downloaded block-buffer v0.10.4 |
| 448 | 2026-08-05T19:26:36.287Z | Downloaded opaque-debug v0.3.1 |
| 449 | 2026-08-05T19:26:36.287Z | Downloaded pathdiff v0.2.3 |
| 450 | 2026-08-05T19:26:36.287Z | Downloaded block-buffer v0.12.1 |
| 451 | 2026-08-05T19:26:36.287Z | Downloaded openssl-macros v0.1.1 |
| 452 | 2026-08-05T19:26:36.287Z | Downloaded parse-display v0.10.0 |
| 453 | 2026-08-05T19:26:36.291Z | Downloaded ignore v0.4.25 |
| 454 | 2026-08-05T19:26:36.301Z | Downloaded libefi-sys v0.1.0 |
| 455 | 2026-08-05T19:26:36.305Z | Downloaded nanorand v0.7.0 |
| 456 | 2026-08-05T19:26:36.309Z | Downloaded zerocopy v0.6.6 |
| 457 | 2026-08-05T19:26:36.313Z | Downloaded des v0.9.0 |
| 458 | 2026-08-05T19:26:36.316Z | Downloaded pin-project v1.1.11 |
| 459 | 2026-08-05T19:26:36.321Z | Downloaded bumpalo v3.20.2 |
| 460 | 2026-08-05T19:26:36.324Z | Downloaded p256 v0.14.0 |
| 461 | 2026-08-05T19:26:36.324Z | Downloaded headers v0.4.1 |
| 462 | 2026-08-05T19:26:36.326Z | Downloaded progenitor-macro v0.13.0 |
| 463 | 2026-08-05T19:26:36.327Z | Downloaded progenitor-macro v0.14.0 |
| 464 | 2026-08-05T19:26:36.329Z | Downloaded rand_chacha v0.3.1 |
| 465 | 2026-08-05T19:26:36.332Z | Downloaded test-strategy v0.4.5 |
| 466 | 2026-08-05T19:26:36.335Z | Downloaded argon2 v0.5.3 |
| 467 | 2026-08-05T19:26:36.335Z | Downloaded bitflags v1.3.2 |
| 468 | 2026-08-05T19:26:36.338Z | Downloaded anstream v0.6.21 |
| 469 | 2026-08-05T19:26:36.338Z | Downloaded scopeguard v1.2.0 |
| 470 | 2026-08-05T19:26:36.338Z | Downloaded async-trait v0.1.89 |
| 471 | 2026-08-05T19:26:36.357Z | Downloaded sha1 v0.10.6 |
| 472 | 2026-08-05T19:26:36.357Z | Downloaded shell-words v1.1.1 |
| 473 | 2026-08-05T19:26:36.357Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 474 | 2026-08-05T19:26:36.357Z | Downloaded typify v0.6.2 |
| 475 | 2026-08-05T19:26:36.357Z | Downloaded der v0.8.0 |
| 476 | 2026-08-05T19:26:36.357Z | Downloaded futures-channel v0.3.32 |
| 477 | 2026-08-05T19:26:36.357Z | Downloaded mime_guess v2.0.5 |
| 478 | 2026-08-05T19:26:36.357Z | Downloaded scuffle v0.1.0 |
| 479 | 2026-08-05T19:26:36.357Z | Downloaded parking_lot_core v0.8.6 |
| 480 | 2026-08-05T19:26:36.357Z | Downloaded bb8 v0.8.6 |
| 481 | 2026-08-05T19:26:36.357Z | Downloaded camino-tempfile v1.4.1 |
| 482 | 2026-08-05T19:26:36.361Z | Downloaded oorandom v11.1.5 |
| 483 | 2026-08-05T19:26:36.361Z | Downloaded phf v0.12.1 |
| 484 | 2026-08-05T19:26:36.361Z | Downloaded phf v0.13.1 |
| 485 | 2026-08-05T19:26:36.361Z | Downloaded strsim v0.11.1 |
| 486 | 2026-08-05T19:26:36.361Z | Downloaded structmeta-derive v0.3.0 |
| 487 | 2026-08-05T19:26:36.364Z | Downloaded smawk v0.3.2 |
| 488 | 2026-08-05T19:26:36.364Z | Downloaded strsim v0.10.0 |
| 489 | 2026-08-05T19:26:36.367Z | Downloaded backtrace v0.3.76 |
| 490 | 2026-08-05T19:26:36.370Z | Downloaded supports-color v2.1.0 |
| 491 | 2026-08-05T19:26:36.370Z | Downloaded tagptr v0.2.0 |
| 492 | 2026-08-05T19:26:36.370Z | Downloaded take_mut v0.2.2 |
| 493 | 2026-08-05T19:26:36.373Z | Downloaded tungstenite v0.23.0 |
| 494 | 2026-08-05T19:26:36.375Z | Downloaded icu_locale_core v2.1.1 |
| 495 | 2026-08-05T19:26:36.378Z | Downloaded guppy v0.17.25 |
| 496 | 2026-08-05T19:26:36.381Z | Downloaded base64 v0.21.7 |
| 497 | 2026-08-05T19:26:36.385Z | Downloaded jobserver v0.1.34 |
| 498 | 2026-08-05T19:26:36.385Z | Downloaded litemap v0.8.1 |
| 499 | 2026-08-05T19:26:36.385Z | Downloaded pkg-config v0.3.32 |
| 500 | 2026-08-05T19:26:36.388Z | Downloaded port-file v0.1.0 |
| 501 | 2026-08-05T19:26:36.388Z | Downloaded supports-hyperlinks v2.1.0 |
| 502 | 2026-08-05T19:26:36.388Z | Downloaded snafu v0.8.9 |
| 503 | 2026-08-05T19:26:36.391Z | Downloaded icu_normalizer v2.1.1 |
| 504 | 2026-08-05T19:26:36.394Z | Downloaded proc-macro-crate v3.4.0 |
| 505 | 2026-08-05T19:26:36.394Z | Downloaded predicates v3.1.4 |
| 506 | 2026-08-05T19:26:36.398Z | Downloaded testing_table v0.3.0 |
| 507 | 2026-08-05T19:26:36.398Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 508 | 2026-08-05T19:26:36.402Z | Downloaded heapless v0.7.17 |
| 509 | 2026-08-05T19:26:36.407Z | Downloaded untrusted v0.9.0 |
| 510 | 2026-08-05T19:26:36.410Z | Downloaded bcs v0.1.6 |
| 511 | 2026-08-05T19:26:36.410Z | Downloaded serde-hex v0.1.0 |
| 512 | 2026-08-05T19:26:36.413Z | Downloaded serde_derive_internals v0.29.1 |
| 513 | 2026-08-05T19:26:36.413Z | Downloaded typify-macro v0.6.2 |
| 514 | 2026-08-05T19:26:36.413Z | Downloaded utf8parse v0.2.2 |
| 515 | 2026-08-05T19:26:36.413Z | Downloaded version_check v0.9.5 |
| 516 | 2026-08-05T19:26:36.416Z | Downloaded utf8_iter v1.0.4 |
| 517 | 2026-08-05T19:26:36.416Z | Downloaded zerofrom-derive v0.1.6 |
| 518 | 2026-08-05T19:26:36.416Z | Downloaded fatfs v0.3.6 |
| 519 | 2026-08-05T19:26:36.419Z | Downloaded async-lock v3.4.2 |
| 520 | 2026-08-05T19:26:36.422Z | Downloaded rand v0.9.2 |
| 521 | 2026-08-05T19:26:36.425Z | Downloaded getrandom v0.4.1 |
| 522 | 2026-08-05T19:26:36.430Z | Downloaded spki v0.8.0 |
| 523 | 2026-08-05T19:26:36.433Z | Downloaded smf v0.2.3 |
| 524 | 2026-08-05T19:26:36.433Z | Downloaded string_cache v0.8.9 |
| 525 | 2026-08-05T19:26:36.437Z | Downloaded pem v3.0.6 |
| 526 | 2026-08-05T19:26:36.440Z | Downloaded scrypt v0.12.0 |
| 527 | 2026-08-05T19:26:36.440Z | Downloaded pem-rfc7468 v1.0.0 |
| 528 | 2026-08-05T19:26:36.443Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 529 | 2026-08-05T19:26:36.443Z | Downloaded document-features v0.2.12 |
| 530 | 2026-08-05T19:26:36.446Z | Downloaded hashbrown v0.16.1 |
| 531 | 2026-08-05T19:26:36.448Z | Downloaded steno v0.4.1 |
| 532 | 2026-08-05T19:26:36.452Z | Downloaded equivalent v1.0.2 |
| 533 | 2026-08-05T19:26:36.452Z | Downloaded dtrace-parser v0.3.0 |
| 534 | 2026-08-05T19:26:36.452Z | Downloaded embedded-io v0.4.0 |
| 535 | 2026-08-05T19:26:36.452Z | Downloaded omicron-zone-package v0.12.3 |
| 536 | 2026-08-05T19:26:36.455Z | Downloaded poly1305 v0.9.0 |
| 537 | 2026-08-05T19:26:36.455Z | Downloaded termcolor v1.4.1 |
| 538 | 2026-08-05T19:26:36.455Z | Downloaded futures-task v0.3.32 |
| 539 | 2026-08-05T19:26:36.455Z | Downloaded ml-kem v0.3.2 |
| 540 | 2026-08-05T19:26:36.457Z | Downloaded yansi v1.0.1 |
| 541 | 2026-08-05T19:26:36.457Z | Downloaded thiserror-impl v1.0.69 |
| 542 | 2026-08-05T19:26:36.460Z | Downloaded tar v0.4.46 |
| 543 | 2026-08-05T19:26:36.464Z | Downloaded is_terminal_polyfill v1.70.2 |
| 544 | 2026-08-05T19:26:36.467Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 545 | 2026-08-05T19:26:36.467Z | Downloaded elliptic-curve v0.13.8 |
| 546 | 2026-08-05T19:26:36.470Z | Downloaded rustls-native-certs v0.8.3 |
| 547 | 2026-08-05T19:26:36.470Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 548 | 2026-08-05T19:26:36.470Z | Downloaded unicode-xid v0.2.6 |
| 549 | 2026-08-05T19:26:36.470Z | Downloaded form_urlencoded v1.2.2 |
| 550 | 2026-08-05T19:26:36.473Z | Downloaded crossterm v0.28.1 |
| 551 | 2026-08-05T19:26:36.476Z | Downloaded zip v0.6.6 |
| 552 | 2026-08-05T19:26:36.480Z | Downloaded memoffset v0.9.1 |
| 553 | 2026-08-05T19:26:36.483Z | Downloaded nested v0.1.1 |
| 554 | 2026-08-05T19:26:36.483Z | Downloaded num_threads v0.1.7 |
| 555 | 2026-08-05T19:26:36.486Z | Downloaded fnv v1.0.7 |
| 556 | 2026-08-05T19:26:36.486Z | Downloaded futures-core v0.3.32 |
| 557 | 2026-08-05T19:26:36.486Z | Downloaded newtype-uuid-macros v0.1.0 |
| 558 | 2026-08-05T19:26:36.486Z | Downloaded md-5 v0.10.6 |
| 559 | 2026-08-05T19:26:36.490Z | Downloaded rand_chacha v0.9.0 |
| 560 | 2026-08-05T19:26:36.490Z | Downloaded assert-json-diff v2.0.2 |
| 561 | 2026-08-05T19:26:36.490Z | Downloaded flume v0.11.1 |
| 562 | 2026-08-05T19:26:36.493Z | Downloaded walkdir v2.5.0 |
| 563 | 2026-08-05T19:26:36.493Z | Downloaded hashbrown v0.15.5 |
| 564 | 2026-08-05T19:26:36.497Z | Downloaded hickory-server v0.25.2 |
| 565 | 2026-08-05T19:26:36.497Z | Downloaded iri-string v0.7.10 |
| 566 | 2026-08-05T19:26:36.500Z | Downloaded camino v1.2.2 |
| 567 | 2026-08-05T19:26:36.503Z | Downloaded icu_collections v2.1.1 |
| 568 | 2026-08-05T19:26:36.506Z | Downloaded toml_edit v0.19.15 |
| 569 | 2026-08-05T19:26:36.513Z | Downloaded libscf-sys v1.2.0 |
| 570 | 2026-08-05T19:26:36.516Z | Downloaded itoa v1.0.17 |
| 571 | 2026-08-05T19:26:36.516Z | Downloaded knuffel v3.2.0 |
| 572 | 2026-08-05T19:26:36.516Z | Downloaded spki v0.7.3 |
| 573 | 2026-08-05T19:26:36.519Z | Downloaded async-object-pool v0.2.0 |
| 574 | 2026-08-05T19:26:36.519Z | Downloaded rust-argon2 v2.1.0 |
| 575 | 2026-08-05T19:26:36.519Z | Downloaded crossterm v0.29.0 |
| 576 | 2026-08-05T19:26:36.522Z | Downloaded semver v1.0.28 |
| 577 | 2026-08-05T19:26:36.526Z | Downloaded pkcs8 v0.11.0 |
| 578 | 2026-08-05T19:26:36.526Z | Downloaded ed25519 v2.2.3 |
| 579 | 2026-08-05T19:26:36.529Z | Downloaded idna v1.1.0 |
| 580 | 2026-08-05T19:26:36.529Z | Downloaded slog-async v2.8.0 |
| 581 | 2026-08-05T19:26:36.529Z | Downloaded yoke v0.8.1 |
| 582 | 2026-08-05T19:26:36.529Z | Downloaded atty v0.2.14 |
| 583 | 2026-08-05T19:26:36.532Z | Downloaded unicode_categories v0.1.1 |
| 584 | 2026-08-05T19:26:36.532Z | Downloaded block-padding v0.4.2 |
| 585 | 2026-08-05T19:26:36.532Z | Downloaded hyper-util v0.1.20 |
| 586 | 2026-08-05T19:26:36.535Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 587 | 2026-08-05T19:26:36.535Z | Downloaded foldhash v0.1.5 |
| 588 | 2026-08-05T19:26:36.538Z | Downloaded schemars v1.2.1 |
| 589 | 2026-08-05T19:26:36.544Z | Downloaded tinytemplate v1.2.1 |
| 590 | 2026-08-05T19:26:36.547Z | Downloaded ff v0.14.0 |
| 591 | 2026-08-05T19:26:36.547Z | Downloaded phf_shared v0.11.3 |
| 592 | 2026-08-05T19:26:36.547Z | Downloaded num-traits v0.2.19 |
| 593 | 2026-08-05T19:26:36.550Z | Downloaded tokio-stream v0.1.18 |
| 594 | 2026-08-05T19:26:36.550Z | Downloaded ryu v1.0.23 |
| 595 | 2026-08-05T19:26:36.553Z | Downloaded password-hash v0.6.1 |
| 596 | 2026-08-05T19:26:36.553Z | Downloaded hashbrown v0.13.2 |
| 597 | 2026-08-05T19:26:36.556Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 598 | 2026-08-05T19:26:36.559Z | Downloaded serde_derive v1.0.228 |
| 599 | 2026-08-05T19:26:36.559Z | Downloaded progenitor-impl v0.14.0 |
| 600 | 2026-08-05T19:26:36.562Z | Downloaded num-conv v0.2.0 |
| 601 | 2026-08-05T19:26:36.562Z | Downloaded tokio-rustls v0.26.4 |
| 602 | 2026-08-05T19:26:36.562Z | Downloaded num_enum v0.5.11 |
| 603 | 2026-08-05T19:26:36.566Z | Downloaded powerfmt v0.2.0 |
| 604 | 2026-08-05T19:26:36.566Z | Downloaded proc-macro-error-attr v1.0.4 |
| 605 | 2026-08-05T19:26:36.566Z | Downloaded pretty-hex v0.4.1 |
| 606 | 2026-08-05T19:26:36.566Z | Downloaded rand_pcg v0.10.2 |
| 607 | 2026-08-05T19:26:36.569Z | Downloaded aead v0.6.1 |
| 608 | 2026-08-05T19:26:36.569Z | Downloaded proc-macro2 v1.0.106 |
| 609 | 2026-08-05T19:26:36.569Z | Downloaded http v1.4.2 |
| 610 | 2026-08-05T19:26:36.572Z | Downloaded icu_properties_data v2.1.2 |
| 611 | 2026-08-05T19:26:36.576Z | Downloaded ron v0.8.1 |
| 612 | 2026-08-05T19:26:36.578Z | Downloaded hyper v1.10.1 |
| 613 | 2026-08-05T19:26:36.583Z | Downloaded similar v2.7.0 |
| 614 | 2026-08-05T19:26:36.586Z | Downloaded russh-cryptovec v0.62.0 |
| 615 | 2026-08-05T19:26:36.586Z | Downloaded russh-util v0.52.0 |
| 616 | 2026-08-05T19:26:36.586Z | Downloaded same-file v1.0.6 |
| 617 | 2026-08-05T19:26:36.589Z | Downloaded seq-macro v0.3.6 |
| 618 | 2026-08-05T19:26:36.589Z | Downloaded rfc6979 v0.6.0 |
| 619 | 2026-08-05T19:26:36.589Z | Downloaded serde_spanned v1.1.1 |
| 620 | 2026-08-05T19:26:36.589Z | Downloaded yasna v0.5.2 |
| 621 | 2026-08-05T19:26:36.592Z | Downloaded chacha20poly1305 v0.10.1 |
| 622 | 2026-08-05T19:26:36.592Z | Downloaded linear-map v1.2.0 |
| 623 | 2026-08-05T19:26:36.592Z | Downloaded lock_api v0.4.14 |
| 624 | 2026-08-05T19:26:36.595Z | Downloaded num v0.4.3 |
| 625 | 2026-08-05T19:26:36.595Z | Downloaded autocfg v1.5.0 |
| 626 | 2026-08-05T19:26:36.595Z | Downloaded signature v3.0.0 |
| 627 | 2026-08-05T19:26:36.595Z | Downloaded ff v0.13.1 |
| 628 | 2026-08-05T19:26:36.595Z | Downloaded bitfield v0.19.4 |
| 629 | 2026-08-05T19:26:36.598Z | Downloaded siphasher v1.0.2 |
| 630 | 2026-08-05T19:26:36.598Z | Downloaded tinyvec v1.10.0 |
| 631 | 2026-08-05T19:26:36.598Z | Downloaded rayon-core v1.13.0 |
| 632 | 2026-08-05T19:26:36.601Z | Downloaded diff v0.1.13 |
| 633 | 2026-08-05T19:26:36.601Z | Downloaded buf-list v1.1.2 |
| 634 | 2026-08-05T19:26:36.604Z | Downloaded slog v2.8.2 |
| 635 | 2026-08-05T19:26:36.604Z | Downloaded owo-colors v4.3.0 |
| 636 | 2026-08-05T19:26:36.607Z | Downloaded peg-macros v0.8.5 |
| 637 | 2026-08-05T19:26:36.607Z | Downloaded pin-project-lite v0.2.17 |
| 638 | 2026-08-05T19:26:36.610Z | Downloaded rsa v0.10.0-rc.18 |
| 639 | 2026-08-05T19:26:36.613Z | Downloaded target-triple v1.0.0 |
| 640 | 2026-08-05T19:26:36.613Z | Downloaded derive_more-impl v2.1.1 |
| 641 | 2026-08-05T19:26:36.616Z | Downloaded sync-ptr v0.1.4 |
| 642 | 2026-08-05T19:26:36.616Z | Downloaded sync_wrapper v1.0.2 |
| 643 | 2026-08-05T19:26:36.616Z | Downloaded tracing-core v0.1.36 |
| 644 | 2026-08-05T19:26:36.619Z | Downloaded memmap2 v0.9.10 |
| 645 | 2026-08-05T19:26:36.619Z | Downloaded utf-8 v0.7.6 |
| 646 | 2026-08-05T19:26:36.621Z | Downloaded thread-id v5.1.0 |
| 647 | 2026-08-05T19:26:36.622Z | Downloaded pretty_assertions v1.4.1 |
| 648 | 2026-08-05T19:26:36.626Z | Downloaded tinyvec_macros v0.1.1 |
| 649 | 2026-08-05T19:26:36.629Z | Downloaded tungstenite v0.21.0 |
| 650 | 2026-08-05T19:26:36.629Z | Downloaded display-error-chain v0.2.2 |
| 651 | 2026-08-05T19:26:36.631Z | Downloaded psm v0.1.30 |
| 652 | 2026-08-05T19:26:36.631Z | Downloaded hkdf v0.13.0 |
| 653 | 2026-08-05T19:26:36.634Z | Downloaded quote v1.0.45 |
| 654 | 2026-08-05T19:26:36.634Z | Downloaded zerofrom v0.1.6 |
| 655 | 2026-08-05T19:26:36.637Z | Downloaded dtrace-parser v0.2.0 |
| 656 | 2026-08-05T19:26:36.640Z | Downloaded dirs-next v2.0.0 |
| 657 | 2026-08-05T19:26:36.640Z | Downloaded rstest_macros v0.25.0 |
| 658 | 2026-08-05T19:26:36.643Z | Downloaded foreign-types-macros v0.2.3 |
| 659 | 2026-08-05T19:26:36.646Z | Downloaded aes-gcm v0.11.0 |
| 660 | 2026-08-05T19:26:36.646Z | Downloaded sec1 v0.7.3 |
| 661 | 2026-08-05T19:26:36.649Z | Downloaded proc-macro-error v1.0.4 |
| 662 | 2026-08-05T19:26:36.652Z | Downloaded futures-sink v0.3.32 |
| 663 | 2026-08-05T19:26:36.655Z | Downloaded lazy_static v1.5.0 |
| 664 | 2026-08-05T19:26:36.657Z | Downloaded bzip2 v0.4.4 |
| 665 | 2026-08-05T19:26:36.657Z | Downloaded serde_path_to_error v0.1.20 |
| 666 | 2026-08-05T19:26:36.658Z | Downloaded serdect v0.4.3 |
| 667 | 2026-08-05T19:26:36.660Z | Downloaded funty v2.0.0 |
| 668 | 2026-08-05T19:26:36.661Z | Downloaded ssh-cipher v0.3.0 |
| 669 | 2026-08-05T19:26:36.663Z | Downloaded lalrpop-util v0.19.12 |
| 670 | 2026-08-05T19:26:36.663Z | Downloaded macaddr v1.0.1 |
| 671 | 2026-08-05T19:26:36.667Z | Downloaded bzip2 v0.6.1 |
| 672 | 2026-08-05T19:26:36.667Z | Downloaded oxnet v0.1.6 |
| 673 | 2026-08-05T19:26:36.672Z | Downloaded slog-stdlog v4.1.1 |
| 674 | 2026-08-05T19:26:36.672Z | Downloaded stringmetrics v2.2.2 |
| 675 | 2026-08-05T19:26:36.672Z | Downloaded stringprep v0.1.5 |
| 676 | 2026-08-05T19:26:36.676Z | Downloaded miette-derive v5.10.0 |
| 677 | 2026-08-05T19:26:36.676Z | Downloaded zopfli v0.8.3 |
| 678 | 2026-08-05T19:26:36.676Z | Downloaded memmap v0.7.0 |
| 679 | 2026-08-05T19:26:36.676Z | Downloaded normalize-line-endings v0.3.0 |
| 680 | 2026-08-05T19:26:36.676Z | Downloaded olpc-cjson v0.1.4 |
| 681 | 2026-08-05T19:26:36.676Z | Downloaded nonempty v0.12.0 |
| 682 | 2026-08-05T19:26:36.676Z | Downloaded parking_lot v0.12.5 |
| 683 | 2026-08-05T19:26:36.677Z | Downloaded approx v0.5.1 |
| 684 | 2026-08-05T19:26:36.682Z | Downloaded tower v0.5.3 |
| 685 | 2026-08-05T19:26:36.687Z | Downloaded elliptic-curve v0.14.1 |
| 686 | 2026-08-05T19:26:36.690Z | Downloaded pkcs1 v0.7.5 |
| 687 | 2026-08-05T19:26:36.694Z | Downloaded usdt-attr-macro v0.5.0 |
| 688 | 2026-08-05T19:26:36.694Z | Downloaded bit-set v0.5.3 |
| 689 | 2026-08-05T19:26:36.697Z | Downloaded tls_codec v0.4.2 |
| 690 | 2026-08-05T19:26:36.701Z | Downloaded arrayref v0.3.9 |
| 691 | 2026-08-05T19:26:36.704Z | Downloaded plain v0.2.3 |
| 692 | 2026-08-05T19:26:36.704Z | Downloaded precomputed-hash v0.1.1 |
| 693 | 2026-08-05T19:26:36.704Z | Downloaded quinn-udp v0.5.14 |
| 694 | 2026-08-05T19:26:36.713Z | Downloaded zstd-safe v7.2.4 |
| 695 | 2026-08-05T19:26:36.719Z | Downloaded env_logger v0.11.9 |
| 696 | 2026-08-05T19:26:36.722Z | Downloaded generic-array v1.4.3 |
| 697 | 2026-08-05T19:26:36.725Z | Downloaded litrs v1.0.0 |
| 698 | 2026-08-05T19:26:36.727Z | Downloaded schemars_derive v0.8.22 |
| 699 | 2026-08-05T19:26:36.730Z | Downloaded rustc_version v0.1.7 |
| 700 | 2026-08-05T19:26:36.731Z | Downloaded fallible-iterator v0.2.0 |
| 701 | 2026-08-05T19:26:36.731Z | Downloaded cc v1.2.56 |
| 702 | 2026-08-05T19:26:36.733Z | Downloaded serde_bytes v0.11.19 |
| 703 | 2026-08-05T19:26:36.733Z | Downloaded float-cmp v0.10.0 |
| 704 | 2026-08-05T19:26:36.737Z | Downloaded find-msvc-tools v0.1.9 |
| 705 | 2026-08-05T19:26:36.737Z | Downloaded strum_macros v0.27.2 |
| 706 | 2026-08-05T19:26:36.739Z | Downloaded futures-timer v3.0.3 |
| 707 | 2026-08-05T19:26:36.739Z | Downloaded multer v3.1.0 |
| 708 | 2026-08-05T19:26:36.742Z | Downloaded newtype-uuid v1.3.2 |
| 709 | 2026-08-05T19:26:36.742Z | Downloaded num-integer v0.1.46 |
| 710 | 2026-08-05T19:26:36.742Z | Downloaded rustc-hash v2.1.1 |
| 711 | 2026-08-05T19:26:36.742Z | Downloaded serde_spanned v0.6.9 |
| 712 | 2026-08-05T19:26:36.745Z | Downloaded strum v0.26.3 |
| 713 | 2026-08-05T19:26:36.746Z | Downloaded sqlparser_derive v0.5.0 |
| 714 | 2026-08-05T19:26:36.746Z | Downloaded libtest-mimic v0.8.1 |
| 715 | 2026-08-05T19:26:36.749Z | Downloaded anes v0.1.6 |
| 716 | 2026-08-05T19:26:36.749Z | Downloaded strip-ansi-escapes v0.2.1 |
| 717 | 2026-08-05T19:26:36.749Z | Downloaded tabled_derive v0.11.0 |
| 718 | 2026-08-05T19:26:36.763Z | Downloaded paste v1.0.15 |
| 719 | 2026-08-05T19:26:36.766Z | Downloaded term v1.2.1 |
| 720 | 2026-08-05T19:26:36.768Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 721 | 2026-08-05T19:26:36.768Z | Downloaded tracing-attributes v0.1.31 |
| 722 | 2026-08-05T19:26:36.769Z | Downloaded twox-hash v2.1.2 |
| 723 | 2026-08-05T19:26:36.771Z | Downloaded universal-hash v0.5.1 |
| 724 | 2026-08-05T19:26:36.778Z | Downloaded serde_json v1.0.151 |
| 725 | 2026-08-05T19:26:36.782Z | Downloaded tower-layer v0.3.3 |
| 726 | 2026-08-05T19:26:36.785Z | Downloaded whoami v1.6.1 |
| 727 | 2026-08-05T19:26:36.785Z | Downloaded universal-hash v0.6.1 |
| 728 | 2026-08-05T19:26:36.785Z | Downloaded wnaf v0.14.0 |
| 729 | 2026-08-05T19:26:36.790Z | Downloaded cbc v0.2.1 |
| 730 | 2026-08-05T19:26:36.793Z | Downloaded cexpr v0.6.0 |
| 731 | 2026-08-05T19:26:36.794Z | Downloaded path-tree v0.8.3 |
| 732 | 2026-08-05T19:26:36.794Z | Downloaded chacha20 v0.9.1 |
| 733 | 2026-08-05T19:26:36.794Z | Downloaded ppv-lite86 v0.2.21 |
| 734 | 2026-08-05T19:26:36.794Z | Downloaded derive_more v2.1.1 |
| 735 | 2026-08-05T19:26:36.800Z | Downloaded zeroize_derive v1.5.0 |
| 736 | 2026-08-05T19:26:36.803Z | Downloaded downcast-rs v2.0.2 |
| 737 | 2026-08-05T19:26:36.803Z | Downloaded dyn-clone v1.0.20 |
| 738 | 2026-08-05T19:26:36.806Z | Downloaded foreign-types v0.5.0 |
| 739 | 2026-08-05T19:26:36.808Z | Downloaded r2d2 v0.8.10 |
| 740 | 2026-08-05T19:26:36.811Z | Downloaded progenitor-extras v0.2.0 |
| 741 | 2026-08-05T19:26:36.815Z | Downloaded git2 v0.20.4 |
| 742 | 2026-08-05T19:26:36.819Z | Downloaded generic-array v0.14.7 |
| 743 | 2026-08-05T19:26:36.822Z | Downloaded kem v0.3.0 |
| 744 | 2026-08-05T19:26:36.822Z | Downloaded lru-cache v0.1.2 |
| 745 | 2026-08-05T19:26:36.822Z | Downloaded lru v0.12.5 |
| 746 | 2026-08-05T19:26:36.825Z | Downloaded reedline v0.40.0 |
| 747 | 2026-08-05T19:26:36.828Z | Downloaded sec1 v0.8.1 |
| 748 | 2026-08-05T19:26:36.828Z | Downloaded keccak v0.2.0 |
| 749 | 2026-08-05T19:26:36.830Z | Downloaded nom v7.1.3 |
| 750 | 2026-08-05T19:26:36.833Z | Downloaded rayon v1.11.0 |
| 751 | 2026-08-05T19:26:36.836Z | Downloaded arrayvec v0.7.6 |
| 752 | 2026-08-05T19:26:36.839Z | Downloaded tower-http v0.6.8 |
| 753 | 2026-08-05T19:26:36.842Z | Downloaded slog-term v2.9.2 |
| 754 | 2026-08-05T19:26:36.846Z | Downloaded time-macros v0.2.27 |
| 755 | 2026-08-05T19:26:36.846Z | Downloaded aead v0.5.2 |
| 756 | 2026-08-05T19:26:36.849Z | Downloaded unicode-segmentation v1.12.0 |
| 757 | 2026-08-05T19:26:36.849Z | Downloaded async-stream v0.3.6 |
| 758 | 2026-08-05T19:26:36.852Z | Downloaded textwrap v0.16.2 |
| 759 | 2026-08-05T19:26:36.852Z | Downloaded x509-cert v0.2.5 |
| 760 | 2026-08-05T19:26:36.855Z | Downloaded rustyline v14.0.0 |
| 761 | 2026-08-05T19:26:36.858Z | Downloaded chacha20 v0.10.0 |
| 762 | 2026-08-05T19:26:36.861Z | Downloaded parking_lot v0.11.2 |
| 763 | 2026-08-05T19:26:36.861Z | Downloaded vergen-git2 v9.1.0 |
| 764 | 2026-08-05T19:26:36.864Z | Downloaded miette v5.10.0 |
| 765 | 2026-08-05T19:26:36.864Z | Downloaded url v2.5.8 |
| 766 | 2026-08-05T19:26:36.867Z | Downloaded ar_archive_writer v0.5.1 |
| 767 | 2026-08-05T19:26:36.867Z | Downloaded aes v0.9.1 |
| 768 | 2026-08-05T19:26:36.869Z | Downloaded vte v0.14.1 |
| 769 | 2026-08-05T19:26:36.870Z | Downloaded oso-derive v0.27.3 |
| 770 | 2026-08-05T19:26:36.873Z | Downloaded cancel-safe-futures v0.1.5 |
| 771 | 2026-08-05T19:26:36.873Z | Downloaded tui-tree-widget v0.23.1 |
| 772 | 2026-08-05T19:26:36.873Z | Downloaded tokio-tungstenite v0.21.0 |
| 773 | 2026-08-05T19:26:36.876Z | Downloaded peg-runtime v0.8.5 |
| 774 | 2026-08-05T19:26:36.878Z | Downloaded castaway v0.2.4 |
| 775 | 2026-08-05T19:26:36.881Z | Downloaded crypto-primes v0.7.2 |
| 776 | 2026-08-05T19:26:36.886Z | Downloaded xshell v0.2.7 |
| 777 | 2026-08-05T19:26:36.888Z | Downloaded digest v0.11.3 |
| 778 | 2026-08-05T19:26:36.888Z | Downloaded ecdsa v0.16.9 |
| 779 | 2026-08-05T19:26:36.891Z | Downloaded flagset v0.4.7 |
| 780 | 2026-08-05T19:26:36.894Z | Downloaded rand_xorshift v0.4.0 |
| 781 | 2026-08-05T19:26:36.894Z | Downloaded recursive v0.1.1 |
| 782 | 2026-08-05T19:26:36.895Z | Downloaded expectorate v1.2.0 |
| 783 | 2026-08-05T19:26:36.898Z | Downloaded libxml v0.3.3 |
| 784 | 2026-08-05T19:26:36.901Z | Downloaded log v0.4.29 |
| 785 | 2026-08-05T19:26:36.904Z | Downloaded nom v8.0.0 |
| 786 | 2026-08-05T19:26:36.907Z | Downloaded libsw-core v0.3.2 |
| 787 | 2026-08-05T19:26:36.907Z | Downloaded lzss v0.8.2 |
| 788 | 2026-08-05T19:26:36.907Z | Downloaded sponge-cursor v0.1.0 |
| 789 | 2026-08-05T19:26:36.911Z | Downloaded sha2 v0.11.0 |
| 790 | 2026-08-05T19:26:36.911Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-08-05T19:26:36.911Z | Downloaded similar-asserts v1.7.0 |
| 792 | 2026-08-05T19:26:36.914Z | Downloaded swrite v0.1.0 |
| 793 | 2026-08-05T19:26:36.914Z | Downloaded scroll_derive v0.12.1 |
| 794 | 2026-08-05T19:26:36.914Z | Downloaded signal-hook-tokio v0.3.1 |
| 795 | 2026-08-05T19:26:36.914Z | Downloaded tokio-test v0.4.5 |
| 796 | 2026-08-05T19:26:36.914Z | Downloaded scroll_derive v0.13.1 |
| 797 | 2026-08-05T19:26:36.914Z | Downloaded serde_yaml v0.9.34+deprecated |
| 798 | 2026-08-05T19:26:36.917Z | Downloaded supports-unicode v2.1.0 |
| 799 | 2026-08-05T19:26:36.918Z | Downloaded topological-sort v0.2.2 |
| 800 | 2026-08-05T19:26:36.918Z | Downloaded trait-variant v0.1.2 |
| 801 | 2026-08-05T19:26:36.918Z | Downloaded bytes v1.11.1 |
| 802 | 2026-08-05T19:26:36.920Z | Downloaded bitflags v2.11.0 |
| 803 | 2026-08-05T19:26:36.923Z | Downloaded term v0.7.0 |
| 804 | 2026-08-05T19:26:36.923Z | Downloaded usdt-macro v0.5.0 |
| 805 | 2026-08-05T19:26:36.927Z | Downloaded xshell-macros v0.2.7 |
| 806 | 2026-08-05T19:26:36.930Z | Downloaded endian-type v0.1.2 |
| 807 | 2026-08-05T19:26:36.930Z | Downloaded goblin v0.8.2 |
| 808 | 2026-08-05T19:26:36.932Z | Downloaded anstyle-parse v1.0.0 |
| 809 | 2026-08-05T19:26:36.935Z | Downloaded toml_edit v0.22.27 |
| 810 | 2026-08-05T19:26:36.938Z | Downloaded owo-colors v3.5.0 |
| 811 | 2026-08-05T19:26:36.938Z | Downloaded blowfish v0.10.0 |
| 812 | 2026-08-05T19:26:36.942Z | Downloaded uuid v1.23.4 |
| 813 | 2026-08-05T19:26:36.942Z | Downloaded ucd-trie v0.1.7 |
| 814 | 2026-08-05T19:26:36.944Z | Downloaded vergen v9.1.0 |
| 815 | 2026-08-05T19:26:36.947Z | Downloaded escape8259 v0.5.3 |
| 816 | 2026-08-05T19:26:36.947Z | Downloaded foreign-types-shared v0.3.1 |
| 817 | 2026-08-05T19:26:36.947Z | Downloaded ghash v0.6.0 |
| 818 | 2026-08-05T19:26:36.950Z | Downloaded pbkdf2 v0.13.0 |
| 819 | 2026-08-05T19:26:36.953Z | Downloaded pin-project-internal v1.1.11 |
| 820 | 2026-08-05T19:26:36.953Z | Downloaded poly1305 v0.8.0 |
| 821 | 2026-08-05T19:26:36.953Z | Downloaded proc-macro-error2 v2.0.1 |
| 822 | 2026-08-05T19:26:36.956Z | Downloaded zerocopy-derive v0.7.35 |
| 823 | 2026-08-05T19:26:36.959Z | Downloaded ecdsa v0.17.0 |
| 824 | 2026-08-05T19:26:36.959Z | Downloaded rustls-pemfile v2.2.0 |
| 825 | 2026-08-05T19:26:36.959Z | Downloaded futures-io v0.3.32 |
| 826 | 2026-08-05T19:26:36.964Z | Downloaded rcgen v0.12.1 |
| 827 | 2026-08-05T19:26:36.964Z | Downloaded libm v0.2.16 |
| 828 | 2026-08-05T19:26:36.967Z | Downloaded hkdf v0.12.4 |
| 829 | 2026-08-05T19:26:36.970Z | Downloaded itertools v0.15.0 |
| 830 | 2026-08-05T19:26:36.972Z | Downloaded linkme-impl v0.3.35 |
| 831 | 2026-08-05T19:26:36.973Z | Downloaded kstat-rs v0.2.4 |
| 832 | 2026-08-05T19:26:36.973Z | Downloaded serde_tokenstream v0.2.3 |
| 833 | 2026-08-05T19:26:36.976Z | Downloaded mime v0.3.17 |
| 834 | 2026-08-05T19:26:36.976Z | Downloaded slab v0.4.12 |
| 835 | 2026-08-05T19:26:36.979Z | Downloaded openssl-sys v0.9.117 |
| 836 | 2026-08-05T19:26:36.979Z | Downloaded iddqd v0.4.2 |
| 837 | 2026-08-05T19:26:36.983Z | Downloaded arc-swap v1.8.2 |
| 838 | 2026-08-05T19:26:36.986Z | Downloaded assert_matches v1.5.0 |
| 839 | 2026-08-05T19:26:36.986Z | Downloaded phf_shared v0.13.1 |
| 840 | 2026-08-05T19:26:36.989Z | Downloaded socket2 v0.5.10 |
| 841 | 2026-08-05T19:26:36.989Z | Downloaded potential_utf v0.1.4 |
| 842 | 2026-08-05T19:26:36.989Z | Downloaded thiserror v2.0.18 |
| 843 | 2026-08-05T19:26:36.992Z | Downloaded support-bundle-viewer v0.1.2 |
| 844 | 2026-08-05T19:26:36.995Z | Downloaded textwrap v0.15.2 |
| 845 | 2026-08-05T19:26:36.995Z | Downloaded thiserror-no-std v2.0.2 |
| 846 | 2026-08-05T19:26:36.998Z | Downloaded vergen-lib v9.1.0 |
| 847 | 2026-08-05T19:26:36.998Z | Downloaded num_enum v0.7.6 |
| 848 | 2026-08-05T19:26:37.002Z | Downloaded quick-error v1.2.3 |
| 849 | 2026-08-05T19:26:37.002Z | Downloaded ref-cast-impl v1.0.25 |
| 850 | 2026-08-05T19:26:37.002Z | Downloaded backon v1.6.0 |
| 851 | 2026-08-05T19:26:37.002Z | Downloaded signature v2.2.0 |
| 852 | 2026-08-05T19:26:37.010Z | Downloaded displaydoc v0.2.5 |
| 853 | 2026-08-05T19:26:37.013Z | Downloaded oxide-tokio-rt v0.1.4 |
| 854 | 2026-08-05T19:26:37.013Z | Downloaded base64ct v1.8.3 |
| 855 | 2026-08-05T19:26:37.013Z | Downloaded blake2b_simd v1.0.4 |
| 856 | 2026-08-05T19:26:37.016Z | Downloaded stable_deref_trait v1.2.1 |
| 857 | 2026-08-05T19:26:37.016Z | Downloaded rustc_version v0.4.1 |
| 858 | 2026-08-05T19:26:37.019Z | Downloaded digest-io v0.1.0 |
| 859 | 2026-08-05T19:26:37.022Z | Downloaded postgres-types v0.2.12 |
| 860 | 2026-08-05T19:26:37.027Z | Downloaded difflib v0.4.0 |
| 861 | 2026-08-05T19:26:37.027Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 862 | 2026-08-05T19:26:37.029Z | Downloaded futures v0.3.32 |
| 863 | 2026-08-05T19:26:37.032Z | Downloaded rtoolbox v0.0.3 |
| 864 | 2026-08-05T19:26:37.032Z | Downloaded newline-converter v0.3.0 |
| 865 | 2026-08-05T19:26:37.032Z | Downloaded dof v0.4.0 |
| 866 | 2026-08-05T19:26:37.032Z | Downloaded futures-util v0.3.32 |
| 867 | 2026-08-05T19:26:37.038Z | Downloaded fxhash v0.2.1 |
| 868 | 2026-08-05T19:26:37.041Z | Downloaded untrusted v0.7.1 |
| 869 | 2026-08-05T19:26:37.041Z | Downloaded module-lattice v0.2.3 |
| 870 | 2026-08-05T19:26:37.041Z | Downloaded anstyle v1.0.14 |
| 871 | 2026-08-05T19:26:37.044Z | Downloaded assert_cmd v2.1.2 |
| 872 | 2026-08-05T19:26:37.044Z | Downloaded camino-tempfile-ext v0.3.3 |
| 873 | 2026-08-05T19:26:37.044Z | Downloaded libloading v0.8.9 |
| 874 | 2026-08-05T19:26:37.044Z | Downloaded num-complex v0.4.6 |
| 875 | 2026-08-05T19:26:37.047Z | Downloaded openssl-probe v0.2.1 |
| 876 | 2026-08-05T19:26:37.050Z | Downloaded packed_struct_codegen v0.10.1 |
| 877 | 2026-08-05T19:26:37.050Z | Downloaded zip v4.6.1 |
| 878 | 2026-08-05T19:26:37.053Z | Downloaded jiff-static v0.2.34 |
| 879 | 2026-08-05T19:26:37.053Z | Downloaded winnow v0.7.14 |
| 880 | 2026-08-05T19:26:37.058Z | Downloaded bitvec v1.0.1 |
| 881 | 2026-08-05T19:26:37.065Z | Downloaded winnow v1.0.3 |
| 882 | 2026-08-05T19:26:37.070Z | Downloaded jiff-core v0.1.0 |
| 883 | 2026-08-05T19:26:37.073Z | Downloaded serde-big-array v0.5.1 |
| 884 | 2026-08-05T19:26:37.073Z | Downloaded plotters-backend v0.3.7 |
| 885 | 2026-08-05T19:26:37.076Z | Downloaded parse-display-derive v0.10.0 |
| 886 | 2026-08-05T19:26:37.076Z | Downloaded num-iter v0.1.45 |
| 887 | 2026-08-05T19:26:37.076Z | Downloaded primeorder v0.14.0 |
| 888 | 2026-08-05T19:26:37.076Z | Downloaded rustls-webpki v0.103.13 |
| 889 | 2026-08-05T19:26:37.081Z | Downloaded h2 v0.4.15 |
| 890 | 2026-08-05T19:26:37.081Z | Downloaded progenitor-impl v0.13.0 |
| 891 | 2026-08-05T19:26:37.084Z | Downloaded stacker v0.1.23 |
| 892 | 2026-08-05T19:26:37.084Z | Downloaded chrono v0.4.45 |
| 893 | 2026-08-05T19:26:37.087Z | Downloaded vsss-rs v3.3.4 |
| 894 | 2026-08-05T19:26:37.091Z | Downloaded rpassword v7.5.4 |
| 895 | 2026-08-05T19:26:37.091Z | Downloaded slog-bunyan v2.5.0 |
| 896 | 2026-08-05T19:26:37.093Z | Downloaded strum v0.27.2 |
| 897 | 2026-08-05T19:26:37.093Z | Downloaded ed25519-dalek v2.2.0 |
| 898 | 2026-08-05T19:26:37.097Z | Downloaded adler2 v2.0.1 |
| 899 | 2026-08-05T19:26:37.102Z | Downloaded qorb v0.4.1 |
| 900 | 2026-08-05T19:26:37.106Z | Downloaded smallvec v0.6.14 |
| 901 | 2026-08-05T19:26:37.109Z | Downloaded terminal_size v0.4.3 |
| 902 | 2026-08-05T19:26:37.109Z | Downloaded termios v0.3.3 |
| 903 | 2026-08-05T19:26:37.109Z | Downloaded goblin v0.10.5 |
| 904 | 2026-08-05T19:26:37.113Z | Downloaded phf_shared v0.12.1 |
| 905 | 2026-08-05T19:26:37.116Z | Downloaded aws-lc-rs v1.16.3 |
| 906 | 2026-08-05T19:26:37.119Z | Downloaded usdt v0.6.0 |
| 907 | 2026-08-05T19:26:37.119Z | Downloaded parse-size v1.1.0 |
| 908 | 2026-08-05T19:26:37.122Z | Downloaded rustls-pki-types v1.14.0 |
| 909 | 2026-08-05T19:26:37.122Z | Downloaded termtree v0.5.1 |
| 910 | 2026-08-05T19:26:37.122Z | Downloaded schemars v0.9.0 |
| 911 | 2026-08-05T19:26:37.128Z | Downloaded dropshot-api-manager v0.7.2 |
| 912 | 2026-08-05T19:26:37.132Z | Downloaded fd-lock v4.0.4 |
| 913 | 2026-08-05T19:26:37.135Z | Downloaded typed-path v0.9.3 |
| 914 | 2026-08-05T19:26:37.138Z | Downloaded errno v0.3.14 |
| 915 | 2026-08-05T19:26:37.141Z | Downloaded rand_core v0.6.4 |
| 916 | 2026-08-05T19:26:37.141Z | Downloaded rand_seeder v0.4.0 |
| 917 | 2026-08-05T19:26:37.141Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-08-05T19:26:37.144Z | Downloaded proc-macro-crate v1.3.1 |
| 919 | 2026-08-05T19:26:37.144Z | Downloaded rawzip v0.4.4 |
| 920 | 2026-08-05T19:26:37.147Z | Downloaded serde_plain v1.0.2 |
| 921 | 2026-08-05T19:26:37.147Z | Downloaded tower-service v0.3.3 |
| 922 | 2026-08-05T19:26:37.147Z | Downloaded embedded-io v0.6.1 |
| 923 | 2026-08-05T19:26:37.147Z | Downloaded new_debug_unreachable v1.0.6 |
| 924 | 2026-08-05T19:26:37.147Z | Downloaded unicode-ident v1.0.24 |
| 925 | 2026-08-05T19:26:37.150Z | Downloaded unsafe-libyaml v0.2.11 |
| 926 | 2026-08-05T19:26:37.150Z | Downloaded foreign-types v0.3.2 |
| 927 | 2026-08-05T19:26:37.153Z | Downloaded atomicwrites v0.4.4 |
| 928 | 2026-08-05T19:26:37.153Z | Downloaded bitfield-struct v0.6.2 |
| 929 | 2026-08-05T19:26:37.153Z | Downloaded unicase v2.9.0 |
| 930 | 2026-08-05T19:26:37.153Z | Downloaded writeable v0.6.2 |
| 931 | 2026-08-05T19:26:37.153Z | Downloaded bs58 v0.5.1 |
| 932 | 2026-08-05T19:26:37.156Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 933 | 2026-08-05T19:26:37.156Z | Downloaded zone v0.3.1 |
| 934 | 2026-08-05T19:26:37.159Z | Downloaded backoff v0.4.0 |
| 935 | 2026-08-05T19:26:37.159Z | Downloaded vergen-lib v0.1.6 |
| 936 | 2026-08-05T19:26:37.159Z | Downloaded typenum v1.20.1 |
| 937 | 2026-08-05T19:26:37.162Z | Downloaded vergen-gitcl v1.0.8 |
| 938 | 2026-08-05T19:26:37.162Z | Downloaded async-stream-impl v0.3.6 |
| 939 | 2026-08-05T19:26:37.162Z | Downloaded rfc6979 v0.4.0 |
| 940 | 2026-08-05T19:26:37.162Z | Downloaded event-listener v5.4.1 |
| 941 | 2026-08-05T19:26:37.165Z | Downloaded shlex v1.3.0 |
| 942 | 2026-08-05T19:26:37.165Z | Downloaded tiny-keccak v2.0.2 |
| 943 | 2026-08-05T19:26:37.165Z | Downloaded tinystr v0.8.2 |
| 944 | 2026-08-05T19:26:37.168Z | Downloaded linked-hash-map v0.5.6 |
| 945 | 2026-08-05T19:26:37.168Z | Downloaded keccak v0.1.6 |
| 946 | 2026-08-05T19:26:37.168Z | Downloaded diesel_derives v2.3.7 |
| 947 | 2026-08-05T19:26:37.171Z | Downloaded reqwest v0.13.2 |
| 948 | 2026-08-05T19:26:37.174Z | Downloaded dropshot_endpoint v0.17.1 |
| 949 | 2026-08-05T19:26:37.180Z | Downloaded tap v1.0.1 |
| 950 | 2026-08-05T19:26:37.180Z | Downloaded fancy-regex v0.14.0 |
| 951 | 2026-08-05T19:26:37.180Z | Downloaded num_enum_derive v0.7.6 |
| 952 | 2026-08-05T19:26:37.180Z | Downloaded either v1.15.0 |
| 953 | 2026-08-05T19:26:37.186Z | Downloaded zstd v0.13.3 |
| 954 | 2026-08-05T19:26:37.186Z | Downloaded anstream v1.0.0 |
| 955 | 2026-08-05T19:26:37.186Z | Downloaded num-rational v0.4.2 |
| 956 | 2026-08-05T19:26:37.186Z | Downloaded want v0.3.1 |
| 957 | 2026-08-05T19:26:37.186Z | Downloaded quinn-proto v0.11.16 |
| 958 | 2026-08-05T19:26:37.190Z | Downloaded libsw v3.5.0 |
| 959 | 2026-08-05T19:26:37.190Z | Downloaded secrecy v0.8.0 |
| 960 | 2026-08-05T19:26:37.193Z | Downloaded tabled v0.15.0 |
| 961 | 2026-08-05T19:26:37.201Z | Downloaded oso v0.27.3 |
| 962 | 2026-08-05T19:26:37.204Z | Downloaded maybe-uninit v2.0.0 |
| 963 | 2026-08-05T19:26:37.207Z | Downloaded wyz v0.5.1 |
| 964 | 2026-08-05T19:26:37.207Z | Downloaded enum-as-inner v0.6.1 |
| 965 | 2026-08-05T19:26:37.207Z | Downloaded md5 v0.8.0 |
| 966 | 2026-08-05T19:26:37.211Z | Downloaded synstructure v0.13.2 |
| 967 | 2026-08-05T19:26:37.215Z | Downloaded trybuild v1.0.116 |
| 968 | 2026-08-05T19:26:37.218Z | Downloaded zerovec v0.11.5 |
| 969 | 2026-08-05T19:26:37.221Z | Downloaded tempfile v3.25.0 |
| 970 | 2026-08-05T19:26:37.225Z | Downloaded futures-executor v0.3.32 |
| 971 | 2026-08-05T19:26:37.225Z | Downloaded primeorder v0.13.6 |
| 972 | 2026-08-05T19:26:37.225Z | Downloaded scheduled-thread-pool v0.2.7 |
| 973 | 2026-08-05T19:26:37.225Z | Downloaded percent-encoding v2.3.2 |
| 974 | 2026-08-05T19:26:37.228Z | Downloaded zerocopy-derive v0.8.40 |
| 975 | 2026-08-05T19:26:37.233Z | Downloaded itertools v0.14.0 |
| 976 | 2026-08-05T19:26:37.235Z | Downloaded usdt-attr-macro v0.6.0 |
| 977 | 2026-08-05T19:26:37.235Z | Downloaded drift v0.2.0 |
| 978 | 2026-08-05T19:26:37.240Z | Downloaded fs_extra v1.3.0 |
| 979 | 2026-08-05T19:26:37.243Z | Downloaded usdt-macro v0.6.0 |
| 980 | 2026-08-05T19:26:37.243Z | Downloaded xattr v1.6.1 |
| 981 | 2026-08-05T19:26:37.243Z | Downloaded zmij v1.0.21 |
| 982 | 2026-08-05T19:26:37.246Z | Downloaded serde_regex v1.1.0 |
| 983 | 2026-08-05T19:26:37.246Z | Downloaded rsa v0.9.10 |
| 984 | 2026-08-05T19:26:37.249Z | Downloaded plotters-svg v0.3.7 |
| 985 | 2026-08-05T19:26:37.249Z | Downloaded predicates-core v1.0.10 |
| 986 | 2026-08-05T19:26:37.249Z | Downloaded sha3 v0.12.0 |
| 987 | 2026-08-05T19:26:37.249Z | Downloaded password-hash v0.5.0 |
| 988 | 2026-08-05T19:26:37.251Z | Downloaded simd-adler32 v0.3.8 |
| 989 | 2026-08-05T19:26:37.251Z | Downloaded strum_macros v0.26.4 |
| 990 | 2026-08-05T19:26:37.251Z | Downloaded papergrid v0.11.0 |
| 991 | 2026-08-05T19:26:37.257Z | Downloaded fs-err v2.11.0 |
| 992 | 2026-08-05T19:26:37.260Z | Downloaded bit-vec v0.8.0 |
| 993 | 2026-08-05T19:26:37.260Z | Downloaded byte-wrapper v0.1.0 |
| 994 | 2026-08-05T19:26:37.263Z | Downloaded toml_datetime v0.6.11 |
| 995 | 2026-08-05T19:26:37.263Z | Downloaded env_filter v1.0.0 |
| 996 | 2026-08-05T19:26:37.263Z | Downloaded filetime v0.2.27 |
| 997 | 2026-08-05T19:26:37.267Z | Downloaded time v0.3.47 |
| 998 | 2026-08-05T19:26:37.274Z | Downloaded tokio-util v0.7.18 |
| 999 | 2026-08-05T19:26:37.279Z | Downloaded serde_core v1.0.228 |
| 1000 | 2026-08-05T19:26:37.282Z | Downloaded tabled_derive v0.7.0 |
| 1001 | 2026-08-05T19:26:37.282Z | Downloaded nodrop v0.1.14 |
| 1002 | 2026-08-05T19:26:37.284Z | Downloaded fixedbitset v0.4.2 |
| 1003 | 2026-08-05T19:26:37.284Z | Downloaded backtrace-ext v0.2.1 |
| 1004 | 2026-08-05T19:26:37.287Z | Downloaded base16ct v1.0.0 |
| 1005 | 2026-08-05T19:26:37.287Z | Downloaded thread-id v4.2.2 |
| 1006 | 2026-08-05T19:26:37.297Z | Downloaded nu-ansi-term v0.50.3 |
| 1007 | 2026-08-05T19:26:37.301Z | Downloaded psl-types v2.0.11 |
| 1008 | 2026-08-05T19:26:37.301Z | Downloaded salsa20 v0.11.0 |
| 1009 | 2026-08-05T19:26:37.304Z | Downloaded slog-scope v4.4.1 |
| 1010 | 2026-08-05T19:26:37.307Z | Downloaded linkme v0.3.35 |
| 1011 | 2026-08-05T19:26:37.310Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1012 | 2026-08-05T19:26:37.313Z | Downloaded unicode-properties v0.1.4 |
| 1013 | 2026-08-05T19:26:37.315Z | Downloaded winnow v0.6.26 |
| 1014 | 2026-08-05T19:26:37.318Z | Downloaded hickory-proto v0.25.2 |
| 1015 | 2026-08-05T19:26:37.327Z | Downloaded miniz_oxide v0.8.9 |
| 1016 | 2026-08-05T19:26:37.330Z | Downloaded sigpipe v0.1.3 |
| 1017 | 2026-08-05T19:26:37.330Z | Downloaded tokio-native-tls v0.3.1 |
| 1018 | 2026-08-05T19:26:37.330Z | Downloaded wait-timeout v0.2.1 |
| 1019 | 2026-08-05T19:26:37.333Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-08-05T19:26:37.337Z | Downloaded serde_with_macros v1.5.2 |
| 1021 | 2026-08-05T19:26:37.337Z | Downloaded itertools v0.12.1 |
| 1022 | 2026-08-05T19:26:37.340Z | Downloaded bytecount v0.6.9 |
| 1023 | 2026-08-05T19:26:37.359Z | Downloaded cargo_metadata v0.23.1 |
| 1024 | 2026-08-05T19:26:37.359Z | Downloaded socket2 v0.6.3 |
| 1025 | 2026-08-05T19:26:37.359Z | Downloaded vcpkg v0.2.15 |
| 1026 | 2026-08-05T19:26:37.367Z | Downloaded rand_distr v0.5.1 |
| 1027 | 2026-08-05T19:26:37.370Z | Downloaded phc v0.6.1 |
| 1028 | 2026-08-05T19:26:37.370Z | Downloaded toml v0.8.23 |
| 1029 | 2026-08-05T19:26:37.373Z | Downloaded scroll v0.12.0 |
| 1030 | 2026-08-05T19:26:37.373Z | Downloaded toml v0.7.8 |
| 1031 | 2026-08-05T19:26:37.375Z | Downloaded regex v1.12.3 |
| 1032 | 2026-08-05T19:26:37.378Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1033 | 2026-08-05T19:26:37.381Z | Downloaded crypto-bigint v0.7.5 |
| 1034 | 2026-08-05T19:26:37.388Z | Downloaded cassowary v0.3.0 |
| 1035 | 2026-08-05T19:26:37.391Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1036 | 2026-08-05T19:26:37.391Z | Downloaded winnow v0.5.40 |
| 1037 | 2026-08-05T19:26:37.394Z | Downloaded rand v0.8.6 |
| 1038 | 2026-08-05T19:26:37.397Z | Downloaded tls_codec_derive v0.4.2 |
| 1039 | 2026-08-05T19:26:37.401Z | Downloaded allocator-api2 v0.2.21 |
| 1040 | 2026-08-05T19:26:37.401Z | Downloaded resolv-conf v0.7.6 |
| 1041 | 2026-08-05T19:26:37.401Z | Downloaded diesel-dtrace v0.5.0 |
| 1042 | 2026-08-05T19:26:37.404Z | Downloaded target-spec v3.5.7 |
| 1043 | 2026-08-05T19:26:37.404Z | Downloaded foldhash v0.2.0 |
| 1044 | 2026-08-05T19:26:37.404Z | Downloaded serde_with v3.21.0 |
| 1045 | 2026-08-05T19:26:37.411Z | Downloaded papergrid v0.17.0 |
| 1046 | 2026-08-05T19:26:37.414Z | Downloaded spin v0.9.8 |
| 1047 | 2026-08-05T19:26:37.417Z | Downloaded portable-atomic v1.13.1 |
| 1048 | 2026-08-05T19:26:37.420Z | Downloaded proptest v1.11.0 |
| 1049 | 2026-08-05T19:26:37.425Z | Downloaded p384 v0.13.1 |
| 1050 | 2026-08-05T19:26:37.428Z | Downloaded async-compression v0.4.41 |
| 1051 | 2026-08-05T19:26:37.432Z | Downloaded curve25519-dalek v4.1.3 |
| 1052 | 2026-08-05T19:26:37.438Z | Downloaded subprocess v0.2.15 |
| 1053 | 2026-08-05T19:26:37.441Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1054 | 2026-08-05T19:26:37.441Z | Downloaded minimal-lexical v0.2.1 |
| 1055 | 2026-08-05T19:26:37.444Z | Downloaded blake3 v1.8.5 |
| 1056 | 2026-08-05T19:26:37.448Z | Downloaded smallvec v1.15.1 |
| 1057 | 2026-08-05T19:26:37.451Z | Downloaded getrandom v0.2.17 |
| 1058 | 2026-08-05T19:26:37.451Z | Downloaded num-bigint-dig v0.8.6 |
| 1059 | 2026-08-05T19:26:37.454Z | Downloaded unicode-bidi v0.3.18 |
| 1060 | 2026-08-05T19:26:37.457Z | Downloaded schemars v0.8.22 |
| 1061 | 2026-08-05T19:26:37.462Z | Downloaded quinn v0.11.11 |
| 1062 | 2026-08-05T19:26:37.466Z | Downloaded getrandom v0.3.4 |
| 1063 | 2026-08-05T19:26:37.469Z | Downloaded aho-corasick v1.1.4 |
| 1064 | 2026-08-05T19:26:37.472Z | Downloaded p384 v0.14.0 |
| 1065 | 2026-08-05T19:26:37.472Z | Downloaded p521 v0.14.0 |
| 1066 | 2026-08-05T19:26:37.475Z | Downloaded serde v1.0.228 |
| 1067 | 2026-08-05T19:26:37.477Z | Downloaded base64 v0.22.1 |
| 1068 | 2026-08-05T19:26:37.480Z | Downloaded rand v0.10.1 |
| 1069 | 2026-08-05T19:26:37.483Z | Downloaded serde_with v1.14.0 |
| 1070 | 2026-08-05T19:26:37.486Z | Downloaded bit-vec v0.6.3 |
| 1071 | 2026-08-05T19:26:37.486Z | Downloaded zerotrie v0.2.3 |
| 1072 | 2026-08-05T19:26:37.489Z | Downloaded memchr v2.8.0 |
| 1073 | 2026-08-05T19:26:37.492Z | Downloaded prefix-trie v0.7.0 |
| 1074 | 2026-08-05T19:26:37.492Z | Downloaded syn v2.0.117 |
| 1075 | 2026-08-05T19:26:37.506Z | Downloaded pest v2.8.6 |
| 1076 | 2026-08-05T19:26:37.509Z | Downloaded flate2 v1.1.9 |
| 1077 | 2026-08-05T19:26:37.512Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1078 | 2026-08-05T19:26:37.516Z | Downloaded gimli v0.32.3 |
| 1079 | 2026-08-05T19:26:37.521Z | Downloaded curve25519-dalek v5.0.0 |
| 1080 | 2026-08-05T19:26:37.526Z | Downloaded samael v0.0.19 |
| 1081 | 2026-08-05T19:26:37.529Z | Downloaded tough v0.22.0 |
| 1082 | 2026-08-05T19:26:37.535Z | Downloaded regress v0.10.5 |
| 1083 | 2026-08-05T19:26:37.540Z | Downloaded ed25519-dalek v3.0.0 |
| 1084 | 2026-08-05T19:26:37.543Z | Downloaded object v0.37.3 |
| 1085 | 2026-08-05T19:26:37.549Z | Downloaded zerocopy v0.7.35 |
| 1086 | 2026-08-05T19:26:37.558Z | Downloaded plotters v0.3.7 |
| 1087 | 2026-08-05T19:26:37.565Z | Downloaded publicsuffix v2.3.0 |
| 1088 | 2026-08-05T19:26:37.569Z | Downloaded regex-syntax v0.6.29 |
| 1089 | 2026-08-05T19:26:37.569Z | Downloaded bindgen v0.71.1 |
| 1090 | 2026-08-05T19:26:37.572Z | Downloaded unicode-normalization v0.1.25 |
| 1091 | 2026-08-05T19:26:37.579Z | Downloaded rustix v0.38.44 |
| 1092 | 2026-08-05T19:26:37.587Z | Downloaded chrono-tz v0.10.4 |
| 1093 | 2026-08-05T19:26:37.598Z | Downloaded hickory-proto v0.24.4 |
| 1094 | 2026-08-05T19:26:37.607Z | Downloaded dropshot v0.17.1 |
| 1095 | 2026-08-05T19:26:37.619Z | Downloaded russh v0.62.4 |
| 1096 | 2026-08-05T19:26:37.624Z | Downloaded zerocopy v0.8.40 |
| 1097 | 2026-08-05T19:26:37.629Z | Downloaded num-bigint v0.4.6 |
| 1098 | 2026-08-05T19:26:37.633Z | Downloaded rustix v1.1.3 |
| 1099 | 2026-08-05T19:26:37.645Z | Downloaded openssl v0.10.80 |
| 1100 | 2026-08-05T19:26:37.651Z | Downloaded tabled v0.20.0 |
| 1101 | 2026-08-05T19:26:37.661Z | Downloaded rustls v0.23.41 |
| 1102 | 2026-08-05T19:26:37.668Z | Downloaded syn v1.0.109 |
| 1103 | 2026-08-05T19:26:37.674Z | Downloaded regress v0.11.1 |
| 1104 | 2026-08-05T19:26:37.679Z | Downloaded mio v1.2.0 |
| 1105 | 2026-08-05T19:26:37.682Z | Downloaded itertools v0.13.0 |
| 1106 | 2026-08-05T19:26:37.686Z | Downloaded petname v2.0.2 |
| 1107 | 2026-08-05T19:26:37.689Z | Downloaded radix_trie v0.2.1 |
| 1108 | 2026-08-05T19:26:37.692Z | Downloaded lalrpop v0.19.12 |
| 1109 | 2026-08-05T19:26:37.697Z | Downloaded bstr v1.12.1 |
| 1110 | 2026-08-05T19:26:37.702Z | Downloaded smoltcp v0.9.1 |
| 1111 | 2026-08-05T19:26:37.709Z | Downloaded tokio-postgres v0.7.16 |
| 1112 | 2026-08-05T19:26:37.712Z | Downloaded unicode-width v0.1.14 |
| 1113 | 2026-08-05T19:26:37.718Z | Downloaded reqwest v0.12.28 |
| 1114 | 2026-08-05T19:26:37.722Z | Downloaded salty v0.3.0 |
| 1115 | 2026-08-05T19:26:37.735Z | Downloaded smoltcp v0.11.0 |
| 1116 | 2026-08-05T19:26:37.741Z | Downloaded polar-core v0.27.3 |
| 1117 | 2026-08-05T19:26:37.770Z | Downloaded quick-xml v0.37.5 |
| 1118 | 2026-08-05T19:26:37.777Z | Downloaded nix v0.31.2 |
| 1119 | 2026-08-05T19:26:37.785Z | Downloaded object v0.30.4 |
| 1120 | 2026-08-05T19:26:37.791Z | Downloaded openapiv3 v2.2.0 |
| 1121 | 2026-08-05T19:26:37.797Z | Downloaded tracing v0.1.44 |
| 1122 | 2026-08-05T19:26:37.811Z | Downloaded zlib-rs v0.6.2 |
| 1123 | 2026-08-05T19:26:37.814Z | Downloaded nix v0.27.1 |
| 1124 | 2026-08-05T19:26:37.821Z | Downloaded moka v0.12.13 |
| 1125 | 2026-08-05T19:26:37.825Z | Downloaded unicode-width v0.2.0 |
| 1126 | 2026-08-05T19:26:37.829Z | Downloaded nix v0.28.0 |
| 1127 | 2026-08-05T19:26:37.835Z | Downloaded sled v0.34.7 |
| 1128 | 2026-08-05T19:26:37.841Z | Downloaded regex-automata v0.4.14 |
| 1129 | 2026-08-05T19:26:37.849Z | Downloaded jiff v0.2.34 |
| 1130 | 2026-08-05T19:26:37.859Z | Downloaded regex-syntax v0.8.10 |
| 1131 | 2026-08-05T19:26:37.863Z | Downloaded typify-impl v0.6.2 |
| 1132 | 2026-08-05T19:26:37.872Z | Downloaded petgraph v0.6.5 |
| 1133 | 2026-08-05T19:26:37.883Z | Downloaded csv v1.4.0 |
| 1134 | 2026-08-05T19:26:37.901Z | Downloaded petgraph v0.8.3 |
| 1135 | 2026-08-05T19:26:37.923Z | Downloaded libc v0.2.185 |
| 1136 | 2026-08-05T19:26:37.944Z | Downloaded tokio v1.52.1 |
| 1137 | 2026-08-05T19:26:37.967Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1138 | 2026-08-05T19:26:37.974Z | Downloaded diesel v2.3.7 |
| 1139 | 2026-08-05T19:26:37.986Z | Downloaded sqlparser v0.61.0 |
| 1140 | 2026-08-05T19:26:37.991Z | Downloaded ratatui v0.29.0 |
| 1141 | 2026-08-05T19:26:38.003Z | Downloaded sha3 v0.11.0 |
| 1142 | 2026-08-05T19:26:38.008Z | Downloaded zerocopy-derive v0.6.6 |
| 1143 | 2026-08-05T19:26:38.014Z | Downloaded ring v0.17.14 |
| 1144 | 2026-08-05T19:26:38.072Z | Downloaded libz-sys v1.1.24 |
| 1145 | 2026-08-05T19:26:38.094Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1146 | 2026-08-05T19:26:38.105Z | Downloaded sha3 v0.10.8 |
| 1147 | 2026-08-05T19:26:38.221Z | Downloaded encoding_rs v0.8.35 |
| 1148 | 2026-08-05T19:26:38.235Z | Downloaded httpmock v0.8.3 |
| 1149 | 2026-08-05T19:26:38.256Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1150 | 2026-08-05T19:26:38.535Z | Downloaded aws-lc-sys v0.40.0 |
| 1151 | 2026-08-05T19:26:38.968Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1152 | 2026-08-05T19:26:45.511Z | Startup: Refreshing catalog 'helios' ... Done |
| 1153 | 2026-08-05T19:26:45.755Z | Startup: Caching catalogs ... Done |
| 1154 | 2026-08-05T19:26:47.107Z | Planning: Solver setup ... Done (1.266s) |
| 1155 | 2026-08-05T19:26:47.152Z | Planning: Running solver ... Done (0.045s) |
| 1156 | 2026-08-05T19:26:47.217Z | Planning: Finding local manifests ... Done (0.032s) |
| 1157 | 2026-08-05T19:26:47.228Z | Planning: Fetching manifests: 0/2 0% complete |
| 1158 | 2026-08-05T19:26:47.253Z | Planning: Fetching manifests: 2/2 100% complete |
| 1159 | 2026-08-05T19:26:47.268Z | Planning: Package planning ... Done (0.016s) |
| 1160 | 2026-08-05T19:26:47.271Z | Planning: Merging actions ... Done (0.001s) |
| 1161 | 2026-08-05T19:26:47.469Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 1162 | 2026-08-05T19:26:47.472Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1163 | 2026-08-05T19:26:49.712Z | Planning: Evaluating mediators ... Done (2.242s) |
| 1164 | 2026-08-05T19:26:49.715Z | Planning: Planning completed in 3.93 seconds |
| 1165 | 2026-08-05T19:26:49.721Z | Packages to install: 2 |
| 1166 | 2026-08-05T19:26:49.721Z | Estimated space available: 155.73 GB |
| 1167 | 2026-08-05T19:26:49.721Z | Estimated space to be consumed: 56.47 MB |
| 1168 | 2026-08-05T19:26:49.721Z | Create boot environment: No |
| 1169 | 2026-08-05T19:26:49.721Z | Create backup boot environment: No |
| 1170 | 2026-08-05T19:26:49.721Z | Rebuild boot archive: No |
| 1171 | 2026-08-05T19:26:49.725Z | |
| 1172 | 2026-08-05T19:26:49.725Z | Changed packages: |
| 1173 | 2026-08-05T19:26:49.725Z | helios |
| 1174 | 2026-08-05T19:26:49.725Z | developer/build-essential |
| 1175 | 2026-08-05T19:26:49.725Z | None -> 11-3.0 |
| 1176 | 2026-08-05T19:26:49.725Z | library/libxmlsec1 |
| 1177 | 2026-08-05T19:26:49.725Z | None -> 1.2.35-3.0 |
| 1178 | 2026-08-05T19:26:49.806Z | |
| 1179 | 2026-08-05T19:26:49.806Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1180 | 2026-08-05T19:26:49.876Z | Download: Completed 1.28 MB in 0.07 seconds (18.2M/s) |
| 1181 | 2026-08-05T19:26:49.957Z | Actions: 1/268 actions (Installing new actions) |
| 1182 | 2026-08-05T19:26:49.997Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1183 | 2026-08-05T19:26:50.023Z | Finalize: Updating package state database ... Done (0.025s) |
| 1184 | 2026-08-05T19:26:50.026Z | Finalize: Updating package cache ... Done (0.000s) |
| 1185 | 2026-08-05T19:26:50.085Z | Finalize: Updating image state ... Done (0.061s) |
| 1186 | 2026-08-05T19:26:53.431Z | Finalize: Creating fast lookup database ... Done (3.306s) |
| 1187 | 2026-08-05T19:26:53.501Z | Finalize: Reading search index ... Done (0.012s) |
| 1188 | 2026-08-05T19:26:53.504Z | Finalize: Updating search index ... Done (0.000s) |
| 1189 | 2026-08-05T19:26:53.657Z | Finalize: Updating package cache ... Done (0.000s) |
| 1190 | 2026-08-05T19:26:54.023Z | Planning: Evaluating mediator changes ... Done |
| 1191 | 2026-08-05T19:26:54.130Z | Planning: Checking for conflicting actions ... Done |
| 1192 | 2026-08-05T19:26:54.133Z | Planning: Consolidating action changes ... Done |
| 1193 | 2026-08-05T19:26:54.289Z | Planning: Evaluating mediators ... Done |
| 1194 | 2026-08-05T19:26:54.292Z | Planning: Planning completed in 0.27 seconds |
| 1195 | 2026-08-05T19:26:54.313Z | Mediators to change: 2 |
| 1196 | 2026-08-05T19:26:54.313Z | Create boot environment: No |
| 1197 | 2026-08-05T19:26:54.313Z | Create backup boot environment: No |
| 1198 | 2026-08-05T19:26:54.363Z | Finalize: Updating package state database ... Done |
| 1199 | 2026-08-05T19:26:54.363Z | Finalize: Updating package cache ... Done |
| 1200 | 2026-08-05T19:26:54.401Z | Finalize: Updating image state ... Done |
| 1201 | 2026-08-05T19:26:56.373Z | Finalize: Creating fast lookup database ... Done |
| 1202 | 2026-08-05T19:26:56.439Z | Finalize: Reading search index ... Done |
| 1203 | 2026-08-05T19:26:56.442Z | Finalize: Updating search index ... Done |
| 1204 | 2026-08-05T19:26:56.521Z | Finalize: Updating package cache ... Done |
| 1205 | 2026-08-05T19:26:56.810Z | Planning: Evaluating mediator changes ... Done |
| 1206 | 2026-08-05T19:26:56.919Z | Planning: Checking for conflicting actions ... Done |
| 1207 | 2026-08-05T19:26:56.922Z | Planning: Consolidating action changes ... Done |
| 1208 | 2026-08-05T19:26:57.080Z | Planning: Evaluating mediators ... Done |
| 1209 | 2026-08-05T19:26:57.083Z | Planning: Planning completed in 0.27 seconds |
| 1210 | 2026-08-05T19:26:57.104Z | Mediators to change: 1 |
| 1211 | 2026-08-05T19:26:57.104Z | Create boot environment: No |
| 1212 | 2026-08-05T19:26:57.104Z | Create backup boot environment: No |
| 1213 | 2026-08-05T19:26:57.147Z | Finalize: Updating package state database ... Done |
| 1214 | 2026-08-05T19:26:57.147Z | Finalize: Updating package cache ... Done |
| 1215 | 2026-08-05T19:26:57.186Z | Finalize: Updating image state ... Done |
| 1216 | 2026-08-05T19:26:59.161Z | Finalize: Creating fast lookup database ... Done |
| 1217 | 2026-08-05T19:26:59.226Z | Finalize: Reading search index ... Done |
| 1218 | 2026-08-05T19:26:59.231Z | Finalize: Updating search index ... Done |
| 1219 | 2026-08-05T19:26:59.293Z | Finalize: Updating package cache ... Done |
| 1220 | 2026-08-05T19:26:59.656Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1221 | 2026-08-05T19:26:59.656Z | apache system 2.4 system |
| 1222 | 2026-08-05T19:26:59.656Z | clang system 15 system |
| 1223 | 2026-08-05T19:26:59.656Z | csh system system illumos |
| 1224 | 2026-08-05T19:26:59.656Z | ctags system system illumos |
| 1225 | 2026-08-05T19:26:59.656Z | file vendor vendor darwinsys |
| 1226 | 2026-08-05T19:26:59.656Z | file system system illumos |
| 1227 | 2026-08-05T19:26:59.656Z | gcc vendor 14 vendor |
| 1228 | 2026-08-05T19:26:59.657Z | gcc system 13 system |
| 1229 | 2026-08-05T19:26:59.657Z | gcc system 10 system |
| 1230 | 2026-08-05T19:26:59.657Z | go system 1.25 system |
| 1231 | 2026-08-05T19:26:59.657Z | llvm system 15 system |
| 1232 | 2026-08-05T19:26:59.657Z | mariadb system 11.4 system |
| 1233 | 2026-08-05T19:26:59.657Z | mta vendor vendor dma |
| 1234 | 2026-08-05T19:26:59.657Z | openjdk system 17 system |
| 1235 | 2026-08-05T19:26:59.657Z | openjdk system 11 system |
| 1236 | 2026-08-05T19:26:59.657Z | openssl vendor 3 vendor |
| 1237 | 2026-08-05T19:26:59.657Z | perl system 5.40 system |
| 1238 | 2026-08-05T19:26:59.657Z | postgresql system 18 system |
| 1239 | 2026-08-05T19:26:59.658Z | postgresql system 17 system |
| 1240 | 2026-08-05T19:26:59.658Z | python vendor 3 vendor |
| 1241 | 2026-08-05T19:26:59.658Z | python system 2 system |
| 1242 | 2026-08-05T19:26:59.658Z | python3 vendor 3.13 vendor |
| 1243 | 2026-08-05T19:26:59.658Z | ruby system 3.4 system |
| 1244 | 2026-08-05T19:26:59.658Z | ruby system 3.0 system |
| 1245 | 2026-08-05T19:26:59.658Z | words vendor vendor american-english |
| 1246 | 2026-08-05T19:26:59.658Z | words system system australian-english |
| 1247 | 2026-08-05T19:26:59.658Z | words system system british-english |
| 1248 | 2026-08-05T19:26:59.658Z | words system system canadian-english |
| 1249 | 2026-08-05T19:26:59.658Z | words system system french |
| 1250 | 2026-08-05T19:26:59.658Z | words system system italian |
| 1251 | 2026-08-05T19:26:59.659Z | words system system ngerman |
| 1252 | 2026-08-05T19:26:59.659Z | words system system ogerman |
| 1253 | 2026-08-05T19:26:59.659Z | words system system spanish |
| 1254 | 2026-08-05T19:26:59.926Z | PUBLISHER TYPE STATUS P LOCATION |
| 1255 | 2026-08-05T19:26:59.926Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1256 | 2026-08-05T19:27:00.328Z | FMRI IFO |
| 1257 | 2026-08-05T19:27:00.328Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1258 | 2026-08-05T19:27:00.328Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1259 | 2026-08-05T19:27:00.328Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1260 | 2026-08-05T19:27:00.329Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1261 | 2026-08-05T19:27:00.329Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1262 | 2026-08-05T19:27:00.329Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1263 | 2026-08-05T19:27:00.329Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1264 | 2026-08-05T19:27:00.329Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1265 | 2026-08-05T19:27:00.329Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1266 | 2026-08-05T19:27:00.870Z | Downloading crates ... |
| 1267 | 2026-08-05T19:27:00.917Z | Downloaded cargo_toml v0.21.0 |
| 1268 | 2026-08-05T19:27:00.966Z | Compiling proc-macro2 v1.0.106 |
| 1269 | 2026-08-05T19:27:00.966Z | Compiling quote v1.0.45 |
| 1270 | 2026-08-05T19:27:00.966Z | Compiling unicode-ident v1.0.24 |
| 1271 | 2026-08-05T19:27:00.966Z | Compiling serde_core v1.0.228 |
| 1272 | 2026-08-05T19:27:00.970Z | Compiling libc v0.2.185 |
| 1273 | 2026-08-05T19:27:00.970Z | Compiling version_check v0.9.5 |
| 1274 | 2026-08-05T19:27:00.970Z | Compiling memchr v2.8.0 |
| 1275 | 2026-08-05T19:27:00.970Z | Compiling serde v1.0.228 |
| 1276 | 2026-08-05T19:27:01.048Z | Compiling zmij v1.0.21 |
| 1277 | 2026-08-05T19:27:01.051Z | Compiling itoa v1.0.17 |
| 1278 | 2026-08-05T19:27:01.055Z | Compiling ucd-trie v0.1.7 |
| 1279 | 2026-08-05T19:27:01.058Z | Compiling thiserror v1.0.69 |
| 1280 | 2026-08-05T19:27:01.058Z | Compiling byteorder v1.5.0 |
| 1281 | 2026-08-05T19:27:01.063Z | Compiling rustix v1.1.3 |
| 1282 | 2026-08-05T19:27:01.314Z | Compiling serde_json v1.0.151 |
| 1283 | 2026-08-05T19:27:01.422Z | Compiling bitflags v2.11.0 |
| 1284 | 2026-08-05T19:27:01.486Z | Compiling syn v1.0.109 |
| 1285 | 2026-08-05T19:27:01.556Z | Compiling pest v2.8.6 |
| 1286 | 2026-08-05T19:27:01.646Z | Compiling proc-macro-error-attr v1.0.4 |
| 1287 | 2026-08-05T19:27:01.790Z | Compiling usdt-impl v0.5.0 |
| 1288 | 2026-08-05T19:27:01.869Z | Compiling camino v1.2.2 |
| 1289 | 2026-08-05T19:27:01.891Z | Compiling proc-macro-error v1.0.4 |
| 1290 | 2026-08-05T19:27:01.957Z | Compiling getrandom v0.4.1 |
| 1291 | 2026-08-05T19:27:01.974Z | Compiling hashbrown v0.17.0 |
| 1292 | 2026-08-05T19:27:02.002Z | Compiling plain v0.2.3 |
| 1293 | 2026-08-05T19:27:02.049Z | Compiling log v0.4.29 |
| 1294 | 2026-08-05T19:27:02.059Z | Compiling utf8parse v0.2.2 |
| 1295 | 2026-08-05T19:27:02.102Z | Compiling equivalent v1.0.2 |
| 1296 | 2026-08-05T19:27:02.186Z | Compiling anstyle-parse v1.0.0 |
| 1297 | 2026-08-05T19:27:02.206Z | Compiling pretty-hex v0.4.1 |
| 1298 | 2026-08-05T19:27:02.215Z | Compiling anstyle v1.0.14 |
| 1299 | 2026-08-05T19:27:02.239Z | Compiling autocfg v1.5.0 |
| 1300 | 2026-08-05T19:27:02.252Z | Compiling anstyle-query v1.1.5 |
| 1301 | 2026-08-05T19:27:02.257Z | Compiling thiserror v2.0.18 |
| 1302 | 2026-08-05T19:27:02.273Z | Compiling winnow v0.7.14 |
| 1303 | 2026-08-05T19:27:02.279Z | Compiling is_terminal_polyfill v1.70.2 |
| 1304 | 2026-08-05T19:27:02.350Z | Compiling colorchoice v1.0.4 |
| 1305 | 2026-08-05T19:27:02.364Z | Compiling errno v0.3.14 |
| 1306 | 2026-08-05T19:27:02.365Z | Compiling thread-id v4.2.2 |
| 1307 | 2026-08-05T19:27:02.387Z | Compiling toml_write v0.1.2 |
| 1308 | 2026-08-05T19:27:02.391Z | Compiling cfg-if v1.0.4 |
| 1309 | 2026-08-05T19:27:02.445Z | Compiling anstream v1.0.0 |
| 1310 | 2026-08-05T19:27:02.470Z | Compiling fastrand v2.3.0 |
| 1311 | 2026-08-05T19:27:02.473Z | Compiling clap_lex v1.0.0 |
| 1312 | 2026-08-05T19:27:02.529Z | Compiling heck v0.5.0 |
| 1313 | 2026-08-05T19:27:02.539Z | Compiling indexmap v2.14.0 |
| 1314 | 2026-08-05T19:27:02.610Z | Compiling unicode-width v0.1.14 |
| 1315 | 2026-08-05T19:27:02.639Z | Compiling pest_meta v2.8.6 |
| 1316 | 2026-08-05T19:27:02.665Z | Compiling strsim v0.11.1 |
| 1317 | 2026-08-05T19:27:02.689Z | Compiling fs-err v3.3.0 |
| 1318 | 2026-08-05T19:27:02.754Z | Compiling heck v0.4.1 |
| 1319 | 2026-08-05T19:27:02.766Z | Compiling fnv v1.0.7 |
| 1320 | 2026-08-05T19:27:02.784Z | Compiling bytecount v0.6.9 |
| 1321 | 2026-08-05T19:27:02.847Z | Compiling once_cell v1.21.3 |
| 1322 | 2026-08-05T19:27:02.904Z | Compiling anyhow v1.0.102 |
| 1323 | 2026-08-05T19:27:02.966Z | Compiling papergrid v0.11.0 |
| 1324 | 2026-08-05T19:27:02.967Z | Compiling syn v2.0.117 |
| 1325 | 2026-08-05T19:27:02.974Z | Compiling memmap v0.7.0 |
| 1326 | 2026-08-05T19:27:02.985Z | Compiling unicode-linebreak v0.1.5 |
| 1327 | 2026-08-05T19:27:03.003Z | Compiling unicode-width v0.2.0 |
| 1328 | 2026-08-05T19:27:03.013Z | Compiling smawk v0.3.2 |
| 1329 | 2026-08-05T19:27:03.163Z | Compiling swrite v0.1.0 |
| 1330 | 2026-08-05T19:27:03.347Z | Compiling terminal_size v0.4.3 |
| 1331 | 2026-08-05T19:27:03.357Z | Compiling tempfile v3.25.0 |
| 1332 | 2026-08-05T19:27:03.458Z | Compiling clap_builder v4.6.0 |
| 1333 | 2026-08-05T19:27:03.458Z | Compiling textwrap v0.16.2 |
| 1334 | 2026-08-05T19:27:03.694Z | Compiling semver v1.0.28 |
| 1335 | 2026-08-05T19:27:03.695Z | Compiling cargo-platform v0.3.2 |
| 1336 | 2026-08-05T19:27:03.945Z | Compiling camino-tempfile v1.4.1 |
| 1337 | 2026-08-05T19:27:04.350Z | Compiling tabled_derive v0.7.0 |
| 1338 | 2026-08-05T19:27:05.011Z | Compiling tabled v0.15.0 |
| 1339 | 2026-08-05T19:27:05.034Z | Compiling pest_generator v2.8.6 |
| 1340 | 2026-08-05T19:27:05.528Z | Compiling serde_derive v1.0.228 |
| 1341 | 2026-08-05T19:27:05.529Z | Compiling thiserror-impl v1.0.69 |
| 1342 | 2026-08-05T19:27:05.533Z | Compiling zerocopy-derive v0.7.35 |
| 1343 | 2026-08-05T19:27:05.534Z | Compiling scroll_derive v0.12.1 |
| 1344 | 2026-08-05T19:27:05.534Z | Compiling thiserror-impl v2.0.18 |
| 1345 | 2026-08-05T19:27:05.534Z | Compiling clap_derive v4.6.1 |
| 1346 | 2026-08-05T19:27:05.555Z | Compiling pest_derive v2.8.6 |
| 1347 | 2026-08-05T19:27:06.149Z | Compiling scroll v0.12.0 |
| 1348 | 2026-08-05T19:27:06.229Z | Compiling zerocopy v0.7.35 |
| 1349 | 2026-08-05T19:27:06.355Z | Compiling goblin v0.8.2 |
| 1350 | 2026-08-05T19:27:06.534Z | Compiling dtrace-parser v0.2.0 |
| 1351 | 2026-08-05T19:27:06.855Z | Compiling clap v4.6.1 |
| 1352 | 2026-08-05T19:27:07.949Z | Compiling serde_spanned v0.6.9 |
| 1353 | 2026-08-05T19:27:07.949Z | Compiling toml_datetime v0.6.11 |
| 1354 | 2026-08-05T19:27:07.949Z | Compiling cargo_metadata v0.23.1 |
| 1355 | 2026-08-05T19:27:07.952Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1356 | 2026-08-05T19:27:07.952Z | Compiling macaddr v1.0.1 |
| 1357 | 2026-08-05T19:27:07.960Z | Compiling dof v0.3.0 |
| 1358 | 2026-08-05T19:27:07.963Z | Compiling serde_tokenstream v0.2.3 |
| 1359 | 2026-08-05T19:27:08.109Z | Compiling toml_edit v0.22.27 |
| 1360 | 2026-08-05T19:27:08.649Z | Compiling usdt-macro v0.5.0 |
| 1361 | 2026-08-05T19:27:08.649Z | Compiling usdt-attr-macro v0.5.0 |
| 1362 | 2026-08-05T19:27:09.240Z | Compiling usdt v0.5.0 |
| 1363 | 2026-08-05T19:27:09.378Z | Compiling toml v0.8.23 |
| 1364 | 2026-08-05T19:27:09.706Z | Compiling cargo_toml v0.21.0 |
| 1365 | 2026-08-05T19:27:10.987Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1366 | 2026-08-05T19:27:13.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s |
| 1367 | 2026-08-05T19:27:13.101Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1368 | 2026-08-05T19:27:13.867Z | Compiling libc v0.2.185 |
| 1369 | 2026-08-05T19:27:13.867Z | Compiling serde_core v1.0.228 |
| 1370 | 2026-08-05T19:27:13.867Z | Compiling serde v1.0.228 |
| 1371 | 2026-08-05T19:27:13.867Z | Compiling log v0.4.29 |
| 1372 | 2026-08-05T19:27:13.867Z | Compiling smallvec v1.15.1 |
| 1373 | 2026-08-05T19:27:13.871Z | Compiling find-msvc-tools v0.1.9 |
| 1374 | 2026-08-05T19:27:13.871Z | Compiling shlex v1.3.0 |
| 1375 | 2026-08-05T19:27:13.871Z | Compiling subtle v2.6.1 |
| 1376 | 2026-08-05T19:27:14.015Z | Compiling scopeguard v1.2.0 |
| 1377 | 2026-08-05T19:27:14.025Z | Compiling typenum v1.20.1 |
| 1378 | 2026-08-05T19:27:14.029Z | Compiling stable_deref_trait v1.2.1 |
| 1379 | 2026-08-05T19:27:14.029Z | Compiling zerocopy v0.8.40 |
| 1380 | 2026-08-05T19:27:14.035Z | Compiling portable-atomic v1.13.1 |
| 1381 | 2026-08-05T19:27:14.061Z | Compiling serde_json v1.0.151 |
| 1382 | 2026-08-05T19:27:14.085Z | Compiling syn v2.0.117 |
| 1383 | 2026-08-05T19:27:14.110Z | Compiling critical-section v1.2.0 |
| 1384 | 2026-08-05T19:27:14.174Z | Compiling lock_api v0.4.14 |
| 1385 | 2026-08-05T19:27:14.186Z | Compiling libm v0.2.16 |
| 1386 | 2026-08-05T19:27:14.189Z | Compiling num-traits v0.2.19 |
| 1387 | 2026-08-05T19:27:14.214Z | Compiling pkg-config v0.3.32 |
| 1388 | 2026-08-05T19:27:14.214Z | Compiling generic-array v0.14.7 |
| 1389 | 2026-08-05T19:27:14.270Z | Compiling const-oid v0.9.6 |
| 1390 | 2026-08-05T19:27:14.327Z | Compiling pin-project-lite v0.2.17 |
| 1391 | 2026-08-05T19:27:14.355Z | Compiling parking_lot_core v0.9.12 |
| 1392 | 2026-08-05T19:27:14.367Z | Compiling getrandom v0.4.1 |
| 1393 | 2026-08-05T19:27:14.396Z | Compiling rand_core v0.10.0 |
| 1394 | 2026-08-05T19:27:14.470Z | Compiling percent-encoding v2.3.2 |
| 1395 | 2026-08-05T19:27:14.495Z | Compiling litemap v0.8.1 |
| 1396 | 2026-08-05T19:27:14.526Z | Compiling futures-core v0.3.32 |
| 1397 | 2026-08-05T19:27:14.589Z | Compiling writeable v0.6.2 |
| 1398 | 2026-08-05T19:27:14.620Z | Compiling icu_normalizer_data v2.1.1 |
| 1399 | 2026-08-05T19:27:14.665Z | Compiling icu_properties_data v2.1.2 |
| 1400 | 2026-08-05T19:27:14.671Z | Compiling getrandom v0.3.4 |
| 1401 | 2026-08-05T19:27:14.692Z | Compiling futures-sink v0.3.32 |
| 1402 | 2026-08-05T19:27:14.706Z | Compiling futures-io v0.3.32 |
| 1403 | 2026-08-05T19:27:14.709Z | Compiling utf8_iter v1.0.4 |
| 1404 | 2026-08-05T19:27:14.769Z | Compiling rustix v1.1.3 |
| 1405 | 2026-08-05T19:27:14.802Z | Compiling futures-channel v0.3.32 |
| 1406 | 2026-08-05T19:27:14.818Z | Compiling futures-task v0.3.32 |
| 1407 | 2026-08-05T19:27:14.821Z | Compiling slab v0.4.12 |
| 1408 | 2026-08-05T19:27:14.885Z | Compiling form_urlencoded v1.2.2 |
| 1409 | 2026-08-05T19:27:14.910Z | Compiling rustversion v1.0.22 |
| 1410 | 2026-08-05T19:27:14.985Z | Compiling jobserver v0.1.34 |
| 1411 | 2026-08-05T19:27:15.012Z | Compiling errno v0.3.14 |
| 1412 | 2026-08-05T19:27:15.027Z | Compiling getrandom v0.2.17 |
| 1413 | 2026-08-05T19:27:15.059Z | Compiling mio v1.2.0 |
| 1414 | 2026-08-05T19:27:15.075Z | Compiling once_cell v1.21.3 |
| 1415 | 2026-08-05T19:27:15.090Z | Compiling socket2 v0.6.3 |
| 1416 | 2026-08-05T19:27:15.120Z | Compiling signal-hook-registry v1.4.8 |
| 1417 | 2026-08-05T19:27:15.189Z | Compiling rand_core v0.6.4 |
| 1418 | 2026-08-05T19:27:15.193Z | Compiling iana-time-zone v0.1.65 |
| 1419 | 2026-08-05T19:27:15.271Z | Compiling cc v1.2.56 |
| 1420 | 2026-08-05T19:27:15.289Z | Compiling parking_lot v0.12.5 |
| 1421 | 2026-08-05T19:27:15.322Z | Compiling base64ct v1.8.3 |
| 1422 | 2026-08-05T19:27:15.355Z | Compiling regex-syntax v0.8.10 |
| 1423 | 2026-08-05T19:27:15.410Z | Compiling fs_extra v1.3.0 |
| 1424 | 2026-08-05T19:27:15.426Z | Compiling flagset v0.4.7 |
| 1425 | 2026-08-05T19:27:15.446Z | Compiling dunce v1.0.5 |
| 1426 | 2026-08-05T19:27:15.480Z | Compiling ident_case v1.0.1 |
| 1427 | 2026-08-05T19:27:15.521Z | Compiling base64 v0.22.1 |
| 1428 | 2026-08-05T19:27:15.550Z | Compiling rand_core v0.9.5 |
| 1429 | 2026-08-05T19:27:15.564Z | Compiling pem-rfc7468 v0.7.0 |
| 1430 | 2026-08-05T19:27:15.580Z | Compiling syn v1.0.109 |
| 1431 | 2026-08-05T19:27:15.616Z | Compiling vcpkg v0.2.15 |
| 1432 | 2026-08-05T19:27:15.631Z | Compiling tracing-core v0.1.36 |
| 1433 | 2026-08-05T19:27:15.644Z | Compiling dyn-clone v1.0.20 |
| 1434 | 2026-08-05T19:27:15.683Z | Compiling cpufeatures v0.2.17 |
| 1435 | 2026-08-05T19:27:15.697Z | Compiling aws-lc-rs v1.16.3 |
| 1436 | 2026-08-05T19:27:15.723Z | Compiling schemars v0.8.22 |
| 1437 | 2026-08-05T19:27:15.767Z | Compiling spin v0.9.8 |
| 1438 | 2026-08-05T19:27:15.798Z | Compiling crc32fast v1.5.0 |
| 1439 | 2026-08-05T19:27:15.844Z | Compiling cmov v0.5.4 |
| 1440 | 2026-08-05T19:27:15.869Z | Compiling httparse v1.10.1 |
| 1441 | 2026-08-05T19:27:15.883Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-08-05T19:27:15.982Z | Compiling openssl-probe v0.2.1 |
| 1443 | 2026-08-05T19:27:15.996Z | Compiling cmake v0.1.57 |
| 1444 | 2026-08-05T19:27:15.996Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-08-05T19:27:16.022Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-08-05T19:27:16.026Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-08-05T19:27:16.047Z | Compiling ctutils v0.4.2 |
| 1448 | 2026-08-05T19:27:16.065Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-08-05T19:27:16.145Z | Compiling radium v0.7.0 |
| 1450 | 2026-08-05T19:27:16.173Z | Compiling bitflags v2.11.0 |
| 1451 | 2026-08-05T19:27:16.210Z | Compiling semver v1.0.28 |
| 1452 | 2026-08-05T19:27:16.214Z | Compiling indexmap v2.14.0 |
| 1453 | 2026-08-05T19:27:16.253Z | Compiling uuid v1.23.4 |
| 1454 | 2026-08-05T19:27:16.361Z | Compiling untrusted v0.7.1 |
| 1455 | 2026-08-05T19:27:16.390Z | Compiling tower-service v0.3.3 |
| 1456 | 2026-08-05T19:27:16.394Z | Compiling try-lock v0.2.5 |
| 1457 | 2026-08-05T19:27:16.443Z | Compiling rustc_version v0.4.1 |
| 1458 | 2026-08-05T19:27:16.497Z | Compiling want v0.3.1 |
| 1459 | 2026-08-05T19:27:16.529Z | Compiling openssl v0.10.80 |
| 1460 | 2026-08-05T19:27:16.549Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-08-05T19:27:16.570Z | Compiling untrusted v0.9.0 |
| 1462 | 2026-08-05T19:27:16.631Z | Compiling rustls v0.23.41 |
| 1463 | 2026-08-05T19:27:16.681Z | Compiling tap v1.0.1 |
| 1464 | 2026-08-05T19:27:16.706Z | Compiling maybe-uninit v2.0.0 |
| 1465 | 2026-08-05T19:27:16.727Z | Compiling simd-adler32 v0.3.8 |
| 1466 | 2026-08-05T19:27:16.782Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-08-05T19:27:16.797Z | Compiling wyz v0.5.1 |
| 1468 | 2026-08-05T19:27:16.827Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-08-05T19:27:16.830Z | Compiling num-integer v0.1.46 |
| 1470 | 2026-08-05T19:27:16.860Z | Compiling aws-lc-sys v0.40.0 |
| 1471 | 2026-08-05T19:27:16.877Z | Compiling openssl-sys v0.9.117 |
| 1472 | 2026-08-05T19:27:16.890Z | Compiling regex-automata v0.4.14 |
| 1473 | 2026-08-05T19:27:16.957Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1474 | 2026-08-05T19:27:16.997Z | Compiling synstructure v0.13.2 |
| 1475 | 2026-08-05T19:27:17.002Z | Compiling serde_derive_internals v0.29.1 |
| 1476 | 2026-08-05T19:27:17.025Z | Compiling pest_generator v2.8.6 |
| 1477 | 2026-08-05T19:27:17.038Z | Compiling darling_core v0.20.11 |
| 1478 | 2026-08-05T19:27:17.230Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1479 | 2026-08-05T19:27:17.337Z | Compiling tempfile v3.25.0 |
| 1480 | 2026-08-05T19:27:17.388Z | Compiling terminal_size v0.4.3 |
| 1481 | 2026-08-05T19:27:17.400Z | Compiling foreign-types v0.3.2 |
| 1482 | 2026-08-05T19:27:17.481Z | Compiling wait-timeout v0.2.1 |
| 1483 | 2026-08-05T19:27:17.533Z | Compiling ahash v0.8.12 |
| 1484 | 2026-08-05T19:27:17.548Z | Compiling time-core v0.1.8 |
| 1485 | 2026-08-05T19:27:17.561Z | Compiling powerfmt v0.2.0 |
| 1486 | 2026-08-05T19:27:17.634Z | Compiling native-tls v0.2.18 |
| 1487 | 2026-08-05T19:27:17.710Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-08-05T19:27:17.725Z | Compiling num-bigint-dig v0.8.6 |
| 1489 | 2026-08-05T19:27:17.756Z | Compiling num-conv v0.2.0 |
| 1490 | 2026-08-05T19:27:17.771Z | Compiling funty v2.0.0 |
| 1491 | 2026-08-05T19:27:17.775Z | Compiling packed_struct v0.10.1 |
| 1492 | 2026-08-05T19:27:17.775Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-08-05T19:27:17.775Z | Compiling adler2 v2.0.1 |
| 1494 | 2026-08-05T19:27:17.853Z | Compiling clap_builder v4.6.0 |
| 1495 | 2026-08-05T19:27:17.882Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-08-05T19:27:17.896Z | Compiling miniz_oxide v0.8.9 |
| 1497 | 2026-08-05T19:27:17.912Z | Compiling time-macros v0.2.27 |
| 1498 | 2026-08-05T19:27:17.927Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-08-05T19:27:17.955Z | Compiling deranged v0.5.8 |
| 1500 | 2026-08-05T19:27:18.096Z | Compiling num-iter v0.1.45 |
| 1501 | 2026-08-05T19:27:18.176Z | Compiling bitvec v1.0.1 |
| 1502 | 2026-08-05T19:27:18.206Z | Compiling lazy_static v1.5.0 |
| 1503 | 2026-08-05T19:27:18.236Z | Compiling rand_xorshift v0.4.0 |
| 1504 | 2026-08-05T19:27:18.309Z | Compiling anstyle-parse v0.2.7 |
| 1505 | 2026-08-05T19:27:18.369Z | Compiling sync_wrapper v1.0.2 |
| 1506 | 2026-08-05T19:27:18.417Z | Compiling indexmap v1.9.3 |
| 1507 | 2026-08-05T19:27:18.489Z | Compiling nodrop v0.1.14 |
| 1508 | 2026-08-05T19:27:18.504Z | Compiling paste v1.0.15 |
| 1509 | 2026-08-05T19:27:18.516Z | Compiling num_threads v0.1.7 |
| 1510 | 2026-08-05T19:27:18.594Z | Compiling crossbeam-utils v0.8.21 |
| 1511 | 2026-08-05T19:27:18.622Z | Compiling unicode-segmentation v1.12.0 |
| 1512 | 2026-08-05T19:27:18.637Z | Compiling zlib-rs v0.6.2 |
| 1513 | 2026-08-05T19:27:18.701Z | Compiling serde_derive v1.0.228 |
| 1514 | 2026-08-05T19:27:18.788Z | Compiling zeroize_derive v1.5.0 |
| 1515 | 2026-08-05T19:27:18.899Z | Compiling zerofrom-derive v0.1.6 |
| 1516 | 2026-08-05T19:27:18.960Z | Compiling zerocopy-derive v0.8.40 |
| 1517 | 2026-08-05T19:27:18.990Z | Compiling yoke-derive v0.8.1 |
| 1518 | 2026-08-05T19:27:19.027Z | Compiling zerovec-derive v0.11.2 |
| 1519 | 2026-08-05T19:27:19.098Z | Compiling displaydoc v0.2.5 |
| 1520 | 2026-08-05T19:27:19.388Z | Compiling tokio-macros v2.7.0 |
| 1521 | 2026-08-05T19:27:19.510Z | Compiling futures-macro v0.3.32 |
| 1522 | 2026-08-05T19:27:19.524Z | Compiling zeroize v1.9.0 |
| 1523 | 2026-08-05T19:27:19.673Z | Compiling der_derive v0.7.3 |
| 1524 | 2026-08-05T19:27:19.859Z | Compiling thiserror-impl v2.0.18 |
| 1525 | 2026-08-05T19:27:19.873Z | Compiling tracing-attributes v0.1.31 |
| 1526 | 2026-08-05T19:27:20.153Z | Compiling rustls-pki-types v1.14.0 |
| 1527 | 2026-08-05T19:27:20.226Z | Compiling schemars_derive v0.8.22 |
| 1528 | 2026-08-05T19:27:20.248Z | Compiling hybrid-array v0.4.13 |
| 1529 | 2026-08-05T19:27:20.342Z | Compiling block-buffer v0.10.4 |
| 1530 | 2026-08-05T19:27:20.374Z | Compiling crypto-common v0.1.7 |
| 1531 | 2026-08-05T19:27:20.399Z | Compiling zerofrom v0.1.6 |
| 1532 | 2026-08-05T19:27:20.545Z | Compiling yoke v0.8.1 |
| 1533 | 2026-08-05T19:27:20.551Z | Compiling digest v0.10.7 |
| 1534 | 2026-08-05T19:27:20.572Z | Compiling futures-util v0.3.32 |
| 1535 | 2026-08-05T19:27:20.638Z | Compiling scroll_derive v0.13.1 |
| 1536 | 2026-08-05T19:27:20.693Z | Compiling der v0.7.10 |
| 1537 | 2026-08-05T19:27:20.747Z | Compiling zerovec v0.11.5 |
| 1538 | 2026-08-05T19:27:20.830Z | Compiling zerotrie v0.2.3 |
| 1539 | 2026-08-05T19:27:20.923Z | Compiling sha2 v0.10.9 |
| 1540 | 2026-08-05T19:27:21.058Z | Compiling pest_derive v2.8.6 |
| 1541 | 2026-08-05T19:27:21.096Z | Compiling signature v2.2.0 |
| 1542 | 2026-08-05T19:27:21.156Z | Compiling darling_macro v0.20.11 |
| 1543 | 2026-08-05T19:27:21.248Z | Compiling tinystr v0.8.2 |
| 1544 | 2026-08-05T19:27:21.263Z | Compiling potential_utf v0.1.4 |
| 1545 | 2026-08-05T19:27:21.287Z | Compiling thiserror v2.0.18 |
| 1546 | 2026-08-05T19:27:21.302Z | Compiling tracing v0.1.44 |
| 1547 | 2026-08-05T19:27:21.412Z | Compiling icu_collections v2.1.1 |
| 1548 | 2026-08-05T19:27:21.449Z | Compiling icu_locale_core v2.1.1 |
| 1549 | 2026-08-05T19:27:21.476Z | Compiling openssl-macros v0.1.1 |
| 1550 | 2026-08-05T19:27:21.500Z | Compiling scroll v0.13.0 |
| 1551 | 2026-08-05T19:27:21.566Z | Compiling spki v0.7.3 |
| 1552 | 2026-08-05T19:27:21.569Z | Compiling thiserror-impl v1.0.69 |
| 1553 | 2026-08-05T19:27:21.596Z | Compiling hmac v0.12.1 |
| 1554 | 2026-08-05T19:27:21.695Z | Compiling darling v0.20.11 |
| 1555 | 2026-08-05T19:27:21.776Z | Compiling pkcs8 v0.10.2 |
| 1556 | 2026-08-05T19:27:21.794Z | Compiling goblin v0.10.5 |
| 1557 | 2026-08-05T19:27:21.820Z | Compiling packed_struct_codegen v0.10.1 |
| 1558 | 2026-08-05T19:27:21.835Z | Compiling zerocopy-derive v0.6.6 |
| 1559 | 2026-08-05T19:27:21.939Z | Compiling bitfield-macros v0.19.4 |
| 1560 | 2026-08-05T19:27:21.955Z | Compiling clap_derive v4.6.1 |
| 1561 | 2026-08-05T19:27:21.988Z | Compiling unarray v0.1.4 |
| 1562 | 2026-08-05T19:27:22.049Z | Compiling siphasher v1.0.2 |
| 1563 | 2026-08-05T19:27:22.113Z | Compiling icu_provider v2.1.1 |
| 1564 | 2026-08-05T19:27:22.270Z | Compiling bytes v1.11.1 |
| 1565 | 2026-08-05T19:27:22.292Z | Compiling chrono v0.4.45 |
| 1566 | 2026-08-05T19:27:22.330Z | Compiling ipnet v2.11.0 |
| 1567 | 2026-08-05T19:27:22.367Z | Compiling hex v0.4.3 |
| 1568 | 2026-08-05T19:27:22.444Z | Compiling icu_normalizer v2.1.1 |
| 1569 | 2026-08-05T19:27:22.642Z | Compiling icu_properties v2.1.2 |
| 1570 | 2026-08-05T19:27:22.702Z | Compiling serde_spanned v0.6.9 |
| 1571 | 2026-08-05T19:27:22.717Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-08-05T19:27:22.860Z | Compiling tokio v1.52.1 |
| 1573 | 2026-08-05T19:27:22.875Z | Compiling http v1.4.2 |
| 1574 | 2026-08-05T19:27:22.914Z | Compiling thiserror v1.0.69 |
| 1575 | 2026-08-05T19:27:22.929Z | Compiling usdt-impl v0.6.0 |
| 1576 | 2026-08-05T19:27:22.965Z | Compiling crc-catalog v2.4.0 |
| 1577 | 2026-08-05T19:27:22.996Z | Compiling zerocopy v0.6.6 |
| 1578 | 2026-08-05T19:27:23.014Z | Compiling bitfield v0.19.4 |
| 1579 | 2026-08-05T19:27:23.028Z | Compiling pkcs1 v0.7.5 |
| 1580 | 2026-08-05T19:27:23.071Z | Compiling crc v3.4.0 |
| 1581 | 2026-08-05T19:27:23.166Z | Compiling derive_builder_core v0.20.2 |
| 1582 | 2026-08-05T19:27:23.284Z | Compiling dtrace-parser v0.3.0 |
| 1583 | 2026-08-05T19:27:23.323Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-08-05T19:27:23.436Z | Compiling ppv-lite86 v0.2.21 |
| 1585 | 2026-08-05T19:27:23.610Z | Compiling idna_adapter v1.2.1 |
| 1586 | 2026-08-05T19:27:23.687Z | Compiling http-body v1.0.1 |
| 1587 | 2026-08-05T19:27:23.701Z | Compiling time v0.3.47 |
| 1588 | 2026-08-05T19:27:23.745Z | Compiling idna v1.1.0 |
| 1589 | 2026-08-05T19:27:23.764Z | Compiling rand_chacha v0.9.0 |
| 1590 | 2026-08-05T19:27:23.764Z | Compiling rand_chacha v0.3.1 |
| 1591 | 2026-08-05T19:27:23.806Z | Compiling clap v4.6.1 |
| 1592 | 2026-08-05T19:27:23.810Z | Compiling http-body-util v0.1.3 |
| 1593 | 2026-08-05T19:27:23.854Z | Compiling scroll_derive v0.12.1 |
| 1594 | 2026-08-05T19:27:23.887Z | Compiling structmeta-derive v0.3.0 |
| 1595 | 2026-08-05T19:27:23.922Z | Compiling array-init v0.0.4 |
| 1596 | 2026-08-05T19:27:24.032Z | Compiling rand v0.9.2 |
| 1597 | 2026-08-05T19:27:24.048Z | Compiling url v2.5.8 |
| 1598 | 2026-08-05T19:27:24.081Z | Compiling rand v0.8.6 |
| 1599 | 2026-08-05T19:27:24.335Z | Compiling anstream v0.6.21 |
| 1600 | 2026-08-05T19:27:24.489Z | Compiling smallvec v0.6.14 |
| 1601 | 2026-08-05T19:27:24.555Z | Compiling dof v0.4.0 |
| 1602 | 2026-08-05T19:27:24.624Z | Compiling darling_core v0.23.0 |
| 1603 | 2026-08-05T19:27:24.658Z | Compiling heapless v0.7.17 |
| 1604 | 2026-08-05T19:27:24.658Z | Compiling slog v2.8.2 |
| 1605 | 2026-08-05T19:27:24.710Z | Compiling proptest v1.11.0 |
| 1606 | 2026-08-05T19:27:24.894Z | Compiling thread-id v5.1.0 |
| 1607 | 2026-08-05T19:27:24.910Z | Compiling env_filter v1.0.0 |
| 1608 | 2026-08-05T19:27:24.925Z | Compiling cookie v0.18.1 |
| 1609 | 2026-08-05T19:27:24.991Z | Compiling unicode-bidi v0.3.18 |
| 1610 | 2026-08-05T19:27:25.005Z | Compiling signal-hook v0.3.18 |
| 1611 | 2026-08-05T19:27:25.032Z | Compiling unicode-properties v0.1.4 |
| 1612 | 2026-08-05T19:27:25.062Z | Compiling hashbrown v0.12.3 |
| 1613 | 2026-08-05T19:27:25.130Z | Compiling iri-string v0.7.10 |
| 1614 | 2026-08-05T19:27:25.193Z | Compiling anyhow v1.0.102 |
| 1615 | 2026-08-05T19:27:25.226Z | Compiling base64 v0.21.7 |
| 1616 | 2026-08-05T19:27:25.258Z | Compiling zstd-safe v7.2.4 |
| 1617 | 2026-08-05T19:27:25.327Z | Compiling winnow v0.5.40 |
| 1618 | 2026-08-05T19:27:25.477Z | Compiling ipnetwork v0.21.1 |
| 1619 | 2026-08-05T19:27:25.520Z | Compiling allocator-api2 v0.2.21 |
| 1620 | 2026-08-05T19:27:25.543Z | Compiling ryu v1.0.23 |
| 1621 | 2026-08-05T19:27:25.741Z | Compiling oxnet v0.1.6 |
| 1622 | 2026-08-05T19:27:25.776Z | Compiling serde_urlencoded v0.7.1 |
| 1623 | 2026-08-05T19:27:25.792Z | Compiling ron v0.8.1 |
| 1624 | 2026-08-05T19:27:25.865Z | Compiling stringprep v0.1.5 |
| 1625 | 2026-08-05T19:27:25.908Z | Compiling rsa v0.9.10 |
| 1626 | 2026-08-05T19:27:26.045Z | Compiling env_logger v0.11.9 |
| 1627 | 2026-08-05T19:27:26.061Z | Compiling structmeta v0.3.0 |
| 1628 | 2026-08-05T19:27:26.164Z | Compiling serde-hex v0.1.0 |
| 1629 | 2026-08-05T19:27:26.198Z | Compiling scroll v0.12.0 |
| 1630 | 2026-08-05T19:27:26.294Z | Compiling camino v1.2.2 |
| 1631 | 2026-08-05T19:27:26.326Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1632 | 2026-08-05T19:27:26.414Z | Compiling derive_builder_macro v0.20.2 |
| 1633 | 2026-08-05T19:27:26.663Z | Compiling toml_edit v0.19.15 |
| 1634 | 2026-08-05T19:27:26.692Z | Compiling tokio-util v0.7.18 |
| 1635 | 2026-08-05T19:27:26.718Z | Compiling tower v0.5.3 |
| 1636 | 2026-08-05T19:27:26.760Z | Compiling tokio-native-tls v0.3.1 |
| 1637 | 2026-08-05T19:27:26.783Z | Compiling hashbrown v0.13.2 |
| 1638 | 2026-08-05T19:27:26.926Z | Compiling bzip2 v0.4.4 |
| 1639 | 2026-08-05T19:27:26.950Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1640 | 2026-08-05T19:27:27.017Z | Compiling serde_tokenstream v0.2.3 |
| 1641 | 2026-08-05T19:27:27.130Z | Compiling erased-serde v0.3.31 |
| 1642 | 2026-08-05T19:27:27.168Z | Compiling tower-http v0.6.8 |
| 1643 | 2026-08-05T19:27:27.172Z | Compiling newtype-uuid v1.3.2 |
| 1644 | 2026-08-05T19:27:27.196Z | Compiling darling_macro v0.23.0 |
| 1645 | 2026-08-05T19:27:27.247Z | Compiling x509-cert v0.2.5 |
| 1646 | 2026-08-05T19:27:27.295Z | Compiling block-buffer v0.12.1 |
| 1647 | 2026-08-05T19:27:27.361Z | Compiling block-padding v0.4.2 |
| 1648 | 2026-08-05T19:27:27.507Z | Compiling h2 v0.4.15 |
| 1649 | 2026-08-05T19:27:27.524Z | Compiling crypto-common v0.2.2 |
| 1650 | 2026-08-05T19:27:27.543Z | Compiling md-5 v0.10.6 |
| 1651 | 2026-08-05T19:27:27.611Z | Compiling rustls-native-certs v0.8.3 |
| 1652 | 2026-08-05T19:27:27.642Z | Compiling bstr v1.12.1 |
| 1653 | 2026-08-05T19:27:27.717Z | Compiling heck v0.4.1 |
| 1654 | 2026-08-05T19:27:27.731Z | Compiling daft-derive v0.1.7 |
| 1655 | 2026-08-05T19:27:27.764Z | Compiling zerocopy-derive v0.7.35 |
| 1656 | 2026-08-05T19:27:27.914Z | Compiling pin-project-internal v1.1.11 |
| 1657 | 2026-08-05T19:27:27.933Z | Compiling async-trait v0.1.89 |
| 1658 | 2026-08-05T19:27:27.956Z | Compiling curve25519-dalek v4.1.3 |
| 1659 | 2026-08-05T19:27:28.295Z | Compiling vergen-lib v9.1.0 |
| 1660 | 2026-08-05T19:27:28.309Z | Compiling hash32 v0.2.1 |
| 1661 | 2026-08-05T19:27:28.473Z | Compiling encoding_rs v0.8.35 |
| 1662 | 2026-08-05T19:27:28.493Z | Compiling memoffset v0.9.1 |
| 1663 | 2026-08-05T19:27:28.516Z | Compiling rustix v0.38.44 |
| 1664 | 2026-08-05T19:27:28.653Z | Compiling fallible-iterator v0.2.0 |
| 1665 | 2026-08-05T19:27:28.676Z | Compiling crc-any v2.5.0 |
| 1666 | 2026-08-05T19:27:28.705Z | Compiling litrs v1.0.0 |
| 1667 | 2026-08-05T19:27:28.858Z | Compiling cfg_aliases v0.2.1 |
| 1668 | 2026-08-05T19:27:28.879Z | Compiling ref-cast v1.0.25 |
| 1669 | 2026-08-05T19:27:28.926Z | Compiling psl-types v2.0.11 |
| 1670 | 2026-08-05T19:27:28.946Z | Compiling smoltcp v0.9.1 |
| 1671 | 2026-08-05T19:27:28.978Z | Compiling mime v0.3.17 |
| 1672 | 2026-08-05T19:27:28.992Z | Compiling nix v0.31.2 |
| 1673 | 2026-08-05T19:27:29.009Z | Compiling postgres-protocol v0.6.10 |
| 1674 | 2026-08-05T19:27:29.039Z | Compiling pin-project v1.1.11 |
| 1675 | 2026-08-05T19:27:29.065Z | Compiling publicsuffix v2.3.0 |
| 1676 | 2026-08-05T19:27:29.238Z | Compiling document-features v0.2.12 |
| 1677 | 2026-08-05T19:27:29.280Z | Compiling zerocopy v0.7.35 |
| 1678 | 2026-08-05T19:27:29.328Z | Compiling daft v0.1.7 |
| 1679 | 2026-08-05T19:27:29.357Z | Compiling toml v0.7.8 |
| 1680 | 2026-08-05T19:27:29.418Z | Compiling snafu-derive v0.8.9 |
| 1681 | 2026-08-05T19:27:29.432Z | Compiling darling v0.23.0 |
| 1682 | 2026-08-05T19:27:29.471Z | Compiling inout v0.2.2 |
| 1683 | 2026-08-05T19:27:29.527Z | Compiling object v0.30.4 |
| 1684 | 2026-08-05T19:27:29.602Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1685 | 2026-08-05T19:27:29.651Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1686 | 2026-08-05T19:27:29.668Z | Compiling zip v0.6.6 |
| 1687 | 2026-08-05T19:27:29.862Z | Compiling derive_builder v0.20.2 |
| 1688 | 2026-08-05T19:27:29.892Z | Compiling goblin v0.8.2 |
| 1689 | 2026-08-05T19:27:29.895Z | Compiling derive-ex v0.1.8 |
| 1690 | 2026-08-05T19:27:30.074Z | Compiling futures-executor v0.3.32 |
| 1691 | 2026-08-05T19:27:30.101Z | Compiling phf_shared v0.13.1 |
| 1692 | 2026-08-05T19:27:30.269Z | Compiling hubpack_derive v0.1.1 |
| 1693 | 2026-08-05T19:27:30.305Z | Compiling regex v1.12.3 |
| 1694 | 2026-08-05T19:27:30.359Z | Compiling ref-cast-impl v1.0.25 |
| 1695 | 2026-08-05T19:27:30.374Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1696 | 2026-08-05T19:27:30.389Z | Compiling strum_macros v0.27.2 |
| 1697 | 2026-08-05T19:27:30.457Z | Compiling cargo-platform v0.3.2 |
| 1698 | 2026-08-05T19:27:30.471Z | Compiling vergen v9.1.0 |
| 1699 | 2026-08-05T19:27:30.697Z | Compiling hyper v1.10.1 |
| 1700 | 2026-08-05T19:27:30.754Z | Compiling ff v0.13.1 |
| 1701 | 2026-08-05T19:27:30.769Z | Compiling fs-err v3.3.0 |
| 1702 | 2026-08-05T19:27:30.769Z | Compiling foldhash v0.1.5 |
| 1703 | 2026-08-05T19:27:30.911Z | Compiling bitflags v1.3.2 |
| 1704 | 2026-08-05T19:27:30.941Z | Compiling base16ct v0.2.0 |
| 1705 | 2026-08-05T19:27:30.970Z | Compiling path-slash v0.1.5 |
| 1706 | 2026-08-05T19:27:30.985Z | Compiling libbz2-rs-sys v0.2.2 |
| 1707 | 2026-08-05T19:27:31.000Z | Compiling managed v0.8.0 |
| 1708 | 2026-08-05T19:27:31.063Z | Compiling same-file v1.0.6 |
| 1709 | 2026-08-05T19:27:31.077Z | Compiling foldhash v0.2.0 |
| 1710 | 2026-08-05T19:27:31.127Z | Compiling object v0.37.3 |
| 1711 | 2026-08-05T19:27:31.140Z | Compiling jiff-core v0.1.0 |
| 1712 | 2026-08-05T19:27:31.235Z | Compiling bumpalo v3.20.2 |
| 1713 | 2026-08-05T19:27:31.249Z | Compiling hashbrown v0.16.1 |
| 1714 | 2026-08-05T19:27:31.316Z | Compiling walkdir v2.5.0 |
| 1715 | 2026-08-05T19:27:31.405Z | Compiling snafu v0.8.9 |
| 1716 | 2026-08-05T19:27:31.480Z | Compiling zopfli v0.8.3 |
| 1717 | 2026-08-05T19:27:31.512Z | Compiling bzip2 v0.6.1 |
| 1718 | 2026-08-05T19:27:31.624Z | Compiling test-strategy v0.4.5 |
| 1719 | 2026-08-05T19:27:31.735Z | Compiling sec1 v0.7.3 |
| 1720 | 2026-08-05T19:27:31.858Z | Compiling hyper-util v0.1.20 |
| 1721 | 2026-08-05T19:27:31.872Z | Compiling hashbrown v0.15.5 |
| 1722 | 2026-08-05T19:27:31.894Z | Compiling jiff v0.2.34 |
| 1723 | 2026-08-05T19:27:32.028Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1724 | 2026-08-05T19:27:32.156Z | Compiling group v0.13.0 |
| 1725 | 2026-08-05T19:27:32.246Z | Compiling dof v0.3.0 |
| 1726 | 2026-08-05T19:27:32.349Z | Compiling hubpack v0.1.2 |
| 1727 | 2026-08-05T19:27:32.384Z | Compiling cargo_metadata v0.23.1 |
| 1728 | 2026-08-05T19:27:32.424Z | Compiling strum v0.27.2 |
| 1729 | 2026-08-05T19:27:32.444Z | Compiling phf v0.13.1 |
| 1730 | 2026-08-05T19:27:32.463Z | Compiling futures v0.3.32 |
| 1731 | 2026-08-05T19:27:32.557Z | Compiling cookie_store v0.22.1 |
| 1732 | 2026-08-05T19:27:32.573Z | Compiling signal-hook-mio v0.2.5 |
| 1733 | 2026-08-05T19:27:32.586Z | Compiling zstd v0.13.3 |
| 1734 | 2026-08-05T19:27:32.612Z | Compiling cipher v0.5.2 |
| 1735 | 2026-08-05T19:27:32.709Z | Compiling serde_with_macros v3.21.0 |
| 1736 | 2026-08-05T19:27:32.894Z | Compiling postgres-types v0.2.12 |
| 1737 | 2026-08-05T19:27:32.960Z | Compiling globset v0.4.18 |
| 1738 | 2026-08-05T19:27:32.982Z | Compiling usdt-attr-macro v0.6.0 |
| 1739 | 2026-08-05T19:27:33.125Z | Compiling usdt-macro v0.6.0 |
| 1740 | 2026-08-05T19:27:33.241Z | Compiling byte-wrapper v0.1.0 |
| 1741 | 2026-08-05T19:27:33.438Z | Compiling hyper-tls v0.6.0 |
| 1742 | 2026-08-05T19:27:33.452Z | Compiling dtrace-parser v0.2.0 |
| 1743 | 2026-08-05T19:27:33.483Z | Compiling serde_plain v1.0.2 |
| 1744 | 2026-08-05T19:27:33.594Z | Compiling olpc-cjson v0.1.4 |
| 1745 | 2026-08-05T19:27:33.638Z | Compiling reqwest v0.12.28 |
| 1746 | 2026-08-05T19:27:33.653Z | Compiling serde-big-array v0.5.1 |
| 1747 | 2026-08-05T19:27:33.689Z | Compiling phf_shared v0.11.3 |
| 1748 | 2026-08-05T19:27:33.704Z | Compiling ed25519 v2.2.3 |
| 1749 | 2026-08-05T19:27:33.779Z | Compiling hkdf v0.12.4 |
| 1750 | 2026-08-05T19:27:33.795Z | Compiling crypto-bigint v0.5.5 |
| 1751 | 2026-08-05T19:27:33.813Z | Compiling enum-as-inner v0.6.1 |
| 1752 | 2026-08-05T19:27:33.850Z | Compiling serde_repr v0.1.20 |
| 1753 | 2026-08-05T19:27:33.891Z | Compiling strum_macros v0.26.4 |
| 1754 | 2026-08-05T19:27:33.904Z | Compiling async-recursion v1.1.1 |
| 1755 | 2026-08-05T19:27:33.948Z | Compiling float-cmp v0.10.0 |
| 1756 | 2026-08-05T19:27:33.963Z | Compiling pem v3.0.6 |
| 1757 | 2026-08-05T19:27:34.045Z | Compiling thread-id v4.2.2 |
| 1758 | 2026-08-05T19:27:34.112Z | Compiling memmap2 v0.9.10 |
| 1759 | 2026-08-05T19:27:34.141Z | Compiling keccak v0.1.6 |
| 1760 | 2026-08-05T19:27:34.208Z | Compiling const-oid v0.10.2 |
| 1761 | 2026-08-05T19:27:34.340Z | Compiling data-encoding v2.10.0 |
| 1762 | 2026-08-05T19:27:34.375Z | Compiling either v1.15.0 |
| 1763 | 2026-08-05T19:27:34.395Z | Compiling winnow v1.0.3 |
| 1764 | 2026-08-05T19:27:34.460Z | Compiling cpufeatures v0.3.0 |
| 1765 | 2026-08-05T19:27:34.474Z | Compiling new_debug_unreachable v1.0.6 |
| 1766 | 2026-08-05T19:27:34.553Z | Compiling normalize-line-endings v0.3.0 |
| 1767 | 2026-08-05T19:27:34.567Z | Compiling fixedbitset v0.4.2 |
| 1768 | 2026-08-05T19:27:34.599Z | Compiling whoami v2.1.0 |
| 1769 | 2026-08-05T19:27:34.625Z | Compiling fixedbitset v0.5.7 |
| 1770 | 2026-08-05T19:27:34.665Z | Compiling typed-path v0.9.3 |
| 1771 | 2026-08-05T19:27:34.683Z | Compiling static_assertions v1.1.0 |
| 1772 | 2026-08-05T19:27:34.697Z | Compiling predicates-core v1.0.10 |
| 1773 | 2026-08-05T19:27:34.762Z | Compiling precomputed-hash v0.1.1 |
| 1774 | 2026-08-05T19:27:34.776Z | Compiling difflib v0.4.0 |
| 1775 | 2026-08-05T19:27:34.802Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1776 | 2026-08-05T19:27:34.864Z | Compiling elliptic-curve v0.13.8 |
| 1777 | 2026-08-05T19:27:34.889Z | Compiling string_cache v0.8.9 |
| 1778 | 2026-08-05T19:27:34.925Z | Compiling petgraph v0.8.3 |
| 1779 | 2026-08-05T19:27:34.952Z | Compiling tokio-postgres v0.7.16 |
| 1780 | 2026-08-05T19:27:34.993Z | Compiling petgraph v0.6.5 |
| 1781 | 2026-08-05T19:27:35.067Z | Compiling predicates v3.1.4 |
| 1782 | 2026-08-05T19:27:35.137Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1783 | 2026-08-05T19:27:35.292Z | Compiling hickory-proto v0.25.2 |
| 1784 | 2026-08-05T19:27:35.357Z | Compiling toml_edit v0.22.27 |
| 1785 | 2026-08-05T19:27:35.557Z | Compiling itertools v0.13.0 |
| 1786 | 2026-08-05T19:27:35.714Z | Compiling strum v0.26.3 |
| 1787 | 2026-08-05T19:27:35.732Z | Compiling chacha20 v0.10.0 |
| 1788 | 2026-08-05T19:27:35.805Z | Compiling digest v0.11.3 |
| 1789 | 2026-08-05T19:27:35.862Z | Compiling sha3 v0.10.8 |
| 1790 | 2026-08-05T19:27:35.875Z | Compiling usdt v0.6.0 |
| 1791 | 2026-08-05T19:27:35.918Z | Compiling zip v4.6.1 |
| 1792 | 2026-08-05T19:27:36.007Z | Compiling usdt-impl v0.5.0 |
| 1793 | 2026-08-05T19:27:36.053Z | Compiling serde_with v3.21.0 |
| 1794 | 2026-08-05T19:27:36.140Z | Compiling ed25519-dalek v2.2.0 |
| 1795 | 2026-08-05T19:27:36.162Z | Compiling crossterm v0.28.1 |
| 1796 | 2026-08-05T19:27:36.334Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1797 | 2026-08-05T19:27:36.684Z | Compiling iddqd v0.4.2 |
| 1798 | 2026-08-05T19:27:36.925Z | Compiling similar v2.7.0 |
| 1799 | 2026-08-05T19:27:36.965Z | Compiling tokio-stream v0.1.18 |
| 1800 | 2026-08-05T19:27:37.284Z | Compiling crossbeam-epoch v0.9.18 |
| 1801 | 2026-08-05T19:27:37.298Z | Compiling buf-list v1.1.2 |
| 1802 | 2026-08-05T19:27:37.491Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1803 | 2026-08-05T19:27:37.507Z | Compiling openapiv3 v2.2.0 |
| 1804 | 2026-08-05T19:27:37.507Z | Compiling lalrpop-util v0.19.12 |
| 1805 | 2026-08-05T19:27:37.591Z | Compiling peg-runtime v0.8.5 |
| 1806 | 2026-08-05T19:27:37.620Z | Compiling thread_local v1.1.9 |
| 1807 | 2026-08-05T19:27:37.664Z | Compiling slog-async v2.8.0 |
| 1808 | 2026-08-05T19:27:37.737Z | Compiling crossbeam-channel v0.5.15 |
| 1809 | 2026-08-05T19:27:37.803Z | Compiling filetime v0.2.27 |
| 1810 | 2026-08-05T19:27:37.840Z | Compiling is-terminal v0.4.17 |
| 1811 | 2026-08-05T19:27:37.892Z | Compiling xattr v1.6.1 |
| 1812 | 2026-08-05T19:27:37.896Z | Compiling term v1.2.1 |
| 1813 | 2026-08-05T19:27:37.922Z | Compiling take_mut v0.2.2 |
| 1814 | 2026-08-05T19:27:37.940Z | Compiling camino-tempfile v1.4.1 |
| 1815 | 2026-08-05T19:27:38.023Z | Compiling tar v0.4.46 |
| 1816 | 2026-08-05T19:27:38.177Z | Compiling slog-term v2.9.2 |
| 1817 | 2026-08-05T19:27:55.549Z | Compiling rustls-webpki v0.103.13 |
| 1818 | 2026-08-05T19:27:58.215Z | Compiling tokio-rustls v0.26.4 |
| 1819 | 2026-08-05T19:27:58.215Z | Compiling rustls-platform-verifier v0.6.2 |
| 1820 | 2026-08-05T19:27:58.218Z | Compiling tough v0.22.0 |
| 1821 | 2026-08-05T19:27:58.425Z | Compiling hyper-rustls v0.27.7 |
| 1822 | 2026-08-05T19:27:58.613Z | Compiling reqwest v0.13.2 |
| 1823 | 2026-08-05T19:28:00.788Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1824 | 2026-08-05T19:28:01.022Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1825 | 2026-08-05T19:28:03.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s |
| 1826 | 2026-08-05T19:28:04.091Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1827 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.489 INFO Starting download, target: Cockroach |
| 1828 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.490 INFO Starting download, target: Clickhouse |
| 1829 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.490 INFO Starting download, target: Console |
| 1830 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.490 INFO Starting download, target: DendriteStub |
| 1831 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.490 INFO Starting download, target: MaghemiteMgd |
| 1832 | 2026-08-05T19:28:04.146Z | Aug 05 19:28:03.490 INFO Starting download, target: MaghemiteDdmd |
| 1833 | 2026-08-05T19:28:04.149Z | Aug 05 19:28:03.490 INFO Starting download, target: TransceiverControl |
| 1834 | 2026-08-05T19:28:04.149Z | Aug 05 19:28:03.490 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1835 | 2026-08-05T19:28:04.149Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1836 | 2026-08-05T19:28:04.150Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1837 | 2026-08-05T19:28:04.150Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1838 | 2026-08-05T19:28:04.150Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1839 | 2026-08-05T19:28:04.150Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1840 | 2026-08-05T19:28:04.150Z | Aug 05 19:28:03.491 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1841 | 2026-08-05T19:28:05.977Z | Aug 05 19:28:05.321 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1842 | 2026-08-05T19:28:06.212Z | Aug 05 19:28:05.526 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1843 | 2026-08-05T19:28:06.275Z | Aug 05 19:28:05.573 INFO Download complete, target: Console |
| 1844 | 2026-08-05T19:28:06.655Z | Aug 05 19:28:05.975 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1845 | 2026-08-05T19:28:06.863Z | Aug 05 19:28:06.192 INFO Download complete, target: TransceiverControl |
| 1846 | 2026-08-05T19:28:13.576Z | Aug 05 19:28:12.267 INFO Checking that binary works, target: Clickhouse |
| 1847 | 2026-08-05T19:28:13.576Z | Aug 05 19:28:12.497 INFO Download complete, target: Clickhouse |
| 1848 | 2026-08-05T19:28:14.444Z | Aug 05 19:28:13.591 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1849 | 2026-08-05T19:28:16.444Z | Aug 05 19:28:15.788 INFO Download complete, target: DendriteStub |
| 1850 | 2026-08-05T19:28:17.810Z | Aug 05 19:28:17.123 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1851 | 2026-08-05T19:28:18.414Z | Aug 05 19:28:17.728 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1852 | 2026-08-05T19:28:19.657Z | Aug 05 19:28:18.968 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1853 | 2026-08-05T19:28:19.657Z | Aug 05 19:28:18.968 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1854 | 2026-08-05T19:28:19.829Z | Aug 05 19:28:19.151 INFO Download complete, target: MaghemiteDdmd |
| 1855 | 2026-08-05T19:28:20.966Z | Aug 05 19:28:20.310 INFO Download complete, target: MaghemiteMgd |
| 1856 | 2026-08-05T19:28:24.243Z | Aug 05 19:28:23.588 INFO Checking that binary works, target: Cockroach |
| 1857 | 2026-08-05T19:28:24.458Z | Aug 05 19:28:23.802 INFO Download complete, target: Cockroach |
| 1858 | 2026-08-05T19:28:24.463Z | All prerequisites installed successfully |
| 1859 | 2026-08-05T19:28:24.466Z | |
| 1860 | 2026-08-05T19:28:24.466Z | real 1:45.456668038 |
| 1861 | 2026-08-05T19:28:24.466Z | user 7:05.438287069 |
| 1862 | 2026-08-05T19:28:24.466Z | sys 1:41.386654109 |
| 1863 | 2026-08-05T19:28:24.467Z | trap 0.237309739 |
| 1864 | 2026-08-05T19:28:24.467Z | tflt 3.213518212 |
| 1865 | 2026-08-05T19:28:24.467Z | dflt 3.206263213 |
| 1866 | 2026-08-05T19:28:24.467Z | kflt 0.072201238 |
| 1867 | 2026-08-05T19:28:24.467Z | lock 32:32.209451265 |
| 1868 | 2026-08-05T19:28:24.467Z | slp 20:09.658878166 |
| 1869 | 2026-08-05T19:28:24.467Z | lat 21.916746172 |
| 1870 | 2026-08-05T19:28:24.467Z | stop 2:48.065555841 |
| 1871 | 2026-08-05T19:28:24.467Z | + source ./tools/include/force-git-over-https.sh |
| 1872 | 2026-08-05T19:28:24.467Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1873 | 2026-08-05T19:28:24.467Z | ++ (( i = 0 )) |
| 1874 | 2026-08-05T19:28:24.467Z | ++ (( i < 5 )) |
| 1875 | 2026-08-05T19:28:24.467Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1876 | 2026-08-05T19:28:24.470Z | ++ (( i++ )) |
| 1877 | 2026-08-05T19:28:24.470Z | ++ (( i < 5 )) |
| 1878 | 2026-08-05T19:28:24.470Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1879 | 2026-08-05T19:28:24.473Z | ++ (( i++ )) |
| 1880 | 2026-08-05T19:28:24.473Z | ++ (( i < 5 )) |
| 1881 | 2026-08-05T19:28:24.473Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1882 | 2026-08-05T19:28:24.475Z | ++ (( i++ )) |
| 1883 | 2026-08-05T19:28:24.475Z | ++ (( i < 5 )) |
| 1884 | 2026-08-05T19:28:24.476Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1885 | 2026-08-05T19:28:24.478Z | ++ (( i++ )) |
| 1886 | 2026-08-05T19:28:24.478Z | ++ (( i < 5 )) |
| 1887 | 2026-08-05T19:28:24.478Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1888 | 2026-08-05T19:28:24.481Z | ++ (( i++ )) |
| 1889 | 2026-08-05T19:28:24.482Z | ++ (( i < 5 )) |
| 1890 | 2026-08-05T19:28:24.482Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1891 | 2026-08-05T19:28:24.482Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1892 | 2026-08-05T19:28:24.482Z | + rc=0 |
| 1893 | 2026-08-05T19:28:24.482Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1894 | 2026-08-05T19:28:32.557Z | + case $rc in |
| 1895 | 2026-08-05T19:28:32.557Z | + pfexec zfs create -p rpool/images/build/host |
| 1896 | 2026-08-05T19:28:32.679Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1897 | 2026-08-05T19:28:32.724Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1898 | 2026-08-05T19:28:33.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1899 | 2026-08-05T19:28:33.195Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1900 | 2026-08-05T19:28:34.064Z | Compiling proc-macro2 v1.0.106 |
| 1901 | 2026-08-05T19:28:34.064Z | Compiling quote v1.0.45 |
| 1902 | 2026-08-05T19:28:34.064Z | Compiling unicode-ident v1.0.24 |
| 1903 | 2026-08-05T19:28:34.064Z | Compiling libc v0.2.185 |
| 1904 | 2026-08-05T19:28:34.067Z | Compiling serde_core v1.0.228 |
| 1905 | 2026-08-05T19:28:34.067Z | Compiling serde v1.0.228 |
| 1906 | 2026-08-05T19:28:34.067Z | Compiling cfg-if v1.0.4 |
| 1907 | 2026-08-05T19:28:34.067Z | Compiling version_check v0.9.5 |
| 1908 | 2026-08-05T19:28:34.067Z | Compiling find-msvc-tools v0.1.9 |
| 1909 | 2026-08-05T19:28:34.068Z | Compiling shlex v1.3.0 |
| 1910 | 2026-08-05T19:28:34.068Z | Compiling autocfg v1.5.0 |
| 1911 | 2026-08-05T19:28:34.068Z | Compiling zerocopy v0.8.40 |
| 1912 | 2026-08-05T19:28:34.068Z | Compiling portable-atomic v1.13.1 |
| 1913 | 2026-08-05T19:28:34.068Z | Compiling zmij v1.0.21 |
| 1914 | 2026-08-05T19:28:34.204Z | Compiling memchr v2.8.0 |
| 1915 | 2026-08-05T19:28:34.356Z | Compiling serde_json v1.0.151 |
| 1916 | 2026-08-05T19:28:34.370Z | Compiling getrandom v0.4.1 |
| 1917 | 2026-08-05T19:28:34.417Z | Compiling libm v0.2.16 |
| 1918 | 2026-08-05T19:28:34.522Z | Compiling parking_lot_core v0.9.12 |
| 1919 | 2026-08-05T19:28:34.577Z | Compiling icu_properties_data v2.1.2 |
| 1920 | 2026-08-05T19:28:34.580Z | Compiling icu_normalizer_data v2.1.1 |
| 1921 | 2026-08-05T19:28:34.612Z | Compiling generic-array v0.14.7 |
| 1922 | 2026-08-05T19:28:34.760Z | Compiling smallvec v1.15.1 |
| 1923 | 2026-08-05T19:28:34.763Z | Compiling num-traits v0.2.19 |
| 1924 | 2026-08-05T19:28:34.810Z | Compiling pkg-config v0.3.32 |
| 1925 | 2026-08-05T19:28:34.844Z | Compiling itoa v1.0.17 |
| 1926 | 2026-08-05T19:28:34.860Z | Compiling log v0.4.29 |
| 1927 | 2026-08-05T19:28:34.863Z | Compiling getrandom v0.3.4 |
| 1928 | 2026-08-05T19:28:34.875Z | Compiling subtle v2.6.1 |
| 1929 | 2026-08-05T19:28:34.888Z | Compiling rustix v1.1.3 |
| 1930 | 2026-08-05T19:28:35.035Z | Compiling scopeguard v1.2.0 |
| 1931 | 2026-08-05T19:28:35.097Z | Compiling stable_deref_trait v1.2.1 |
| 1932 | 2026-08-05T19:28:35.149Z | Compiling lock_api v0.4.14 |
| 1933 | 2026-08-05T19:28:35.173Z | Compiling jobserver v0.1.34 |
| 1934 | 2026-08-05T19:28:35.191Z | Compiling errno v0.3.14 |
| 1935 | 2026-08-05T19:28:35.265Z | Compiling typenum v1.20.1 |
| 1936 | 2026-08-05T19:28:35.310Z | Compiling critical-section v1.2.0 |
| 1937 | 2026-08-05T19:28:35.326Z | Compiling thiserror v2.0.18 |
| 1938 | 2026-08-05T19:28:35.391Z | Compiling cc v1.2.56 |
| 1939 | 2026-08-05T19:28:35.408Z | Compiling heck v0.5.0 |
| 1940 | 2026-08-05T19:28:35.450Z | Compiling dunce v1.0.5 |
| 1941 | 2026-08-05T19:28:35.466Z | Compiling fs_extra v1.3.0 |
| 1942 | 2026-08-05T19:28:35.480Z | Compiling rand_core v0.10.0 |
| 1943 | 2026-08-05T19:28:35.564Z | Compiling syn v2.0.117 |
| 1944 | 2026-08-05T19:28:35.650Z | Compiling pin-project-lite v0.2.17 |
| 1945 | 2026-08-05T19:28:35.728Z | Compiling writeable v0.6.2 |
| 1946 | 2026-08-05T19:28:35.742Z | Compiling once_cell v1.21.3 |
| 1947 | 2026-08-05T19:28:35.756Z | Compiling percent-encoding v2.3.2 |
| 1948 | 2026-08-05T19:28:35.760Z | Compiling litemap v0.8.1 |
| 1949 | 2026-08-05T19:28:35.791Z | Compiling schemars v0.8.22 |
| 1950 | 2026-08-05T19:28:35.861Z | Compiling rustversion v1.0.22 |
| 1951 | 2026-08-05T19:28:35.895Z | Compiling getrandom v0.2.17 |
| 1952 | 2026-08-05T19:28:36.040Z | Compiling aws-lc-rs v1.16.3 |
| 1953 | 2026-08-05T19:28:36.040Z | Compiling futures-core v0.3.32 |
| 1954 | 2026-08-05T19:28:36.102Z | Compiling cmake v0.1.57 |
| 1955 | 2026-08-05T19:28:36.106Z | Compiling rand_core v0.6.4 |
| 1956 | 2026-08-05T19:28:36.193Z | Compiling signal-hook-registry v1.4.8 |
| 1957 | 2026-08-05T19:28:36.318Z | Compiling equivalent v1.0.2 |
| 1958 | 2026-08-05T19:28:36.383Z | Compiling crc32fast v1.5.0 |
| 1959 | 2026-08-05T19:28:36.423Z | Compiling parking_lot v0.12.5 |
| 1960 | 2026-08-05T19:28:36.446Z | Compiling mio v1.2.0 |
| 1961 | 2026-08-05T19:28:36.498Z | Compiling const-oid v0.9.6 |
| 1962 | 2026-08-05T19:28:36.526Z | Compiling utf8_iter v1.0.4 |
| 1963 | 2026-08-05T19:28:36.595Z | Compiling semver v1.0.28 |
| 1964 | 2026-08-05T19:28:36.629Z | Compiling bitflags v2.11.0 |
| 1965 | 2026-08-05T19:28:36.728Z | Compiling aws-lc-sys v0.40.0 |
| 1966 | 2026-08-05T19:28:36.851Z | Compiling httparse v1.10.1 |
| 1967 | 2026-08-05T19:28:36.893Z | Compiling form_urlencoded v1.2.2 |
| 1968 | 2026-08-05T19:28:36.910Z | Compiling socket2 v0.6.3 |
| 1969 | 2026-08-05T19:28:37.180Z | Compiling byteorder v1.5.0 |
| 1970 | 2026-08-05T19:28:37.286Z | Compiling fnv v1.0.7 |
| 1971 | 2026-08-05T19:28:37.394Z | Compiling syn v1.0.109 |
| 1972 | 2026-08-05T19:28:37.432Z | Compiling hashbrown v0.17.0 |
| 1973 | 2026-08-05T19:28:37.468Z | Compiling strsim v0.11.1 |
| 1974 | 2026-08-05T19:28:37.501Z | Compiling vcpkg v0.2.15 |
| 1975 | 2026-08-05T19:28:37.662Z | Compiling futures-sink v0.3.32 |
| 1976 | 2026-08-05T19:28:37.693Z | Compiling rustls v0.23.41 |
| 1977 | 2026-08-05T19:28:37.792Z | Compiling futures-channel v0.3.32 |
| 1978 | 2026-08-05T19:28:37.839Z | Compiling futures-io v0.3.32 |
| 1979 | 2026-08-05T19:28:37.843Z | Compiling slab v0.4.12 |
| 1980 | 2026-08-05T19:28:37.886Z | Compiling radium v0.7.0 |
| 1981 | 2026-08-05T19:28:37.904Z | Compiling futures-task v0.3.32 |
| 1982 | 2026-08-05T19:28:38.114Z | Compiling indexmap v2.14.0 |
| 1983 | 2026-08-05T19:28:38.118Z | Compiling thiserror v1.0.69 |
| 1984 | 2026-08-05T19:28:38.150Z | Compiling openssl-sys v0.9.117 |
| 1985 | 2026-08-05T19:28:38.166Z | Compiling iana-time-zone v0.1.65 |
| 1986 | 2026-08-05T19:28:38.228Z | Compiling maybe-uninit v2.0.0 |
| 1987 | 2026-08-05T19:28:38.244Z | Compiling base64 v0.22.1 |
| 1988 | 2026-08-05T19:28:38.348Z | Compiling synstructure v0.13.2 |
| 1989 | 2026-08-05T19:28:38.377Z | Compiling serde_derive_internals v0.29.1 |
| 1990 | 2026-08-05T19:28:38.456Z | Compiling rustc_version v0.4.1 |
| 1991 | 2026-08-05T19:28:38.496Z | Compiling ucd-trie v0.1.7 |
| 1992 | 2026-08-05T19:28:38.703Z | Compiling pest v2.8.6 |
| 1993 | 2026-08-05T19:28:38.742Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1994 | 2026-08-05T19:28:38.749Z | Compiling ahash v0.8.12 |
| 1995 | 2026-08-05T19:28:38.761Z | Compiling packed_struct v0.10.1 |
| 1996 | 2026-08-05T19:28:38.778Z | Compiling ident_case v1.0.1 |
| 1997 | 2026-08-05T19:28:38.795Z | Compiling time-core v0.1.8 |
| 1998 | 2026-08-05T19:28:38.843Z | Compiling num-conv v0.2.0 |
| 1999 | 2026-08-05T19:28:38.880Z | Compiling num-bigint-dig v0.8.6 |
| 2000 | 2026-08-05T19:28:38.950Z | Compiling uuid v1.23.4 |
| 2001 | 2026-08-05T19:28:39.003Z | Compiling time-macros v0.2.27 |
| 2002 | 2026-08-05T19:28:39.040Z | Compiling regex-syntax v0.8.10 |
| 2003 | 2026-08-05T19:28:39.071Z | Compiling openssl v0.10.80 |
| 2004 | 2026-08-05T19:28:39.101Z | Compiling fastrand v2.3.0 |
| 2005 | 2026-08-05T19:28:39.155Z | Compiling paste v1.0.15 |
| 2006 | 2026-08-05T19:28:39.347Z | Compiling indexmap v1.9.3 |
| 2007 | 2026-08-05T19:28:39.440Z | Compiling dyn-clone v1.0.20 |
| 2008 | 2026-08-05T19:28:39.459Z | Compiling base64ct v1.8.3 |
| 2009 | 2026-08-05T19:28:39.492Z | Compiling rand_core v0.9.5 |
| 2010 | 2026-08-05T19:28:39.520Z | Compiling slog v2.8.2 |
| 2011 | 2026-08-05T19:28:39.605Z | Compiling serde_derive v1.0.228 |
| 2012 | 2026-08-05T19:28:39.608Z | Compiling zeroize_derive v1.5.0 |
| 2013 | 2026-08-05T19:28:39.636Z | Compiling zerofrom-derive v0.1.6 |
| 2014 | 2026-08-05T19:28:39.639Z | Compiling zerocopy-derive v0.8.40 |
| 2015 | 2026-08-05T19:28:39.733Z | Compiling yoke-derive v0.8.1 |
| 2016 | 2026-08-05T19:28:39.758Z | Compiling zerovec-derive v0.11.2 |
| 2017 | 2026-08-05T19:28:39.782Z | Compiling displaydoc v0.2.5 |
| 2018 | 2026-08-05T19:28:39.974Z | Compiling tokio-macros v2.7.0 |
| 2019 | 2026-08-05T19:28:39.990Z | Compiling futures-macro v0.3.32 |
| 2020 | 2026-08-05T19:28:40.022Z | Compiling thiserror-impl v2.0.18 |
| 2021 | 2026-08-05T19:28:40.043Z | Compiling der_derive v0.7.3 |
| 2022 | 2026-08-05T19:28:40.258Z | Compiling zeroize v1.9.0 |
| 2023 | 2026-08-05T19:28:40.482Z | Compiling schemars_derive v0.8.22 |
| 2024 | 2026-08-05T19:28:40.534Z | Compiling tracing-attributes v0.1.31 |
| 2025 | 2026-08-05T19:28:40.723Z | Compiling thiserror-impl v1.0.69 |
| 2026 | 2026-08-05T19:28:40.787Z | Compiling zerofrom v0.1.6 |
| 2027 | 2026-08-05T19:28:40.824Z | Compiling futures-util v0.3.32 |
| 2028 | 2026-08-05T19:28:40.946Z | Compiling yoke v0.8.1 |
| 2029 | 2026-08-05T19:28:41.155Z | Compiling zerovec v0.11.5 |
| 2030 | 2026-08-05T19:28:41.175Z | Compiling zerotrie v0.2.3 |
| 2031 | 2026-08-05T19:28:41.274Z | Compiling crypto-common v0.1.7 |
| 2032 | 2026-08-05T19:28:41.277Z | Compiling block-buffer v0.10.4 |
| 2033 | 2026-08-05T19:28:41.525Z | Compiling digest v0.10.7 |
| 2034 | 2026-08-05T19:28:41.648Z | Compiling pest_meta v2.8.6 |
| 2035 | 2026-08-05T19:28:41.648Z | Compiling clap_derive v4.6.1 |
| 2036 | 2026-08-05T19:28:41.651Z | Compiling packed_struct_codegen v0.10.1 |
| 2037 | 2026-08-05T19:28:41.728Z | Compiling tinystr v0.8.2 |
| 2038 | 2026-08-05T19:28:41.743Z | Compiling potential_utf v0.1.4 |
| 2039 | 2026-08-05T19:28:41.870Z | Compiling icu_collections v2.1.1 |
| 2040 | 2026-08-05T19:28:41.946Z | Compiling icu_locale_core v2.1.1 |
| 2041 | 2026-08-05T19:28:42.003Z | Compiling zerocopy-derive v0.6.6 |
| 2042 | 2026-08-05T19:28:42.034Z | Compiling bitfield-macros v0.19.4 |
| 2043 | 2026-08-05T19:28:42.640Z | Compiling icu_provider v2.1.1 |
| 2044 | 2026-08-05T19:28:42.666Z | Compiling pest_generator v2.8.6 |
| 2045 | 2026-08-05T19:28:42.710Z | Compiling pem-rfc7468 v0.7.0 |
| 2046 | 2026-08-05T19:28:42.851Z | Compiling bytes v1.11.1 |
| 2047 | 2026-08-05T19:28:42.975Z | Compiling icu_normalizer v2.1.1 |
| 2048 | 2026-08-05T19:28:42.996Z | Compiling icu_properties v2.1.2 |
| 2049 | 2026-08-05T19:28:43.037Z | Compiling chrono v0.4.45 |
| 2050 | 2026-08-05T19:28:43.052Z | Compiling openssl-macros v0.1.1 |
| 2051 | 2026-08-05T19:28:43.381Z | Compiling pest_derive v2.8.6 |
| 2052 | 2026-08-05T19:28:43.384Z | Compiling scroll_derive v0.13.1 |
| 2053 | 2026-08-05T19:28:43.460Z | Compiling tokio v1.52.1 |
| 2054 | 2026-08-05T19:28:43.554Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2055 | 2026-08-05T19:28:43.818Z | Compiling camino v1.2.2 |
| 2056 | 2026-08-05T19:28:43.860Z | Compiling native-tls v0.2.18 |
| 2057 | 2026-08-05T19:28:43.972Z | Compiling idna_adapter v1.2.1 |
| 2058 | 2026-08-05T19:28:44.072Z | Compiling ppv-lite86 v0.2.21 |
| 2059 | 2026-08-05T19:28:44.092Z | Compiling idna v1.1.0 |
| 2060 | 2026-08-05T19:28:44.139Z | Compiling crossbeam-utils v0.8.21 |
| 2061 | 2026-08-05T19:28:44.209Z | Compiling flagset v0.4.7 |
| 2062 | 2026-08-05T19:28:44.366Z | Compiling der v0.7.10 |
| 2063 | 2026-08-05T19:28:44.398Z | Compiling url v2.5.8 |
| 2064 | 2026-08-05T19:28:44.479Z | Compiling http v1.4.2 |
| 2065 | 2026-08-05T19:28:44.573Z | Compiling rustls-pki-types v1.14.0 |
| 2066 | 2026-08-05T19:28:44.592Z | Compiling daft-derive v0.1.7 |
| 2067 | 2026-08-05T19:28:44.645Z | Compiling structmeta-derive v0.3.0 |
| 2068 | 2026-08-05T19:28:44.698Z | Compiling tempfile v3.25.0 |
| 2069 | 2026-08-05T19:28:45.493Z | Compiling spki v0.7.3 |
| 2070 | 2026-08-05T19:28:45.528Z | Compiling rand_chacha v0.9.0 |
| 2071 | 2026-08-05T19:28:45.545Z | Compiling hex v0.4.3 |
| 2072 | 2026-08-05T19:28:45.717Z | Compiling structmeta v0.3.0 |
| 2073 | 2026-08-05T19:28:45.736Z | Compiling async-trait v0.1.89 |
| 2074 | 2026-08-05T19:28:45.945Z | Compiling cookie v0.18.1 |
| 2075 | 2026-08-05T19:28:45.968Z | Compiling plain v0.2.3 |
| 2076 | 2026-08-05T19:28:45.968Z | Compiling utf8parse v0.2.2 |
| 2077 | 2026-08-05T19:28:46.109Z | Compiling rand v0.9.2 |
| 2078 | 2026-08-05T19:28:46.239Z | Compiling tracing-core v0.1.36 |
| 2079 | 2026-08-05T19:28:46.381Z | Compiling spin v0.9.8 |
| 2080 | 2026-08-05T19:28:46.401Z | Compiling aho-corasick v1.1.4 |
| 2081 | 2026-08-05T19:28:46.460Z | Compiling unicode-segmentation v1.12.0 |
| 2082 | 2026-08-05T19:28:46.593Z | Compiling cpufeatures v0.2.17 |
| 2083 | 2026-08-05T19:28:46.653Z | Compiling anstyle v1.0.14 |
| 2084 | 2026-08-05T19:28:46.669Z | Compiling untrusted v0.7.1 |
| 2085 | 2026-08-05T19:28:46.747Z | Compiling simd-adler32 v0.3.8 |
| 2086 | 2026-08-05T19:28:46.818Z | Compiling tracing v0.1.44 |
| 2087 | 2026-08-05T19:28:46.866Z | Compiling http-body v1.0.1 |
| 2088 | 2026-08-05T19:28:46.952Z | Compiling pkcs8 v0.10.2 |
| 2089 | 2026-08-05T19:28:47.119Z | Compiling pin-project-internal v1.1.11 |
| 2090 | 2026-08-05T19:28:47.234Z | Compiling regex-automata v0.4.14 |
| 2091 | 2026-08-05T19:28:47.268Z | Compiling tokio-util v0.7.18 |
| 2092 | 2026-08-05T19:28:47.328Z | Compiling pretty-hex v0.4.1 |
| 2093 | 2026-08-05T19:28:47.366Z | Compiling cmov v0.5.4 |
| 2094 | 2026-08-05T19:28:47.382Z | Compiling colorchoice v1.0.4 |
| 2095 | 2026-08-05T19:28:47.426Z | Compiling is_terminal_polyfill v1.70.2 |
| 2096 | 2026-08-05T19:28:47.464Z | Compiling openssl-probe v0.2.1 |
| 2097 | 2026-08-05T19:28:47.481Z | Compiling tinyvec_macros v0.1.1 |
| 2098 | 2026-08-05T19:28:47.525Z | Compiling anstyle-query v1.1.5 |
| 2099 | 2026-08-05T19:28:47.531Z | Compiling atomic-waker v1.1.2 |
| 2100 | 2026-08-05T19:28:47.548Z | Compiling adler2 v2.0.1 |
| 2101 | 2026-08-05T19:28:47.581Z | Compiling zstd-safe v7.2.4 |
| 2102 | 2026-08-05T19:28:47.593Z | Compiling usdt-impl v0.6.0 |
| 2103 | 2026-08-05T19:28:47.690Z | Compiling untrusted v0.9.0 |
| 2104 | 2026-08-05T19:28:47.862Z | Compiling miniz_oxide v0.8.9 |
| 2105 | 2026-08-05T19:28:47.879Z | Compiling tinyvec v1.10.0 |
| 2106 | 2026-08-05T19:28:47.895Z | Compiling ctutils v0.4.2 |
| 2107 | 2026-08-05T19:28:48.149Z | Compiling heck v0.4.1 |
| 2108 | 2026-08-05T19:28:48.200Z | Compiling sha2 v0.10.9 |
| 2109 | 2026-08-05T19:28:48.289Z | Compiling derive-ex v0.1.8 |
| 2110 | 2026-08-05T19:28:48.382Z | Compiling scroll v0.13.0 |
| 2111 | 2026-08-05T19:28:48.397Z | Compiling serde_tokenstream v0.2.3 |
| 2112 | 2026-08-05T19:28:48.453Z | Compiling scroll_derive v0.12.1 |
| 2113 | 2026-08-05T19:28:48.627Z | Compiling heapless v0.7.17 |
| 2114 | 2026-08-05T19:28:48.688Z | Compiling try-lock v0.2.5 |
| 2115 | 2026-08-05T19:28:48.724Z | Compiling tower-layer v0.3.3 |
| 2116 | 2026-08-05T19:28:48.844Z | Compiling litrs v1.0.0 |
| 2117 | 2026-08-05T19:28:48.978Z | Compiling rustix v0.38.44 |
| 2118 | 2026-08-05T19:28:49.096Z | Compiling zlib-rs v0.6.2 |
| 2119 | 2026-08-05T19:28:49.112Z | Compiling tower-service v0.3.3 |
| 2120 | 2026-08-05T19:28:49.129Z | Compiling anyhow v1.0.102 |
| 2121 | 2026-08-05T19:28:49.276Z | Compiling signal-hook v0.3.18 |
| 2122 | 2026-08-05T19:28:49.328Z | Compiling want v0.3.1 |
| 2123 | 2026-08-05T19:28:49.331Z | Compiling document-features v0.2.12 |
| 2124 | 2026-08-05T19:28:49.424Z | Compiling h2 v0.4.15 |
| 2125 | 2026-08-05T19:28:49.530Z | Compiling goblin v0.10.5 |
| 2126 | 2026-08-05T19:28:49.663Z | Compiling snafu-derive v0.8.9 |
| 2127 | 2026-08-05T19:28:49.666Z | Compiling hybrid-array v0.4.13 |
| 2128 | 2026-08-05T19:28:49.775Z | Compiling anstyle-parse v1.0.0 |
| 2129 | 2026-08-05T19:28:49.809Z | Compiling ipnet v2.11.0 |
| 2130 | 2026-08-05T19:28:49.833Z | Compiling test-strategy v0.4.5 |
| 2131 | 2026-08-05T19:28:49.988Z | Compiling strum_macros v0.26.4 |
| 2132 | 2026-08-05T19:28:50.014Z | Compiling darling_core v0.23.0 |
| 2133 | 2026-08-05T19:28:50.251Z | Compiling darling_core v0.20.11 |
| 2134 | 2026-08-05T19:28:50.526Z | Compiling wait-timeout v0.2.1 |
| 2135 | 2026-08-05T19:28:50.762Z | Compiling httpdate v1.0.3 |
| 2136 | 2026-08-05T19:28:50.925Z | Compiling tap v1.0.1 |
| 2137 | 2026-08-05T19:28:51.023Z | Compiling foreign-types-shared v0.1.1 |
| 2138 | 2026-08-05T19:28:51.064Z | Compiling quick-error v1.2.3 |
| 2139 | 2026-08-05T19:28:51.123Z | Compiling bit-vec v0.8.0 |
| 2140 | 2026-08-05T19:28:51.140Z | Compiling powerfmt v0.2.0 |
| 2141 | 2026-08-05T19:28:51.143Z | Compiling foreign-types v0.3.2 |
| 2142 | 2026-08-05T19:28:51.201Z | Compiling flate2 v1.1.9 |
| 2143 | 2026-08-05T19:28:51.241Z | Compiling rusty-fork v0.3.1 |
| 2144 | 2026-08-05T19:28:51.323Z | Compiling deranged v0.5.8 |
| 2145 | 2026-08-05T19:28:51.352Z | Compiling bit-set v0.8.0 |
| 2146 | 2026-08-05T19:28:51.418Z | Compiling wyz v0.5.1 |
| 2147 | 2026-08-05T19:28:51.521Z | Compiling anstream v1.0.0 |
| 2148 | 2026-08-05T19:28:51.629Z | Compiling unicode-normalization v0.1.25 |
| 2149 | 2026-08-05T19:28:51.769Z | Compiling rand_chacha v0.3.1 |
| 2150 | 2026-08-05T19:28:52.005Z | Compiling dtrace-parser v0.3.0 |
| 2151 | 2026-08-05T19:28:52.152Z | Compiling serde_spanned v0.6.9 |
| 2152 | 2026-08-05T19:28:52.171Z | Compiling toml_datetime v0.6.11 |
| 2153 | 2026-08-05T19:28:52.188Z | Compiling darling_macro v0.23.0 |
| 2154 | 2026-08-05T19:28:52.230Z | Compiling darling_macro v0.20.11 |
| 2155 | 2026-08-05T19:28:52.246Z | Compiling signature v2.2.0 |
| 2156 | 2026-08-05T19:28:52.370Z | Compiling dof v0.4.0 |
| 2157 | 2026-08-05T19:28:52.414Z | Compiling terminal_size v0.4.3 |
| 2158 | 2026-08-05T19:28:52.451Z | Compiling rand_xorshift v0.4.0 |
| 2159 | 2026-08-05T19:28:52.470Z | Compiling zerocopy-derive v0.7.35 |
| 2160 | 2026-08-05T19:28:52.486Z | Compiling curve25519-dalek v4.1.3 |
| 2161 | 2026-08-05T19:28:52.583Z | Compiling hyper v1.10.1 |
| 2162 | 2026-08-05T19:28:52.760Z | Compiling num-integer v0.1.46 |
| 2163 | 2026-08-05T19:28:52.795Z | Compiling thread-id v5.1.0 |
| 2164 | 2026-08-05T19:28:52.893Z | Compiling memoffset v0.9.1 |
| 2165 | 2026-08-05T19:28:52.908Z | Compiling num_threads v0.1.7 |
| 2166 | 2026-08-05T19:28:53.022Z | Compiling funty v2.0.0 |
| 2167 | 2026-08-05T19:28:53.077Z | Compiling smoltcp v0.9.1 |
| 2168 | 2026-08-05T19:28:53.134Z | Compiling ref-cast v1.0.25 |
| 2169 | 2026-08-05T19:28:53.345Z | Compiling clap_lex v1.0.0 |
| 2170 | 2026-08-05T19:28:53.482Z | Compiling unarray v0.1.4 |
| 2171 | 2026-08-05T19:28:53.532Z | Compiling clap_builder v4.6.0 |
| 2172 | 2026-08-05T19:28:53.568Z | Compiling bitvec v1.0.1 |
| 2173 | 2026-08-05T19:28:53.584Z | Compiling time v0.3.47 |
| 2174 | 2026-08-05T19:28:53.606Z | Compiling proptest v1.11.0 |
| 2175 | 2026-08-05T19:28:53.827Z | Compiling hyper-util v0.1.20 |
| 2176 | 2026-08-05T19:28:54.134Z | Compiling num-iter v0.1.45 |
| 2177 | 2026-08-05T19:28:54.501Z | Compiling darling v0.20.11 |
| 2178 | 2026-08-05T19:28:54.504Z | Compiling darling v0.23.0 |
| 2179 | 2026-08-05T19:28:54.691Z | Compiling rand v0.8.6 |
| 2180 | 2026-08-05T19:28:55.485Z | Compiling lazy_static v1.5.0 |
| 2181 | 2026-08-05T19:28:55.523Z | Compiling ipnetwork v0.21.1 |
| 2182 | 2026-08-05T19:28:55.596Z | Compiling anstyle-parse v0.2.7 |
| 2183 | 2026-08-05T19:28:56.058Z | Compiling erased-serde v0.3.31 |
| 2184 | 2026-08-05T19:28:56.122Z | Compiling hmac v0.12.1 |
| 2185 | 2026-08-05T19:28:56.302Z | Compiling async-recursion v1.1.1 |
| 2186 | 2026-08-05T19:28:56.620Z | Compiling sync_wrapper v1.0.2 |
| 2187 | 2026-08-05T19:28:56.746Z | Compiling cfg_aliases v0.2.1 |
| 2188 | 2026-08-05T19:28:56.831Z | Compiling crc-catalog v2.4.0 |
| 2189 | 2026-08-05T19:28:56.983Z | Compiling nodrop v0.1.14 |
| 2190 | 2026-08-05T19:28:57.065Z | Compiling siphasher v1.0.2 |
| 2191 | 2026-08-05T19:28:57.285Z | Compiling array-init v0.0.4 |
| 2192 | 2026-08-05T19:28:57.474Z | Compiling crc v3.4.0 |
| 2193 | 2026-08-05T19:28:57.635Z | Compiling nix v0.31.2 |
| 2194 | 2026-08-05T19:28:57.680Z | Compiling tower v0.5.3 |
| 2195 | 2026-08-05T19:28:58.073Z | Compiling newtype-uuid v1.3.2 |
| 2196 | 2026-08-05T19:28:58.177Z | Compiling oxnet v0.1.6 |
| 2197 | 2026-08-05T19:28:58.248Z | Compiling anstream v0.6.21 |
| 2198 | 2026-08-05T19:28:58.382Z | Compiling clap v4.6.1 |
| 2199 | 2026-08-05T19:28:58.547Z | Compiling smallvec v0.6.14 |
| 2200 | 2026-08-05T19:28:58.574Z | Compiling serde_with_macros v3.21.0 |
| 2201 | 2026-08-05T19:28:58.605Z | Compiling derive_builder_core v0.20.2 |
| 2202 | 2026-08-05T19:28:58.771Z | Compiling regex v1.12.3 |
| 2203 | 2026-08-05T19:28:59.074Z | Compiling http-body-util v0.1.3 |
| 2204 | 2026-08-05T19:28:59.187Z | Compiling pkcs1 v0.7.5 |
| 2205 | 2026-08-05T19:28:59.414Z | Compiling zerocopy v0.6.6 |
| 2206 | 2026-08-05T19:28:59.436Z | Compiling bitfield v0.19.4 |
| 2207 | 2026-08-05T19:28:59.453Z | Compiling hubpack_derive v0.1.1 |
| 2208 | 2026-08-05T19:28:59.551Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2209 | 2026-08-05T19:28:59.555Z | Compiling ref-cast-impl v1.0.25 |
| 2210 | 2026-08-05T19:28:59.582Z | Compiling strum_macros v0.27.2 |
| 2211 | 2026-08-05T19:28:59.743Z | Compiling env_filter v1.0.0 |
| 2212 | 2026-08-05T19:28:59.764Z | Compiling fs-err v3.3.0 |
| 2213 | 2026-08-05T19:28:59.781Z | Compiling usdt-impl v0.5.0 |
| 2214 | 2026-08-05T19:28:59.851Z | Compiling encoding_rs v0.8.35 |
| 2215 | 2026-08-05T19:28:59.913Z | Compiling ryu v1.0.23 |
| 2216 | 2026-08-05T19:29:00.019Z | Compiling unicode-properties v0.1.4 |
| 2217 | 2026-08-05T19:29:00.096Z | Compiling allocator-api2 v0.2.21 |
| 2218 | 2026-08-05T19:29:00.126Z | Compiling unicode-bidi v0.3.18 |
| 2219 | 2026-08-05T19:29:00.147Z | Compiling winnow v0.5.40 |
| 2220 | 2026-08-05T19:29:00.171Z | Compiling base64 v0.21.7 |
| 2221 | 2026-08-05T19:29:00.221Z | Compiling object v0.37.3 |
| 2222 | 2026-08-05T19:29:00.248Z | Compiling iri-string v0.7.10 |
| 2223 | 2026-08-05T19:29:00.483Z | Compiling mime v0.3.17 |
| 2224 | 2026-08-05T19:29:00.499Z | Compiling hashbrown v0.12.3 |
| 2225 | 2026-08-05T19:29:00.607Z | Compiling serde_urlencoded v0.7.1 |
| 2226 | 2026-08-05T19:29:00.750Z | Compiling stringprep v0.1.5 |
| 2227 | 2026-08-05T19:29:00.903Z | Compiling ron v0.8.1 |
| 2228 | 2026-08-05T19:29:01.354Z | Compiling env_logger v0.11.9 |
| 2229 | 2026-08-05T19:29:01.489Z | Compiling tower-http v0.6.8 |
| 2230 | 2026-08-05T19:29:01.594Z | Compiling toml_edit v0.19.15 |
| 2231 | 2026-08-05T19:29:01.744Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2232 | 2026-08-05T19:29:01.782Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2233 | 2026-08-05T19:29:02.449Z | Compiling rsa v0.9.10 |
| 2234 | 2026-08-05T19:29:02.516Z | Compiling derive_builder_macro v0.20.2 |
| 2235 | 2026-08-05T19:29:02.590Z | Compiling serde-hex v0.1.0 |
| 2236 | 2026-08-05T19:29:02.656Z | Compiling daft v0.1.7 |
| 2237 | 2026-08-05T19:29:02.679Z | Compiling hashbrown v0.13.2 |
| 2238 | 2026-08-05T19:29:03.008Z | Compiling tokio-native-tls v0.3.1 |
| 2239 | 2026-08-05T19:29:03.024Z | Compiling bzip2 v0.4.4 |
| 2240 | 2026-08-05T19:29:03.107Z | Compiling usdt-attr-macro v0.6.0 |
| 2241 | 2026-08-05T19:29:03.200Z | Compiling usdt-macro v0.6.0 |
| 2242 | 2026-08-05T19:29:03.216Z | Compiling block-padding v0.4.2 |
| 2243 | 2026-08-05T19:29:03.234Z | Compiling crypto-common v0.2.2 |
| 2244 | 2026-08-05T19:29:03.248Z | Compiling block-buffer v0.12.1 |
| 2245 | 2026-08-05T19:29:03.443Z | Compiling bstr v1.12.1 |
| 2246 | 2026-08-05T19:29:03.641Z | Compiling scroll v0.12.0 |
| 2247 | 2026-08-05T19:29:03.902Z | Compiling rustls-native-certs v0.8.3 |
| 2248 | 2026-08-05T19:29:03.938Z | Compiling x509-cert v0.2.5 |
| 2249 | 2026-08-05T19:29:04.054Z | Compiling md-5 v0.10.6 |
| 2250 | 2026-08-05T19:29:04.094Z | Compiling hash32 v0.2.1 |
| 2251 | 2026-08-05T19:29:04.151Z | Compiling vergen-lib v9.1.0 |
| 2252 | 2026-08-05T19:29:04.383Z | Compiling crc-any v2.5.0 |
| 2253 | 2026-08-05T19:29:04.387Z | Compiling psl-types v2.0.11 |
| 2254 | 2026-08-05T19:29:04.635Z | Compiling fallible-iterator v0.2.0 |
| 2255 | 2026-08-05T19:29:04.784Z | Compiling publicsuffix v2.3.0 |
| 2256 | 2026-08-05T19:29:04.938Z | Compiling postgres-protocol v0.6.10 |
| 2257 | 2026-08-05T19:29:05.047Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2258 | 2026-08-05T19:29:05.857Z | Compiling goblin v0.8.2 |
| 2259 | 2026-08-05T19:29:06.022Z | Compiling inout v0.2.2 |
| 2260 | 2026-08-05T19:29:06.039Z | Compiling zip v0.6.6 |
| 2261 | 2026-08-05T19:29:06.204Z | Compiling toml v0.7.8 |
| 2262 | 2026-08-05T19:29:06.241Z | Compiling hyper-tls v0.6.0 |
| 2263 | 2026-08-05T19:29:06.304Z | Compiling object v0.30.4 |
| 2264 | 2026-08-05T19:29:06.356Z | Compiling derive_builder v0.20.2 |
| 2265 | 2026-08-05T19:29:06.822Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2266 | 2026-08-05T19:29:06.887Z | Compiling phf_shared v0.13.1 |
| 2267 | 2026-08-05T19:29:07.120Z | Compiling zerocopy v0.7.35 |
| 2268 | 2026-08-05T19:29:07.241Z | Compiling pin-project v1.1.11 |
| 2269 | 2026-08-05T19:29:07.317Z | Compiling futures-executor v0.3.32 |
| 2270 | 2026-08-05T19:29:07.400Z | Compiling enum-as-inner v0.6.1 |
| 2271 | 2026-08-05T19:29:07.441Z | Compiling serde_repr v0.1.20 |
| 2272 | 2026-08-05T19:29:07.628Z | Compiling vergen v9.1.0 |
| 2273 | 2026-08-05T19:29:07.645Z | Compiling cargo-platform v0.3.2 |
| 2274 | 2026-08-05T19:29:07.714Z | Compiling ff v0.13.1 |
| 2275 | 2026-08-05T19:29:07.859Z | Compiling managed v0.8.0 |
| 2276 | 2026-08-05T19:29:07.885Z | Compiling bitflags v1.3.2 |
| 2277 | 2026-08-05T19:29:07.939Z | Compiling base16ct v0.2.0 |
| 2278 | 2026-08-05T19:29:07.939Z | Compiling path-slash v0.1.5 |
| 2279 | 2026-08-05T19:29:07.981Z | Compiling foldhash v0.2.0 |
| 2280 | 2026-08-05T19:29:08.058Z | Compiling cpufeatures v0.3.0 |
| 2281 | 2026-08-05T19:29:08.094Z | Compiling libbz2-rs-sys v0.2.2 |
| 2282 | 2026-08-05T19:29:08.110Z | Compiling jiff-core v0.1.0 |
| 2283 | 2026-08-05T19:29:08.127Z | Compiling same-file v1.0.6 |
| 2284 | 2026-08-05T19:29:08.162Z | Compiling foldhash v0.1.5 |
| 2285 | 2026-08-05T19:29:08.210Z | Compiling bumpalo v3.20.2 |
| 2286 | 2026-08-05T19:29:08.291Z | Compiling hashbrown v0.15.5 |
| 2287 | 2026-08-05T19:29:08.419Z | Compiling walkdir v2.5.0 |
| 2288 | 2026-08-05T19:29:08.480Z | Compiling zopfli v0.8.3 |
| 2289 | 2026-08-05T19:29:08.604Z | Compiling bzip2 v0.6.1 |
| 2290 | 2026-08-05T19:29:08.698Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2291 | 2026-08-05T19:29:08.713Z | Compiling hashbrown v0.16.1 |
| 2292 | 2026-08-05T19:29:08.729Z | Compiling dof v0.3.0 |
| 2293 | 2026-08-05T19:29:08.828Z | Compiling sec1 v0.7.3 |
| 2294 | 2026-08-05T19:29:08.879Z | Compiling jiff v0.2.34 |
| 2295 | 2026-08-05T19:29:09.080Z | Compiling cargo_metadata v0.23.1 |
| 2296 | 2026-08-05T19:29:09.120Z | Compiling group v0.13.0 |
| 2297 | 2026-08-05T19:29:09.123Z | Compiling futures v0.3.32 |
| 2298 | 2026-08-05T19:29:09.236Z | Compiling snafu v0.8.9 |
| 2299 | 2026-08-05T19:29:09.826Z | Compiling phf v0.13.1 |
| 2300 | 2026-08-05T19:29:09.853Z | Compiling zstd v0.13.3 |
| 2301 | 2026-08-05T19:29:10.128Z | Compiling reqwest v0.12.28 |
| 2302 | 2026-08-05T19:29:10.212Z | Compiling signal-hook-mio v0.2.5 |
| 2303 | 2026-08-05T19:29:10.346Z | Compiling cipher v0.5.2 |
| 2304 | 2026-08-05T19:29:10.362Z | Compiling cookie_store v0.22.1 |
| 2305 | 2026-08-05T19:29:10.407Z | Compiling postgres-types v0.2.12 |
| 2306 | 2026-08-05T19:29:10.510Z | Compiling globset v0.4.18 |
| 2307 | 2026-08-05T19:29:10.631Z | Compiling strum v0.27.2 |
| 2308 | 2026-08-05T19:29:10.861Z | Compiling hubpack v0.1.2 |
| 2309 | 2026-08-05T19:29:10.931Z | Compiling phf_shared v0.11.3 |
| 2310 | 2026-08-05T19:29:10.984Z | Compiling hkdf v0.12.4 |
| 2311 | 2026-08-05T19:29:11.001Z | Compiling dtrace-parser v0.2.0 |
| 2312 | 2026-08-05T19:29:11.042Z | Compiling byte-wrapper v0.1.0 |
| 2313 | 2026-08-05T19:29:11.088Z | Compiling ed25519 v2.2.3 |
| 2314 | 2026-08-05T19:29:11.088Z | Compiling olpc-cjson v0.1.4 |
| 2315 | 2026-08-05T19:29:11.201Z | Compiling pem v3.0.6 |
| 2316 | 2026-08-05T19:29:11.359Z | Compiling serde_plain v1.0.2 |
| 2317 | 2026-08-05T19:29:11.503Z | Compiling serde-big-array v0.5.1 |
| 2318 | 2026-08-05T19:29:11.562Z | Compiling crypto-bigint v0.5.5 |
| 2319 | 2026-08-05T19:29:11.607Z | Compiling float-cmp v0.10.0 |
| 2320 | 2026-08-05T19:29:11.668Z | Compiling memmap2 v0.9.10 |
| 2321 | 2026-08-05T19:29:11.767Z | Compiling thread-id v4.2.2 |
| 2322 | 2026-08-05T19:29:11.869Z | Compiling fixedbitset v0.5.7 |
| 2323 | 2026-08-05T19:29:11.884Z | Compiling winnow v0.7.14 |
| 2324 | 2026-08-05T19:29:11.901Z | Compiling either v1.15.0 |
| 2325 | 2026-08-05T19:29:11.995Z | Compiling new_debug_unreachable v1.0.6 |
| 2326 | 2026-08-05T19:29:12.061Z | Compiling predicates-core v1.0.10 |
| 2327 | 2026-08-05T19:29:12.080Z | Compiling normalize-line-endings v0.3.0 |
| 2328 | 2026-08-05T19:29:12.147Z | Compiling toml_write v0.1.2 |
| 2329 | 2026-08-05T19:29:12.166Z | Compiling fixedbitset v0.4.2 |
| 2330 | 2026-08-05T19:29:12.193Z | Compiling difflib v0.4.0 |
| 2331 | 2026-08-05T19:29:12.246Z | Compiling typed-path v0.9.3 |
| 2332 | 2026-08-05T19:29:12.363Z | Compiling winnow v1.0.3 |
| 2333 | 2026-08-05T19:29:12.379Z | Compiling const-oid v0.10.2 |
| 2334 | 2026-08-05T19:29:12.423Z | Compiling keccak v0.1.6 |
| 2335 | 2026-08-05T19:29:12.637Z | Compiling precomputed-hash v0.1.1 |
| 2336 | 2026-08-05T19:29:12.652Z | Compiling data-encoding v2.10.0 |
| 2337 | 2026-08-05T19:29:12.666Z | Compiling whoami v2.1.0 |
| 2338 | 2026-08-05T19:29:12.739Z | Compiling static_assertions v1.1.0 |
| 2339 | 2026-08-05T19:29:12.755Z | Compiling digest v0.11.3 |
| 2340 | 2026-08-05T19:29:12.806Z | Compiling string_cache v0.8.9 |
| 2341 | 2026-08-05T19:29:12.839Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2342 | 2026-08-05T19:29:12.887Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2343 | 2026-08-05T19:29:12.989Z | Compiling hickory-proto v0.25.2 |
| 2344 | 2026-08-05T19:29:13.026Z | Compiling tokio-postgres v0.7.16 |
| 2345 | 2026-08-05T19:29:13.046Z | Compiling sha3 v0.10.8 |
| 2346 | 2026-08-05T19:29:13.337Z | Compiling toml_edit v0.22.27 |
| 2347 | 2026-08-05T19:29:13.358Z | Compiling elliptic-curve v0.13.8 |
| 2348 | 2026-08-05T19:29:13.408Z | Compiling predicates v3.1.4 |
| 2349 | 2026-08-05T19:29:13.424Z | Compiling petgraph v0.6.5 |
| 2350 | 2026-08-05T19:29:13.717Z | Compiling itertools v0.13.0 |
| 2351 | 2026-08-05T19:29:13.734Z | Compiling petgraph v0.8.3 |
| 2352 | 2026-08-05T19:29:13.928Z | Compiling chacha20 v0.10.0 |
| 2353 | 2026-08-05T19:29:14.231Z | Compiling usdt v0.6.0 |
| 2354 | 2026-08-05T19:29:14.855Z | Compiling ed25519-dalek v2.2.0 |
| 2355 | 2026-08-05T19:29:14.926Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2356 | 2026-08-05T19:29:15.019Z | Compiling zip v4.6.1 |
| 2357 | 2026-08-05T19:29:15.545Z | Compiling crossterm v0.28.1 |
| 2358 | 2026-08-05T19:29:15.711Z | Compiling iddqd v0.4.2 |
| 2359 | 2026-08-05T19:29:15.738Z | Compiling crossbeam-epoch v0.9.18 |
| 2360 | 2026-08-05T19:29:15.798Z | Compiling similar v2.7.0 |
| 2361 | 2026-08-05T19:29:15.814Z | Compiling serde_with v3.21.0 |
| 2362 | 2026-08-05T19:29:15.844Z | Compiling strum v0.26.3 |
| 2363 | 2026-08-05T19:29:16.058Z | Compiling tokio-stream v0.1.18 |
| 2364 | 2026-08-05T19:29:16.073Z | Compiling buf-list v1.1.2 |
| 2365 | 2026-08-05T19:29:16.123Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2366 | 2026-08-05T19:29:16.241Z | Compiling openapiv3 v2.2.0 |
| 2367 | 2026-08-05T19:29:16.397Z | Compiling peg-runtime v0.8.5 |
| 2368 | 2026-08-05T19:29:16.412Z | Compiling lalrpop-util v0.19.12 |
| 2369 | 2026-08-05T19:29:22.660Z | Compiling filetime v0.2.27 |
| 2370 | 2026-08-05T19:29:22.924Z | Compiling xattr v1.6.1 |
| 2371 | 2026-08-05T19:29:23.097Z | Compiling tar v0.4.46 |
| 2372 | 2026-08-05T19:29:31.061Z | Compiling rustls-webpki v0.103.13 |
| 2373 | 2026-08-05T19:29:31.297Z | Compiling multer v3.1.0 |
| 2374 | 2026-08-05T19:29:31.340Z | Compiling thread_local v1.1.9 |
| 2375 | 2026-08-05T19:29:31.515Z | Compiling compression-core v0.4.31 |
| 2376 | 2026-08-05T19:29:31.738Z | Compiling match_cfg v0.1.0 |
| 2377 | 2026-08-05T19:29:31.834Z | Compiling rayon-core v1.13.0 |
| 2378 | 2026-08-05T19:29:31.881Z | Compiling slog-async v2.8.0 |
| 2379 | 2026-08-05T19:29:31.981Z | Compiling hostname v0.3.1 |
| 2380 | 2026-08-05T19:29:32.082Z | Compiling compression-codecs v0.4.37 |
| 2381 | 2026-08-05T19:29:32.226Z | Compiling atomicwrites v0.4.4 |
| 2382 | 2026-08-05T19:29:32.247Z | Compiling camino-tempfile v1.4.1 |
| 2383 | 2026-08-05T19:29:32.336Z | Compiling crossbeam-channel v0.5.15 |
| 2384 | 2026-08-05T19:29:32.443Z | Compiling slog-json v2.6.1 |
| 2385 | 2026-08-05T19:29:32.512Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2386 | 2026-08-05T19:29:32.528Z | Compiling half v2.7.1 |
| 2387 | 2026-08-05T19:29:32.637Z | Compiling async-stream-impl v0.3.6 |
| 2388 | 2026-08-05T19:29:32.656Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2389 | 2026-08-05T19:29:32.752Z | Compiling serde_spanned v1.1.1 |
| 2390 | 2026-08-05T19:29:32.788Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2391 | 2026-08-05T19:29:32.909Z | Compiling serde_path_to_error v0.1.20 |
| 2392 | 2026-08-05T19:29:32.937Z | Compiling is-terminal v0.4.17 |
| 2393 | 2026-08-05T19:29:33.036Z | Compiling fs-err v2.11.0 |
| 2394 | 2026-08-05T19:29:33.058Z | Compiling dropshot v0.17.1 |
| 2395 | 2026-08-05T19:29:33.075Z | Compiling debug-ignore v1.0.5 |
| 2396 | 2026-08-05T19:29:33.092Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-08-05T19:29:33.208Z | Compiling term v1.2.1 |
| 2398 | 2026-08-05T19:29:33.223Z | Compiling take_mut v0.2.2 |
| 2399 | 2026-08-05T19:29:33.247Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2400 | 2026-08-05T19:29:33.262Z | Compiling async-stream v0.3.6 |
| 2401 | 2026-08-05T19:29:33.312Z | Compiling ciborium-ll v0.2.2 |
| 2402 | 2026-08-05T19:29:33.373Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2403 | 2026-08-05T19:29:33.391Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2404 | 2026-08-05T19:29:33.394Z | Compiling slog-bunyan v2.5.0 |
| 2405 | 2026-08-05T19:29:33.424Z | Compiling async-compression v0.4.41 |
| 2406 | 2026-08-05T19:29:33.475Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2407 | 2026-08-05T19:29:33.541Z | Compiling slog-term v2.9.2 |
| 2408 | 2026-08-05T19:29:33.603Z | Compiling crossbeam-deque v0.8.6 |
| 2409 | 2026-08-05T19:29:33.618Z | Compiling sha1 v0.11.0 |
| 2410 | 2026-08-05T19:29:33.859Z | Compiling parse-display-derive v0.10.0 |
| 2411 | 2026-08-05T19:29:33.906Z | Compiling dropshot_endpoint v0.17.1 |
| 2412 | 2026-08-05T19:29:33.989Z | Compiling newtype-uuid-macros v0.1.0 |
| 2413 | 2026-08-05T19:29:34.078Z | Compiling waitgroup v0.1.2 |
| 2414 | 2026-08-05T19:29:34.249Z | Compiling rustls-pemfile v2.2.0 |
| 2415 | 2026-08-05T19:29:34.578Z | Compiling backon v1.6.0 |
| 2416 | 2026-08-05T19:29:34.581Z | Compiling blake3 v1.8.5 |
| 2417 | 2026-08-05T19:29:34.694Z | Compiling tokio-rustls v0.26.4 |
| 2418 | 2026-08-05T19:29:34.727Z | Compiling rustls-platform-verifier v0.6.2 |
| 2419 | 2026-08-05T19:29:34.785Z | Compiling tough v0.22.0 |
| 2420 | 2026-08-05T19:29:34.838Z | Compiling hostname v0.4.2 |
| 2421 | 2026-08-05T19:29:34.857Z | Compiling instant v0.1.13 |
| 2422 | 2026-08-05T19:29:34.957Z | Compiling hyper-rustls v0.27.7 |
| 2423 | 2026-08-05T19:29:34.992Z | Compiling backoff v0.4.0 |
| 2424 | 2026-08-05T19:29:35.009Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2425 | 2026-08-05T19:29:35.027Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2426 | 2026-08-05T19:29:35.207Z | Compiling reqwest v0.13.2 |
| 2427 | 2026-08-05T19:29:35.273Z | Compiling ciborium v0.2.2 |
| 2428 | 2026-08-05T19:29:35.351Z | Compiling parse-display v0.10.0 |
| 2429 | 2026-08-05T19:29:35.478Z | Compiling toml v0.8.23 |
| 2430 | 2026-08-05T19:29:35.494Z | Compiling regress v0.10.5 |
| 2431 | 2026-08-05T19:29:35.718Z | Compiling itertools v0.14.0 |
| 2432 | 2026-08-05T19:29:36.150Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2433 | 2026-08-05T19:29:36.165Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2434 | 2026-08-05T19:29:36.228Z | Compiling macaddr v1.0.1 |
| 2435 | 2026-08-05T19:29:36.512Z | Compiling arrayref v0.3.9 |
| 2436 | 2026-08-05T19:29:36.529Z | Compiling arrayvec v0.7.6 |
| 2437 | 2026-08-05T19:29:36.546Z | Compiling parse-size v1.1.0 |
| 2438 | 2026-08-05T19:29:36.606Z | Compiling constant_time_eq v0.4.2 |
| 2439 | 2026-08-05T19:29:36.746Z | Compiling indent_write v2.2.0 |
| 2440 | 2026-08-05T19:29:36.784Z | Compiling humantime v2.3.0 |
| 2441 | 2026-08-05T19:29:36.942Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2442 | 2026-08-05T19:29:37.039Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2443 | 2026-08-05T19:29:37.229Z | Compiling sha2 v0.11.0 |
| 2444 | 2026-08-05T19:29:37.244Z | Compiling digest-io v0.1.0 |
| 2445 | 2026-08-05T19:29:37.262Z | Compiling display-error-chain v0.2.2 |
| 2446 | 2026-08-05T19:29:37.397Z | Compiling rawzip v0.4.4 |
| 2447 | 2026-08-05T19:29:37.414Z | Compiling topological-sort v0.2.2 |
| 2448 | 2026-08-05T19:29:37.428Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2449 | 2026-08-05T19:29:37.593Z | Compiling shell-words v1.1.1 |
| 2450 | 2026-08-05T19:29:38.509Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2451 | 2026-08-05T19:29:38.839Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2026-08-05T19:29:44.876Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2453 | 2026-08-05T19:29:47.002Z | Compiling progenitor-client v0.14.0 |
| 2454 | 2026-08-05T19:29:47.002Z | Compiling omicron-zone-package v0.12.3 |
| 2455 | 2026-08-05T19:29:47.246Z | Compiling progenitor-extras v0.2.0 |
| 2456 | 2026-08-05T19:29:47.461Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2457 | 2026-08-05T19:29:47.594Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2458 | 2026-08-05T19:29:47.670Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2459 | 2026-08-05T19:29:47.788Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2460 | 2026-08-05T19:29:48.456Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2461 | 2026-08-05T19:29:52.551Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2462 | 2026-08-05T19:29:55.947Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2463 | 2026-08-05T19:30:09.633Z | Finished `release` profile [optimized] target(s) in 1m 36s |
| 2464 | 2026-08-05T19:30:09.775Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2465 | 2026-08-05T19:30:09.834Z | Aug 05 19:30:09.176 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2466 | 2026-08-05T19:30:09.929Z | Aug 05 19:30:09.272 DEBG running: git rev-parse HEAD |
| 2467 | 2026-08-05T19:30:09.933Z | Aug 05 19:30:09.275 DEBG process exited with exit status: 0 (3.089512ms) |
| 2468 | 2026-08-05T19:30:09.933Z | Aug 05 19:30:09.275 INFO version: 22.0.0-0.ci+git1f4f17af57c |
| 2469 | 2026-08-05T19:30:09.940Z | Aug 05 19:30:09.283 INFO cloning helios to /work/oxidecomputer/helios |
| 2470 | 2026-08-05T19:30:09.940Z | Aug 05 19:30:09.283 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2471 | 2026-08-05T19:30:09.943Z | Cloning into '/work/oxidecomputer/helios'... |
| 2472 | 2026-08-05T19:30:10.505Z | Aug 05 19:30:09.848 DEBG process exited with exit status: 0 (564.643864ms) |
| 2473 | 2026-08-05T19:30:10.505Z | Aug 05 19:30:09.848 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2474 | 2026-08-05T19:30:10.508Z | Aug 05 19:30:09.851 DEBG process exited with exit status: 0 (2.660752ms) |
| 2475 | 2026-08-05T19:30:10.508Z | Aug 05 19:30:09.851 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2476 | 2026-08-05T19:30:10.857Z | Aug 05 19:30:10.201 DEBG process exited with exit status: 0 (349.691843ms) |
| 2477 | 2026-08-05T19:30:10.858Z | Aug 05 19:30:10.201 DEBG running: zfs list rpool/images/build/host |
| 2478 | 2026-08-05T19:30:10.861Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2479 | 2026-08-05T19:30:10.861Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2480 | 2026-08-05T19:30:10.864Z | Aug 05 19:30:10.205 DEBG process exited with exit status: 0 (4.224583ms) |
| 2481 | 2026-08-05T19:30:10.864Z | Aug 05 19:30:10.205 DEBG running: zfs list rpool/images/build/recovery |
| 2482 | 2026-08-05T19:30:10.868Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2483 | 2026-08-05T19:30:10.868Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2484 | 2026-08-05T19:30:10.868Z | Aug 05 19:30:10.208 DEBG process exited with exit status: 0 (3.923763ms) |
| 2485 | 2026-08-05T19:30:10.868Z | Aug 05 19:30:10.209 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311) |
| 2486 | 2026-08-05T19:30:10.878Z | Aug 05 19:30:10.221 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026061000.0.0, but the current nexus API version is 2026073100.0.0; the console needs a client regen and tools/console_version needs a bump |
| 2487 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.222 INFO [incorp-manifest] running task |
| 2488 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.222 INFO [hubris-production] running task |
| 2489 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.222 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2490 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.223 INFO [hubris-staging] running task |
| 2491 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.223 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2492 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.224 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2493 | 2026-08-05T19:30:10.881Z | Aug 05 19:30:10.225 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 |
| 2494 | 2026-08-05T19:30:10.923Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2495 | 2026-08-05T19:30:10.985Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2496 | 2026-08-05T19:30:11.112Z | Aug 05 19:30:10.455 INFO [incorp-create] process exited with exit status: 0 (231.616795ms) |
| 2497 | 2026-08-05T19:30:11.116Z | Aug 05 19:30:10.455 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2498 | 2026-08-05T19:30:11.335Z | Aug 05 19:30:10.678 INFO [incorp-publisher] process exited with exit status: 0 (223.220548ms) |
| 2499 | 2026-08-05T19:30:11.644Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2500 | 2026-08-05T19:30:11.979Z | Aug 05 19:30:11.322 INFO [hubris-production] task succeeded (1.100290908s) |
| 2501 | 2026-08-05T19:30:12.278Z | Aug 05 19:30:11.620 DEBG process exited with exit status: 0 (1.397774743s) |
| 2502 | 2026-08-05T19:30:12.284Z | Aug 05 19:30:11.620 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2503 | 2026-08-05T19:30:12.883Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2504 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling itertools v0.15.0 |
| 2505 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2506 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2507 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2508 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2509 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling inout v0.1.4 |
| 2510 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2511 | 2026-08-05T19:30:12.887Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2512 | 2026-08-05T19:30:12.888Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2513 | 2026-08-05T19:30:13.409Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2514 | 2026-08-05T19:30:13.414Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2515 | 2026-08-05T19:30:13.638Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2516 | 2026-08-05T19:30:13.642Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2517 | 2026-08-05T19:30:13.642Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2518 | 2026-08-05T19:30:13.642Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2519 | 2026-08-05T19:30:13.642Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2520 | 2026-08-05T19:30:14.048Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2521 | 2026-08-05T19:30:14.056Z | Aug 05 19:30:13.399 DEBG process exited with exit status: 0 (1.77831058s) |
| 2522 | 2026-08-05T19:30:14.059Z | Aug 05 19:30:13.399 INFO [incorp-manifest] task succeeded (3.177373713s) |
| 2523 | 2026-08-05T19:30:14.059Z | Aug 05 19:30:13.402 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2524 | 2026-08-05T19:30:14.129Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2525 | 2026-08-05T19:30:14.133Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2526 | 2026-08-05T19:30:14.275Z | Aug 05 19:30:13.618 INFO [incorp-fmt] process exited with exit status: 0 (216.224883ms) |
| 2527 | 2026-08-05T19:30:14.280Z | Aug 05 19:30:13.618 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2528 | 2026-08-05T19:30:14.295Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2529 | 2026-08-05T19:30:14.330Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2530 | 2026-08-05T19:30:14.335Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2531 | 2026-08-05T19:30:14.335Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2532 | 2026-08-05T19:30:14.335Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2533 | 2026-08-05T19:30:14.335Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2534 | 2026-08-05T19:30:14.335Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2535 | 2026-08-05T19:30:14.408Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2536 | 2026-08-05T19:30:14.412Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2537 | 2026-08-05T19:30:14.534Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T193013Z |
| 2538 | 2026-08-05T19:30:14.534Z | [ incorp-pkgsend] PUBLISHED |
| 2539 | 2026-08-05T19:30:14.590Z | Aug 05 19:30:13.932 INFO [incorp-pkgsend] process exited with exit status: 0 (314.228226ms) |
| 2540 | 2026-08-05T19:30:14.593Z | Aug 05 19:30:13.932 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2541 | 2026-08-05T19:30:14.644Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2542 | 2026-08-05T19:30:14.686Z | [ omicron-package] Compiling aead v0.5.2 |
| 2543 | 2026-08-05T19:30:14.780Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2544 | 2026-08-05T19:30:14.785Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2545 | 2026-08-05T19:30:14.785Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2546 | 2026-08-05T19:30:14.852Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2547 | 2026-08-05T19:30:14.879Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2548 | 2026-08-05T19:30:14.886Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2549 | 2026-08-05T19:30:14.966Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2550 | 2026-08-05T19:30:14.966Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2551 | 2026-08-05T19:30:14.966Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2552 | 2026-08-05T19:30:14.974Z | [ helios-incorp] |
| 2553 | 2026-08-05T19:30:14.974Z | [ helios-incorp] Archiving packages ... |
| 2554 | 2026-08-05T19:30:14.978Z | [ helios-incorp] Packages to add: 1 |
| 2555 | 2026-08-05T19:30:14.983Z | [ helios-incorp] Files to retrieve: 0 |
| 2556 | 2026-08-05T19:30:14.991Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2557 | 2026-08-05T19:30:15.019Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2558 | 2026-08-05T19:30:15.054Z | [ helios-incorp] |
| 2559 | 2026-08-05T19:30:15.059Z | [ helios-incorp] Packages to archive: |
| 2560 | 2026-08-05T19:30:15.059Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@22.0.0.0,5.11-3.0:20260805T193013Z |
| 2561 | 2026-08-05T19:30:15.063Z | [ helios-incorp] |
| 2562 | 2026-08-05T19:30:15.063Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2563 | 2026-08-05T19:30:15.064Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2564 | 2026-08-05T19:30:15.067Z | Aug 05 19:30:14.409 INFO [helios-incorp] process exited with exit status: 0 (476.414769ms) |
| 2565 | 2026-08-05T19:30:15.077Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2566 | 2026-08-05T19:30:15.157Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2567 | 2026-08-05T19:30:15.312Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2568 | 2026-08-05T19:30:15.360Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2569 | 2026-08-05T19:30:15.421Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2570 | 2026-08-05T19:30:15.421Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2571 | 2026-08-05T19:30:15.506Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2572 | 2026-08-05T19:30:15.541Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2573 | 2026-08-05T19:30:15.629Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2574 | 2026-08-05T19:30:15.632Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2575 | 2026-08-05T19:30:15.670Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2576 | 2026-08-05T19:30:15.681Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2577 | 2026-08-05T19:30:15.754Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2578 | 2026-08-05T19:30:15.776Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2579 | 2026-08-05T19:30:15.809Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2580 | 2026-08-05T19:30:16.003Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2581 | 2026-08-05T19:30:16.055Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2582 | 2026-08-05T19:30:16.167Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2583 | 2026-08-05T19:30:16.275Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2584 | 2026-08-05T19:30:16.352Z | [ omicron-package] Compiling rand v0.10.1 |
| 2585 | 2026-08-05T19:30:16.479Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2586 | 2026-08-05T19:30:16.505Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2587 | 2026-08-05T19:30:16.581Z | [ omicron-package] Compiling colored v3.1.1 |
| 2588 | 2026-08-05T19:30:16.653Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2589 | 2026-08-05T19:30:16.679Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2590 | 2026-08-05T19:30:16.715Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2591 | 2026-08-05T19:30:16.790Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2592 | 2026-08-05T19:30:16.834Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2593 | 2026-08-05T19:30:16.855Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2594 | 2026-08-05T19:30:16.888Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2595 | 2026-08-05T19:30:16.905Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2596 | 2026-08-05T19:30:17.009Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2597 | 2026-08-05T19:30:17.009Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2598 | 2026-08-05T19:30:17.075Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2599 | 2026-08-05T19:30:17.139Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2600 | 2026-08-05T19:30:17.297Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2601 | 2026-08-05T19:30:17.343Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2602 | 2026-08-05T19:30:17.405Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2603 | 2026-08-05T19:30:17.460Z | [ omicron-package] Compiling glob v0.3.3 |
| 2604 | 2026-08-05T19:30:17.522Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2605 | 2026-08-05T19:30:17.586Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2606 | 2026-08-05T19:30:17.617Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2607 | 2026-08-05T19:30:17.745Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2608 | 2026-08-05T19:30:17.880Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2609 | 2026-08-05T19:30:17.958Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2610 | 2026-08-05T19:30:18.076Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2611 | 2026-08-05T19:30:18.137Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2612 | 2026-08-05T19:30:18.214Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2613 | 2026-08-05T19:30:18.280Z | [ omicron-package] Compiling smf v0.2.3 |
| 2614 | 2026-08-05T19:30:18.308Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2615 | 2026-08-05T19:30:18.367Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2616 | 2026-08-05T19:30:18.438Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-08-05T19:30:18.442Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2618 | 2026-08-05T19:30:18.504Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2619 | 2026-08-05T19:30:18.507Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2620 | 2026-08-05T19:30:18.631Z | [ omicron-package] Compiling zone v0.3.1 |
| 2621 | 2026-08-05T19:30:18.674Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2622 | 2026-08-05T19:30:18.747Z | [ omicron-package] Compiling console v0.16.2 |
| 2623 | 2026-08-05T19:30:18.964Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2624 | 2026-08-05T19:30:18.985Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2625 | 2026-08-05T19:30:18.988Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2626 | 2026-08-05T19:30:19.074Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2627 | 2026-08-05T19:30:19.443Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2628 | 2026-08-05T19:30:20.496Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2629 | 2026-08-05T19:30:21.843Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2630 | 2026-08-05T19:30:23.020Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2631 | 2026-08-05T19:30:25.373Z | [ helios-setup] Aug 05 19:30:24.716 INFO helios repository root is: /work/oxidecomputer/helios |
| 2632 | 2026-08-05T19:30:25.377Z | [ helios-setup] Aug 05 19:30:24.717 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2633 | 2026-08-05T19:30:25.377Z | [ helios-setup] Aug 05 19:30:24.717 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 |
| 2634 | 2026-08-05T19:30:25.377Z | [ helios-setup] Aug 05 19:30:24.717 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2635 | 2026-08-05T19:30:25.377Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2636 | 2026-08-05T19:30:25.878Z | [ helios-setup] Aug 05 19:30:25.204 INFO clone ok!, project: phbl |
| 2637 | 2026-08-05T19:30:25.881Z | [ helios-setup] Aug 05 19:30:25.205 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 |
| 2638 | 2026-08-05T19:30:25.881Z | [ helios-setup] Aug 05 19:30:25.205 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2639 | 2026-08-05T19:30:25.881Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2640 | 2026-08-05T19:30:26.367Z | [ helios-setup] Aug 05 19:30:25.710 INFO clone ok!, project: image-builder |
| 2641 | 2026-08-05T19:30:26.370Z | [ helios-setup] Aug 05 19:30:25.710 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2642 | 2026-08-05T19:30:26.370Z | [ helios-setup] Aug 05 19:30:25.710 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 |
| 2643 | 2026-08-05T19:30:26.370Z | [ helios-setup] Aug 05 19:30:25.710 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2644 | 2026-08-05T19:30:26.370Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2645 | 2026-08-05T19:30:26.434Z | Aug 05 19:30:25.777 INFO [hubris-staging] task succeeded (15.554488056s) |
| 2646 | 2026-08-05T19:30:26.816Z | [ helios-setup] Aug 05 19:30:26.159 INFO clone ok!, project: bootserver |
| 2647 | 2026-08-05T19:30:26.816Z | [ helios-setup] Aug 05 19:30:26.159 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 |
| 2648 | 2026-08-05T19:30:26.819Z | [ helios-setup] Aug 05 19:30:26.159 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2649 | 2026-08-05T19:30:26.819Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2650 | 2026-08-05T19:30:27.556Z | [ helios-setup] Aug 05 19:30:26.899 INFO clone ok!, project: chelsio-t6-roms |
| 2651 | 2026-08-05T19:30:27.559Z | [ helios-setup] Aug 05 19:30:26.899 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2652 | 2026-08-05T19:30:27.560Z | [ helios-setup] Aug 05 19:30:26.899 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 |
| 2653 | 2026-08-05T19:30:27.560Z | [ helios-setup] Aug 05 19:30:26.899 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2654 | 2026-08-05T19:30:27.560Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2655 | 2026-08-05T19:30:28.164Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2656 | 2026-08-05T19:30:31.494Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2657 | 2026-08-05T19:30:32.575Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2658 | 2026-08-05T19:30:39.034Z | [ helios-setup] Aug 05 19:30:38.377 INFO clone ok!, project: amd-firmware |
| 2659 | 2026-08-05T19:30:39.037Z | [ helios-setup] Aug 05 19:30:38.377 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 |
| 2660 | 2026-08-05T19:30:39.037Z | [ helios-setup] Aug 05 19:30:38.377 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2661 | 2026-08-05T19:30:39.037Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2662 | 2026-08-05T19:30:39.597Z | [ helios-setup] Aug 05 19:30:38.939 INFO clone ok!, project: dmar-report |
| 2663 | 2026-08-05T19:30:39.597Z | [ helios-setup] Aug 05 19:30:38.939 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 |
| 2664 | 2026-08-05T19:30:39.600Z | [ helios-setup] Aug 05 19:30:38.939 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 |
| 2665 | 2026-08-05T19:30:39.601Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2666 | 2026-08-05T19:30:40.407Z | [ helios-setup] Aug 05 19:30:39.749 INFO clone ok!, project: amd-host-image-builder |
| 2667 | 2026-08-05T19:30:40.411Z | [ helios-setup] Aug 05 19:30:39.750 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 |
| 2668 | 2026-08-05T19:30:40.411Z | [ helios-setup] Aug 05 19:30:39.750 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2669 | 2026-08-05T19:30:40.411Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2670 | 2026-08-05T19:30:40.839Z | [ helios-setup] Aug 05 19:30:40.181 INFO clone ok!, project: pinprick |
| 2671 | 2026-08-05T19:30:40.843Z | [ helios-setup] Aug 05 19:30:40.181 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 |
| 2672 | 2026-08-05T19:30:40.843Z | [ helios-setup] Aug 05 19:30:40.181 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2673 | 2026-08-05T19:30:40.843Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2674 | 2026-08-05T19:30:41.604Z | [ helios-setup] Aug 05 19:30:40.946 INFO clone ok!, project: pilot |
| 2675 | 2026-08-05T19:30:41.608Z | [ helios-setup] Aug 05 19:30:40.946 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2676 | 2026-08-05T19:30:41.819Z | [ helios-setup] Aug 05 19:30:41.161 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2677 | 2026-08-05T19:30:42.038Z | [ helios-setup] Aug 05 19:30:41.380 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2678 | 2026-08-05T19:30:42.038Z | [ helios-setup] Aug 05 19:30:41.380 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2679 | 2026-08-05T19:30:42.152Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 31.26s |
| 2680 | 2026-08-05T19:30:42.252Z | [ helios-setup] Aug 05 19:30:41.594 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2681 | 2026-08-05T19:30:42.377Z | [ omicron-package] |
| 2682 | 2026-08-05T19:30:42.377Z | [ omicron-package] real 31.434612997 |
| 2683 | 2026-08-05T19:30:42.377Z | [ omicron-package] user 2:56.592121668 |
| 2684 | 2026-08-05T19:30:42.381Z | [ omicron-package] sys 21.089656554 |
| 2685 | 2026-08-05T19:30:42.381Z | [ omicron-package] trap 0.314901339 |
| 2686 | 2026-08-05T19:30:42.381Z | [ omicron-package] tflt 0.459794163 |
| 2687 | 2026-08-05T19:30:42.381Z | [ omicron-package] dflt 2.276570990 |
| 2688 | 2026-08-05T19:30:42.381Z | [ omicron-package] kflt 0.000301220 |
| 2689 | 2026-08-05T19:30:42.381Z | [ omicron-package] lock 8:03.214018335 |
| 2690 | 2026-08-05T19:30:42.381Z | [ omicron-package] slp 4:18.472921117 |
| 2691 | 2026-08-05T19:30:42.381Z | [ omicron-package] lat 30.204705903 |
| 2692 | 2026-08-05T19:30:42.381Z | [ omicron-package] stop 1:10.224252130 |
| 2693 | 2026-08-05T19:30:42.382Z | Aug 05 19:30:41.721 INFO [omicron-package] process exited with exit status: 0 (31.496037864s) |
| 2694 | 2026-08-05T19:30:42.382Z | Aug 05 19:30:41.721 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2695 | 2026-08-05T19:30:42.382Z | Aug 05 19:30:41.721 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2696 | 2026-08-05T19:30:42.388Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2697 | 2026-08-05T19:30:42.392Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2698 | 2026-08-05T19:30:42.392Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2699 | 2026-08-05T19:30:42.392Z | [ host-target] Created new build target 'host' and set it as active |
| 2700 | 2026-08-05T19:30:42.392Z | Aug 05 19:30:41.734 INFO [recovery-target] process exited with exit status: 0 (12.97425ms) |
| 2701 | 2026-08-05T19:30:42.396Z | Aug 05 19:30:41.735 INFO [host-target] process exited with exit status: 0 (14.405221ms) |
| 2702 | 2026-08-05T19:30:42.396Z | Aug 05 19:30:41.735 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2703 | 2026-08-05T19:30:42.399Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2704 | 2026-08-05T19:30:42.469Z | [ helios-setup] Aug 05 19:30:41.812 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2705 | 2026-08-05T19:30:42.469Z | [ helios-setup] Aug 05 19:30:41.812 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2706 | 2026-08-05T19:30:42.688Z | [ helios-setup] Aug 05 19:30:42.031 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2707 | 2026-08-05T19:30:42.911Z | [ helios-setup] Aug 05 19:30:42.254 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2708 | 2026-08-05T19:30:42.911Z | [ helios-setup] Aug 05 19:30:42.254 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2709 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2710 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO ok! |
| 2711 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2712 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2713 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO ok! |
| 2714 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2715 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2716 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO ok! |
| 2717 | 2026-08-05T19:30:42.915Z | [ helios-setup] Aug 05 19:30:42.254 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 2718 | 2026-08-05T19:30:43.909Z | [ host-package] Compiling heck v0.5.0 |
| 2719 | 2026-08-05T19:30:43.909Z | [ host-package] Compiling regress v0.11.1 |
| 2720 | 2026-08-05T19:30:44.140Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2721 | 2026-08-05T19:30:44.182Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2722 | 2026-08-05T19:30:44.212Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2723 | 2026-08-05T19:30:44.234Z | [ host-package] Compiling derive-where v1.6.0 |
| 2724 | 2026-08-05T19:30:44.237Z | [ host-package] Compiling bytecount v0.6.9 |
| 2725 | 2026-08-05T19:30:44.274Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2726 | 2026-08-05T19:30:44.274Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2727 | 2026-08-05T19:30:44.278Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2728 | 2026-08-05T19:30:44.278Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2729 | 2026-08-05T19:30:44.278Z | [ host-package] Compiling console v0.15.11 |
| 2730 | 2026-08-05T19:30:44.278Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2731 | 2026-08-05T19:30:44.313Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2732 | 2026-08-05T19:30:44.399Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2733 | 2026-08-05T19:30:44.450Z | [ host-package] Compiling num-rational v0.4.2 |
| 2734 | 2026-08-05T19:30:44.480Z | [ host-package] Compiling num-complex v0.4.6 |
| 2735 | 2026-08-05T19:30:44.480Z | [ host-package] Compiling thread_local v1.1.9 |
| 2736 | 2026-08-05T19:30:44.530Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2737 | 2026-08-05T19:30:44.559Z | [ host-package] Compiling compression-core v0.4.31 |
| 2738 | 2026-08-05T19:30:44.665Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2739 | 2026-08-05T19:30:44.714Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2740 | 2026-08-05T19:30:44.788Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2741 | 2026-08-05T19:30:44.836Z | [ host-package] Compiling expectorate v1.2.0 |
| 2742 | 2026-08-05T19:30:44.895Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2743 | 2026-08-05T19:30:45.011Z | [ host-package] Compiling num v0.4.3 |
| 2744 | 2026-08-05T19:30:45.058Z | [ host-package] Compiling hostname v0.3.1 |
| 2745 | 2026-08-05T19:30:45.058Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2746 | 2026-08-05T19:30:45.103Z | [ host-package] Compiling multer v3.1.0 |
| 2747 | 2026-08-05T19:30:45.125Z | [ host-package] Compiling slog-async v2.8.0 |
| 2748 | 2026-08-05T19:30:45.151Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2749 | 2026-08-05T19:30:45.174Z | [ host-package] Compiling slog-json v2.6.1 |
| 2750 | 2026-08-05T19:30:45.203Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2751 | 2026-08-05T19:30:45.240Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2752 | 2026-08-05T19:30:45.269Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2753 | 2026-08-05T19:30:45.380Z | [ host-package] Compiling term v1.2.1 |
| 2754 | 2026-08-05T19:30:45.431Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2755 | 2026-08-05T19:30:45.468Z | [ host-package] Compiling float-ord v0.3.2 |
| 2756 | 2026-08-05T19:30:45.493Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2757 | 2026-08-05T19:30:45.520Z | [ host-package] Compiling take_mut v0.2.2 |
| 2758 | 2026-08-05T19:30:45.523Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 2759 | 2026-08-05T19:30:45.523Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2760 | 2026-08-05T19:30:45.543Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2761 | 2026-08-05T19:30:45.606Z | [ host-package] Compiling async-compression v0.4.41 |
| 2762 | 2026-08-05T19:30:45.633Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2763 | 2026-08-05T19:30:45.749Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2764 | 2026-08-05T19:30:45.753Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2765 | 2026-08-05T19:30:45.800Z | [ host-package] Compiling slog-term v2.9.2 |
| 2766 | 2026-08-05T19:30:46.051Z | [ host-package] Compiling dropshot v0.17.1 |
| 2767 | 2026-08-05T19:30:46.110Z | [ host-package] Compiling async-stream v0.3.6 |
| 2768 | 2026-08-05T19:30:46.131Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2769 | 2026-08-05T19:30:46.158Z | [ host-package] Compiling sha1 v0.11.0 |
| 2770 | 2026-08-05T19:30:46.265Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2771 | 2026-08-05T19:30:46.307Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2772 | 2026-08-05T19:30:46.330Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2773 | 2026-08-05T19:30:46.357Z | [ host-package] Compiling backon v1.6.0 |
| 2774 | 2026-08-05T19:30:46.380Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2775 | 2026-08-05T19:30:46.442Z | [ host-package] Compiling hostname v0.4.2 |
| 2776 | 2026-08-05T19:30:46.476Z | [ host-package] Compiling instant v0.1.13 |
| 2777 | 2026-08-05T19:30:46.592Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2778 | 2026-08-05T19:30:46.616Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2779 | 2026-08-05T19:30:46.638Z | [ host-package] Compiling linear-map v1.2.0 |
| 2780 | 2026-08-05T19:30:46.642Z | [ host-package] Compiling backoff v0.4.0 |
| 2781 | 2026-08-05T19:30:46.642Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2782 | 2026-08-05T19:30:46.775Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2783 | 2026-08-05T19:30:46.798Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2784 | 2026-08-05T19:30:46.887Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 2785 | 2026-08-05T19:30:46.908Z | [ host-package] Compiling nom v7.1.3 |
| 2786 | 2026-08-05T19:30:46.931Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2787 | 2026-08-05T19:30:46.963Z | [ host-package] Compiling parse-display v0.10.0 |
| 2788 | 2026-08-05T19:30:47.060Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2789 | 2026-08-05T19:30:47.163Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2790 | 2026-08-05T19:30:47.547Z | [ host-package] Compiling regress v0.10.5 |
| 2791 | 2026-08-05T19:30:47.804Z | [ host-package] Compiling itertools v0.14.0 |
| 2792 | 2026-08-05T19:30:48.432Z | [ host-package] Compiling macaddr v1.0.1 |
| 2793 | 2026-08-05T19:30:48.551Z | [ host-package] Compiling humantime v2.3.0 |
| 2794 | 2026-08-05T19:30:48.602Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2795 | 2026-08-05T19:30:48.825Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2796 | 2026-08-05T19:30:48.875Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2797 | 2026-08-05T19:30:48.910Z | [ host-package] Compiling convert_case v0.10.0 |
| 2798 | 2026-08-05T19:30:48.982Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2799 | 2026-08-05T19:30:49.163Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2800 | 2026-08-05T19:30:49.221Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2801 | 2026-08-05T19:30:49.271Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2802 | 2026-08-05T19:30:49.356Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2803 | 2026-08-05T19:30:49.481Z | [ host-package] Compiling toml v0.8.23 |
| 2804 | 2026-08-05T19:30:49.603Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2805 | 2026-08-05T19:30:49.814Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2806 | 2026-08-05T19:30:49.901Z | [ host-package] Compiling papergrid v0.11.0 |
| 2807 | 2026-08-05T19:30:50.016Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2808 | 2026-08-05T19:30:50.130Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2809 | 2026-08-05T19:30:50.268Z | [ host-package] Compiling derive_more v2.1.1 |
| 2810 | 2026-08-05T19:30:50.430Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2811 | 2026-08-05T19:30:50.591Z | [ host-package] Compiling termtree v0.5.1 |
| 2812 | 2026-08-05T19:30:50.776Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2813 | 2026-08-05T19:30:50.824Z | [ host-package] Compiling crossterm v0.29.0 |
| 2814 | 2026-08-05T19:30:51.081Z | [ host-package] Compiling tabled v0.15.0 |
| 2815 | 2026-08-05T19:30:51.398Z | [ host-package] Compiling typify v0.6.2 |
| 2816 | 2026-08-05T19:30:51.555Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 2817 | 2026-08-05T19:30:52.404Z | [ host-package] Compiling qorb v0.4.1 |
| 2818 | 2026-08-05T19:30:52.539Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2819 | 2026-08-05T19:30:52.846Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2820 | 2026-08-05T19:30:53.480Z | [ host-package] Compiling vte v0.14.1 |
| 2821 | 2026-08-05T19:30:53.757Z | [ host-package] Compiling csv-core v0.1.13 |
| 2822 | 2026-08-05T19:30:54.007Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2823 | 2026-08-05T19:30:54.213Z | [ host-package] Compiling highway v1.3.0 |
| 2824 | 2026-08-05T19:30:54.242Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 2825 | 2026-08-05T19:30:54.326Z | [ host-package] Compiling csv v1.4.0 |
| 2826 | 2026-08-05T19:30:55.400Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2827 | 2026-08-05T19:30:55.943Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2828 | 2026-08-05T19:30:56.067Z | [ host-package] Compiling phf v0.12.1 |
| 2829 | 2026-08-05T19:30:56.099Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2830 | 2026-08-05T19:30:56.154Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-08-05T19:30:56.280Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2832 | 2026-08-05T19:30:56.484Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2833 | 2026-08-05T19:30:56.535Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2834 | 2026-08-05T19:30:57.007Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2835 | 2026-08-05T19:30:57.069Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2836 | 2026-08-05T19:30:57.990Z | [ host-package] Compiling peg v0.8.5 |
| 2837 | 2026-08-05T19:30:58.097Z | [ host-package] Compiling const_format v0.2.35 |
| 2838 | 2026-08-05T19:30:58.167Z | [ host-package] Compiling reedline v0.40.0 |
| 2839 | 2026-08-05T19:30:58.687Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2840 | 2026-08-05T19:30:58.806Z | [ host-package] Compiling progenitor v0.14.0 |
| 2841 | 2026-08-05T19:30:58.924Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2842 | 2026-08-05T19:30:59.049Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2843 | 2026-08-05T19:30:59.297Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2844 | 2026-08-05T19:30:59.353Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2845 | 2026-08-05T19:30:59.656Z | [ host-package] Compiling bcs v0.1.6 |
| 2846 | 2026-08-05T19:31:00.188Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2847 | 2026-08-05T19:31:00.259Z | [ host-package] Compiling nom v8.0.0 |
| 2848 | 2026-08-05T19:31:00.523Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2849 | 2026-08-05T19:31:01.926Z | [ host-package] Compiling semver v0.1.20 |
| 2850 | 2026-08-05T19:31:02.033Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2851 | 2026-08-05T19:31:02.109Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2852 | 2026-08-05T19:31:02.302Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2853 | 2026-08-05T19:31:02.394Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2854 | 2026-08-05T19:31:02.394Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 2855 | 2026-08-05T19:31:02.615Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2856 | 2026-08-05T19:31:02.737Z | [ host-package] Compiling smawk v0.3.2 |
| 2857 | 2026-08-05T19:31:02.859Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2858 | 2026-08-05T19:31:03.027Z | [ host-package] Compiling textwrap v0.16.2 |
| 2859 | 2026-08-05T19:31:03.129Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2860 | 2026-08-05T19:31:03.226Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2861 | 2026-08-05T19:31:03.465Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2862 | 2026-08-05T19:31:03.503Z | [ host-package] Compiling steno v0.4.1 |
| 2863 | 2026-08-05T19:31:04.026Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 2864 | 2026-08-05T19:31:04.684Z | [ host-package] Compiling sha1 v0.10.6 |
| 2865 | 2026-08-05T19:31:04.707Z | [ host-package] Compiling tagptr v0.2.0 |
| 2866 | 2026-08-05T19:31:04.992Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2867 | 2026-08-05T19:31:05.268Z | [ host-package] Compiling moka v0.12.13 |
| 2868 | 2026-08-05T19:31:05.307Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2869 | 2026-08-05T19:31:05.356Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2870 | 2026-08-05T19:31:05.397Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2871 | 2026-08-05T19:31:05.596Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2872 | 2026-08-05T19:31:05.630Z | [ host-package] Compiling darling_core v0.21.3 |
| 2873 | 2026-08-05T19:31:05.745Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 2874 | 2026-08-05T19:31:06.104Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2875 | 2026-08-05T19:31:06.506Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 2876 | 2026-08-05T19:31:06.566Z | [ helios-setup] Aug 05 19:31:05.908 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')" |
| 2877 | 2026-08-05T19:31:06.566Z | [ helios-setup] Aug 05 19:31:05.908 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2878 | 2026-08-05T19:31:06.575Z | [ helios-setup] Aug 05 19:31:05.917 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 2879 | 2026-08-05T19:31:06.575Z | [ helios-setup] Aug 05 19:31:05.917 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2880 | 2026-08-05T19:31:06.575Z | [ helios-setup] Aug 05 19:31:05.917 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2881 | 2026-08-05T19:31:06.640Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2882 | 2026-08-05T19:31:06.683Z | [ helios-setup] Aug 05 19:31:06.026 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2883 | 2026-08-05T19:31:07.169Z | [ helios-setup] Aug 05 19:31:06.511 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2884 | 2026-08-05T19:31:07.169Z | [ helios-setup] Aug 05 19:31:06.511 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2885 | 2026-08-05T19:31:07.179Z | [ helios-setup] Aug 05 19:31:06.521 INFO E| Updating crates.io index |
| 2886 | 2026-08-05T19:31:07.342Z | [ helios-setup] Aug 05 19:31:06.684 INFO E| Downloading crates ... |
| 2887 | 2026-08-05T19:31:07.391Z | [ helios-setup] Aug 05 19:31:06.734 INFO E| Downloaded md-5 v0.9.1 |
| 2888 | 2026-08-05T19:31:07.401Z | [ helios-setup] Aug 05 19:31:06.742 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2889 | 2026-08-05T19:31:07.405Z | [ helios-setup] Aug 05 19:31:06.745 INFO E| Downloaded anyhow v1.0.72 |
| 2890 | 2026-08-05T19:31:07.406Z | [ helios-setup] Aug 05 19:31:06.747 INFO E| Downloaded fastrand v2.0.0 |
| 2891 | 2026-08-05T19:31:07.410Z | [ helios-setup] Aug 05 19:31:06.749 INFO E| Downloaded errno v0.3.1 |
| 2892 | 2026-08-05T19:31:07.410Z | [ helios-setup] Aug 05 19:31:06.750 INFO E| Downloaded itoa v1.0.9 |
| 2893 | 2026-08-05T19:31:07.413Z | [ helios-setup] Aug 05 19:31:06.754 INFO E| Downloaded glob v0.3.1 |
| 2894 | 2026-08-05T19:31:07.413Z | [ helios-setup] Aug 05 19:31:06.755 INFO E| Downloaded opaque-debug v0.3.0 |
| 2895 | 2026-08-05T19:31:07.417Z | [ helios-setup] Aug 05 19:31:06.759 INFO E| Downloaded unicode-width v0.1.10 |
| 2896 | 2026-08-05T19:31:07.421Z | [ helios-setup] Aug 05 19:31:06.760 INFO E| Downloaded getrandom v0.2.10 |
| 2897 | 2026-08-05T19:31:07.421Z | [ helios-setup] Aug 05 19:31:06.761 INFO E| Downloaded serde v1.0.193 |
| 2898 | 2026-08-05T19:31:07.426Z | [ helios-setup] Aug 05 19:31:06.768 INFO E| Downloaded walkdir v2.3.3 |
| 2899 | 2026-08-05T19:31:07.430Z | [ helios-setup] Aug 05 19:31:06.770 INFO E| Downloaded block-buffer v0.9.0 |
| 2900 | 2026-08-05T19:31:07.430Z | [ helios-setup] Aug 05 19:31:06.770 INFO E| Downloaded cpufeatures v0.2.9 |
| 2901 | 2026-08-05T19:31:07.433Z | [ helios-setup] Aug 05 19:31:06.774 INFO E| Downloaded digest v0.9.0 |
| 2902 | 2026-08-05T19:31:07.436Z | [ helios-setup] Aug 05 19:31:06.777 INFO E| Downloaded ryu v1.0.15 |
| 2903 | 2026-08-05T19:31:07.439Z | [ helios-setup] Aug 05 19:31:06.779 INFO E| Downloaded tempfile v3.7.0 |
| 2904 | 2026-08-05T19:31:07.452Z | [ helios-setup] Aug 05 19:31:06.795 INFO E| Downloaded toml v0.5.11 |
| 2905 | 2026-08-05T19:31:07.456Z | [ helios-setup] Aug 05 19:31:06.796 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2906 | 2026-08-05T19:31:07.456Z | [ helios-setup] Aug 05 19:31:06.797 INFO E| Downloaded sha-1 v0.9.8 |
| 2907 | 2026-08-05T19:31:07.456Z | [ helios-setup] Aug 05 19:31:06.798 INFO E| Downloaded quote v1.0.31 |
| 2908 | 2026-08-05T19:31:07.469Z | [ helios-setup] Aug 05 19:31:06.812 INFO E| Downloaded uuid v0.8.2 |
| 2909 | 2026-08-05T19:31:07.473Z | [ helios-setup] Aug 05 19:31:06.814 INFO E| Downloaded once_cell v1.18.0 |
| 2910 | 2026-08-05T19:31:07.473Z | [ helios-setup] Aug 05 19:31:06.815 INFO E| Downloaded unicode-ident v1.0.11 |
| 2911 | 2026-08-05T19:31:07.477Z | [ helios-setup] Aug 05 19:31:06.819 INFO E| Downloaded typenum v1.16.0 |
| 2912 | 2026-08-05T19:31:07.482Z | [ helios-setup] Aug 05 19:31:06.820 INFO E| Downloaded serde_derive v1.0.193 |
| 2913 | 2026-08-05T19:31:07.482Z | [ helios-setup] Aug 05 19:31:06.822 INFO E| Downloaded bitflags v2.3.3 |
| 2914 | 2026-08-05T19:31:07.494Z | [ helios-setup] Aug 05 19:31:06.836 INFO E| Downloaded serde_json v1.0.103 |
| 2915 | 2026-08-05T19:31:07.522Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 2916 | 2026-08-05T19:31:07.538Z | [ helios-setup] Aug 05 19:31:06.880 INFO E| Downloaded syn v2.0.32 |
| 2917 | 2026-08-05T19:31:07.544Z | [ helios-setup] Aug 05 19:31:06.886 INFO E| Downloaded rustix v0.38.4 |
| 2918 | 2026-08-05T19:31:07.563Z | [ helios-setup] Aug 05 19:31:06.905 INFO E| Downloaded libc v0.2.147 |
| 2919 | 2026-08-05T19:31:07.637Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling libc v0.2.147 |
| 2920 | 2026-08-05T19:31:07.637Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling proc-macro2 v1.0.66 |
| 2921 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling cfg-if v1.0.0 |
| 2922 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling unicode-ident v1.0.11 |
| 2923 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling typenum v1.16.0 |
| 2924 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling version_check v0.9.4 |
| 2925 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling serde v1.0.193 |
| 2926 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling time-core v0.1.2 |
| 2927 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling itoa v1.0.9 |
| 2928 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling slog v2.7.0 |
| 2929 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling num-conv v0.1.0 |
| 2930 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling rustix v0.38.4 |
| 2931 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling powerfmt v0.2.0 |
| 2932 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling bitflags v2.3.3 |
| 2933 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling once_cell v1.18.0 |
| 2934 | 2026-08-05T19:31:07.641Z | [ helios-setup] Aug 05 19:31:06.980 INFO E| Compiling num_threads v0.1.6 |
| 2935 | 2026-08-05T19:31:07.872Z | [ helios-setup] Aug 05 19:31:07.209 INFO E| Compiling opaque-debug v0.3.0 |
| 2936 | 2026-08-05T19:31:07.890Z | [ helios-setup] Aug 05 19:31:07.232 INFO E| Compiling anyhow v1.0.72 |
| 2937 | 2026-08-05T19:31:07.995Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2938 | 2026-08-05T19:31:08.007Z | [ helios-setup] Aug 05 19:31:07.350 INFO E| Compiling fastrand v2.0.0 |
| 2939 | 2026-08-05T19:31:08.184Z | [ helios-setup] Aug 05 19:31:07.527 INFO E| Compiling deranged v0.3.11 |
| 2940 | 2026-08-05T19:31:08.190Z | [ host-package] Compiling darling_macro v0.21.3 |
| 2941 | 2026-08-05T19:31:08.216Z | [ helios-setup] Aug 05 19:31:07.558 INFO E| Compiling thread_local v1.1.7 |
| 2942 | 2026-08-05T19:31:08.242Z | [ helios-setup] Aug 05 19:31:07.582 INFO E| Compiling time-macros v0.2.18 |
| 2943 | 2026-08-05T19:31:08.284Z | [ helios-setup] Aug 05 19:31:07.626 INFO E| Compiling serde_json v1.0.103 |
| 2944 | 2026-08-05T19:31:08.343Z | [ helios-setup] Aug 05 19:31:07.686 INFO E| Compiling generic-array v0.14.7 |
| 2945 | 2026-08-05T19:31:08.363Z | [ helios-setup] Aug 05 19:31:07.705 INFO E| Compiling ryu v1.0.15 |
| 2946 | 2026-08-05T19:31:08.501Z | [ helios-setup] Aug 05 19:31:07.844 INFO E| Compiling unicode-width v0.1.10 |
| 2947 | 2026-08-05T19:31:08.549Z | [ helios-setup] Aug 05 19:31:07.892 INFO E| Compiling cpufeatures v0.2.9 |
| 2948 | 2026-08-05T19:31:08.638Z | [ helios-setup] Aug 05 19:31:07.980 INFO E| Compiling same-file v1.0.6 |
| 2949 | 2026-08-05T19:31:08.676Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 2950 | 2026-08-05T19:31:08.790Z | [ helios-setup] Aug 05 19:31:08.132 INFO E| Compiling walkdir v2.3.3 |
| 2951 | 2026-08-05T19:31:08.790Z | [ helios-setup] Aug 05 19:31:08.132 INFO E| Compiling getopts v0.2.21 |
| 2952 | 2026-08-05T19:31:08.795Z | [ helios-setup] Aug 05 19:31:08.137 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2953 | 2026-08-05T19:31:08.803Z | [ helios-setup] Aug 05 19:31:08.145 INFO E| Compiling glob v0.3.1 |
| 2954 | 2026-08-05T19:31:08.877Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 2955 | 2026-08-05T19:31:09.313Z | [ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2956 | 2026-08-05T19:31:09.313Z | [ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling errno v0.3.1 |
| 2957 | 2026-08-05T19:31:09.313Z | [ helios-setup] Aug 05 19:31:08.655 INFO E| Compiling atty v0.2.14 |
| 2958 | 2026-08-05T19:31:09.337Z | [ helios-setup] Aug 05 19:31:08.679 INFO E| Compiling getrandom v0.2.10 |
| 2959 | 2026-08-05T19:31:09.432Z | [ helios-setup] Aug 05 19:31:08.774 INFO E| Compiling quote v1.0.31 |
| 2960 | 2026-08-05T19:31:09.444Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 2961 | 2026-08-05T19:31:09.516Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 2962 | 2026-08-05T19:31:09.603Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 2963 | 2026-08-05T19:31:09.607Z | [ helios-setup] Aug 05 19:31:08.947 INFO E| Compiling dirs-next v2.0.0 |
| 2964 | 2026-08-05T19:31:09.673Z | [ helios-setup] Aug 05 19:31:09.015 INFO E| Compiling syn v2.0.32 |
| 2965 | 2026-08-05T19:31:09.677Z | [ helios-setup] Aug 05 19:31:09.019 INFO E| Compiling term v0.7.0 |
| 2966 | 2026-08-05T19:31:09.684Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 2967 | 2026-08-05T19:31:09.787Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2968 | 2026-08-05T19:31:09.791Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2969 | 2026-08-05T19:31:10.020Z | [ helios-setup] Aug 05 19:31:09.362 INFO E| Compiling block-buffer v0.9.0 |
| 2970 | 2026-08-05T19:31:10.020Z | [ helios-setup] Aug 05 19:31:09.362 INFO E| Compiling digest v0.9.0 |
| 2971 | 2026-08-05T19:31:10.033Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2972 | 2026-08-05T19:31:10.128Z | [ helios-setup] Aug 05 19:31:09.470 INFO E| Compiling md-5 v0.9.1 |
| 2973 | 2026-08-05T19:31:10.128Z | [ helios-setup] Aug 05 19:31:09.470 INFO E| Compiling sha-1 v0.9.8 |
| 2974 | 2026-08-05T19:31:10.132Z | [ host-package] Compiling darling v0.21.3 |
| 2975 | 2026-08-05T19:31:10.221Z | [ helios-setup] Aug 05 19:31:09.563 INFO E| Compiling tempfile v3.7.0 |
| 2976 | 2026-08-05T19:31:10.244Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2977 | 2026-08-05T19:31:10.265Z | [ helios-setup] Aug 05 19:31:09.607 INFO E| Compiling time v0.3.36 |
| 2978 | 2026-08-05T19:31:10.382Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 2979 | 2026-08-05T19:31:10.583Z | [ host-package] Compiling glob v0.3.3 |
| 2980 | 2026-08-05T19:31:10.710Z | [ host-package] Compiling crunchy v0.2.4 |
| 2981 | 2026-08-05T19:31:10.710Z | [ host-package] Compiling maplit v1.0.2 |
| 2982 | 2026-08-05T19:31:10.985Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2983 | 2026-08-05T19:31:11.188Z | [ helios-setup] Aug 05 19:31:10.530 INFO E| Compiling slog-term v2.9.0 |
| 2984 | 2026-08-05T19:31:11.262Z | [ host-package] Compiling clang-sys v1.8.1 |
| 2985 | 2026-08-05T19:31:11.414Z | [ host-package] Compiling r2d2 v0.8.10 |
| 2986 | 2026-08-05T19:31:11.528Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2987 | 2026-08-05T19:31:11.867Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 2988 | 2026-08-05T19:31:11.904Z | [ helios-setup] Aug 05 19:31:11.246 INFO E| Compiling serde_derive v1.0.193 |
| 2989 | 2026-08-05T19:31:12.314Z | [ host-package] Compiling papergrid v0.17.0 |
| 2990 | 2026-08-05T19:31:12.409Z | [ host-package] Compiling testing_table v0.3.0 |
| 2991 | 2026-08-05T19:31:12.739Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 2992 | 2026-08-05T19:31:12.780Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 2993 | 2026-08-05T19:31:13.135Z | [ host-package] Compiling term v0.7.0 |
| 2994 | 2026-08-05T19:31:13.161Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2995 | 2026-08-05T19:31:13.225Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2996 | 2026-08-05T19:31:13.282Z | [ host-package] Compiling bit-vec v0.6.3 |
| 2997 | 2026-08-05T19:31:13.579Z | [ host-package] Compiling bit-set v0.5.3 |
| 2998 | 2026-08-05T19:31:13.631Z | [ host-package] Compiling tabled v0.20.0 |
| 2999 | 2026-08-05T19:31:13.680Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3000 | 2026-08-05T19:31:13.732Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3001 | 2026-08-05T19:31:13.735Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3002 | 2026-08-05T19:31:13.815Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3003 | 2026-08-05T19:31:14.071Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3004 | 2026-08-05T19:31:14.327Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3005 | 2026-08-05T19:31:14.379Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3006 | 2026-08-05T19:31:14.405Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3007 | 2026-08-05T19:31:14.528Z | [ host-package] Compiling itertools v0.10.5 |
| 3008 | 2026-08-05T19:31:14.603Z | [ host-package] Compiling ena v0.14.4 |
| 3009 | 2026-08-05T19:31:14.831Z | [ host-package] Compiling libloading v0.8.9 |
| 3010 | 2026-08-05T19:31:14.884Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3011 | 2026-08-05T19:31:15.124Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3012 | 2026-08-05T19:31:15.228Z | [ host-package] Compiling unicase v2.9.0 |
| 3013 | 2026-08-05T19:31:15.541Z | [ host-package] Compiling bindgen v0.71.1 |
| 3014 | 2026-08-05T19:31:15.631Z | [ host-package] Compiling diff v0.1.13 |
| 3015 | 2026-08-05T19:31:15.823Z | [ host-package] Compiling xshell v0.2.7 |
| 3016 | 2026-08-05T19:31:16.151Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3017 | 2026-08-05T19:31:16.213Z | [ host-package] Compiling diesel v2.3.7 |
| 3018 | 2026-08-05T19:31:16.347Z | [ helios-setup] Aug 05 19:31:15.690 INFO E| Compiling toml v0.5.11 |
| 3019 | 2026-08-05T19:31:16.347Z | [ helios-setup] Aug 05 19:31:15.690 INFO E| Compiling uuid v0.8.2 |
| 3020 | 2026-08-05T19:31:16.938Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3021 | 2026-08-05T19:31:16.974Z | [ host-package] Compiling cexpr v0.6.0 |
| 3022 | 2026-08-05T19:31:17.137Z | [ helios-setup] Aug 05 19:31:16.480 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3023 | 2026-08-05T19:31:17.284Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3024 | 2026-08-05T19:31:17.705Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3025 | 2026-08-05T19:31:17.748Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3026 | 2026-08-05T19:31:17.933Z | [ helios-setup] Aug 05 19:31:17.275 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3027 | 2026-08-05T19:31:17.991Z | [ host-package] Compiling crc8 v0.1.1 |
| 3028 | 2026-08-05T19:31:18.344Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3029 | 2026-08-05T19:31:18.539Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3030 | 2026-08-05T19:31:18.812Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3031 | 2026-08-05T19:31:18.872Z | [ host-package] Compiling headers-core v0.3.0 |
| 3032 | 2026-08-05T19:31:18.982Z | [ host-package] Compiling libxml v0.3.3 |
| 3033 | 2026-08-05T19:31:19.067Z | [ host-package] Compiling headers v0.4.1 |
| 3034 | 2026-08-05T19:31:19.344Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3035 | 2026-08-05T19:31:19.423Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3036 | 2026-08-05T19:31:19.645Z | [ host-package] Compiling indoc v1.0.9 |
| 3037 | 2026-08-05T19:31:19.928Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3038 | 2026-08-05T19:31:20.117Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3039 | 2026-08-05T19:31:20.239Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3040 | 2026-08-05T19:31:20.299Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3041 | 2026-08-05T19:31:20.381Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3042 | 2026-08-05T19:31:20.575Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3043 | 2026-08-05T19:31:20.842Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3044 | 2026-08-05T19:31:20.876Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3045 | 2026-08-05T19:31:20.927Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3046 | 2026-08-05T19:31:21.039Z | [ host-package] Compiling bb8 v0.8.6 |
| 3047 | 2026-08-05T19:31:21.174Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3048 | 2026-08-05T19:31:21.533Z | [ host-package] Compiling half v1.8.3 |
| 3049 | 2026-08-05T19:31:21.762Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3050 | 2026-08-05T19:31:21.802Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3051 | 2026-08-05T19:31:21.955Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3052 | 2026-08-05T19:31:21.984Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3053 | 2026-08-05T19:31:22.025Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3054 | 2026-08-05T19:31:22.170Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3055 | 2026-08-05T19:31:22.379Z | [ helios-setup] Aug 05 19:31:21.721 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.79s |
| 3056 | 2026-08-05T19:31:22.432Z | [ helios-setup] Aug 05 19:31:21.774 INFO building project "image-builder" ok (15 seconds) |
| 3057 | 2026-08-05T19:31:22.432Z | [ helios-setup] Aug 05 19:31:21.774 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3058 | 2026-08-05T19:31:22.442Z | [ helios-setup] Aug 05 19:31:21.784 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3059 | 2026-08-05T19:31:22.442Z | [ helios-setup] Aug 05 19:31:21.784 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3060 | 2026-08-05T19:31:22.442Z | [ helios-setup] Aug 05 19:31:21.784 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3061 | 2026-08-05T19:31:22.567Z | [ helios-setup] Aug 05 19:31:21.909 INFO E| Downloading crates ... |
| 3062 | 2026-08-05T19:31:22.620Z | [ helios-setup] Aug 05 19:31:21.962 INFO E| Downloaded anyhow v1.0.62 |
| 3063 | 2026-08-05T19:31:22.624Z | [ helios-setup] Aug 05 19:31:21.965 INFO E| Downloaded block-buffer v0.10.3 |
| 3064 | 2026-08-05T19:31:22.627Z | [ helios-setup] Aug 05 19:31:21.966 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3065 | 2026-08-05T19:31:22.631Z | [ helios-setup] Aug 05 19:31:21.970 INFO E| Downloaded cpufeatures v0.2.5 |
| 3066 | 2026-08-05T19:31:22.631Z | [ helios-setup] Aug 05 19:31:21.971 INFO E| Downloaded generic-array v0.14.6 |
| 3067 | 2026-08-05T19:31:22.631Z | [ helios-setup] Aug 05 19:31:21.972 INFO E| Downloaded flate2 v1.0.25 |
| 3068 | 2026-08-05T19:31:22.635Z | [ helios-setup] Aug 05 19:31:21.975 INFO E| Downloaded sha2 v0.10.5 |
| 3069 | 2026-08-05T19:31:22.638Z | [ helios-setup] Aug 05 19:31:21.978 INFO E| Downloaded bytes v1.2.1 |
| 3070 | 2026-08-05T19:31:22.638Z | [ helios-setup] Aug 05 19:31:21.980 INFO E| Downloaded digest v0.10.3 |
| 3071 | 2026-08-05T19:31:22.642Z | [ helios-setup] Aug 05 19:31:21.982 INFO E| Downloaded typenum v1.15.0 |
| 3072 | 2026-08-05T19:31:22.694Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling typenum v1.15.0 |
| 3073 | 2026-08-05T19:31:22.694Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling version_check v0.9.4 |
| 3074 | 2026-08-05T19:31:22.694Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling cfg-if v1.0.0 |
| 3075 | 2026-08-05T19:31:22.694Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling crc32fast v1.3.2 |
| 3076 | 2026-08-05T19:31:22.698Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling adler v1.0.2 |
| 3077 | 2026-08-05T19:31:22.698Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling anyhow v1.0.62 |
| 3078 | 2026-08-05T19:31:22.698Z | [ helios-setup] Aug 05 19:31:22.036 INFO E| Compiling unicode-width v0.1.10 |
| 3079 | 2026-08-05T19:31:22.698Z | [ helios-setup] Aug 05 19:31:22.037 INFO E| Compiling cpufeatures v0.2.5 |
| 3080 | 2026-08-05T19:31:22.698Z | [ helios-setup] Aug 05 19:31:22.037 INFO E| Compiling bytes v1.2.1 |
| 3081 | 2026-08-05T19:31:22.707Z | [ helios-setup] Aug 05 19:31:22.049 INFO E| Compiling bitflags v1.3.2 |
| 3082 | 2026-08-05T19:31:22.869Z | [ helios-setup] Aug 05 19:31:22.201 INFO E| Compiling getopts v0.2.21 |
| 3083 | 2026-08-05T19:31:22.956Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3084 | 2026-08-05T19:31:22.965Z | [ helios-setup] Aug 05 19:31:22.307 INFO E| Compiling miniz_oxide v0.6.2 |
| 3085 | 2026-08-05T19:31:23.030Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3086 | 2026-08-05T19:31:23.244Z | [ host-package] Compiling samael v0.0.19 |
| 3087 | 2026-08-05T19:31:23.339Z | [ host-package] Compiling nonempty v0.12.0 |
| 3088 | 2026-08-05T19:31:23.447Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3089 | 2026-08-05T19:31:23.480Z | [ helios-setup] Aug 05 19:31:22.822 INFO E| Compiling generic-array v0.14.6 |
| 3090 | 2026-08-05T19:31:23.598Z | [ helios-setup] Aug 05 19:31:22.940 INFO E| Compiling flate2 v1.0.25 |
| 3091 | 2026-08-05T19:31:23.682Z | [ host-package] Compiling fxhash v0.2.1 |
| 3092 | 2026-08-05T19:31:23.824Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3093 | 2026-08-05T19:31:23.904Z | [ host-package] Compiling salty v0.3.0 |
| 3094 | 2026-08-05T19:31:24.502Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3095 | 2026-08-05T19:31:24.615Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3096 | 2026-08-05T19:31:24.714Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3097 | 2026-08-05T19:31:24.771Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3098 | 2026-08-05T19:31:24.869Z | [ helios-setup] Aug 05 19:31:24.211 INFO E| Compiling crypto-common v0.1.6 |
| 3099 | 2026-08-05T19:31:24.870Z | [ helios-setup] Aug 05 19:31:24.211 INFO E| Compiling block-buffer v0.10.3 |
| 3100 | 2026-08-05T19:31:24.990Z | [ helios-setup] Aug 05 19:31:24.332 INFO E| Compiling digest v0.10.3 |
| 3101 | 2026-08-05T19:31:25.021Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3102 | 2026-08-05T19:31:25.174Z | [ helios-setup] Aug 05 19:31:24.516 INFO E| Compiling sha2 v0.10.5 |
| 3103 | 2026-08-05T19:31:25.345Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3104 | 2026-08-05T19:31:25.411Z | [ helios-setup] Aug 05 19:31:24.753 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3105 | 2026-08-05T19:31:25.532Z | [ host-package] Compiling polar-core v0.27.3 |
| 3106 | 2026-08-05T19:31:25.569Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3107 | 2026-08-05T19:31:25.970Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3108 | 2026-08-05T19:31:26.818Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3109 | 2026-08-05T19:31:27.396Z | [ helios-setup] Aug 05 19:31:26.738 INFO E| Finished `release` profile [optimized] target(s) in 4.94s |
| 3110 | 2026-08-05T19:31:27.409Z | [ helios-setup] Aug 05 19:31:26.751 INFO building project "bootserver" ok (4 seconds) |
| 3111 | 2026-08-05T19:31:27.409Z | [ helios-setup] Aug 05 19:31:26.751 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3112 | 2026-08-05T19:31:27.419Z | [ helios-setup] Aug 05 19:31:26.761 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 3113 | 2026-08-05T19:31:27.419Z | [ helios-setup] Aug 05 19:31:26.761 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3114 | 2026-08-05T19:31:27.423Z | [ helios-setup] Aug 05 19:31:26.761 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3115 | 2026-08-05T19:31:27.564Z | [ helios-setup] Aug 05 19:31:26.906 INFO E| Updating crates.io index |
| 3116 | 2026-08-05T19:31:27.664Z | [ helios-setup] Aug 05 19:31:27.006 INFO E| Downloading crates ... |
| 3117 | 2026-08-05T19:31:27.720Z | [ helios-setup] Aug 05 19:31:27.061 INFO E| Downloaded memchr v2.7.4 |
| 3118 | 2026-08-05T19:31:27.734Z | [ helios-setup] Aug 05 19:31:27.076 INFO E| Downloaded errno v0.3.12 |
| 3119 | 2026-08-05T19:31:27.739Z | [ helios-setup] Aug 05 19:31:27.077 INFO E| Downloaded time-core v0.1.4 |
| 3120 | 2026-08-05T19:31:27.743Z | [ helios-setup] Aug 05 19:31:27.081 INFO E| Downloaded itoa v1.0.15 |
| 3121 | 2026-08-05T19:31:27.764Z | [ helios-setup] Aug 05 19:31:27.105 INFO E| Downloaded indexmap v2.9.0 |
| 3122 | 2026-08-05T19:31:27.767Z | [ helios-setup] Aug 05 19:31:27.108 INFO E| Downloaded autocfg v1.4.0 |
| 3123 | 2026-08-05T19:31:27.767Z | [ helios-setup] Aug 05 19:31:27.109 INFO E| Downloaded deranged v0.4.0 |
| 3124 | 2026-08-05T19:31:27.771Z | [ helios-setup] Aug 05 19:31:27.113 INFO E| Downloaded time-macros v0.2.22 |
| 3125 | 2026-08-05T19:31:27.784Z | [ helios-setup] Aug 05 19:31:27.125 INFO E| Downloaded thiserror v2.0.12 |
| 3126 | 2026-08-05T19:31:27.788Z | [ helios-setup] Aug 05 19:31:27.129 INFO E| Downloaded quote v1.0.40 |
| 3127 | 2026-08-05T19:31:27.792Z | [ helios-setup] Aug 05 19:31:27.134 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3128 | 2026-08-05T19:31:27.796Z | [ helios-setup] Aug 05 19:31:27.135 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3129 | 2026-08-05T19:31:27.796Z | [ helios-setup] Aug 05 19:31:27.137 INFO E| Downloaded tempfile v3.20.0 |
| 3130 | 2026-08-05T19:31:27.801Z | [ helios-setup] Aug 05 19:31:27.143 INFO E| Downloaded unicode-ident v1.0.18 |
| 3131 | 2026-08-05T19:31:27.801Z | [ helios-setup] Aug 05 19:31:27.143 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3132 | 2026-08-05T19:31:27.809Z | [ helios-setup] Aug 05 19:31:27.151 INFO E| Downloaded bitflags v2.9.1 |
| 3133 | 2026-08-05T19:31:27.814Z | [ helios-setup] Aug 05 19:31:27.154 INFO E| Downloaded ryu v1.0.20 |
| 3134 | 2026-08-05T19:31:27.814Z | [ helios-setup] Aug 05 19:31:27.156 INFO E| Downloaded serde_derive v1.0.219 |
| 3135 | 2026-08-05T19:31:27.818Z | [ helios-setup] Aug 05 19:31:27.158 INFO E| Downloaded anyhow v1.0.98 |
| 3136 | 2026-08-05T19:31:27.821Z | [ helios-setup] Aug 05 19:31:27.162 INFO E| Downloaded getrandom v0.3.3 |
| 3137 | 2026-08-05T19:31:27.825Z | [ helios-setup] Aug 05 19:31:27.164 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3138 | 2026-08-05T19:31:27.838Z | [ helios-setup] Aug 05 19:31:27.179 INFO E| Downloaded serde v1.0.219 |
| 3139 | 2026-08-05T19:31:27.854Z | [ helios-setup] Aug 05 19:31:27.196 INFO E| Downloaded serde_with v3.12.0 |
| 3140 | 2026-08-05T19:31:27.870Z | [ helios-setup] Aug 05 19:31:27.212 INFO E| Downloaded time v0.3.41 |
| 3141 | 2026-08-05T19:31:27.879Z | [ helios-setup] Aug 05 19:31:27.221 INFO E| Downloaded hashbrown v0.15.3 |
| 3142 | 2026-08-05T19:31:27.883Z | [ helios-setup] Aug 05 19:31:27.224 INFO E| Downloaded serde_json v1.0.140 |
| 3143 | 2026-08-05T19:31:27.901Z | [ helios-setup] Aug 05 19:31:27.243 INFO E| Downloaded chrono v0.4.41 |
| 3144 | 2026-08-05T19:31:27.925Z | [ helios-setup] Aug 05 19:31:27.267 INFO E| Downloaded syn v2.0.101 |
| 3145 | 2026-08-05T19:31:27.941Z | [ helios-setup] Aug 05 19:31:27.282 INFO E| Downloaded rustix v1.0.7 |
| 3146 | 2026-08-05T19:31:27.967Z | [ helios-setup] Aug 05 19:31:27.309 INFO E| Downloaded libc v0.2.172 |
| 3147 | 2026-08-05T19:31:28.031Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling proc-macro2 v1.0.95 |
| 3148 | 2026-08-05T19:31:28.031Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling unicode-ident v1.0.18 |
| 3149 | 2026-08-05T19:31:28.031Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling libc v0.2.172 |
| 3150 | 2026-08-05T19:31:28.035Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling strsim v0.11.1 |
| 3151 | 2026-08-05T19:31:28.036Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling fnv v1.0.7 |
| 3152 | 2026-08-05T19:31:28.036Z | [ helios-setup] Aug 05 19:31:27.373 INFO E| Compiling ident_case v1.0.1 |
| 3153 | 2026-08-05T19:31:28.056Z | [ helios-setup] Aug 05 19:31:27.398 INFO E| Compiling serde v1.0.219 |
| 3154 | 2026-08-05T19:31:28.056Z | [ helios-setup] Aug 05 19:31:27.398 INFO E| Compiling getrandom v0.3.3 |
| 3155 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.401 INFO E| Compiling rustix v1.0.7 |
| 3156 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling cfg-if v1.0.0 |
| 3157 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling bitflags v2.9.1 |
| 3158 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling anyhow v1.0.98 |
| 3159 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling thiserror v2.0.12 |
| 3160 | 2026-08-05T19:31:28.060Z | [ helios-setup] Aug 05 19:31:27.402 INFO E| Compiling serde_json v1.0.140 |
| 3161 | 2026-08-05T19:31:28.064Z | [ helios-setup] Aug 05 19:31:27.403 INFO E| Compiling itoa v1.0.15 |
| 3162 | 2026-08-05T19:31:28.064Z | [ helios-setup] Aug 05 19:31:27.403 INFO E| Compiling ryu v1.0.20 |
| 3163 | 2026-08-05T19:31:28.078Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3164 | 2026-08-05T19:31:28.724Z | [ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling once_cell v1.21.3 |
| 3165 | 2026-08-05T19:31:28.724Z | [ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling fastrand v2.3.0 |
| 3166 | 2026-08-05T19:31:28.728Z | [ helios-setup] Aug 05 19:31:28.066 INFO E| Compiling memchr v2.7.4 |
| 3167 | 2026-08-05T19:31:28.762Z | [ helios-setup] Aug 05 19:31:28.104 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3168 | 2026-08-05T19:31:28.991Z | [ host-package] Compiling rfc6979 v0.4.0 |
| 3169 | 2026-08-05T19:31:29.221Z | [ helios-setup] Aug 05 19:31:28.563 INFO E| Compiling errno v0.3.12 |
| 3170 | 2026-08-05T19:31:29.230Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3171 | 2026-08-05T19:31:29.651Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3172 | 2026-08-05T19:31:29.703Z | [ host-package] Compiling progenitor v0.13.0 |
| 3173 | 2026-08-05T19:31:29.734Z | [ helios-setup] Aug 05 19:31:29.075 INFO E| Compiling quote v1.0.40 |
| 3174 | 2026-08-05T19:31:29.743Z | [ host-package] Compiling nanorand v0.7.0 |
| 3175 | 2026-08-05T19:31:29.920Z | [ helios-setup] Aug 05 19:31:29.262 INFO E| Compiling syn v2.0.101 |
| 3176 | 2026-08-05T19:31:30.236Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3177 | 2026-08-05T19:31:30.276Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3178 | 2026-08-05T19:31:30.321Z | [ host-package] Compiling flume v0.11.1 |
| 3179 | 2026-08-05T19:31:30.370Z | [ helios-setup] Aug 05 19:31:29.712 INFO E| Compiling tempfile v3.20.0 |
| 3180 | 2026-08-05T19:31:30.844Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3181 | 2026-08-05T19:31:30.926Z | [ host-package] Compiling ecdsa v0.16.9 |
| 3182 | 2026-08-05T19:31:31.613Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3183 | 2026-08-05T19:31:31.982Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3184 | 2026-08-05T19:31:32.159Z | [ host-package] Compiling primeorder v0.13.6 |
| 3185 | 2026-08-05T19:31:32.363Z | [ helios-setup] Aug 05 19:31:31.705 INFO E| Compiling darling_core v0.20.11 |
| 3186 | 2026-08-05T19:31:32.480Z | [ host-package] Compiling git-stub v1.0.0 |
| 3187 | 2026-08-05T19:31:32.599Z | [ host-package] Compiling instability v0.3.11 |
| 3188 | 2026-08-05T19:31:32.752Z | [ host-package] Compiling http-range v0.1.5 |
| 3189 | 2026-08-05T19:31:32.915Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3190 | 2026-08-05T19:31:33.199Z | [ host-package] Compiling strsim v0.10.0 |
| 3191 | 2026-08-05T19:31:33.364Z | [ helios-setup] Aug 05 19:31:32.706 INFO E| Compiling serde_derive v1.0.219 |
| 3192 | 2026-08-05T19:31:33.364Z | [ helios-setup] Aug 05 19:31:32.706 INFO E| Compiling thiserror-impl v2.0.12 |
| 3193 | 2026-08-05T19:31:33.384Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3194 | 2026-08-05T19:31:33.451Z | [ host-package] Compiling darling_core v0.13.4 |
| 3195 | 2026-08-05T19:31:33.544Z | [ host-package] Compiling p384 v0.13.1 |
| 3196 | 2026-08-05T19:31:33.829Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3197 | 2026-08-05T19:31:34.098Z | [ helios-setup] Aug 05 19:31:33.440 INFO E| Compiling darling_macro v0.20.11 |
| 3198 | 2026-08-05T19:31:34.788Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3199 | 2026-08-05T19:31:34.847Z | [ helios-setup] Aug 05 19:31:34.189 INFO E| Compiling darling v0.20.11 |
| 3200 | 2026-08-05T19:31:34.938Z | [ helios-setup] Aug 05 19:31:34.280 INFO E| Compiling serde_with_macros v3.12.0 |
| 3201 | 2026-08-05T19:31:35.383Z | [ host-package] Compiling ignore v0.4.25 |
| 3202 | 2026-08-05T19:31:35.513Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3203 | 2026-08-05T19:31:35.958Z | [ host-package] Compiling castaway v0.2.4 |
| 3204 | 2026-08-05T19:31:36.167Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3205 | 2026-08-05T19:31:36.444Z | [ host-package] Compiling oso v0.27.3 |
| 3206 | 2026-08-05T19:31:37.062Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3207 | 2026-08-05T19:31:38.574Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3208 | 2026-08-05T19:31:38.677Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3209 | 2026-08-05T19:31:38.704Z | [ helios-setup] Aug 05 19:31:38.046 INFO E| Compiling serde_with v3.12.0 |
| 3210 | 2026-08-05T19:31:39.131Z | [ host-package] Compiling indoc v2.0.7 |
| 3211 | 2026-08-05T19:31:39.304Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3212 | 2026-08-05T19:31:40.201Z | [ host-package] Compiling globwalk v0.9.1 |
| 3213 | 2026-08-05T19:31:40.622Z | [ host-package] Compiling compact_str v0.8.1 |
| 3214 | 2026-08-05T19:31:40.748Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3215 | 2026-08-05T19:31:40.816Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3216 | 2026-08-05T19:31:40.889Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3217 | 2026-08-05T19:31:40.916Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3218 | 2026-08-05T19:31:42.053Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3219 | 2026-08-05T19:31:42.074Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3220 | 2026-08-05T19:31:42.074Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3221 | 2026-08-05T19:31:42.074Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3222 | 2026-08-05T19:31:42.160Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3223 | 2026-08-05T19:31:42.317Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3224 | 2026-08-05T19:31:42.772Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3225 | 2026-08-05T19:31:42.839Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3226 | 2026-08-05T19:31:42.963Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3227 | 2026-08-05T19:31:43.073Z | [ host-package] Compiling lru v0.12.5 |
| 3228 | 2026-08-05T19:31:43.169Z | [ helios-setup] Aug 05 19:31:42.510 INFO E| Finished `release` profile [optimized] target(s) in 15.73s |
| 3229 | 2026-08-05T19:31:43.198Z | [ helios-setup] Aug 05 19:31:42.540 INFO building project "dmar-report" ok (15 seconds) |
| 3230 | 2026-08-05T19:31:43.198Z | [ helios-setup] Aug 05 19:31:42.540 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3231 | 2026-08-05T19:31:43.214Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3232 | 2026-08-05T19:31:43.231Z | [ helios-setup] Aug 05 19:31:42.573 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')" |
| 3233 | 2026-08-05T19:31:43.232Z | [ helios-setup] Aug 05 19:31:42.573 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3234 | 2026-08-05T19:31:43.232Z | [ helios-setup] Aug 05 19:31:42.573 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3235 | 2026-08-05T19:31:43.239Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3236 | 2026-08-05T19:31:43.318Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3237 | 2026-08-05T19:31:43.408Z | [ helios-setup] Aug 05 19:31:42.750 INFO E| Updating crates.io index |
| 3238 | 2026-08-05T19:31:43.412Z | [ helios-setup] Aug 05 19:31:42.750 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3239 | 2026-08-05T19:31:43.696Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3240 | 2026-08-05T19:31:43.897Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3241 | 2026-08-05T19:31:43.915Z | [ helios-setup] Aug 05 19:31:43.256 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3242 | 2026-08-05T19:31:43.915Z | [ helios-setup] Aug 05 19:31:43.256 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3243 | 2026-08-05T19:31:43.930Z | [ helios-setup] Aug 05 19:31:43.271 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3244 | 2026-08-05T19:31:44.160Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3245 | 2026-08-05T19:31:44.221Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3246 | 2026-08-05T19:31:44.265Z | [ host-package] Compiling cassowary v0.3.0 |
| 3247 | 2026-08-05T19:31:44.472Z | [ host-package] Compiling corncobs v0.1.4 |
| 3248 | 2026-08-05T19:31:44.502Z | [ helios-setup] Aug 05 19:31:43.844 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3249 | 2026-08-05T19:31:44.502Z | [ helios-setup] Aug 05 19:31:43.844 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3250 | 2026-08-05T19:31:44.632Z | [ helios-setup] Aug 05 19:31:43.973 INFO E| Downloading crates ... |
| 3251 | 2026-08-05T19:31:44.695Z | [ helios-setup] Aug 05 19:31:44.037 INFO E| Downloaded strsim v0.8.0 |
| 3252 | 2026-08-05T19:31:44.698Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3253 | 2026-08-05T19:31:44.698Z | [ helios-setup] Aug 05 19:31:44.038 INFO E| Downloaded rustversion v1.0.20 |
| 3254 | 2026-08-05T19:31:44.698Z | [ helios-setup] Aug 05 19:31:44.040 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3255 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.041 INFO E| Downloaded bytesize v2.0.1 |
| 3256 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.042 INFO E| Downloaded fletcher v1.0.0 |
| 3257 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.042 INFO E| Downloaded heck v0.3.3 |
| 3258 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.043 INFO E| Downloaded vec_map v0.8.2 |
| 3259 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.043 INFO E| Downloaded strum v0.27.1 |
| 3260 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.044 INFO E| Downloaded parse_int v0.9.0 |
| 3261 | 2026-08-05T19:31:44.702Z | [ helios-setup] Aug 05 19:31:44.044 INFO E| Downloaded unic-common v0.9.0 |
| 3262 | 2026-08-05T19:31:44.706Z | [ helios-setup] Aug 05 19:31:44.047 INFO E| Downloaded structopt-derive v0.4.18 |
| 3263 | 2026-08-05T19:31:44.706Z | [ helios-setup] Aug 05 19:31:44.047 INFO E| Downloaded typenum v1.18.0 |
| 3264 | 2026-08-05T19:31:44.710Z | [ helios-setup] Aug 05 19:31:44.049 INFO E| Downloaded four-cc v0.4.0 |
| 3265 | 2026-08-05T19:31:44.710Z | [ helios-setup] Aug 05 19:31:44.050 INFO E| Downloaded unic-char-range v0.9.0 |
| 3266 | 2026-08-05T19:31:44.720Z | [ helios-setup] Aug 05 19:31:44.054 INFO E| Downloaded unic-char-property v0.9.0 |
| 3267 | 2026-08-05T19:31:44.720Z | [ helios-setup] Aug 05 19:31:44.060 INFO E| Downloaded ansi_term v0.12.1 |
| 3268 | 2026-08-05T19:31:44.720Z | [ helios-setup] Aug 05 19:31:44.062 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3269 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.063 INFO E| Downloaded pest_generator v2.8.0 |
| 3270 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.063 INFO E| Downloaded strum_macros v0.27.1 |
| 3271 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.067 INFO E| Downloaded log v0.4.27 |
| 3272 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.069 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3273 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.073 INFO E| Downloaded pest_meta v2.8.0 |
| 3274 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.075 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3275 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.075 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3276 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.076 INFO E| Downloaded pest_derive v2.8.0 |
| 3277 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.077 INFO E| Downloaded textwrap v0.11.0 |
| 3278 | 2026-08-05T19:31:44.738Z | [ helios-setup] Aug 05 19:31:44.078 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3279 | 2026-08-05T19:31:44.742Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3280 | 2026-08-05T19:31:44.746Z | [ helios-setup] Aug 05 19:31:44.085 INFO E| Downloaded structopt v0.3.26 |
| 3281 | 2026-08-05T19:31:44.751Z | [ helios-setup] Aug 05 19:31:44.089 INFO E| Downloaded dyn-clone v1.0.19 |
| 3282 | 2026-08-05T19:31:44.751Z | [ helios-setup] Aug 05 19:31:44.089 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3283 | 2026-08-05T19:31:44.763Z | [ helios-setup] Aug 05 19:31:44.105 INFO E| Downloaded pest v2.8.0 |
| 3284 | 2026-08-05T19:31:44.769Z | [ helios-setup] Aug 05 19:31:44.111 INFO E| Downloaded goblin v0.9.3 |
| 3285 | 2026-08-05T19:31:44.774Z | [ helios-setup] Aug 05 19:31:44.117 INFO E| Downloaded clap v2.34.0 |
| 3286 | 2026-08-05T19:31:44.780Z | [ helios-setup] Aug 05 19:31:44.122 INFO E| Downloaded zerocopy v0.8.25 |
| 3287 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling proc-macro2 v1.0.95 |
| 3288 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling unicode-ident v1.0.18 |
| 3289 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling memchr v2.7.4 |
| 3290 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling thiserror v2.0.12 |
| 3291 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling autocfg v1.4.0 |
| 3292 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling syn v1.0.109 |
| 3293 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling serde v1.0.219 |
| 3294 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling version_check v0.9.5 |
| 3295 | 2026-08-05T19:31:44.850Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling serde_json v1.0.140 |
| 3296 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.191 INFO E| Compiling itoa v1.0.15 |
| 3297 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling schemars v0.8.22 |
| 3298 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling ryu v1.0.20 |
| 3299 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling static_assertions v1.1.0 |
| 3300 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling paste v1.0.15 |
| 3301 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling dyn-clone v1.0.19 |
| 3302 | 2026-08-05T19:31:44.854Z | [ helios-setup] Aug 05 19:31:44.192 INFO E| Compiling ucd-trie v0.1.7 |
| 3303 | 2026-08-05T19:31:45.060Z | [ host-package] Compiling ratatui v0.29.0 |
| 3304 | 2026-08-05T19:31:45.354Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3305 | 2026-08-05T19:31:45.373Z | [ helios-setup] Aug 05 19:31:44.715 INFO E| Compiling libc v0.2.172 |
| 3306 | 2026-08-05T19:31:45.376Z | [ helios-setup] Aug 05 19:31:44.715 INFO E| Compiling rustversion v1.0.20 |
| 3307 | 2026-08-05T19:31:45.472Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3308 | 2026-08-05T19:31:45.710Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3309 | 2026-08-05T19:31:45.730Z | [ helios-setup] Aug 05 19:31:45.065 INFO E| Compiling zerocopy v0.8.25 |
| 3310 | 2026-08-05T19:31:45.789Z | [ helios-setup] Aug 05 19:31:45.131 INFO E| Compiling once_cell v1.21.3 |
| 3311 | 2026-08-05T19:31:45.997Z | [ helios-setup] Aug 05 19:31:45.339 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3312 | 2026-08-05T19:31:46.060Z | [ helios-setup] Aug 05 19:31:45.400 INFO E| Compiling heck v0.5.0 |
| 3313 | 2026-08-05T19:31:46.132Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3314 | 2026-08-05T19:31:46.298Z | [ helios-setup] Aug 05 19:31:45.639 INFO E| Compiling unicode-width v0.1.14 |
| 3315 | 2026-08-05T19:31:46.305Z | [ helios-setup] Aug 05 19:31:45.647 INFO E| Compiling vec_map v0.8.2 |
| 3316 | 2026-08-05T19:31:46.334Z | [ helios-setup] Aug 05 19:31:45.676 INFO E| Compiling fletcher v1.0.0 |
| 3317 | 2026-08-05T19:31:46.436Z | [ helios-setup] Aug 05 19:31:45.778 INFO E| Compiling strsim v0.8.0 |
| 3318 | 2026-08-05T19:31:46.475Z | [ helios-setup] Aug 05 19:31:45.816 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3319 | 2026-08-05T19:31:46.619Z | [ helios-setup] Aug 05 19:31:45.959 INFO E| Compiling proc-macro-error v1.0.4 |
| 3320 | 2026-08-05T19:31:46.668Z | [ helios-setup] Aug 05 19:31:46.009 INFO E| Compiling heck v0.3.3 |
| 3321 | 2026-08-05T19:31:46.748Z | [ helios-setup] Aug 05 19:31:46.089 INFO E| Compiling unic-common v0.9.0 |
| 3322 | 2026-08-05T19:31:46.770Z | [ helios-setup] Aug 05 19:31:46.112 INFO E| Compiling byteorder v1.5.0 |
| 3323 | 2026-08-05T19:31:46.804Z | [ helios-setup] Aug 05 19:31:46.146 INFO E| Compiling strum v0.27.1 |
| 3324 | 2026-08-05T19:31:46.851Z | [ helios-setup] Aug 05 19:31:46.193 INFO E| Compiling ansi_term v0.12.1 |
| 3325 | 2026-08-05T19:31:46.880Z | [ helios-setup] Aug 05 19:31:46.221 INFO E| Compiling num-traits v0.2.19 |
| 3326 | 2026-08-05T19:31:46.906Z | [ helios-setup] Aug 05 19:31:46.245 INFO E| Compiling memoffset v0.9.1 |
| 3327 | 2026-08-05T19:31:46.919Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3328 | 2026-08-05T19:31:46.941Z | [ helios-setup] Aug 05 19:31:46.283 INFO E| Compiling textwrap v0.11.0 |
| 3329 | 2026-08-05T19:31:46.960Z | [ helios-setup] Aug 05 19:31:46.302 INFO E| Compiling quote v1.0.40 |
| 3330 | 2026-08-05T19:31:46.960Z | [ helios-setup] Aug 05 19:31:46.302 INFO E| Compiling bitflags v1.3.2 |
| 3331 | 2026-08-05T19:31:46.971Z | [ helios-setup] Aug 05 19:31:46.313 INFO E| Compiling unic-char-range v0.9.0 |
| 3332 | 2026-08-05T19:31:47.010Z | [ helios-setup] Aug 05 19:31:46.350 INFO E| Compiling atty v0.2.14 |
| 3333 | 2026-08-05T19:31:47.048Z | [ helios-setup] Aug 05 19:31:46.390 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3334 | 2026-08-05T19:31:47.136Z | [ helios-setup] Aug 05 19:31:46.477 INFO E| Compiling unic-char-property v0.9.0 |
| 3335 | 2026-08-05T19:31:47.145Z | [ helios-setup] Aug 05 19:31:46.487 INFO E| Compiling log v0.4.27 |
| 3336 | 2026-08-05T19:31:47.154Z | [ helios-setup] Aug 05 19:31:46.495 INFO E| Compiling lazy_static v1.5.0 |
| 3337 | 2026-08-05T19:31:47.167Z | [ helios-setup] Aug 05 19:31:46.509 INFO E| Compiling plain v0.2.3 |
| 3338 | 2026-08-05T19:31:47.180Z | [ helios-setup] Aug 05 19:31:46.521 INFO E| Compiling bytesize v2.0.1 |
| 3339 | 2026-08-05T19:31:47.279Z | [ helios-setup] Aug 05 19:31:46.621 INFO E| Compiling syn v2.0.101 |
| 3340 | 2026-08-05T19:31:47.337Z | [ helios-setup] Aug 05 19:31:46.679 INFO E| Compiling clap v2.34.0 |
| 3341 | 2026-08-05T19:31:47.338Z | [ helios-setup] Aug 05 19:31:46.679 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3342 | 2026-08-05T19:31:48.025Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-08-05T19:31:48.192Z | [ helios-setup] Aug 05 19:31:47.529 INFO E| Compiling parse_int v0.9.0 |
| 3344 | 2026-08-05T19:31:48.940Z | [ host-package] Compiling darling v0.13.4 |
| 3345 | 2026-08-05T19:31:48.965Z | [ host-package] Compiling sled v0.34.7 |
| 3346 | 2026-08-05T19:31:50.376Z | [ helios-setup] Aug 05 19:31:49.718 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3347 | 2026-08-05T19:31:50.994Z | [ helios-setup] Aug 05 19:31:50.336 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3348 | 2026-08-05T19:31:50.994Z | [ helios-setup] Aug 05 19:31:50.336 INFO E| Compiling structopt-derive v0.4.18 |
| 3349 | 2026-08-05T19:31:51.205Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3350 | 2026-08-05T19:31:51.315Z | [ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling thiserror-impl v2.0.12 |
| 3351 | 2026-08-05T19:31:51.316Z | [ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling serde_derive v1.0.219 |
| 3352 | 2026-08-05T19:31:51.320Z | [ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3353 | 2026-08-05T19:31:51.320Z | [ helios-setup] Aug 05 19:31:50.657 INFO E| Compiling num-derive v0.4.2 |
| 3354 | 2026-08-05T19:31:51.320Z | [ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3355 | 2026-08-05T19:31:51.320Z | [ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling scroll_derive v0.12.1 |
| 3356 | 2026-08-05T19:31:51.320Z | [ helios-setup] Aug 05 19:31:50.658 INFO E| Compiling strum_macros v0.27.1 |
| 3357 | 2026-08-05T19:31:51.537Z | [ helios-setup] Aug 05 19:31:50.879 INFO E| Compiling schemars_derive v0.8.22 |
| 3358 | 2026-08-05T19:31:51.812Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3359 | 2026-08-05T19:31:52.140Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3360 | 2026-08-05T19:31:52.536Z | [ helios-setup] Aug 05 19:31:51.877 INFO E| Compiling modular-bitfield v0.11.2 |
| 3361 | 2026-08-05T19:31:52.536Z | [ helios-setup] Aug 05 19:31:51.877 INFO E| Compiling structopt v0.3.26 |
| 3362 | 2026-08-05T19:31:52.623Z | [ helios-setup] Aug 05 19:31:51.964 INFO E| Compiling scroll v0.12.0 |
| 3363 | 2026-08-05T19:31:52.948Z | [ helios-setup] Aug 05 19:31:52.290 INFO E| Compiling goblin v0.9.3 |
| 3364 | 2026-08-05T19:31:53.234Z | [ helios-setup] Aug 05 19:31:52.575 INFO E| Compiling pest v2.8.0 |
| 3365 | 2026-08-05T19:31:53.474Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3366 | 2026-08-05T19:31:53.517Z | [ helios-setup] Aug 05 19:31:52.859 INFO E| Compiling modular-bitfield v0.13.1 |
| 3367 | 2026-08-05T19:31:53.597Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3368 | 2026-08-05T19:31:53.942Z | [ host-package] Compiling secrecy v0.8.0 |
| 3369 | 2026-08-05T19:31:53.980Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3370 | 2026-08-05T19:31:54.586Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3371 | 2026-08-05T19:31:54.635Z | [ helios-setup] Aug 05 19:31:53.972 INFO E| Compiling pest_meta v2.8.0 |
| 3372 | 2026-08-05T19:31:54.998Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3373 | 2026-08-05T19:31:55.059Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3374 | 2026-08-05T19:31:55.288Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3375 | 2026-08-05T19:31:55.449Z | [ helios-setup] Aug 05 19:31:54.790 INFO E| Compiling pest_generator v2.8.0 |
| 3376 | 2026-08-05T19:31:56.181Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3377 | 2026-08-05T19:31:56.574Z | [ helios-setup] Aug 05 19:31:55.916 INFO E| Compiling pest_derive v2.8.0 |
| 3378 | 2026-08-05T19:31:56.715Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3379 | 2026-08-05T19:31:57.049Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3380 | 2026-08-05T19:31:57.810Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3381 | 2026-08-05T19:31:57.893Z | [ host-package] Compiling git2 v0.20.4 |
| 3382 | 2026-08-05T19:31:58.142Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3383 | 2026-08-05T19:31:58.162Z | [ helios-setup] Aug 05 19:31:57.504 INFO E| Compiling json5 v0.4.1 |
| 3384 | 2026-08-05T19:31:58.167Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3385 | 2026-08-05T19:31:58.521Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3386 | 2026-08-05T19:31:58.603Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3387 | 2026-08-05T19:31:58.750Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3388 | 2026-08-05T19:31:58.810Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3389 | 2026-08-05T19:31:58.933Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3390 | 2026-08-05T19:31:59.116Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3391 | 2026-08-05T19:31:59.182Z | [ host-package] Compiling void v1.0.2 |
| 3392 | 2026-08-05T19:31:59.404Z | [ host-package] Compiling lzss v0.8.2 |
| 3393 | 2026-08-05T19:31:59.525Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3394 | 2026-08-05T19:31:59.765Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3395 | 2026-08-05T19:31:59.806Z | [ helios-setup] Aug 05 19:31:59.148 INFO E| Compiling four-cc v0.4.0 |
| 3396 | 2026-08-05T19:31:59.806Z | [ helios-setup] Aug 05 19:31:59.148 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3397 | 2026-08-05T19:31:59.918Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3398 | 2026-08-05T19:31:59.933Z | [ helios-setup] Aug 05 19:31:59.274 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3399 | 2026-08-05T19:32:00.096Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3400 | 2026-08-05T19:32:00.946Z | [ host-package] Compiling serde_with v1.14.0 |
| 3401 | 2026-08-05T19:32:01.499Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3402 | 2026-08-05T19:32:02.628Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3403 | 2026-08-05T19:32:03.520Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3404 | 2026-08-05T19:32:04.740Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3405 | 2026-08-05T19:32:04.965Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3406 | 2026-08-05T19:32:06.165Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3407 | 2026-08-05T19:32:06.867Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3408 | 2026-08-05T19:32:07.278Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3409 | 2026-08-05T19:32:07.875Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3410 | 2026-08-05T19:32:09.247Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3411 | 2026-08-05T19:32:09.389Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3412 | 2026-08-05T19:32:09.508Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3413 | 2026-08-05T19:32:09.788Z | [ host-package] Compiling nix v0.27.1 |
| 3414 | 2026-08-05T19:32:09.815Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3415 | 2026-08-05T19:32:09.863Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3416 | 2026-08-05T19:32:10.103Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3417 | 2026-08-05T19:32:10.213Z | [ host-package] Compiling atty v0.2.14 |
| 3418 | 2026-08-05T19:32:10.399Z | [ host-package] Compiling libsw v3.5.0 |
| 3419 | 2026-08-05T19:32:10.548Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3420 | 2026-08-05T19:32:10.584Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3421 | 2026-08-05T19:32:10.666Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3422 | 2026-08-05T19:32:11.105Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3423 | 2026-08-05T19:32:11.508Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3424 | 2026-08-05T19:32:11.768Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3425 | 2026-08-05T19:32:11.973Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3426 | 2026-08-05T19:32:13.140Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3427 | 2026-08-05T19:32:13.227Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3428 | 2026-08-05T19:32:13.588Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3429 | 2026-08-05T19:32:14.002Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3430 | 2026-08-05T19:32:14.031Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3431 | 2026-08-05T19:32:14.313Z | [ helios-setup] Aug 05 19:32:13.655 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3432 | 2026-08-05T19:32:14.454Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3433 | 2026-08-05T19:32:14.593Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3434 | 2026-08-05T19:32:14.633Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3435 | 2026-08-05T19:32:15.136Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3436 | 2026-08-05T19:32:15.282Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3437 | 2026-08-05T19:32:16.285Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3438 | 2026-08-05T19:32:17.098Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3439 | 2026-08-05T19:32:17.405Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3440 | 2026-08-05T19:32:17.921Z | [ helios-setup] Aug 05 19:32:17.261 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3441 | 2026-08-05T19:32:19.962Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3442 | 2026-08-05T19:32:20.873Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3443 | 2026-08-05T19:32:22.087Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3444 | 2026-08-05T19:32:22.367Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3445 | 2026-08-05T19:32:22.404Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3446 | 2026-08-05T19:32:22.756Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3447 | 2026-08-05T19:32:22.800Z | [ host-package] Compiling fatfs v0.3.6 |
| 3448 | 2026-08-05T19:32:22.837Z | [ host-package] Compiling yasna v0.5.2 |
| 3449 | 2026-08-05T19:32:23.061Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3450 | 2026-08-05T19:32:23.364Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3451 | 2026-08-05T19:32:23.582Z | [ host-package] Compiling is_ci v1.2.0 |
| 3452 | 2026-08-05T19:32:23.849Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3453 | 2026-08-05T19:32:24.244Z | [ host-package] Compiling supports-color v3.0.2 |
| 3454 | 2026-08-05T19:32:24.459Z | [ host-package] Compiling rcgen v0.12.1 |
| 3455 | 2026-08-05T19:32:24.650Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3456 | 2026-08-05T19:32:24.747Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3457 | 2026-08-05T19:32:24.969Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3458 | 2026-08-05T19:32:26.017Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3459 | 2026-08-05T19:32:26.318Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3460 | 2026-08-05T19:32:27.037Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3461 | 2026-08-05T19:32:27.294Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3462 | 2026-08-05T19:32:27.331Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3463 | 2026-08-05T19:32:27.608Z | [ host-package] Compiling port-file v0.1.0 |
| 3464 | 2026-08-05T19:32:27.689Z | [ host-package] Compiling subprocess v0.2.15 |
| 3465 | 2026-08-05T19:32:28.006Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3466 | 2026-08-05T19:32:28.366Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3467 | 2026-08-05T19:32:29.189Z | [ host-package] Compiling rpassword v7.5.4 |
| 3468 | 2026-08-05T19:32:29.974Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3469 | 2026-08-05T19:32:30.452Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3470 | 2026-08-05T19:32:30.680Z | [ helios-setup] Aug 05 19:32:30.021 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s |
| 3471 | 2026-08-05T19:32:30.717Z | [ helios-setup] Aug 05 19:32:30.058 INFO building project "amd-host-image-builder" ok (47 seconds) |
| 3472 | 2026-08-05T19:32:30.717Z | [ helios-setup] Aug 05 19:32:30.058 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3473 | 2026-08-05T19:32:30.727Z | [ helios-setup] Aug 05 19:32:30.068 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3474 | 2026-08-05T19:32:30.727Z | [ helios-setup] Aug 05 19:32:30.068 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3475 | 2026-08-05T19:32:30.730Z | [ helios-setup] Aug 05 19:32:30.068 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3476 | 2026-08-05T19:32:30.923Z | [ helios-setup] Aug 05 19:32:30.264 INFO E| Downloading crates ... |
| 3477 | 2026-08-05T19:32:30.932Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3478 | 2026-08-05T19:32:30.981Z | [ helios-setup] Aug 05 19:32:30.321 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3479 | 2026-08-05T19:32:30.984Z | [ helios-setup] Aug 05 19:32:30.323 INFO E| Downloaded adler2 v2.0.0 |
| 3480 | 2026-08-05T19:32:31.049Z | [ helios-setup] Aug 05 19:32:30.390 INFO E| Compiling adler2 v2.0.0 |
| 3481 | 2026-08-05T19:32:31.077Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3482 | 2026-08-05T19:32:31.213Z | [ helios-setup] Aug 05 19:32:30.555 INFO E| Compiling miniz_oxide v0.8.8 |
| 3483 | 2026-08-05T19:32:32.385Z | [ helios-setup] Aug 05 19:32:31.726 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3484 | 2026-08-05T19:32:32.891Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3485 | 2026-08-05T19:32:33.168Z | [ helios-setup] Aug 05 19:32:32.510 INFO E| Finished `release` profile [optimized] target(s) in 2.42s |
| 3486 | 2026-08-05T19:32:33.179Z | [ helios-setup] Aug 05 19:32:32.520 INFO building project "pinprick" ok (2 seconds) |
| 3487 | 2026-08-05T19:32:33.179Z | [ helios-setup] Aug 05 19:32:32.520 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3488 | 2026-08-05T19:32:33.188Z | [ helios-setup] Aug 05 19:32:32.529 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 3489 | 2026-08-05T19:32:33.188Z | [ helios-setup] Aug 05 19:32:32.529 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3490 | 2026-08-05T19:32:33.188Z | [ helios-setup] Aug 05 19:32:32.529 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3491 | 2026-08-05T19:32:33.304Z | [ helios-setup] Aug 05 19:32:32.645 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3492 | 2026-08-05T19:32:33.325Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3493 | 2026-08-05T19:32:33.595Z | [ helios-setup] Aug 05 19:32:32.937 INFO E| From https://github.com/jclulow/hiercmd |
| 3494 | 2026-08-05T19:32:33.595Z | [ helios-setup] Aug 05 19:32:32.937 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3495 | 2026-08-05T19:32:33.624Z | [ helios-setup] Aug 05 19:32:32.965 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3496 | 2026-08-05T19:32:33.878Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3497 | 2026-08-05T19:32:33.906Z | [ helios-setup] Aug 05 19:32:33.248 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3498 | 2026-08-05T19:32:33.906Z | [ helios-setup] Aug 05 19:32:33.248 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3499 | 2026-08-05T19:32:33.919Z | [ helios-setup] Aug 05 19:32:33.261 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3500 | 2026-08-05T19:32:34.054Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3501 | 2026-08-05T19:32:34.217Z | [ helios-setup] Aug 05 19:32:33.558 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3502 | 2026-08-05T19:32:34.217Z | [ helios-setup] Aug 05 19:32:33.558 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3503 | 2026-08-05T19:32:34.235Z | [ helios-setup] Aug 05 19:32:33.576 INFO E| Updating crates.io index |
| 3504 | 2026-08-05T19:32:34.414Z | [ helios-setup] Aug 05 19:32:33.755 INFO E| Downloading crates ... |
| 3505 | 2026-08-05T19:32:34.461Z | [ helios-setup] Aug 05 19:32:33.802 INFO E| Downloaded anstyle v1.0.13 |
| 3506 | 2026-08-05T19:32:34.467Z | [ helios-setup] Aug 05 19:32:33.807 INFO E| Downloaded num_enum v0.7.5 |
| 3507 | 2026-08-05T19:32:34.472Z | [ helios-setup] Aug 05 19:32:33.813 INFO E| Downloaded typenum v1.19.0 |
| 3508 | 2026-08-05T19:32:34.476Z | [ helios-setup] Aug 05 19:32:33.815 INFO E| Downloaded anstyle-query v1.1.4 |
| 3509 | 2026-08-05T19:32:34.476Z | [ helios-setup] Aug 05 19:32:33.816 INFO E| Downloaded env_logger v0.11.8 |
| 3510 | 2026-08-05T19:32:34.480Z | [ helios-setup] Aug 05 19:32:33.818 INFO E| Downloaded env_filter v0.1.4 |
| 3511 | 2026-08-05T19:32:34.480Z | [ helios-setup] Aug 05 19:32:33.819 INFO E| Downloaded devinfo v0.1.0 |
| 3512 | 2026-08-05T19:32:34.480Z | [ helios-setup] Aug 05 19:32:33.820 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3513 | 2026-08-05T19:32:34.487Z | [ helios-setup] Aug 05 19:32:33.823 INFO E| Downloaded futures-channel v0.3.31 |
| 3514 | 2026-08-05T19:32:34.488Z | [ helios-setup] Aug 05 19:32:33.827 INFO E| Downloaded indexmap v2.12.0 |
| 3515 | 2026-08-05T19:32:34.492Z | [ helios-setup] Aug 05 19:32:33.830 INFO E| Downloaded futures-core v0.3.31 |
| 3516 | 2026-08-05T19:32:34.492Z | [ helios-setup] Aug 05 19:32:33.831 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3517 | 2026-08-05T19:32:34.499Z | [ helios-setup] Aug 05 19:32:33.841 INFO E| Downloaded clap v4.5.51 |
| 3518 | 2026-08-05T19:32:34.505Z | [ helios-setup] Aug 05 19:32:33.847 INFO E| Downloaded pin-utils v0.1.0 |
| 3519 | 2026-08-05T19:32:34.508Z | [ helios-setup] Aug 05 19:32:33.848 INFO E| Downloaded crc v3.3.0 |
| 3520 | 2026-08-05T19:32:34.508Z | [ helios-setup] Aug 05 19:32:33.848 INFO E| Downloaded serde_spanned v1.0.3 |
| 3521 | 2026-08-05T19:32:34.508Z | [ helios-setup] Aug 05 19:32:33.849 INFO E| Downloaded time-core v0.1.6 |
| 3522 | 2026-08-05T19:32:34.509Z | [ helios-setup] Aug 05 19:32:33.850 INFO E| Downloaded toml_datetime v0.7.3 |
| 3523 | 2026-08-05T19:32:34.512Z | [ helios-setup] Aug 05 19:32:33.851 INFO E| Downloaded futures-task v0.3.31 |
| 3524 | 2026-08-05T19:32:34.540Z | [ helios-setup] Aug 05 19:32:33.882 INFO E| Downloaded toml v0.9.8 |
| 3525 | 2026-08-05T19:32:34.544Z | [ helios-setup] Aug 05 19:32:33.885 INFO E| Downloaded clap_lex v0.7.6 |
| 3526 | 2026-08-05T19:32:34.544Z | [ helios-setup] Aug 05 19:32:33.885 INFO E| Downloaded futures-io v0.3.31 |
| 3527 | 2026-08-05T19:32:34.547Z | [ helios-setup] Aug 05 19:32:33.886 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3528 | 2026-08-05T19:32:34.547Z | [ helios-setup] Aug 05 19:32:33.886 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3529 | 2026-08-05T19:32:34.569Z | [ helios-setup] Aug 05 19:32:33.911 INFO E| Downloaded getopts v0.2.24 |
| 3530 | 2026-08-05T19:32:34.573Z | [ helios-setup] Aug 05 19:32:33.912 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3531 | 2026-08-05T19:32:34.573Z | [ helios-setup] Aug 05 19:32:33.913 INFO E| Downloaded futures-sink v0.3.31 |
| 3532 | 2026-08-05T19:32:34.573Z | [ helios-setup] Aug 05 19:32:33.913 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3533 | 2026-08-05T19:32:34.605Z | [ helios-setup] Aug 05 19:32:33.947 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3534 | 2026-08-05T19:32:34.609Z | [ helios-setup] Aug 05 19:32:33.948 INFO E| Downloaded toml_writer v1.0.4 |
| 3535 | 2026-08-05T19:32:34.609Z | [ helios-setup] Aug 05 19:32:33.949 INFO E| Downloaded futures-macro v0.3.31 |
| 3536 | 2026-08-05T19:32:34.609Z | [ helios-setup] Aug 05 19:32:33.949 INFO E| Downloaded bitfield v0.19.3 |
| 3537 | 2026-08-05T19:32:34.612Z | [ helios-setup] Aug 05 19:32:33.950 INFO E| Downloaded thiserror v2.0.17 |
| 3538 | 2026-08-05T19:32:34.612Z | [ helios-setup] Aug 05 19:32:33.953 INFO E| Downloaded generic-array v0.14.9 |
| 3539 | 2026-08-05T19:32:34.616Z | [ helios-setup] Aug 05 19:32:33.954 INFO E| Downloaded quote v1.0.41 |
| 3540 | 2026-08-05T19:32:34.616Z | [ helios-setup] Aug 05 19:32:33.956 INFO E| Downloaded time-macros v0.2.24 |
| 3541 | 2026-08-05T19:32:34.616Z | [ helios-setup] Aug 05 19:32:33.957 INFO E| Downloaded toml_parser v1.0.4 |
| 3542 | 2026-08-05T19:32:34.619Z | [ helios-setup] Aug 05 19:32:33.958 INFO E| Downloaded unicode-ident v1.0.22 |
| 3543 | 2026-08-05T19:32:34.619Z | [ helios-setup] Aug 05 19:32:33.960 INFO E| Downloaded deranged v0.5.5 |
| 3544 | 2026-08-05T19:32:34.645Z | [ helios-setup] Aug 05 19:32:33.987 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3545 | 2026-08-05T19:32:34.649Z | [ helios-setup] Aug 05 19:32:33.988 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3546 | 2026-08-05T19:32:34.649Z | [ helios-setup] Aug 05 19:32:33.989 INFO E| Downloaded tokio-macros v2.6.0 |
| 3547 | 2026-08-05T19:32:34.649Z | [ helios-setup] Aug 05 19:32:33.989 INFO E| Downloaded base64ct v1.8.0 |
| 3548 | 2026-08-05T19:32:34.649Z | [ helios-setup] Aug 05 19:32:33.991 INFO E| Downloaded slab v0.4.11 |
| 3549 | 2026-08-05T19:32:34.652Z | [ helios-setup] Aug 05 19:32:33.991 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3550 | 2026-08-05T19:32:34.652Z | [ helios-setup] Aug 05 19:32:33.993 INFO E| Downloaded clap_derive v4.5.49 |
| 3551 | 2026-08-05T19:32:34.652Z | [ helios-setup] Aug 05 19:32:33.994 INFO E| Downloaded futures-executor v0.3.31 |
| 3552 | 2026-08-05T19:32:34.656Z | [ helios-setup] Aug 05 19:32:33.995 INFO E| Downloaded log v0.4.28 |
| 3553 | 2026-08-05T19:32:34.656Z | [ helios-setup] Aug 05 19:32:33.996 INFO E| Downloaded anyhow v1.0.100 |
| 3554 | 2026-08-05T19:32:34.659Z | [ helios-setup] Aug 05 19:32:33.999 INFO E| Downloaded bitflags v2.10.0 |
| 3555 | 2026-08-05T19:32:34.692Z | [ helios-setup] Aug 05 19:32:34.033 INFO E| Downloaded getrandom v0.2.16 |
| 3556 | 2026-08-05T19:32:34.706Z | [ helios-setup] Aug 05 19:32:34.048 INFO E| Downloaded futures v0.3.31 |
| 3557 | 2026-08-05T19:32:34.710Z | [ helios-setup] Aug 05 19:32:34.051 INFO E| Downloaded uuid v1.18.1 |
| 3558 | 2026-08-05T19:32:34.717Z | [ helios-setup] Aug 05 19:32:34.059 INFO E| Downloaded bytes v1.10.1 |
| 3559 | 2026-08-05T19:32:34.725Z | [ helios-setup] Aug 05 19:32:34.067 INFO E| Downloaded cc v1.2.44 |
| 3560 | 2026-08-05T19:32:34.729Z | [ helios-setup] Aug 05 19:32:34.069 INFO E| Downloaded rsa v0.9.8 |
| 3561 | 2026-08-05T19:32:34.742Z | [ helios-setup] Aug 05 19:32:34.083 INFO E| Downloaded socket2 v0.6.1 |
| 3562 | 2026-08-05T19:32:34.747Z | [ helios-setup] Aug 05 19:32:34.084 INFO E| Downloaded toml_edit v0.23.7 |
| 3563 | 2026-08-05T19:32:34.747Z | [ helios-setup] Aug 05 19:32:34.087 INFO E| Downloaded hashbrown v0.16.0 |
| 3564 | 2026-08-05T19:32:34.750Z | [ helios-setup] Aug 05 19:32:34.090 INFO E| Downloaded rand v0.8.5 |
| 3565 | 2026-08-05T19:32:34.750Z | [ helios-setup] Aug 05 19:32:34.092 INFO E| Downloaded flate2 v1.1.5 |
| 3566 | 2026-08-05T19:32:34.756Z | [ helios-setup] Aug 05 19:32:34.097 INFO E| Downloaded iddqd v0.3.14 |
| 3567 | 2026-08-05T19:32:34.759Z | [ helios-setup] Aug 05 19:32:34.101 INFO E| Downloaded memchr v2.7.6 |
| 3568 | 2026-08-05T19:32:34.762Z | [ helios-setup] Aug 05 19:32:34.104 INFO E| Downloaded mio v1.1.0 |
| 3569 | 2026-08-05T19:32:34.766Z | [ helios-setup] Aug 05 19:32:34.107 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3570 | 2026-08-05T19:32:34.769Z | [ helios-setup] Aug 05 19:32:34.110 INFO E| Downloaded futures-util v0.3.31 |
| 3571 | 2026-08-05T19:32:34.775Z | [ helios-setup] Aug 05 19:32:34.116 INFO E| Downloaded libm v0.2.15 |
| 3572 | 2026-08-05T19:32:34.781Z | [ helios-setup] Aug 05 19:32:34.122 INFO E| Downloaded time v0.3.44 |
| 3573 | 2026-08-05T19:32:34.785Z | [ helios-setup] Aug 05 19:32:34.127 INFO E| Downloaded clap_builder v4.5.51 |
| 3574 | 2026-08-05T19:32:34.789Z | [ helios-setup] Aug 05 19:32:34.130 INFO E| Downloaded serde_json v1.0.145 |
| 3575 | 2026-08-05T19:32:34.793Z | [ helios-setup] Aug 05 19:32:34.134 INFO E| Downloaded chrono v0.4.42 |
| 3576 | 2026-08-05T19:32:34.797Z | [ helios-setup] Aug 05 19:32:34.138 INFO E| Downloaded unicode-width v0.2.2 |
| 3577 | 2026-08-05T19:32:34.800Z | [ helios-setup] Aug 05 19:32:34.142 INFO E| Downloaded syn v2.0.108 |
| 3578 | 2026-08-05T19:32:34.838Z | [ helios-setup] Aug 05 19:32:34.179 INFO E| Downloaded rustix v1.1.2 |
| 3579 | 2026-08-05T19:32:34.851Z | [ helios-setup] Aug 05 19:32:34.192 INFO E| Downloaded tokio v1.48.0 |
| 3580 | 2026-08-05T19:32:34.897Z | [ helios-setup] Aug 05 19:32:34.238 INFO E| Downloaded libc v0.2.177 |
| 3581 | 2026-08-05T19:32:35.005Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling proc-macro2 v1.0.103 |
| 3582 | 2026-08-05T19:32:35.005Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling unicode-ident v1.0.22 |
| 3583 | 2026-08-05T19:32:35.005Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling quote v1.0.41 |
| 3584 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling libc v0.2.177 |
| 3585 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling serde_core v1.0.228 |
| 3586 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling cfg-if v1.0.4 |
| 3587 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling serde v1.0.228 |
| 3588 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling version_check v0.9.5 |
| 3589 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling autocfg v1.5.0 |
| 3590 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling const-oid v0.9.6 |
| 3591 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling typenum v1.19.0 |
| 3592 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling libm v0.2.15 |
| 3593 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling zerocopy v0.8.27 |
| 3594 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling rustversion v1.0.22 |
| 3595 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling zeroize v1.8.2 |
| 3596 | 2026-08-05T19:32:35.008Z | [ helios-setup] Aug 05 19:32:34.343 INFO E| Compiling base64ct v1.8.0 |
| 3597 | 2026-08-05T19:32:35.735Z | [ helios-setup] Aug 05 19:32:35.076 INFO E| Compiling smallvec v1.15.1 |
| 3598 | 2026-08-05T19:32:36.069Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3599 | 2026-08-05T19:32:36.192Z | [ helios-setup] Aug 05 19:32:35.533 INFO E| Compiling num-traits v0.2.19 |
| 3600 | 2026-08-05T19:32:36.290Z | [ helios-setup] Aug 05 19:32:35.632 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3601 | 2026-08-05T19:32:36.368Z | [ helios-setup] Aug 05 19:32:35.707 INFO E| Compiling equivalent v1.0.2 |
| 3602 | 2026-08-05T19:32:36.470Z | [ helios-setup] Aug 05 19:32:35.811 INFO E| Compiling hashbrown v0.16.0 |
| 3603 | 2026-08-05T19:32:36.500Z | [ helios-setup] Aug 05 19:32:35.841 INFO E| Compiling winnow v0.7.13 |
| 3604 | 2026-08-05T19:32:36.618Z | [ helios-setup] Aug 05 19:32:35.958 INFO E| Compiling flagset v0.4.7 |
| 3605 | 2026-08-05T19:32:36.722Z | [ helios-setup] Aug 05 19:32:36.062 INFO E| Compiling generic-array v0.14.9 |
| 3606 | 2026-08-05T19:32:36.725Z | [ helios-setup] Aug 05 19:32:36.062 INFO E| Compiling crc32fast v1.5.0 |
| 3607 | 2026-08-05T19:32:36.849Z | [ helios-setup] Aug 05 19:32:36.191 INFO E| Compiling byteorder v1.5.0 |
| 3608 | 2026-08-05T19:32:36.878Z | [ helios-setup] Aug 05 19:32:36.219 INFO E| Compiling utf8parse v0.2.2 |
| 3609 | 2026-08-05T19:32:36.917Z | [ helios-setup] Aug 05 19:32:36.258 INFO E| Compiling anyhow v1.0.100 |
| 3610 | 2026-08-05T19:32:37.006Z | [ helios-setup] Aug 05 19:32:36.347 INFO E| Compiling memchr v2.7.6 |
| 3611 | 2026-08-05T19:32:37.018Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3612 | 2026-08-05T19:32:37.157Z | [ helios-setup] Aug 05 19:32:36.498 INFO E| Compiling rustix v1.1.2 |
| 3613 | 2026-08-05T19:32:37.514Z | [ helios-setup] Aug 05 19:32:36.855 INFO E| Compiling getrandom v0.2.16 |
| 3614 | 2026-08-05T19:32:37.598Z | [ helios-setup] Aug 05 19:32:36.932 INFO E| Compiling errno v0.3.14 |
| 3615 | 2026-08-05T19:32:37.694Z | [ helios-setup] Aug 05 19:32:37.035 INFO E| Compiling syn v2.0.108 |
| 3616 | 2026-08-05T19:32:37.735Z | [ helios-setup] Aug 05 19:32:37.076 INFO E| Compiling rand_core v0.6.4 |
| 3617 | 2026-08-05T19:32:37.745Z | [ host-package] Compiling uzers v0.12.2 |
| 3618 | 2026-08-05T19:32:37.778Z | [ helios-setup] Aug 05 19:32:37.119 INFO E| Compiling indexmap v2.12.0 |
| 3619 | 2026-08-05T19:32:37.858Z | [ helios-setup] Aug 05 19:32:37.199 INFO E| Compiling anstyle-parse v0.2.7 |
| 3620 | 2026-08-05T19:32:37.880Z | [ helios-setup] Aug 05 19:32:37.222 INFO E| Compiling colorchoice v1.0.4 |
| 3621 | 2026-08-05T19:32:37.918Z | [ helios-setup] Aug 05 19:32:37.259 INFO E| Compiling cpufeatures v0.2.17 |
| 3622 | 2026-08-05T19:32:37.929Z | [ helios-setup] Aug 05 19:32:37.271 INFO E| Compiling shlex v1.3.0 |
| 3623 | 2026-08-05T19:32:37.974Z | [ helios-setup] Aug 05 19:32:37.316 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3624 | 2026-08-05T19:32:38.038Z | [ helios-setup] Aug 05 19:32:37.374 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3625 | 2026-08-05T19:32:38.096Z | [ helios-setup] Aug 05 19:32:37.438 INFO E| Compiling radium v0.7.0 |
| 3626 | 2026-08-05T19:32:38.104Z | [ helios-setup] Aug 05 19:32:37.444 INFO E| Compiling anstyle v1.0.13 |
| 3627 | 2026-08-05T19:32:38.109Z | [ helios-setup] Aug 05 19:32:37.451 INFO E| Compiling anstyle-query v1.1.4 |
| 3628 | 2026-08-05T19:32:38.221Z | [ helios-setup] Aug 05 19:32:37.562 INFO E| Compiling toml_datetime v0.7.3 |
| 3629 | 2026-08-05T19:32:38.240Z | [ helios-setup] Aug 05 19:32:37.581 INFO E| Compiling allocator-api2 v0.2.21 |
| 3630 | 2026-08-05T19:32:38.360Z | [ helios-setup] Aug 05 19:32:37.702 INFO E| Compiling syn v1.0.109 |
| 3631 | 2026-08-05T19:32:38.495Z | [ helios-setup] Aug 05 19:32:37.836 INFO E| Compiling anstream v0.6.21 |
| 3632 | 2026-08-05T19:32:38.642Z | [ helios-setup] Aug 05 19:32:37.983 INFO E| Compiling cc v1.2.44 |
| 3633 | 2026-08-05T19:32:38.666Z | [ helios-setup] Aug 05 19:32:38.007 INFO E| Compiling slog v2.8.2 |
| 3634 | 2026-08-05T19:32:38.725Z | [ helios-setup] Aug 05 19:32:38.067 INFO E| Compiling block-buffer v0.10.4 |
| 3635 | 2026-08-05T19:32:38.788Z | [ helios-setup] Aug 05 19:32:38.129 INFO E| Compiling crypto-common v0.1.6 |
| 3636 | 2026-08-05T19:32:38.967Z | [ helios-setup] Aug 05 19:32:38.306 INFO E| Compiling digest v0.10.7 |
| 3637 | 2026-08-05T19:32:39.078Z | [ helios-setup] Aug 05 19:32:38.419 INFO E| Compiling pkg-config v0.3.32 |
| 3638 | 2026-08-05T19:32:39.205Z | [ helios-setup] Aug 05 19:32:38.546 INFO E| Compiling sha2 v0.10.9 |
| 3639 | 2026-08-05T19:32:39.214Z | [ helios-setup] Aug 05 19:32:38.555 INFO E| Compiling tap v1.0.1 |
| 3640 | 2026-08-05T19:32:39.387Z | [ helios-setup] Aug 05 19:32:38.728 INFO E| Compiling unicode-width v0.2.2 |
| 3641 | 2026-08-05T19:32:39.499Z | [ helios-setup] Aug 05 19:32:38.840 INFO E| Compiling toml_parser v1.0.4 |
| 3642 | 2026-08-05T19:32:39.546Z | [ helios-setup] Aug 05 19:32:38.887 INFO E| Compiling pin-project-lite v0.2.16 |
| 3643 | 2026-08-05T19:32:39.601Z | [ helios-setup] Aug 05 19:32:38.942 INFO E| Compiling futures-sink v0.3.31 |
| 3644 | 2026-08-05T19:32:39.645Z | [ helios-setup] Aug 05 19:32:38.986 INFO E| Compiling parking_lot_core v0.9.12 |
| 3645 | 2026-08-05T19:32:39.652Z | [ helios-setup] Aug 05 19:32:38.993 INFO E| Compiling futures-core v0.3.31 |
| 3646 | 2026-08-05T19:32:39.679Z | [ helios-setup] Aug 05 19:32:39.020 INFO E| Compiling maybe-uninit v2.0.0 |
| 3647 | 2026-08-05T19:32:39.784Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3648 | 2026-08-05T19:32:39.828Z | [ helios-setup] Aug 05 19:32:39.169 INFO E| Compiling futures-channel v0.3.31 |
| 3649 | 2026-08-05T19:32:40.019Z | [ helios-setup] Aug 05 19:32:39.360 INFO E| Compiling getopts v0.2.24 |
| 3650 | 2026-08-05T19:32:40.434Z | [ helios-setup] Aug 05 19:32:39.776 INFO E| Compiling toml_edit v0.23.7 |
| 3651 | 2026-08-05T19:32:40.438Z | [ helios-setup] Aug 05 19:32:39.776 INFO E| Compiling num-integer v0.1.46 |
| 3652 | 2026-08-05T19:32:40.479Z | [ helios-setup] Aug 05 19:32:39.820 INFO E| Compiling wyz v0.5.1 |
| 3653 | 2026-08-05T19:32:40.497Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3654 | 2026-08-05T19:32:40.789Z | [ helios-setup] Aug 05 19:32:40.129 INFO E| Compiling ahash v0.8.12 |
| 3655 | 2026-08-05T19:32:40.794Z | [ helios-setup] Aug 05 19:32:40.136 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3656 | 2026-08-05T19:32:40.806Z | [ helios-setup] Aug 05 19:32:40.147 INFO E| Compiling scopeguard v1.2.0 |
| 3657 | 2026-08-05T19:32:40.809Z | [ helios-setup] Aug 05 19:32:40.148 INFO E| Compiling funty v2.0.0 |
| 3658 | 2026-08-05T19:32:40.826Z | [ helios-setup] Aug 05 19:32:40.168 INFO E| Compiling spin v0.9.8 |
| 3659 | 2026-08-05T19:32:40.867Z | [ helios-setup] Aug 05 19:32:40.208 INFO E| Compiling slab v0.4.11 |
| 3660 | 2026-08-05T19:32:40.964Z | [ helios-setup] Aug 05 19:32:40.306 INFO E| Compiling clap_lex v0.7.6 |
| 3661 | 2026-08-05T19:32:41.013Z | [ helios-setup] Aug 05 19:32:40.354 INFO E| Compiling pin-utils v0.1.0 |
| 3662 | 2026-08-05T19:32:41.052Z | [ helios-setup] Aug 05 19:32:40.393 INFO E| Compiling itoa v1.0.15 |
| 3663 | 2026-08-05T19:32:41.104Z | [ helios-setup] Aug 05 19:32:40.445 INFO E| Compiling futures-task v0.3.31 |
| 3664 | 2026-08-05T19:32:41.216Z | [ helios-setup] Aug 05 19:32:40.558 INFO E| Compiling getrandom v0.3.4 |
| 3665 | 2026-08-05T19:32:41.405Z | [ helios-setup] Aug 05 19:32:40.746 INFO E| Compiling bitflags v2.10.0 |
| 3666 | 2026-08-05T19:32:41.428Z | [ helios-setup] Aug 05 19:32:40.767 INFO E| Compiling bytes v1.10.1 |
| 3667 | 2026-08-05T19:32:41.432Z | [ helios-setup] Aug 05 19:32:40.774 INFO E| Compiling packed_struct v0.10.1 |
| 3668 | 2026-08-05T19:32:41.439Z | [ helios-setup] Aug 05 19:32:40.780 INFO E| Compiling heck v0.5.0 |
| 3669 | 2026-08-05T19:32:41.570Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3670 | 2026-08-05T19:32:41.615Z | [ helios-setup] Aug 05 19:32:40.957 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3671 | 2026-08-05T19:32:41.626Z | [ helios-setup] Aug 05 19:32:40.967 INFO E| Compiling thiserror v1.0.69 |
| 3672 | 2026-08-05T19:32:41.824Z | [ helios-setup] Aug 05 19:32:41.165 INFO E| Compiling num-conv v0.1.0 |
| 3673 | 2026-08-05T19:32:41.874Z | [ helios-setup] Aug 05 19:32:41.215 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3674 | 2026-08-05T19:32:42.022Z | [ helios-setup] Aug 05 19:32:41.363 INFO E| Compiling strsim v0.11.1 |
| 3675 | 2026-08-05T19:32:42.046Z | [ helios-setup] Aug 05 19:32:41.387 INFO E| Compiling powerfmt v0.2.0 |
| 3676 | 2026-08-05T19:32:42.056Z | [ helios-setup] Aug 05 19:32:41.397 INFO E| Compiling time-core v0.1.6 |
| 3677 | 2026-08-05T19:32:42.092Z | [ helios-setup] Aug 05 19:32:41.433 INFO E| Compiling futures-io v0.3.31 |
| 3678 | 2026-08-05T19:32:42.247Z | [ helios-setup] Aug 05 19:32:41.588 INFO E| Compiling time-macros v0.2.24 |
| 3679 | 2026-08-05T19:32:42.278Z | [ helios-setup] Aug 05 19:32:41.619 INFO E| Compiling deranged v0.5.5 |
| 3680 | 2026-08-05T19:32:42.409Z | [ helios-setup] Aug 05 19:32:41.739 INFO E| Compiling bitvec v1.0.1 |
| 3681 | 2026-08-05T19:32:42.544Z | [ helios-setup] Aug 05 19:32:41.886 INFO E| Compiling num-iter v0.1.45 |
| 3682 | 2026-08-05T19:32:42.627Z | [ helios-setup] Aug 05 19:32:41.968 INFO E| Compiling lazy_static v1.5.0 |
| 3683 | 2026-08-05T19:32:42.627Z | [ helios-setup] Aug 05 19:32:41.968 INFO E| Compiling lock_api v0.4.14 |
| 3684 | 2026-08-05T19:32:42.749Z | [ helios-setup] Aug 05 19:32:42.090 INFO E| Compiling terminal_size v0.4.3 |
| 3685 | 2026-08-05T19:32:42.774Z | [ helios-setup] Aug 05 19:32:42.100 INFO E| Compiling indexmap v1.9.3 |
| 3686 | 2026-08-05T19:32:42.779Z | [ helios-setup] Aug 05 19:32:42.106 INFO E| Compiling iana-time-zone v0.1.64 |
| 3687 | 2026-08-05T19:32:42.785Z | [ helios-setup] Aug 05 19:32:42.127 INFO E| Compiling serde_json v1.0.145 |
| 3688 | 2026-08-05T19:32:42.886Z | [ helios-setup] Aug 05 19:32:42.227 INFO E| Compiling nodrop v0.1.14 |
| 3689 | 2026-08-05T19:32:43.019Z | [ helios-setup] Aug 05 19:32:42.360 INFO E| Compiling clap_builder v4.5.51 |
| 3690 | 2026-08-05T19:32:43.046Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3691 | 2026-08-05T19:32:43.297Z | [ helios-setup] Aug 05 19:32:42.638 INFO E| Compiling adler2 v2.0.1 |
| 3692 | 2026-08-05T19:32:43.322Z | [ helios-setup] Aug 05 19:32:42.663 INFO E| Compiling once_cell v1.21.3 |
| 3693 | 2026-08-05T19:32:43.511Z | [ helios-setup] Aug 05 19:32:42.852 INFO E| Compiling thiserror v2.0.17 |
| 3694 | 2026-08-05T19:32:43.527Z | [ helios-setup] Aug 05 19:32:42.869 INFO E| Compiling log v0.4.28 |
| 3695 | 2026-08-05T19:32:43.609Z | [ helios-setup] Aug 05 19:32:42.951 INFO E| Compiling simd-adler32 v0.3.7 |
| 3696 | 2026-08-05T19:32:43.618Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3697 | 2026-08-05T19:32:43.747Z | [ helios-setup] Aug 05 19:32:43.088 INFO E| Compiling crc-catalog v2.4.0 |
| 3698 | 2026-08-05T19:32:43.766Z | [ helios-setup] Aug 05 19:32:43.107 INFO E| Compiling parking_lot v0.12.5 |
| 3699 | 2026-08-05T19:32:43.771Z | [ helios-setup] Aug 05 19:32:43.112 INFO E| Compiling chrono v0.4.42 |
| 3700 | 2026-08-05T19:32:43.791Z | [ helios-setup] Aug 05 19:32:43.133 INFO E| Compiling array-init v0.0.4 |
| 3701 | 2026-08-05T19:32:43.885Z | [ helios-setup] Aug 05 19:32:43.227 INFO E| Compiling env_filter v0.1.4 |
| 3702 | 2026-08-05T19:32:43.924Z | [ helios-setup] Aug 05 19:32:43.265 INFO E| Compiling miniz_oxide v0.8.9 |
| 3703 | 2026-08-05T19:32:44.191Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3704 | 2026-08-05T19:32:44.447Z | [ helios-setup] Aug 05 19:32:43.788 INFO E| Compiling crc v3.3.0 |
| 3705 | 2026-08-05T19:32:44.488Z | [ helios-setup] Aug 05 19:32:43.829 INFO E| Compiling time v0.3.44 |
| 3706 | 2026-08-05T19:32:44.594Z | [ helios-setup] Aug 05 19:32:43.935 INFO E| Compiling smallvec v0.6.14 |
| 3707 | 2026-08-05T19:32:44.860Z | [ helios-setup] Aug 05 19:32:44.201 INFO E| Compiling serde_spanned v1.0.3 |
| 3708 | 2026-08-05T19:32:45.125Z | [ helios-setup] Aug 05 19:32:44.467 INFO E| Compiling serde_derive v1.0.228 |
| 3709 | 2026-08-05T19:32:45.176Z | [ helios-setup] Aug 05 19:32:44.517 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3710 | 2026-08-05T19:32:45.189Z | [ helios-setup] Aug 05 19:32:44.530 INFO E| Compiling der_derive v0.7.3 |
| 3711 | 2026-08-05T19:32:45.345Z | [ helios-setup] Aug 05 19:32:44.686 INFO E| Compiling futures-macro v0.3.31 |
| 3712 | 2026-08-05T19:32:45.378Z | [ helios-setup] Aug 05 19:32:44.719 INFO E| Compiling bitfield-macros v0.19.3 |
| 3713 | 2026-08-05T19:32:45.566Z | [ helios-setup] Aug 05 19:32:44.908 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3714 | 2026-08-05T19:32:45.761Z | [ helios-setup] Aug 05 19:32:45.102 INFO E| Compiling thiserror-impl v1.0.69 |
| 3715 | 2026-08-05T19:32:46.209Z | [ helios-setup] Aug 05 19:32:45.550 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3716 | 2026-08-05T19:32:46.302Z | [ helios-setup] Aug 05 19:32:45.643 INFO E| Compiling clap_derive v4.5.49 |
| 3717 | 2026-08-05T19:32:46.530Z | [ helios-setup] Aug 05 19:32:45.872 INFO E| Compiling num_enum_derive v0.7.5 |
| 3718 | 2026-08-05T19:32:46.766Z | [ helios-setup] Aug 05 19:32:46.106 INFO E| Compiling bitfield v0.19.3 |
| 3719 | 2026-08-05T19:32:47.033Z | [ helios-setup] Aug 05 19:32:46.374 INFO E| Compiling tokio-macros v2.6.0 |
| 3720 | 2026-08-05T19:32:47.066Z | [ helios-setup] Aug 05 19:32:46.407 INFO E| Compiling thiserror-impl v2.0.17 |
| 3721 | 2026-08-05T19:32:47.456Z | [ host-package] Compiling multimap v0.10.1 |
| 3722 | 2026-08-05T19:32:47.480Z | [ helios-setup] Aug 05 19:32:46.821 INFO E| Compiling signature v2.2.0 |
| 3723 | 2026-08-05T19:32:47.694Z | [ helios-setup] Aug 05 19:32:47.035 INFO E| Compiling mio v1.1.0 |
| 3724 | 2026-08-05T19:32:47.793Z | [ helios-setup] Aug 05 19:32:47.134 INFO E| Compiling der v0.7.10 |
| 3725 | 2026-08-05T19:32:47.835Z | [ helios-setup] Aug 05 19:32:47.175 INFO E| Compiling zerocopy v0.6.6 |
| 3726 | 2026-08-05T19:32:47.979Z | [ helios-setup] Aug 05 19:32:47.320 INFO E| Compiling futures-util v0.3.31 |
| 3727 | 2026-08-05T19:32:48.026Z | [ helios-setup] Aug 05 19:32:47.367 INFO E| Compiling socket2 v0.6.1 |
| 3728 | 2026-08-05T19:32:48.377Z | [ helios-setup] Aug 05 19:32:47.718 INFO E| Compiling is-terminal v0.4.17 |
| 3729 | 2026-08-05T19:32:48.513Z | [ helios-setup] Aug 05 19:32:47.854 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3730 | 2026-08-05T19:32:48.769Z | [ helios-setup] Aug 05 19:32:48.110 INFO E| Compiling thread_local v1.1.9 |
| 3731 | 2026-08-05T19:32:48.861Z | [ helios-setup] Aug 05 19:32:48.202 INFO E| Compiling base64 v0.21.7 |
| 3732 | 2026-08-05T19:32:48.923Z | [ helios-setup] Aug 05 19:32:48.264 INFO E| Compiling num_enum v0.7.5 |
| 3733 | 2026-08-05T19:32:48.941Z | [ helios-setup] Aug 05 19:32:48.282 INFO E| Compiling term v1.2.0 |
| 3734 | 2026-08-05T19:32:49.293Z | [ helios-setup] Aug 05 19:32:48.634 INFO E| Compiling hashbrown v0.12.3 |
| 3735 | 2026-08-05T19:32:49.367Z | [ helios-setup] Aug 05 19:32:48.708 INFO E| Compiling toml_writer v1.0.4 |
| 3736 | 2026-08-05T19:32:49.414Z | [ helios-setup] Aug 05 19:32:48.755 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3737 | 2026-08-05T19:32:49.759Z | [ helios-setup] Aug 05 19:32:49.100 INFO E| Compiling ryu v1.0.20 |
| 3738 | 2026-08-05T19:32:49.899Z | [ helios-setup] Aug 05 19:32:49.164 INFO E| Compiling subtle v2.6.1 |
| 3739 | 2026-08-05T19:32:49.899Z | [ helios-setup] Aug 05 19:32:49.171 INFO E| Compiling winnow v0.5.40 |
| 3740 | 2026-08-05T19:32:49.899Z | [ helios-setup] Aug 05 19:32:49.171 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3741 | 2026-08-05T19:32:49.904Z | [ helios-setup] Aug 05 19:32:49.245 INFO E| Compiling toml v0.9.8 |
| 3742 | 2026-08-05T19:32:49.966Z | [ helios-setup] Aug 05 19:32:49.307 INFO E| Compiling spki v0.7.3 |
| 3743 | 2026-08-05T19:32:50.051Z | [ helios-setup] Aug 05 19:32:49.392 INFO E| Compiling devinfo v0.1.0 |
| 3744 | 2026-08-05T19:32:50.219Z | [ helios-setup] Aug 05 19:32:49.560 INFO E| Compiling tokio v1.48.0 |
| 3745 | 2026-08-05T19:32:50.225Z | [ helios-setup] Aug 05 19:32:49.567 INFO E| Compiling clap v4.5.51 |
| 3746 | 2026-08-05T19:32:50.327Z | [ helios-setup] Aug 05 19:32:49.668 INFO E| Compiling pkcs8 v0.10.2 |
| 3747 | 2026-08-05T19:32:50.597Z | [ helios-setup] Aug 05 19:32:49.938 INFO E| Compiling pkcs1 v0.7.5 |
| 3748 | 2026-08-05T19:32:50.642Z | [ helios-setup] Aug 05 19:32:49.983 INFO E| Compiling x509-cert v0.2.5 |
| 3749 | 2026-08-05T19:32:50.749Z | [ helios-setup] Aug 05 19:32:50.090 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3750 | 2026-08-05T19:32:51.418Z | [ helios-setup] Aug 05 19:32:50.759 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3751 | 2026-08-05T19:32:51.563Z | [ helios-setup] Aug 05 19:32:50.905 INFO E| Compiling bzip2 v0.4.4 |
| 3752 | 2026-08-05T19:32:51.745Z | [ helios-setup] Aug 05 19:32:51.086 INFO E| Compiling uuid v1.18.1 |
| 3753 | 2026-08-05T19:32:51.749Z | [ helios-setup] Aug 05 19:32:51.087 INFO E| Compiling flate2 v1.1.5 |
| 3754 | 2026-08-05T19:32:51.871Z | [ helios-setup] Aug 05 19:32:51.212 INFO E| Compiling hashbrown v0.13.2 |
| 3755 | 2026-08-05T19:32:52.186Z | [ helios-setup] Aug 05 19:32:51.527 INFO E| Compiling erased-serde v0.3.31 |
| 3756 | 2026-08-05T19:32:52.197Z | [ helios-setup] Aug 05 19:32:51.538 INFO E| Compiling rand_chacha v0.3.1 |
| 3757 | 2026-08-05T19:32:52.492Z | [ helios-setup] Aug 05 19:32:51.832 INFO E| Compiling toml_datetime v0.6.11 |
| 3758 | 2026-08-05T19:32:53.111Z | [ helios-setup] Aug 05 19:32:52.452 INFO E| Compiling rand v0.8.5 |
| 3759 | 2026-08-05T19:32:53.210Z | [ helios-setup] Aug 05 19:32:52.551 INFO E| Compiling futures-executor v0.3.31 |
| 3760 | 2026-08-05T19:32:53.297Z | [ helios-setup] Aug 05 19:32:52.634 INFO E| Compiling serde_spanned v0.6.9 |
| 3761 | 2026-08-05T19:32:53.355Z | [ helios-setup] Aug 05 19:32:52.696 INFO E| Compiling ron v0.8.1 |
| 3762 | 2026-08-05T19:32:53.501Z | [ helios-setup] Aug 05 19:32:52.842 INFO E| Compiling futures v0.3.31 |
| 3763 | 2026-08-05T19:32:53.602Z | [ helios-setup] Aug 05 19:32:52.943 INFO E| Compiling toml_edit v0.19.15 |
| 3764 | 2026-08-05T19:32:53.612Z | [ helios-setup] Aug 05 19:32:52.953 INFO E| Compiling serde-hex v0.1.0 |
| 3765 | 2026-08-05T19:32:53.682Z | [ helios-setup] Aug 05 19:32:53.023 INFO E| Compiling env_logger v0.11.8 |
| 3766 | 2026-08-05T19:32:53.846Z | [ helios-setup] Aug 05 19:32:53.187 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3767 | 2026-08-05T19:32:53.875Z | [ helios-setup] Aug 05 19:32:53.216 INFO E| Compiling slog-term v2.9.2 |
| 3768 | 2026-08-05T19:32:53.885Z | [ helios-setup] Aug 05 19:32:53.226 INFO E| Compiling rustc-hash v2.1.1 |
| 3769 | 2026-08-05T19:32:54.076Z | [ helios-setup] Aug 05 19:32:53.416 INFO E| Compiling bitflags v1.3.2 |
| 3770 | 2026-08-05T19:32:54.091Z | [ helios-setup] Aug 05 19:32:53.432 INFO E| Compiling foldhash v0.2.0 |
| 3771 | 2026-08-05T19:32:54.168Z | [ helios-setup] Aug 05 19:32:53.509 INFO E| Compiling hex v0.4.3 |
| 3772 | 2026-08-05T19:32:54.670Z | [ helios-setup] Aug 05 19:32:54.011 INFO E| Compiling crc-any v2.5.0 |
| 3773 | 2026-08-05T19:32:54.716Z | [ helios-setup] Aug 05 19:32:54.057 INFO E| Compiling iddqd v0.3.14 |
| 3774 | 2026-08-05T19:32:54.759Z | [ helios-setup] Aug 05 19:32:54.100 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3775 | 2026-08-05T19:32:55.474Z | [ helios-setup] Aug 05 19:32:54.815 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3776 | 2026-08-05T19:32:55.544Z | [ helios-setup] Aug 05 19:32:54.885 INFO E| Compiling object v0.30.4 |
| 3777 | 2026-08-05T19:32:55.544Z | [ helios-setup] Aug 05 19:32:54.886 INFO E| Compiling zip v0.6.6 |
| 3778 | 2026-08-05T19:32:55.992Z | [ helios-setup] Aug 05 19:32:55.334 INFO E| Compiling rsa v0.9.8 |
| 3779 | 2026-08-05T19:32:56.819Z | [ helios-setup] Aug 05 19:32:56.160 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3780 | 2026-08-05T19:32:56.974Z | [ helios-setup] Aug 05 19:32:56.315 INFO E| Compiling toml v0.7.8 |
| 3781 | 2026-08-05T19:32:57.211Z | [ helios-setup] Aug 05 19:32:56.552 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3782 | 2026-08-05T19:32:57.293Z | [ helios-setup] Aug 05 19:32:56.634 INFO E| Compiling path-slash v0.1.5 |
| 3783 | 2026-08-05T19:32:58.520Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3784 | 2026-08-05T19:32:59.466Z | [ helios-setup] Aug 05 19:32:58.807 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3785 | 2026-08-05T19:32:59.804Z | [ helios-setup] Aug 05 19:32:59.145 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3786 | 2026-08-05T19:33:05.752Z | [ helios-setup] Aug 05 19:33:05.093 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3787 | 2026-08-05T19:33:06.061Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3788 | 2026-08-05T19:33:06.633Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3789 | 2026-08-05T19:33:07.028Z | [ helios-setup] Aug 05 19:33:06.368 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3790 | 2026-08-05T19:33:12.087Z | [ helios-setup] Aug 05 19:33:11.427 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3791 | 2026-08-05T19:33:13.387Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3792 | 2026-08-05T19:33:16.972Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3793 | 2026-08-05T19:33:23.801Z | [ helios-setup] Aug 05 19:33:23.142 INFO E| Finished `release` profile [optimized] target(s) in 50.60s |
| 3794 | 2026-08-05T19:33:23.804Z | [ helios-setup] Aug 05 19:33:23.144 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3795 | 2026-08-05T19:33:23.804Z | [ helios-setup] Aug 05 19:33:23.144 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3796 | 2026-08-05T19:33:23.861Z | [ helios-setup] Aug 05 19:33:23.201 INFO building project "pilot" ok (50 seconds) |
| 3797 | 2026-08-05T19:33:23.864Z | [ helios-setup] rm -f helios-build |
| 3798 | 2026-08-05T19:33:23.864Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3799 | 2026-08-05T19:33:23.868Z | [ helios-setup] |
| 3800 | 2026-08-05T19:33:23.868Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3801 | 2026-08-05T19:33:23.871Z | [ helios-setup] |
| 3802 | 2026-08-05T19:33:23.871Z | [ helios-setup] |
| 3803 | 2026-08-05T19:33:23.871Z | [ helios-setup] real 3:12.983944429 |
| 3804 | 2026-08-05T19:33:23.872Z | Aug 05 19:33:23.211 INFO [helios-setup] process exited with exit status: 0 (192.987085911s) |
| 3805 | 2026-08-05T19:33:23.872Z | [ helios-setup] user 7:07.273646758 |
| 3806 | 2026-08-05T19:33:23.872Z | [ helios-setup] sys 1:22.447006253 |
| 3807 | 2026-08-05T19:33:23.872Z | [ helios-setup] trap 0.502856327 |
| 3808 | 2026-08-05T19:33:23.872Z | [ helios-setup] tflt 2.562538195 |
| 3809 | 2026-08-05T19:33:23.872Z | [ helios-setup] dflt 8.788006430 |
| 3810 | 2026-08-05T19:33:23.872Z | [ helios-setup] kflt 0.013545579 |
| 3811 | 2026-08-05T19:33:23.872Z | [ helios-setup] lock 1:02:56.996359067 |
| 3812 | 2026-08-05T19:33:23.872Z | [ helios-setup] slp 40:09.759470084 |
| 3813 | 2026-08-05T19:33:23.872Z | [ helios-setup] lat 7:40.840671577 |
| 3814 | 2026-08-05T19:33:23.872Z | [ helios-setup] stop 1:43.948698140 |
| 3815 | 2026-08-05T19:33:23.872Z | Aug 05 19:33:23.212 INFO [helios-record] running task |
| 3816 | 2026-08-05T19:33:23.872Z | Aug 05 19:33:23.212 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3817 | 2026-08-05T19:33:23.875Z | Aug 05 19:33:23.216 DEBG process exited with exit status: 0 (4.170693ms) |
| 3818 | 2026-08-05T19:33:23.875Z | Aug 05 19:33:23.216 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3819 | 2026-08-05T19:33:23.879Z | Aug 05 19:33:23.220 DEBG process exited with exit status: 0 (3.753113ms) |
| 3820 | 2026-08-05T19:33:23.879Z | Aug 05 19:33:23.220 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3821 | 2026-08-05T19:33:23.882Z | Aug 05 19:33:23.223 DEBG process exited with exit status: 0 (3.255543ms) |
| 3822 | 2026-08-05T19:33:23.882Z | Aug 05 19:33:23.223 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3823 | 2026-08-05T19:33:23.885Z | Aug 05 19:33:23.227 DEBG process exited with exit status: 0 (3.221132ms) |
| 3824 | 2026-08-05T19:33:23.886Z | Aug 05 19:33:23.227 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3825 | 2026-08-05T19:33:23.890Z | Aug 05 19:33:23.232 DEBG process exited with exit status: 0 (5.102084ms) |
| 3826 | 2026-08-05T19:33:23.890Z | Aug 05 19:33:23.232 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3827 | 2026-08-05T19:33:23.894Z | Aug 05 19:33:23.235 DEBG process exited with exit status: 0 (3.570323ms) |
| 3828 | 2026-08-05T19:33:23.894Z | Aug 05 19:33:23.235 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3829 | 2026-08-05T19:33:23.898Z | Aug 05 19:33:23.239 DEBG process exited with exit status: 0 (3.247272ms) |
| 3830 | 2026-08-05T19:33:23.898Z | Aug 05 19:33:23.239 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3831 | 2026-08-05T19:33:23.901Z | Aug 05 19:33:23.242 DEBG process exited with exit status: 0 (3.283933ms) |
| 3832 | 2026-08-05T19:33:23.901Z | Aug 05 19:33:23.242 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3833 | 2026-08-05T19:33:23.904Z | Aug 05 19:33:23.245 DEBG process exited with exit status: 0 (3.098182ms) |
| 3834 | 2026-08-05T19:33:23.905Z | Aug 05 19:33:23.245 INFO [helios-record] task succeeded (33.453995ms) |
| 3835 | 2026-08-05T19:46:24.009Z | [ host-package] Finished `release` profile [optimized] target(s) in 15m 41s |
| 3836 | 2026-08-05T19:46:24.012Z | [ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3837 | 2026-08-05T19:46:24.012Z | [ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3838 | 2026-08-05T19:47:18.530Z | Aug 05 19:47:17.063 INFO [host-package] process exited with exit status: 0 (995.327630653s) |
| 3839 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.063 INFO [host-libraries] running task |
| 3840 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.063 INFO [host-stamp] running task |
| 3841 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.066 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 22.0.0-0.ci+git1f4f17af57c |
| 3842 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.066 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 22.0.0-0.ci+git1f4f17af57c |
| 3843 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.067 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 22.0.0-0.ci+git1f4f17af57c |
| 3844 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.067 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 22.0.0-0.ci+git1f4f17af57c |
| 3845 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.067 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 22.0.0-0.ci+git1f4f17af57c |
| 3846 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.067 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 22.0.0-0.ci+git1f4f17af57c |
| 3847 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.067 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 22.0.0-0.ci+git1f4f17af57c |
| 3848 | 2026-08-05T19:47:18.531Z | Aug 05 19:47:17.068 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 22.0.0-0.ci+git1f4f17af57c |
| 3849 | 2026-08-05T19:47:18.531Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3850 | 2026-08-05T19:47:18.531Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3851 | 2026-08-05T19:47:18.531Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3852 | 2026-08-05T19:47:18.532Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3853 | 2026-08-05T19:47:18.532Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3854 | 2026-08-05T19:47:18.532Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3855 | 2026-08-05T19:47:18.532Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3856 | 2026-08-05T19:47:18.532Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3857 | 2026-08-05T19:47:18.532Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3858 | 2026-08-05T19:47:18.532Z | Aug 05 19:47:17.081 INFO [stamp-overlay] process exited with exit status: 0 (14.693021ms) |
| 3859 | 2026-08-05T19:47:18.532Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3860 | 2026-08-05T19:47:18.532Z | Aug 05 19:47:17.091 INFO [stamp-oxlog] process exited with exit status: 0 (24.005938ms) |
| 3861 | 2026-08-05T19:47:18.532Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3862 | 2026-08-05T19:47:18.532Z | Aug 05 19:47:17.119 INFO [stamp-crucible-utils] process exited with exit status: 0 (52.7634ms) |
| 3863 | 2026-08-05T19:47:18.532Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3864 | 2026-08-05T19:47:18.532Z | Aug 05 19:47:17.145 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.936798ms) |
| 3865 | 2026-08-05T19:47:18.532Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3866 | 2026-08-05T19:47:18.540Z | Aug 05 19:47:17.305 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (238.202959ms) |
| 3867 | 2026-08-05T19:47:18.540Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3868 | 2026-08-05T19:47:18.540Z | Aug 05 19:47:17.633 INFO [stamp-propolis-server] process exited with exit status: 0 (566.200656ms) |
| 3869 | 2026-08-05T19:47:18.540Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3870 | 2026-08-05T19:47:18.540Z | Aug 05 19:47:17.709 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (641.906444ms) |
| 3871 | 2026-08-05T19:47:19.564Z | Aug 05 19:47:18.896 INFO [host-libraries] task succeeded (1.8332707s) |
| 3872 | 2026-08-05T19:47:19.567Z | Aug 05 19:47:18.896 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3873 | 2026-08-05T19:47:19.571Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3874 | 2026-08-05T19:47:20.520Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3875 | 2026-08-05T19:47:21.357Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3876 | 2026-08-05T19:47:24.875Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3877 | 2026-08-05T19:47:24.879Z | Aug 05 19:47:24.210 INFO [stamp-switch-asic] process exited with exit status: 0 (7.144206562s) |
| 3878 | 2026-08-05T19:47:24.879Z | Aug 05 19:47:24.211 INFO [host-stamp] task succeeded (7.147518454s) |
| 3879 | 2026-08-05T19:47:24.879Z | Aug 05 19:47:24.211 INFO [host-proto] running task |
| 3880 | 2026-08-05T19:47:25.423Z | Aug 05 19:47:24.755 INFO [host-proto] task succeeded (544.838741ms) |
| 3881 | 2026-08-05T19:47:25.424Z | Aug 05 19:47:24.755 INFO [host-profile] running task |
| 3882 | 2026-08-05T19:47:25.427Z | Aug 05 19:47:24.756 INFO [host-profile] task succeeded (282.95µs) |
| 3883 | 2026-08-05T19:47:25.427Z | Aug 05 19:47:24.756 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.504' -P /tmp/.tmpqaqL9a/proto/host/root -N 'ci 1f4f17a/${os_short_commit} 2026-08-05 19:30' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3884 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.762 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3885 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.762 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3886 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'cosmo' |
| 3887 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3888 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3889 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'gimlet' |
| 3890 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3891 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 3892 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO Checking files for board 'cosmo-mbist' |
| 3893 | 2026-08-05T19:47:25.431Z | [ host-image] Aug 05 19:47:24.763 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3894 | 2026-08-05T19:47:25.441Z | [ host-image] Aug 05 19:47:24.773 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqaqL9a/proto/host/root" |
| 3895 | 2026-08-05T19:47:25.444Z | [ host-image] Aug 05 19:47:24.773 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3896 | 2026-08-05T19:47:25.444Z | [ host-image] Aug 05 19:47:24.773 INFO image builder template: ramdisk-01-os... |
| 3897 | 2026-08-05T19:47:25.444Z | [ host-image] Aug 05 19:47:24.773 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3898 | 2026-08-05T19:47:25.455Z | [ host-image] Aug 05 19:47:24.787 INFO O| Aug 05 19:47:24.787 INFO CREATE DATASET: rpool/images/build/host/output |
| 3899 | 2026-08-05T19:47:26.567Z | [ host-image] Aug 05 19:47:25.899 INFO O| Aug 05 19:47:25.899 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3900 | 2026-08-05T19:47:26.571Z | [ host-image] Aug 05 19:47:25.902 INFO O| Aug 05 19:47:25.902 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3901 | 2026-08-05T19:47:26.688Z | [ host-image] Aug 05 19:47:26.020 INFO O| Aug 05 19:47:26.020 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3902 | 2026-08-05T19:47:26.719Z | [ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3903 | 2026-08-05T19:47:26.719Z | [ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3904 | 2026-08-05T19:47:26.723Z | [ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3905 | 2026-08-05T19:47:26.723Z | [ host-image] Aug 05 19:47:26.051 INFO O| Aug 05 19:47:26.051 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3906 | 2026-08-05T19:47:26.726Z | [ host-image] Aug 05 19:47:26.056 INFO O| Aug 05 19:47:26.056 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3907 | 2026-08-05T19:47:26.856Z | [ host-image] Aug 05 19:47:26.188 INFO O| Aug 05 19:47:26.188 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3908 | 2026-08-05T19:47:26.864Z | [ host-image] Aug 05 19:47:26.196 INFO O| Aug 05 19:47:26.196 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3909 | 2026-08-05T19:47:27.154Z | [ host-image] Aug 05 19:47:26.486 INFO O| Aug 05 19:47:26.486 INFO O| Caching catalogs ... Done |
| 3910 | 2026-08-05T19:47:27.228Z | [ host-image] Aug 05 19:47:26.560 INFO O| Aug 05 19:47:26.560 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3911 | 2026-08-05T19:47:27.228Z | [ host-image] Aug 05 19:47:26.560 INFO O| Aug 05 19:47:26.560 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3912 | 2026-08-05T19:47:27.234Z | [ host-image] Aug 05 19:47:26.567 INFO O| Aug 05 19:47:26.567 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"] |
| 3913 | 2026-08-05T19:47:27.513Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3914 | 2026-08-05T19:47:27.513Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3915 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_1_name" is not enabled |
| 3916 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3917 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_2_name" is not enabled |
| 3918 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3919 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO skip step because feature "publisher_3_name" is not enabled |
| 3920 | 2026-08-05T19:47:27.517Z | [ host-image] Aug 05 19:47:26.845 INFO O| Aug 05 19:47:26.845 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3921 | 2026-08-05T19:47:27.772Z | [ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO variant opensolaris.zone is already global |
| 3922 | 2026-08-05T19:47:27.772Z | [ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3923 | 2026-08-05T19:47:27.777Z | [ host-image] Aug 05 19:47:27.104 INFO O| Aug 05 19:47:27.104 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3924 | 2026-08-05T19:47:28.027Z | [ host-image] Aug 05 19:47:27.358 INFO O| Aug 05 19:47:27.358 INFO variant opensolaris.imagetype is full; changing to partial |
| 3925 | 2026-08-05T19:47:28.027Z | [ host-image] Aug 05 19:47:27.358 INFO O| Aug 05 19:47:27.358 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3926 | 2026-08-05T19:47:29.220Z | [ host-image] Aug 05 19:47:28.551 INFO O| Aug 05 19:47:28.551 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3927 | 2026-08-05T19:47:29.522Z | [ host-image] Aug 05 19:47:28.854 INFO O| Aug 05 19:47:28.854 INFO O| Startup: Caching catalogs ... Done |
| 3928 | 2026-08-05T19:47:29.533Z | [ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Planning completed in 0.00 seconds |
| 3929 | 2026-08-05T19:47:29.536Z | [ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Consolidating action changes ... Done |
| 3930 | 2026-08-05T19:47:29.536Z | [ host-image] Aug 05 19:47:28.865 INFO O| Aug 05 19:47:28.865 INFO O| Planning: Evaluating mediators ... Done |
| 3931 | 2026-08-05T19:47:29.536Z | [ host-image] Aug 05 19:47:28.866 INFO O| Aug 05 19:47:28.866 INFO O| Planning: Planning completed in 0.00 seconds |
| 3932 | 2026-08-05T19:47:29.537Z | [ host-image] Aug 05 19:47:28.866 INFO O| Aug 05 19:47:28.866 INFO O| Variants/Facets to change: 1 |
| 3933 | 2026-08-05T19:47:29.544Z | [ host-image] Aug 05 19:47:28.876 INFO O| Aug 05 19:47:28.876 INFO O| Finalize: Updating package state database ... Done |
| 3934 | 2026-08-05T19:47:29.544Z | [ host-image] Aug 05 19:47:28.876 INFO O| Aug 05 19:47:28.876 INFO O| Finalize: Updating package cache ... Done |
| 3935 | 2026-08-05T19:47:29.590Z | [ host-image] Aug 05 19:47:28.922 INFO O| Aug 05 19:47:28.922 INFO O| Finalize: Updating image state ... Done |
| 3936 | 2026-08-05T19:47:29.599Z | [ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Creating fast lookup database ... Done |
| 3937 | 2026-08-05T19:47:29.603Z | [ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Reading search index ... Done |
| 3938 | 2026-08-05T19:47:29.603Z | [ host-image] Aug 05 19:47:28.931 INFO O| Aug 05 19:47:28.931 INFO O| Finalize: Updating search index ... Done |
| 3939 | 2026-08-05T19:47:29.603Z | [ host-image] Aug 05 19:47:28.932 INFO O| Aug 05 19:47:28.932 INFO O| Finalize: Updating package cache ... Done |
| 3940 | 2026-08-05T19:47:29.767Z | [ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3941 | 2026-08-05T19:47:29.771Z | [ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3942 | 2026-08-05T19:47:29.771Z | [ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO skip step because feature "debug_variant" is not enabled |
| 3943 | 2026-08-05T19:47:29.771Z | [ host-image] Aug 05 19:47:29.098 INFO O| Aug 05 19:47:29.098 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3944 | 2026-08-05T19:47:30.029Z | [ host-image] Aug 05 19:47:29.361 INFO O| Aug 05 19:47:29.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3945 | 2026-08-05T19:47:31.183Z | [ host-image] Aug 05 19:47:30.514 INFO O| Aug 05 19:47:30.514 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3946 | 2026-08-05T19:47:31.459Z | [ host-image] Aug 05 19:47:30.791 INFO O| Aug 05 19:47:30.791 INFO O| Startup: Caching catalogs ... Done |
| 3947 | 2026-08-05T19:47:31.468Z | [ host-image] Aug 05 19:47:30.800 INFO O| Aug 05 19:47:30.800 INFO O| Planning: Planning completed in 0.00 seconds |
| 3948 | 2026-08-05T19:47:31.472Z | [ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Consolidating action changes ... Done |
| 3949 | 2026-08-05T19:47:31.472Z | [ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Evaluating mediators ... Done |
| 3950 | 2026-08-05T19:47:31.472Z | [ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Planning: Planning completed in 0.00 seconds |
| 3951 | 2026-08-05T19:47:31.472Z | [ host-image] Aug 05 19:47:30.801 INFO O| Aug 05 19:47:30.801 INFO O| Variants/Facets to change: 1 |
| 3952 | 2026-08-05T19:47:31.478Z | [ host-image] Aug 05 19:47:30.810 INFO O| Aug 05 19:47:30.810 INFO O| Finalize: Updating package state database ... Done |
| 3953 | 2026-08-05T19:47:31.478Z | [ host-image] Aug 05 19:47:30.810 INFO O| Aug 05 19:47:30.810 INFO O| Finalize: Updating package cache ... Done |
| 3954 | 2026-08-05T19:47:31.523Z | [ host-image] Aug 05 19:47:30.854 INFO O| Aug 05 19:47:30.854 INFO O| Finalize: Updating image state ... Done |
| 3955 | 2026-08-05T19:47:31.528Z | [ host-image] Aug 05 19:47:30.860 INFO O| Aug 05 19:47:30.860 INFO O| Finalize: Creating fast lookup database ... Done |
| 3956 | 2026-08-05T19:47:31.532Z | [ host-image] Aug 05 19:47:30.861 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Reading search index ... Done |
| 3957 | 2026-08-05T19:47:31.532Z | [ host-image] Aug 05 19:47:30.861 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Updating search index ... Done |
| 3958 | 2026-08-05T19:47:31.532Z | [ host-image] Aug 05 19:47:30.862 INFO O| Aug 05 19:47:30.861 INFO O| Finalize: Updating package cache ... Done |
| 3959 | 2026-08-05T19:47:31.674Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3960 | 2026-08-05T19:47:31.674Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3961 | 2026-08-05T19:47:31.674Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO skip step because feature "recovery" is not enabled |
| 3962 | 2026-08-05T19:47:31.674Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3963 | 2026-08-05T19:47:31.678Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO skip step because feature "recovery" is not enabled |
| 3964 | 2026-08-05T19:47:31.678Z | [ host-image] Aug 05 19:47:31.004 INFO O| Aug 05 19:47:31.004 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3965 | 2026-08-05T19:47:31.683Z | [ host-image] Aug 05 19:47:31.013 INFO O| Aug 05 19:47:31.013 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@22.0.0.0"] |
| 3966 | 2026-08-05T19:47:32.558Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.87s |
| 3967 | 2026-08-05T19:47:32.838Z | [ host-image] Aug 05 19:47:32.170 INFO O| Aug 05 19:47:32.170 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3968 | 2026-08-05T19:47:33.116Z | [ host-image] Aug 05 19:47:32.448 INFO O| Aug 05 19:47:32.448 INFO O| Startup: Caching catalogs ... Done |
| 3969 | 2026-08-05T19:47:34.352Z | [ host-image] Aug 05 19:47:33.683 INFO O| Aug 05 19:47:33.683 INFO O| Planning: Solver setup ... Done |
| 3970 | 2026-08-05T19:47:34.432Z | [ host-image] Aug 05 19:47:33.764 INFO O| Aug 05 19:47:33.764 INFO O| Planning: Running solver ... Done |
| 3971 | 2026-08-05T19:47:34.461Z | [ host-image] Aug 05 19:47:33.793 INFO O| Aug 05 19:47:33.793 INFO O| Planning: Finding local manifests ... Done |
| 3972 | 2026-08-05T19:47:34.479Z | [ host-image] Aug 05 19:47:33.811 INFO O| Aug 05 19:47:33.811 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 3973 | 2026-08-05T19:47:36.492Z | [ host-image] Aug 05 19:47:35.823 INFO O| Aug 05 19:47:35.823 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 3974 | 2026-08-05T19:47:36.916Z | [ host-image] Aug 05 19:47:36.248 INFO O| Aug 05 19:47:36.248 INFO O| Planning: Package planning ... Done |
| 3975 | 2026-08-05T19:47:37.230Z | [ host-image] Aug 05 19:47:36.562 INFO O| Aug 05 19:47:36.562 INFO O| Planning: Merging actions ... Done |
| 3976 | 2026-08-05T19:47:37.327Z | [ host-image] Aug 05 19:47:36.659 INFO O| Aug 05 19:47:36.659 INFO O| Planning: Checking for conflicting actions ... Done |
| 3977 | 2026-08-05T19:47:37.424Z | [ host-image] Aug 05 19:47:36.756 INFO O| Aug 05 19:47:36.756 INFO O| Planning: Consolidating action changes ... Done |
| 3978 | 2026-08-05T19:47:37.703Z | [ host-image] Aug 05 19:47:37.035 INFO O| Aug 05 19:47:37.034 INFO O| Planning: Evaluating mediators ... Done |
| 3979 | 2026-08-05T19:47:39.116Z | [ host-image] Aug 05 19:47:38.448 INFO O| Aug 05 19:47:38.447 INFO O| Planning: Planning completed in 5.99 seconds |
| 3980 | 2026-08-05T19:47:39.120Z | [ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Packages to install: 130 |
| 3981 | 2026-08-05T19:47:39.120Z | [ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Mediators to change: 5 |
| 3982 | 2026-08-05T19:47:39.120Z | [ host-image] Aug 05 19:47:38.449 INFO O| Aug 05 19:47:38.449 INFO O| Services to change: 6 |
| 3983 | 2026-08-05T19:47:39.141Z | [ host-image] Aug 05 19:47:38.473 INFO O| Aug 05 19:47:38.473 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete |
| 3984 | 2026-08-05T19:47:44.142Z | [ host-image] Aug 05 19:47:43.473 INFO O| Aug 05 19:47:43.473 INFO O| Download: 22022/23887 items 190.6/222.8MB 85% complete (38.2M/s) |
| 3985 | 2026-08-05T19:47:44.682Z | [ host-image] Aug 05 19:47:44.014 INFO O| Aug 05 19:47:44.014 INFO O| Download: Completed 222.82 MB in 5.54 seconds (40.1M/s) |
| 3986 | 2026-08-05T19:47:45.010Z | [ host-image] Aug 05 19:47:44.342 INFO O| Aug 05 19:47:44.342 INFO O| Actions: 1/54172 actions (Installing new actions) |
| 3987 | 2026-08-05T19:47:47.598Z | Aug 05 19:47:46.930 INFO [recovery-package] process exited with exit status: 0 (28.033389866s) |
| 3988 | 2026-08-05T19:47:47.598Z | Aug 05 19:47:46.930 INFO [recovery-libraries] running task |
| 3989 | 2026-08-05T19:47:47.598Z | Aug 05 19:47:46.930 INFO [recovery-stamp] running task |
| 3990 | 2026-08-05T19:47:47.602Z | Aug 05 19:47:46.930 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 22.0.0-0.ci+git1f4f17af57c |
| 3991 | 2026-08-05T19:47:47.602Z | Aug 05 19:47:46.931 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 22.0.0-0.ci+git1f4f17af57c |
| 3992 | 2026-08-05T19:47:47.606Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3993 | 2026-08-05T19:47:47.609Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3994 | 2026-08-05T19:47:47.656Z | Aug 05 19:47:46.988 INFO [recovery-libraries] task succeeded (57.990554ms) |
| 3995 | 2026-08-05T19:47:47.660Z | Aug 05 19:47:46.988 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 3996 | 2026-08-05T19:47:47.731Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3997 | 2026-08-05T19:47:47.735Z | Aug 05 19:47:47.067 INFO [stamp-installinator] process exited with exit status: 0 (135.969072ms) |
| 3998 | 2026-08-05T19:47:47.794Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3999 | 2026-08-05T19:47:47.797Z | Aug 05 19:47:47.129 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (198.535339ms) |
| 4000 | 2026-08-05T19:47:47.798Z | Aug 05 19:47:47.129 INFO [recovery-stamp] task succeeded (199.05584ms) |
| 4001 | 2026-08-05T19:47:47.798Z | Aug 05 19:47:47.129 INFO [recovery-proto] running task |
| 4002 | 2026-08-05T19:47:47.798Z | Aug 05 19:47:47.129 INFO [tuf-stamp] running task |
| 4003 | 2026-08-05T19:47:47.798Z | Aug 05 19:47:47.129 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 22.0.0-0.ci+git1f4f17af57c |
| 4004 | 2026-08-05T19:47:47.801Z | Aug 05 19:47:47.130 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 22.0.0-0.ci+git1f4f17af57c |
| 4005 | 2026-08-05T19:47:47.801Z | Aug 05 19:47:47.131 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 22.0.0-0.ci+git1f4f17af57c |
| 4006 | 2026-08-05T19:47:47.801Z | Aug 05 19:47:47.131 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 22.0.0-0.ci+git1f4f17af57c |
| 4007 | 2026-08-05T19:47:47.801Z | Aug 05 19:47:47.131 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 22.0.0-0.ci+git1f4f17af57c |
| 4008 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.132 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 22.0.0-0.ci+git1f4f17af57c |
| 4009 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.132 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 22.0.0-0.ci+git1f4f17af57c |
| 4010 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.132 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 22.0.0-0.ci+git1f4f17af57c |
| 4011 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.133 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 22.0.0-0.ci+git1f4f17af57c |
| 4012 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.133 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 22.0.0-0.ci+git1f4f17af57c |
| 4013 | 2026-08-05T19:47:47.802Z | Aug 05 19:47:47.134 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 22.0.0-0.ci+git1f4f17af57c |
| 4014 | 2026-08-05T19:47:47.806Z | Aug 05 19:47:47.134 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 22.0.0-0.ci+git1f4f17af57c |
| 4015 | 2026-08-05T19:47:47.809Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4016 | 2026-08-05T19:47:47.809Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4017 | 2026-08-05T19:47:47.809Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4018 | 2026-08-05T19:47:47.809Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4019 | 2026-08-05T19:47:47.809Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4020 | 2026-08-05T19:47:47.809Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4021 | 2026-08-05T19:47:47.809Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4022 | 2026-08-05T19:47:47.813Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4023 | 2026-08-05T19:47:47.813Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4024 | 2026-08-05T19:47:47.813Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4025 | 2026-08-05T19:47:47.813Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4026 | 2026-08-05T19:47:47.813Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4027 | 2026-08-05T19:47:47.856Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4028 | 2026-08-05T19:47:47.860Z | Aug 05 19:47:47.192 INFO [stamp-probe] process exited with exit status: 0 (61.524416ms) |
| 4029 | 2026-08-05T19:47:47.920Z | Aug 05 19:47:47.252 INFO [recovery-proto] task succeeded (122.955073ms) |
| 4030 | 2026-08-05T19:47:47.924Z | Aug 05 19:47:47.252 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.504' -P /tmp/.tmpqaqL9a/proto/recovery/root -N 'recovery 1f4f17a/${os_short_commit} 2026-08-05 19:30' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4031 | 2026-08-05T19:47:47.927Z | [ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'gimlet' |
| 4032 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4033 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4034 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo-mbist' |
| 4035 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4036 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4037 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4038 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO Checking files for board 'cosmo' |
| 4039 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4040 | 2026-08-05T19:47:47.928Z | [ recovery-image] Aug 05 19:47:47.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4041 | 2026-08-05T19:47:47.938Z | [ recovery-image] Aug 05 19:47:47.270 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqaqL9a/proto/recovery/root" |
| 4042 | 2026-08-05T19:47:47.942Z | [ recovery-image] Aug 05 19:47:47.270 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4043 | 2026-08-05T19:47:47.942Z | [ recovery-image] Aug 05 19:47:47.270 INFO image builder template: ramdisk-01-os... |
| 4044 | 2026-08-05T19:47:47.942Z | [ recovery-image] Aug 05 19:47:47.270 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4045 | 2026-08-05T19:47:47.956Z | [ recovery-image] Aug 05 19:47:47.288 INFO O| Aug 05 19:47:47.287 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4046 | 2026-08-05T19:47:48.229Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4047 | 2026-08-05T19:47:48.256Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4048 | 2026-08-05T19:47:48.328Z | [ recovery-image] Aug 05 19:47:47.660 INFO O| Aug 05 19:47:47.660 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4049 | 2026-08-05T19:47:48.333Z | [ recovery-image] Aug 05 19:47:47.664 INFO O| Aug 05 19:47:47.663 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4050 | 2026-08-05T19:47:48.406Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4051 | 2026-08-05T19:47:48.410Z | Aug 05 19:47:47.741 INFO [stamp-ntp] process exited with exit status: 0 (611.257701ms) |
| 4052 | 2026-08-05T19:47:48.490Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4053 | 2026-08-05T19:47:48.493Z | Aug 05 19:47:47.826 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (696.128154ms) |
| 4054 | 2026-08-05T19:47:48.710Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4055 | 2026-08-05T19:47:48.730Z | Aug 05 19:47:48.044 INFO [stamp-internal-dns] process exited with exit status: 0 (912.709567ms) |
| 4056 | 2026-08-05T19:47:48.735Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4057 | 2026-08-05T19:47:48.735Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4058 | 2026-08-05T19:47:48.735Z | Aug 05 19:47:48.063 INFO [stamp-external-dns] process exited with exit status: 0 (932.422252ms) |
| 4059 | 2026-08-05T19:47:48.736Z | Aug 05 19:47:48.065 INFO [stamp-crucible-zone] process exited with exit status: 0 (931.585322ms) |
| 4060 | 2026-08-05T19:47:48.982Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4061 | 2026-08-05T19:47:48.987Z | Aug 05 19:47:48.317 INFO [stamp-oximeter] process exited with exit status: 0 (1.185064762s) |
| 4062 | 2026-08-05T19:47:49.549Z | [ recovery-image] Aug 05 19:47:48.880 INFO O| Aug 05 19:47:48.880 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4063 | 2026-08-05T19:47:50.011Z | [ host-image] Aug 05 19:47:49.342 INFO O| Aug 05 19:47:49.342 INFO O| Actions: 25657/54172 actions (Installing new actions) |
| 4064 | 2026-08-05T19:47:50.522Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4065 | 2026-08-05T19:47:50.532Z | Aug 05 19:47:49.856 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.72251673s) |
| 4066 | 2026-08-05T19:47:50.802Z | [ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4067 | 2026-08-05T19:47:50.802Z | [ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4068 | 2026-08-05T19:47:50.802Z | [ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4069 | 2026-08-05T19:47:50.802Z | [ recovery-image] Aug 05 19:47:50.133 INFO O| Aug 05 19:47:50.133 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4070 | 2026-08-05T19:47:50.816Z | [ recovery-image] Aug 05 19:47:50.143 INFO O| Aug 05 19:47:50.143 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4071 | 2026-08-05T19:47:51.958Z | [ host-image] Aug 05 19:47:51.290 INFO O| Aug 05 19:47:51.290 INFO O| Actions: Completed 54172 actions in 6.94 seconds. |
| 4072 | 2026-08-05T19:47:52.025Z | [ host-image] Aug 05 19:47:51.356 INFO O| Aug 05 19:47:51.356 INFO O| Finalize: Updating package state database ... Done |
| 4073 | 2026-08-05T19:47:52.025Z | [ host-image] Aug 05 19:47:51.356 INFO O| Aug 05 19:47:51.356 INFO O| Finalize: Updating package cache ... Done |
| 4074 | 2026-08-05T19:47:52.114Z | [ host-image] Aug 05 19:47:51.442 INFO O| Aug 05 19:47:51.442 INFO O| Finalize: Updating image state ... Done |
| 4075 | 2026-08-05T19:47:52.653Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4076 | 2026-08-05T19:47:52.657Z | Aug 05 19:47:51.988 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.855969196s) |
| 4077 | 2026-08-05T19:47:52.846Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4078 | 2026-08-05T19:47:52.850Z | Aug 05 19:47:52.181 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.048228331s) |
| 4079 | 2026-08-05T19:47:52.870Z | [ host-image] Aug 05 19:47:52.201 INFO O| Aug 05 19:47:52.201 INFO O| Finalize: Creating fast lookup database ... Done |
| 4080 | 2026-08-05T19:47:52.897Z | [ host-image] Aug 05 19:47:52.227 INFO O| Aug 05 19:47:52.227 INFO O| Finalize: Reading search index ... Done |
| 4081 | 2026-08-05T19:47:52.906Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4082 | 2026-08-05T19:47:52.909Z | Aug 05 19:47:52.241 INFO [stamp-clickhouse] process exited with exit status: 0 (5.109394877s) |
| 4083 | 2026-08-05T19:47:53.124Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4084 | 2026-08-05T19:47:53.124Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4085 | 2026-08-05T19:47:53.124Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4086 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling debug-ignore v1.0.5 |
| 4087 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4088 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4089 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling multer v3.1.0 |
| 4090 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4091 | 2026-08-05T19:47:53.128Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4092 | 2026-08-05T19:47:53.333Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4093 | 2026-08-05T19:47:53.337Z | Aug 05 19:47:52.667 INFO [stamp-nexus] process exited with exit status: 0 (5.533715678s) |
| 4094 | 2026-08-05T19:47:53.337Z | Aug 05 19:47:52.667 INFO [tuf-stamp] task succeeded (5.537602791s) |
| 4095 | 2026-08-05T19:47:53.337Z | Aug 05 19:47:52.667 INFO [tuf-v2-zones] running task |
| 4096 | 2026-08-05T19:47:53.477Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4097 | 2026-08-05T19:47:53.484Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4098 | 2026-08-05T19:47:53.523Z | Aug 05 19:47:52.853 INFO [tuf-v2-zones] task succeeded (186.40868ms) |
| 4099 | 2026-08-05T19:47:53.537Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4100 | 2026-08-05T19:47:53.541Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4101 | 2026-08-05T19:47:53.631Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4102 | 2026-08-05T19:47:53.631Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4103 | 2026-08-05T19:47:53.654Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4104 | 2026-08-05T19:47:53.674Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4105 | 2026-08-05T19:47:53.679Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4106 | 2026-08-05T19:47:53.679Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4107 | 2026-08-05T19:47:53.766Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4108 | 2026-08-05T19:47:53.766Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4109 | 2026-08-05T19:47:53.766Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4110 | 2026-08-05T19:47:53.854Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4111 | 2026-08-05T19:47:53.858Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4112 | 2026-08-05T19:47:53.926Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4113 | 2026-08-05T19:47:53.930Z | [verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4114 | 2026-08-05T19:47:53.930Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4115 | 2026-08-05T19:47:53.930Z | [verify-libraries] Compiling regress v0.10.5 |
| 4116 | 2026-08-05T19:47:53.946Z | [verify-libraries] Compiling instant v0.1.13 |
| 4117 | 2026-08-05T19:47:54.053Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4118 | 2026-08-05T19:47:54.057Z | [verify-libraries] Compiling backon v1.6.0 |
| 4119 | 2026-08-05T19:47:54.079Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4120 | 2026-08-05T19:47:54.098Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4121 | 2026-08-05T19:47:54.139Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4122 | 2026-08-05T19:47:54.140Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4123 | 2026-08-05T19:47:54.201Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4124 | 2026-08-05T19:47:54.283Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4125 | 2026-08-05T19:47:54.328Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4126 | 2026-08-05T19:47:54.336Z | [verify-libraries] Compiling half v2.7.1 |
| 4127 | 2026-08-05T19:47:54.336Z | [verify-libraries] Compiling ciborium-io v0.2.2 |
| 4128 | 2026-08-05T19:47:54.370Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4129 | 2026-08-05T19:47:54.418Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4130 | 2026-08-05T19:47:54.442Z | [verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4131 | 2026-08-05T19:47:54.484Z | [verify-libraries] Compiling regress v0.11.1 |
| 4132 | 2026-08-05T19:47:54.488Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4133 | 2026-08-05T19:47:54.560Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4134 | 2026-08-05T19:47:54.591Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4135 | 2026-08-05T19:47:54.616Z | [verify-libraries] Compiling ciborium-ll v0.2.2 |
| 4136 | 2026-08-05T19:47:54.645Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4137 | 2026-08-05T19:47:54.695Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4138 | 2026-08-05T19:47:54.699Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4139 | 2026-08-05T19:47:54.743Z | [verify-libraries] Compiling inout v0.1.4 |
| 4140 | 2026-08-05T19:47:54.769Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4141 | 2026-08-05T19:47:54.896Z | [verify-libraries] Compiling ciborium v0.2.2 |
| 4142 | 2026-08-05T19:47:54.984Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4143 | 2026-08-05T19:47:54.984Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4144 | 2026-08-05T19:47:55.045Z | [verify-libraries] Compiling cipher v0.4.4 |
| 4145 | 2026-08-05T19:47:55.094Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4146 | 2026-08-05T19:47:55.144Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4147 | 2026-08-05T19:47:55.202Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4148 | 2026-08-05T19:47:55.242Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4149 | 2026-08-05T19:47:55.246Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4150 | 2026-08-05T19:47:55.247Z | [verify-libraries] Compiling aead v0.5.2 |
| 4151 | 2026-08-05T19:47:55.317Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4152 | 2026-08-05T19:47:55.379Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4153 | 2026-08-05T19:47:55.465Z | [ host-image] Aug 05 19:47:54.796 INFO O| Aug 05 19:47:54.796 INFO O| Finalize: Building new search index ... Done |
| 4154 | 2026-08-05T19:47:55.472Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4155 | 2026-08-05T19:47:55.557Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4156 | 2026-08-05T19:47:55.623Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4157 | 2026-08-05T19:47:55.652Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4158 | 2026-08-05T19:47:55.765Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4159 | 2026-08-05T19:47:55.824Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4160 | 2026-08-05T19:47:55.888Z | [verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 4161 | 2026-08-05T19:47:55.888Z | [verify-libraries] Compiling glob v0.3.3 |
| 4162 | 2026-08-05T19:47:55.935Z | [ host-image] Aug 05 19:47:55.267 INFO O| Aug 05 19:47:55.267 INFO O| Finalize: Updating package cache ... Done |
| 4163 | 2026-08-05T19:47:55.968Z | [verify-libraries] Compiling usdt-attr-macro v0.5.0 |
| 4164 | 2026-08-05T19:47:56.020Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4165 | 2026-08-05T19:47:56.062Z | [verify-libraries] Compiling usdt-macro v0.5.0 |
| 4166 | 2026-08-05T19:47:56.131Z | [verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 4167 | 2026-08-05T19:47:56.243Z | [ host-image] Aug 05 19:47:55.562 INFO O| Aug 05 19:47:55.560 INFO STEP 11 (pkg_install) COMPLETE |
| 4168 | 2026-08-05T19:47:56.243Z | [ host-image] Aug 05 19:47:55.562 INFO O| Aug 05 19:47:55.560 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4169 | 2026-08-05T19:47:56.253Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4170 | 2026-08-05T19:47:56.253Z | [ host-image] Aug 05 19:47:55.570 INFO O| Aug 05 19:47:55.570 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"] |
| 4171 | 2026-08-05T19:47:56.334Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4172 | 2026-08-05T19:47:56.384Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4173 | 2026-08-05T19:47:56.520Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4174 | 2026-08-05T19:47:56.595Z | [verify-libraries] Compiling memmap v0.7.0 |
| 4175 | 2026-08-05T19:47:56.801Z | [verify-libraries] Compiling proc-macro-crate v3.4.0 |
| 4176 | 2026-08-05T19:47:56.842Z | [verify-libraries] Compiling itertools v0.15.0 |
| 4177 | 2026-08-05T19:47:56.864Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4178 | 2026-08-05T19:47:56.909Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4179 | 2026-08-05T19:47:56.957Z | [verify-libraries] Compiling usdt v0.5.0 |
| 4180 | 2026-08-05T19:47:57.168Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4181 | 2026-08-05T19:47:57.317Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4182 | 2026-08-05T19:47:57.352Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4183 | 2026-08-05T19:47:57.360Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4184 | 2026-08-05T19:47:57.378Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4185 | 2026-08-05T19:47:57.447Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4186 | 2026-08-05T19:47:57.469Z | [verify-libraries] Compiling colored v3.1.1 |
| 4187 | 2026-08-05T19:47:57.516Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 4188 | 2026-08-05T19:47:57.520Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4189 | 2026-08-05T19:47:57.520Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4190 | 2026-08-05T19:47:57.634Z | [ recovery-image] Aug 05 19:47:56.965 INFO O| Aug 05 19:47:56.965 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4191 | 2026-08-05T19:47:57.648Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4192 | 2026-08-05T19:47:57.654Z | [ recovery-image] Aug 05 19:47:56.983 INFO O| Aug 05 19:47:56.983 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4193 | 2026-08-05T19:47:57.678Z | [verify-libraries] Compiling rand v0.10.1 |
| 4194 | 2026-08-05T19:47:57.726Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4195 | 2026-08-05T19:47:57.762Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4196 | 2026-08-05T19:47:57.809Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4197 | 2026-08-05T19:47:57.982Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4198 | 2026-08-05T19:47:57.997Z | [ recovery-image] Aug 05 19:47:57.325 INFO O| Aug 05 19:47:57.325 INFO O| Caching catalogs ... Done |
| 4199 | 2026-08-05T19:47:58.048Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4200 | 2026-08-05T19:47:58.051Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4201 | 2026-08-05T19:47:58.085Z | [ recovery-image] Aug 05 19:47:57.416 INFO O| Aug 05 19:47:57.416 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4202 | 2026-08-05T19:47:58.085Z | [ recovery-image] Aug 05 19:47:57.416 INFO O| Aug 05 19:47:57.416 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4203 | 2026-08-05T19:47:58.092Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4204 | 2026-08-05T19:47:58.096Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4205 | 2026-08-05T19:47:58.096Z | [ recovery-image] Aug 05 19:47:57.426 INFO O| Aug 05 19:47:57.426 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"] |
| 4206 | 2026-08-05T19:47:58.493Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4207 | 2026-08-05T19:47:58.493Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4208 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4209 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4210 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_1_name" is not enabled |
| 4211 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4212 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_2_name" is not enabled |
| 4213 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4214 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO skip step because feature "publisher_3_name" is not enabled |
| 4215 | 2026-08-05T19:47:58.498Z | [ recovery-image] Aug 05 19:47:57.771 INFO O| Aug 05 19:47:57.771 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4216 | 2026-08-05T19:47:58.525Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4217 | 2026-08-05T19:47:58.576Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4218 | 2026-08-05T19:47:58.653Z | [ host-image] Aug 05 19:47:57.985 INFO O| Aug 05 19:47:57.985 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4219 | 2026-08-05T19:47:58.657Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4220 | 2026-08-05T19:47:58.797Z | [ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO variant opensolaris.zone is already global |
| 4221 | 2026-08-05T19:47:58.798Z | [ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4222 | 2026-08-05T19:47:58.798Z | [ recovery-image] Aug 05 19:47:58.129 INFO O| Aug 05 19:47:58.129 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4223 | 2026-08-05T19:47:58.805Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 4224 | 2026-08-05T19:47:58.805Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4225 | 2026-08-05T19:47:58.810Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4226 | 2026-08-05T19:47:58.869Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4227 | 2026-08-05T19:47:59.006Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4228 | 2026-08-05T19:47:59.013Z | [ host-image] Aug 05 19:47:58.345 INFO O| Aug 05 19:47:58.344 INFO O| Startup: Caching catalogs ... Done |
| 4229 | 2026-08-05T19:47:59.049Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4230 | 2026-08-05T19:47:59.053Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4231 | 2026-08-05T19:47:59.109Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4232 | 2026-08-05T19:47:59.142Z | [ recovery-image] Aug 05 19:47:58.474 INFO O| Aug 05 19:47:58.474 INFO variant opensolaris.imagetype is full; changing to partial |
| 4233 | 2026-08-05T19:47:59.142Z | [ recovery-image] Aug 05 19:47:58.474 INFO O| Aug 05 19:47:58.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4234 | 2026-08-05T19:47:59.255Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 4235 | 2026-08-05T19:47:59.278Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4236 | 2026-08-05T19:47:59.309Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4237 | 2026-08-05T19:47:59.356Z | [verify-libraries] Compiling toml v0.8.23 |
| 4238 | 2026-08-05T19:47:59.395Z | [ host-image] Aug 05 19:47:58.727 INFO O| Aug 05 19:47:58.727 INFO O| Planning: Solver setup ... Done |
| 4239 | 2026-08-05T19:47:59.401Z | [ host-image] Aug 05 19:47:58.733 INFO O| Aug 05 19:47:58.733 INFO O| Planning: Running solver ... Done |
| 4240 | 2026-08-05T19:47:59.413Z | [ host-image] Aug 05 19:47:58.745 INFO O| Aug 05 19:47:58.745 INFO O| Planning: Finding local manifests ... Done |
| 4241 | 2026-08-05T19:47:59.427Z | [ host-image] Aug 05 19:47:58.759 INFO O| Aug 05 19:47:58.759 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4242 | 2026-08-05T19:47:59.441Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4243 | 2026-08-05T19:47:59.441Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4244 | 2026-08-05T19:47:59.470Z | [ host-image] Aug 05 19:47:58.802 INFO O| Aug 05 19:47:58.801 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4245 | 2026-08-05T19:47:59.504Z | [ host-image] Aug 05 19:47:58.830 INFO O| Aug 05 19:47:58.830 INFO O| Planning: Package planning ... Done |
| 4246 | 2026-08-05T19:47:59.504Z | [ host-image] Aug 05 19:47:58.833 INFO O| Aug 05 19:47:58.833 INFO O| Planning: Merging actions ... Done |
| 4247 | 2026-08-05T19:47:59.543Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4248 | 2026-08-05T19:47:59.579Z | [ host-image] Aug 05 19:47:58.909 INFO O| Aug 05 19:47:58.909 INFO O| Planning: Checking for conflicting actions ... Done |
| 4249 | 2026-08-05T19:47:59.582Z | [ host-image] Aug 05 19:47:58.910 INFO O| Aug 05 19:47:58.910 INFO O| Planning: Consolidating action changes ... Done |
| 4250 | 2026-08-05T19:47:59.597Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4251 | 2026-08-05T19:47:59.691Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4252 | 2026-08-05T19:47:59.750Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4253 | 2026-08-05T19:47:59.756Z | [verify-libraries] Compiling smf v0.2.3 |
| 4254 | 2026-08-05T19:47:59.820Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4255 | 2026-08-05T19:47:59.824Z | [ host-image] Aug 05 19:47:59.156 INFO O| Aug 05 19:47:59.156 INFO O| Planning: Evaluating mediators ... Done |
| 4256 | 2026-08-05T19:47:59.827Z | [ host-image] Aug 05 19:47:59.157 INFO O| Aug 05 19:47:59.157 INFO O| Planning: Planning completed in 0.80 seconds |
| 4257 | 2026-08-05T19:47:59.827Z | [ host-image] Aug 05 19:47:59.158 INFO O| Aug 05 19:47:59.158 INFO O| Packages to install: 6 |
| 4258 | 2026-08-05T19:47:59.827Z | [ host-image] Aug 05 19:47:59.158 INFO O| Aug 05 19:47:59.158 INFO O| Services to change: 2 |
| 4259 | 2026-08-05T19:47:59.837Z | [ host-image] Aug 05 19:47:59.170 INFO O| Aug 05 19:47:59.169 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4260 | 2026-08-05T19:47:59.980Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4261 | 2026-08-05T19:48:00.105Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4262 | 2026-08-05T19:48:00.110Z | [ host-image] Aug 05 19:47:59.442 INFO O| Aug 05 19:47:59.442 INFO O| Download: Completed 1.75 MB in 0.27 seconds (6.4M/s) |
| 4263 | 2026-08-05T19:48:00.132Z | [ host-image] Aug 05 19:47:59.464 INFO O| Aug 05 19:47:59.464 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4264 | 2026-08-05T19:48:00.144Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4265 | 2026-08-05T19:48:00.184Z | [verify-libraries] Compiling derive-where v1.6.0 |
| 4266 | 2026-08-05T19:48:00.219Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4267 | 2026-08-05T19:48:00.279Z | [ host-image] Aug 05 19:47:59.611 INFO O| Aug 05 19:47:59.611 INFO O| Actions: Completed 390 actions in 0.15 seconds. |
| 4268 | 2026-08-05T19:48:00.307Z | [ host-image] Aug 05 19:47:59.639 INFO O| Aug 05 19:47:59.638 INFO O| Finalize: Updating package state database ... Done |
| 4269 | 2026-08-05T19:48:00.307Z | [ host-image] Aug 05 19:47:59.639 INFO O| Aug 05 19:47:59.639 INFO O| Finalize: Updating package cache ... Done |
| 4270 | 2026-08-05T19:48:00.363Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4271 | 2026-08-05T19:48:00.393Z | [ host-image] Aug 05 19:47:59.725 INFO O| Aug 05 19:47:59.725 INFO O| Finalize: Updating image state ... Done |
| 4272 | 2026-08-05T19:48:00.433Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4273 | 2026-08-05T19:48:00.468Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4274 | 2026-08-05T19:48:00.468Z | [verify-libraries] Compiling console v0.15.11 |
| 4275 | 2026-08-05T19:48:00.471Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4276 | 2026-08-05T19:48:00.548Z | [verify-libraries] Compiling resolv-conf v0.7.6 |
| 4277 | 2026-08-05T19:48:00.574Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4278 | 2026-08-05T19:48:00.620Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4279 | 2026-08-05T19:48:00.717Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4280 | 2026-08-05T19:48:00.734Z | [ recovery-image] Aug 05 19:48:00.065 INFO O| Aug 05 19:48:00.065 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4281 | 2026-08-05T19:48:00.800Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4282 | 2026-08-05T19:48:00.847Z | [verify-libraries] Compiling zone v0.3.1 |
| 4283 | 2026-08-05T19:48:00.951Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4284 | 2026-08-05T19:48:01.067Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4285 | 2026-08-05T19:48:01.081Z | [ recovery-image] Aug 05 19:48:00.413 INFO O| Aug 05 19:48:00.413 INFO O| Startup: Caching catalogs ... Done |
| 4286 | 2026-08-05T19:48:01.093Z | [ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Planning completed in 0.00 seconds |
| 4287 | 2026-08-05T19:48:01.096Z | [ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Consolidating action changes ... Done |
| 4288 | 2026-08-05T19:48:01.096Z | [ recovery-image] Aug 05 19:48:00.425 INFO O| Aug 05 19:48:00.425 INFO O| Planning: Evaluating mediators ... Done |
| 4289 | 2026-08-05T19:48:01.096Z | [ recovery-image] Aug 05 19:48:00.426 INFO O| Aug 05 19:48:00.426 INFO O| Planning: Planning completed in 0.00 seconds |
| 4290 | 2026-08-05T19:48:01.096Z | [ recovery-image] Aug 05 19:48:00.426 INFO O| Aug 05 19:48:00.426 INFO O| Variants/Facets to change: 1 |
| 4291 | 2026-08-05T19:48:01.099Z | [verify-libraries] Compiling num v0.4.3 |
| 4292 | 2026-08-05T19:48:01.105Z | [ recovery-image] Aug 05 19:48:00.438 INFO O| Aug 05 19:48:00.438 INFO O| Finalize: Updating package state database ... Done |
| 4293 | 2026-08-05T19:48:01.105Z | [ recovery-image] Aug 05 19:48:00.438 INFO O| Aug 05 19:48:00.438 INFO O| Finalize: Updating package cache ... Done |
| 4294 | 2026-08-05T19:48:01.164Z | [ recovery-image] Aug 05 19:48:00.496 INFO O| Aug 05 19:48:00.496 INFO O| Finalize: Updating image state ... Done |
| 4295 | 2026-08-05T19:48:01.175Z | [ recovery-image] Aug 05 19:48:00.507 INFO O| Aug 05 19:48:00.507 INFO O| Finalize: Creating fast lookup database ... Done |
| 4296 | 2026-08-05T19:48:01.178Z | [ recovery-image] Aug 05 19:48:00.508 INFO O| Aug 05 19:48:00.508 INFO O| Finalize: Reading search index ... Done |
| 4297 | 2026-08-05T19:48:01.178Z | [ recovery-image] Aug 05 19:48:00.508 INFO O| Aug 05 19:48:00.508 INFO O| Finalize: Updating search index ... Done |
| 4298 | 2026-08-05T19:48:01.178Z | [ recovery-image] Aug 05 19:48:00.509 INFO O| Aug 05 19:48:00.509 INFO O| Finalize: Updating package cache ... Done |
| 4299 | 2026-08-05T19:48:01.216Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4300 | 2026-08-05T19:48:01.216Z | [verify-libraries] Compiling linked-hash-map v0.5.6 |
| 4301 | 2026-08-05T19:48:01.263Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4302 | 2026-08-05T19:48:01.316Z | [verify-libraries] Compiling hickory-proto v0.24.4 |
| 4303 | 2026-08-05T19:48:01.336Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4304 | 2026-08-05T19:48:01.340Z | [verify-libraries] Compiling convert_case v0.10.0 |
| 4305 | 2026-08-05T19:48:01.379Z | [ host-image] Aug 05 19:48:00.711 INFO O| Aug 05 19:48:00.711 INFO O| Finalize: Creating fast lookup database ... Done |
| 4306 | 2026-08-05T19:48:01.402Z | [ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4307 | 2026-08-05T19:48:01.402Z | [verify-libraries] Compiling owo-colors v4.3.0 |
| 4308 | 2026-08-05T19:48:01.405Z | [ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4309 | 2026-08-05T19:48:01.405Z | [ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO skip step because feature "debug_variant" is not enabled |
| 4310 | 2026-08-05T19:48:01.405Z | [ recovery-image] Aug 05 19:48:00.733 INFO O| Aug 05 19:48:00.733 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4311 | 2026-08-05T19:48:01.408Z | [ host-image] Aug 05 19:48:00.738 INFO O| Aug 05 19:48:00.738 INFO O| Finalize: Reading search index ... Done |
| 4312 | 2026-08-05T19:48:01.408Z | [ host-image] Aug 05 19:48:00.738 INFO O| Aug 05 19:48:00.738 INFO O| Finalize: Updating search index ... Done |
| 4313 | 2026-08-05T19:48:01.421Z | [ host-image] Aug 05 19:48:00.753 INFO O| Aug 05 19:48:00.753 INFO O| Finalize: Updating package cache ... Done |
| 4314 | 2026-08-05T19:48:01.508Z | [verify-libraries] Compiling lru-cache v0.1.2 |
| 4315 | 2026-08-05T19:48:01.631Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4316 | 2026-08-05T19:48:01.663Z | [ host-image] Aug 05 19:48:00.995 INFO O| Aug 05 19:48:00.995 INFO STEP 12 (pkg_install) COMPLETE |
| 4317 | 2026-08-05T19:48:01.663Z | [ host-image] Aug 05 19:48:00.995 INFO O| Aug 05 19:48:00.995 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4318 | 2026-08-05T19:48:01.673Z | [ host-image] Aug 05 19:48:01.006 INFO O| Aug 05 19:48:01.005 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4319 | 2026-08-05T19:48:01.690Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4320 | 2026-08-05T19:48:01.693Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4321 | 2026-08-05T19:48:01.694Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4322 | 2026-08-05T19:48:01.733Z | [ recovery-image] Aug 05 19:48:01.061 INFO O| Aug 05 19:48:01.061 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4323 | 2026-08-05T19:48:01.747Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4324 | 2026-08-05T19:48:01.824Z | [verify-libraries] Compiling derive_more-impl v2.1.1 |
| 4325 | 2026-08-05T19:48:01.824Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4326 | 2026-08-05T19:48:01.827Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4327 | 2026-08-05T19:48:01.846Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4328 | 2026-08-05T19:48:02.010Z | [verify-libraries] Compiling nom v7.1.3 |
| 4329 | 2026-08-05T19:48:02.063Z | [verify-libraries] Compiling vte v0.14.1 |
| 4330 | 2026-08-05T19:48:02.111Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4331 | 2026-08-05T19:48:02.172Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4332 | 2026-08-05T19:48:02.203Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4333 | 2026-08-05T19:48:02.386Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4334 | 2026-08-05T19:48:02.524Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4335 | 2026-08-05T19:48:02.682Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4336 | 2026-08-05T19:48:02.741Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4337 | 2026-08-05T19:48:02.820Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4338 | 2026-08-05T19:48:02.893Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4339 | 2026-08-05T19:48:02.896Z | [verify-libraries] Compiling psm v0.1.30 |
| 4340 | 2026-08-05T19:48:02.896Z | [verify-libraries] Compiling nix v0.28.0 |
| 4341 | 2026-08-05T19:48:02.963Z | [verify-libraries] Compiling derive_more v2.1.1 |
| 4342 | 2026-08-05T19:48:03.018Z | [verify-libraries] Compiling semver v0.1.20 |
| 4343 | 2026-08-05T19:48:03.061Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4344 | 2026-08-05T19:48:03.109Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4345 | 2026-08-05T19:48:03.135Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4346 | 2026-08-05T19:48:03.159Z | [ host-image] Aug 05 19:48:02.491 INFO O| Aug 05 19:48:02.491 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4347 | 2026-08-05T19:48:03.212Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4348 | 2026-08-05T19:48:03.292Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4349 | 2026-08-05T19:48:03.379Z | [verify-libraries] Compiling typify v0.6.2 |
| 4350 | 2026-08-05T19:48:03.379Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4351 | 2026-08-05T19:48:03.483Z | [ recovery-image] Aug 05 19:48:02.813 INFO O| Aug 05 19:48:02.813 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4352 | 2026-08-05T19:48:03.508Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4353 | 2026-08-05T19:48:03.547Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4354 | 2026-08-05T19:48:03.554Z | [ host-image] Aug 05 19:48:02.886 INFO O| Aug 05 19:48:02.886 INFO O| Startup: Caching catalogs ... Done |
| 4355 | 2026-08-05T19:48:03.572Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4356 | 2026-08-05T19:48:03.624Z | [verify-libraries] Compiling hickory-resolver v0.24.4 |
| 4357 | 2026-08-05T19:48:03.627Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4358 | 2026-08-05T19:48:03.627Z | [verify-libraries] Compiling highway v1.3.0 |
| 4359 | 2026-08-05T19:48:03.627Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4360 | 2026-08-05T19:48:03.749Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4361 | 2026-08-05T19:48:03.795Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4362 | 2026-08-05T19:48:03.814Z | [ recovery-image] Aug 05 19:48:03.145 INFO O| Aug 05 19:48:03.144 INFO O| Startup: Caching catalogs ... Done |
| 4363 | 2026-08-05T19:48:03.824Z | [ recovery-image] Aug 05 19:48:03.156 INFO O| Aug 05 19:48:03.156 INFO O| Planning: Planning completed in 0.00 seconds |
| 4364 | 2026-08-05T19:48:03.827Z | [ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Consolidating action changes ... Done |
| 4365 | 2026-08-05T19:48:03.827Z | [ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Evaluating mediators ... Done |
| 4366 | 2026-08-05T19:48:03.827Z | [ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Planning: Planning completed in 0.00 seconds |
| 4367 | 2026-08-05T19:48:03.827Z | [ recovery-image] Aug 05 19:48:03.157 INFO O| Aug 05 19:48:03.157 INFO O| Variants/Facets to change: 1 |
| 4368 | 2026-08-05T19:48:03.846Z | [ recovery-image] Aug 05 19:48:03.178 INFO O| Aug 05 19:48:03.178 INFO O| Finalize: Updating package state database ... Done |
| 4369 | 2026-08-05T19:48:03.846Z | [ recovery-image] Aug 05 19:48:03.178 INFO O| Aug 05 19:48:03.178 INFO O| Finalize: Updating package cache ... Done |
| 4370 | 2026-08-05T19:48:03.897Z | [ recovery-image] Aug 05 19:48:03.228 INFO O| Aug 05 19:48:03.228 INFO O| Finalize: Updating image state ... Done |
| 4371 | 2026-08-05T19:48:03.897Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4372 | 2026-08-05T19:48:03.900Z | [ host-image] Aug 05 19:48:03.232 INFO O| Aug 05 19:48:03.232 INFO O| Planning: Solver setup ... Done |
| 4373 | 2026-08-05T19:48:03.905Z | [ host-image] Aug 05 19:48:03.237 INFO O| Aug 05 19:48:03.237 INFO O| Planning: Running solver ... Done |
| 4374 | 2026-08-05T19:48:03.908Z | [ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Creating fast lookup database ... Done |
| 4375 | 2026-08-05T19:48:03.908Z | [ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Reading search index ... Done |
| 4376 | 2026-08-05T19:48:03.908Z | [ recovery-image] Aug 05 19:48:03.240 INFO O| Aug 05 19:48:03.240 INFO O| Finalize: Updating search index ... Done |
| 4377 | 2026-08-05T19:48:03.911Z | [ recovery-image] Aug 05 19:48:03.241 INFO O| Aug 05 19:48:03.241 INFO O| Finalize: Updating package cache ... Done |
| 4378 | 2026-08-05T19:48:03.917Z | [ host-image] Aug 05 19:48:03.249 INFO O| Aug 05 19:48:03.249 INFO O| Planning: Finding local manifests ... Done |
| 4379 | 2026-08-05T19:48:03.974Z | [ host-image] Aug 05 19:48:03.306 INFO O| Aug 05 19:48:03.306 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4380 | 2026-08-05T19:48:04.034Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4381 | 2026-08-05T19:48:04.074Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4382 | 2026-08-05T19:48:04.114Z | [ host-image] Aug 05 19:48:03.446 INFO O| Aug 05 19:48:03.446 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4383 | 2026-08-05T19:48:04.142Z | [ host-image] Aug 05 19:48:03.474 INFO O| Aug 05 19:48:03.474 INFO O| Planning: Package planning ... Done |
| 4384 | 2026-08-05T19:48:04.151Z | [ host-image] Aug 05 19:48:03.483 INFO O| Aug 05 19:48:03.483 INFO O| Planning: Merging actions ... Done |
| 4385 | 2026-08-05T19:48:04.154Z | [ recovery-image] Aug 05 19:48:03.485 INFO O| Aug 05 19:48:03.485 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4386 | 2026-08-05T19:48:04.154Z | [ recovery-image] Aug 05 19:48:03.485 INFO O| Aug 05 19:48:03.485 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4387 | 2026-08-05T19:48:04.210Z | [ host-image] Aug 05 19:48:03.542 INFO O| Aug 05 19:48:03.542 INFO O| Planning: Checking for conflicting actions ... Done |
| 4388 | 2026-08-05T19:48:04.213Z | [ host-image] Aug 05 19:48:03.545 INFO O| Aug 05 19:48:03.545 INFO O| Planning: Consolidating action changes ... Done |
| 4389 | 2026-08-05T19:48:04.289Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4390 | 2026-08-05T19:48:04.315Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4391 | 2026-08-05T19:48:04.315Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4392 | 2026-08-05T19:48:04.438Z | [ host-image] Aug 05 19:48:03.769 INFO O| Aug 05 19:48:03.769 INFO O| Planning: Evaluating mediators ... Done |
| 4393 | 2026-08-05T19:48:04.441Z | [ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Planning: Planning completed in 0.88 seconds |
| 4394 | 2026-08-05T19:48:04.444Z | [ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Packages to install: 6 |
| 4395 | 2026-08-05T19:48:04.444Z | [ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Mediators to change: 1 |
| 4396 | 2026-08-05T19:48:04.444Z | [ host-image] Aug 05 19:48:03.773 INFO O| Aug 05 19:48:03.773 INFO O| Services to change: 1 |
| 4397 | 2026-08-05T19:48:04.453Z | [ host-image] Aug 05 19:48:03.785 INFO O| Aug 05 19:48:03.785 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4398 | 2026-08-05T19:48:04.482Z | [ recovery-image] Aug 05 19:48:03.814 INFO O| Aug 05 19:48:03.813 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4399 | 2026-08-05T19:48:04.682Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4400 | 2026-08-05T19:48:04.707Z | [verify-libraries] Compiling phf v0.12.1 |
| 4401 | 2026-08-05T19:48:04.787Z | [verify-libraries] Compiling qorb v0.4.1 |
| 4402 | 2026-08-05T19:48:04.842Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4403 | 2026-08-05T19:48:04.930Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4404 | 2026-08-05T19:48:05.318Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4405 | 2026-08-05T19:48:05.323Z | [ host-image] Aug 05 19:48:04.655 INFO O| Aug 05 19:48:04.655 INFO O| Download: Completed 7.84 MB in 0.87 seconds (9.0M/s) |
| 4406 | 2026-08-05T19:48:05.361Z | [ host-image] Aug 05 19:48:04.693 INFO O| Aug 05 19:48:04.693 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4407 | 2026-08-05T19:48:05.454Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4408 | 2026-08-05T19:48:05.592Z | [ host-image] Aug 05 19:48:04.923 INFO O| Aug 05 19:48:04.923 INFO O| Actions: Completed 1366 actions in 0.23 seconds. |
| 4409 | 2026-08-05T19:48:05.615Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4410 | 2026-08-05T19:48:05.620Z | [ host-image] Aug 05 19:48:04.952 INFO O| Aug 05 19:48:04.952 INFO O| Finalize: Updating package state database ... Done |
| 4411 | 2026-08-05T19:48:05.620Z | [ host-image] Aug 05 19:48:04.952 INFO O| Aug 05 19:48:04.952 INFO O| Finalize: Updating package cache ... Done |
| 4412 | 2026-08-05T19:48:05.685Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4413 | 2026-08-05T19:48:05.690Z | [ host-image] Aug 05 19:48:05.022 INFO O| Aug 05 19:48:05.022 INFO O| Finalize: Updating image state ... Done |
| 4414 | 2026-08-05T19:48:05.796Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4415 | 2026-08-05T19:48:05.845Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4416 | 2026-08-05T19:48:05.924Z | [ recovery-image] Aug 05 19:48:05.256 INFO O| Aug 05 19:48:05.256 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4417 | 2026-08-05T19:48:06.076Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4418 | 2026-08-05T19:48:06.129Z | [verify-libraries] Compiling home v0.5.12 |
| 4419 | 2026-08-05T19:48:06.197Z | [verify-libraries] Compiling textwrap v0.16.2 |
| 4420 | 2026-08-05T19:48:06.237Z | [verify-libraries] Compiling csv v1.4.0 |
| 4421 | 2026-08-05T19:48:06.295Z | [ recovery-image] Aug 05 19:48:05.626 INFO O| Aug 05 19:48:05.626 INFO O| Startup: Caching catalogs ... Done |
| 4422 | 2026-08-05T19:48:06.302Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4423 | 2026-08-05T19:48:06.306Z | [ recovery-image] Aug 05 19:48:05.638 INFO O| Aug 05 19:48:05.638 INFO O| Planning: Planning completed in 0.00 seconds |
| 4424 | 2026-08-05T19:48:06.309Z | [ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Consolidating action changes ... Done |
| 4425 | 2026-08-05T19:48:06.310Z | [ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Evaluating mediators ... Done |
| 4426 | 2026-08-05T19:48:06.310Z | [ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Planning: Planning completed in 0.00 seconds |
| 4427 | 2026-08-05T19:48:06.310Z | [ recovery-image] Aug 05 19:48:05.639 INFO O| Aug 05 19:48:05.639 INFO O| Variants/Facets to change: 1 |
| 4428 | 2026-08-05T19:48:06.338Z | [ recovery-image] Aug 05 19:48:05.666 INFO O| Aug 05 19:48:05.666 INFO O| Finalize: Updating package state database ... Done |
| 4429 | 2026-08-05T19:48:06.338Z | [ recovery-image] Aug 05 19:48:05.666 INFO O| Aug 05 19:48:05.666 INFO O| Finalize: Updating package cache ... Done |
| 4430 | 2026-08-05T19:48:06.350Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4431 | 2026-08-05T19:48:06.385Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4432 | 2026-08-05T19:48:06.396Z | [ recovery-image] Aug 05 19:48:05.728 INFO O| Aug 05 19:48:05.728 INFO O| Finalize: Updating image state ... Done |
| 4433 | 2026-08-05T19:48:06.408Z | [ recovery-image] Aug 05 19:48:05.740 INFO O| Aug 05 19:48:05.740 INFO O| Finalize: Creating fast lookup database ... Done |
| 4434 | 2026-08-05T19:48:06.412Z | [ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Reading search index ... Done |
| 4435 | 2026-08-05T19:48:06.412Z | [ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Updating search index ... Done |
| 4436 | 2026-08-05T19:48:06.412Z | [ recovery-image] Aug 05 19:48:05.741 INFO O| Aug 05 19:48:05.741 INFO O| Finalize: Updating package cache ... Done |
| 4437 | 2026-08-05T19:48:06.466Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4438 | 2026-08-05T19:48:06.645Z | [ recovery-image] Aug 05 19:48:05.976 INFO O| Aug 05 19:48:05.976 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4439 | 2026-08-05T19:48:06.645Z | [ recovery-image] Aug 05 19:48:05.976 INFO O| Aug 05 19:48:05.976 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4440 | 2026-08-05T19:48:06.692Z | [ host-image] Aug 05 19:48:06.023 INFO O| Aug 05 19:48:06.023 INFO O| Finalize: Creating fast lookup database ... Done |
| 4441 | 2026-08-05T19:48:06.719Z | [ host-image] Aug 05 19:48:06.051 INFO O| Aug 05 19:48:06.051 INFO O| Finalize: Reading search index ... Done |
| 4442 | 2026-08-05T19:48:06.719Z | [ host-image] Aug 05 19:48:06.051 INFO O| Aug 05 19:48:06.051 INFO O| Finalize: Updating search index ... Done |
| 4443 | 2026-08-05T19:48:06.726Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4444 | 2026-08-05T19:48:06.761Z | [ host-image] Aug 05 19:48:06.093 INFO O| Aug 05 19:48:06.093 INFO O| Finalize: Updating package cache ... Done |
| 4445 | 2026-08-05T19:48:06.791Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4446 | 2026-08-05T19:48:06.818Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4447 | 2026-08-05T19:48:06.867Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4448 | 2026-08-05T19:48:06.904Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4449 | 2026-08-05T19:48:06.989Z | [ recovery-image] Aug 05 19:48:06.320 INFO O| Aug 05 19:48:06.320 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4450 | 2026-08-05T19:48:07.040Z | [ host-image] Aug 05 19:48:06.372 INFO O| Aug 05 19:48:06.372 INFO STEP 13 (pkg_install) COMPLETE |
| 4451 | 2026-08-05T19:48:07.040Z | [ host-image] Aug 05 19:48:06.372 INFO O| Aug 05 19:48:06.372 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4452 | 2026-08-05T19:48:07.051Z | [ host-image] Aug 05 19:48:06.383 INFO O| Aug 05 19:48:06.383 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"] |
| 4453 | 2026-08-05T19:48:07.076Z | [verify-libraries] Compiling peg v0.8.5 |
| 4454 | 2026-08-05T19:48:07.210Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4455 | 2026-08-05T19:48:07.242Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4456 | 2026-08-05T19:48:07.312Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4457 | 2026-08-05T19:48:07.411Z | [verify-libraries] Compiling nom v8.0.0 |
| 4458 | 2026-08-05T19:48:07.433Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4459 | 2026-08-05T19:48:07.497Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4460 | 2026-08-05T19:48:07.635Z | [verify-libraries] Compiling steno v0.4.1 |
| 4461 | 2026-08-05T19:48:07.731Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4462 | 2026-08-05T19:48:07.909Z | [verify-libraries] Compiling sha1 v0.10.6 |
| 4463 | 2026-08-05T19:48:08.099Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4464 | 2026-08-05T19:48:08.243Z | [verify-libraries] Compiling dropshot-api-manager-types v0.7.2 |
| 4465 | 2026-08-05T19:48:08.288Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4466 | 2026-08-05T19:48:08.369Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4467 | 2026-08-05T19:48:08.425Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4468 | 2026-08-05T19:48:08.517Z | [verify-libraries] Compiling moka v0.12.13 |
| 4469 | 2026-08-05T19:48:08.553Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4470 | 2026-08-05T19:48:08.565Z | [ recovery-image] Aug 05 19:48:07.896 INFO O| Aug 05 19:48:07.896 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4471 | 2026-08-05T19:48:08.616Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4472 | 2026-08-05T19:48:08.655Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4473 | 2026-08-05T19:48:08.681Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4474 | 2026-08-05T19:48:08.684Z | [ host-image] Aug 05 19:48:08.014 INFO O| Aug 05 19:48:08.014 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4475 | 2026-08-05T19:48:08.717Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4476 | 2026-08-05T19:48:08.882Z | [verify-libraries] Compiling proc-macro-error-attr2 v2.0.0 |
| 4477 | 2026-08-05T19:48:08.896Z | [ recovery-image] Aug 05 19:48:08.227 INFO O| Aug 05 19:48:08.227 INFO O| Startup: Caching catalogs ... Done |
| 4478 | 2026-08-05T19:48:08.907Z | [ recovery-image] Aug 05 19:48:08.239 INFO O| Aug 05 19:48:08.239 INFO O| Planning: Planning completed in 0.00 seconds |
| 4479 | 2026-08-05T19:48:08.911Z | [ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Consolidating action changes ... Done |
| 4480 | 2026-08-05T19:48:08.911Z | [ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Evaluating mediators ... Done |
| 4481 | 2026-08-05T19:48:08.911Z | [ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Planning: Planning completed in 0.00 seconds |
| 4482 | 2026-08-05T19:48:08.911Z | [ recovery-image] Aug 05 19:48:08.240 INFO O| Aug 05 19:48:08.240 INFO O| Variants/Facets to change: 1 |
| 4483 | 2026-08-05T19:48:08.931Z | [ recovery-image] Aug 05 19:48:08.263 INFO O| Aug 05 19:48:08.263 INFO O| Finalize: Updating package state database ... Done |
| 4484 | 2026-08-05T19:48:08.931Z | [ recovery-image] Aug 05 19:48:08.263 INFO O| Aug 05 19:48:08.263 INFO O| Finalize: Updating package cache ... Done |
| 4485 | 2026-08-05T19:48:08.990Z | [ recovery-image] Aug 05 19:48:08.321 INFO O| Aug 05 19:48:08.321 INFO O| Finalize: Updating image state ... Done |
| 4486 | 2026-08-05T19:48:09.001Z | [ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.332 INFO O| Finalize: Creating fast lookup database ... Done |
| 4487 | 2026-08-05T19:48:09.005Z | [ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.333 INFO O| Finalize: Reading search index ... Done |
| 4488 | 2026-08-05T19:48:09.005Z | [ recovery-image] Aug 05 19:48:08.333 INFO O| Aug 05 19:48:08.333 INFO O| Finalize: Updating search index ... Done |
| 4489 | 2026-08-05T19:48:09.005Z | [ recovery-image] Aug 05 19:48:08.334 INFO O| Aug 05 19:48:08.334 INFO O| Finalize: Updating package cache ... Done |
| 4490 | 2026-08-05T19:48:09.021Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4491 | 2026-08-05T19:48:09.030Z | [ host-image] Aug 05 19:48:08.361 INFO O| Aug 05 19:48:08.361 INFO O| Startup: Caching catalogs ... Done |
| 4492 | 2026-08-05T19:48:09.085Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4493 | 2026-08-05T19:48:09.133Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4494 | 2026-08-05T19:48:09.246Z | [ recovery-image] Aug 05 19:48:08.577 INFO O| Aug 05 19:48:08.577 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4495 | 2026-08-05T19:48:09.246Z | [ recovery-image] Aug 05 19:48:08.578 INFO O| Aug 05 19:48:08.577 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4496 | 2026-08-05T19:48:09.257Z | [ recovery-image] Aug 05 19:48:08.589 INFO O| Aug 05 19:48:08.589 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@22.0.0.0"] |
| 4497 | 2026-08-05T19:48:09.276Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4498 | 2026-08-05T19:48:09.379Z | [ host-image] Aug 05 19:48:08.711 INFO O| Aug 05 19:48:08.711 INFO O| Planning: Solver setup ... Done |
| 4499 | 2026-08-05T19:48:09.385Z | [ host-image] Aug 05 19:48:08.717 INFO O| Aug 05 19:48:08.717 INFO O| Planning: Running solver ... Done |
| 4500 | 2026-08-05T19:48:09.397Z | [ host-image] Aug 05 19:48:08.729 INFO O| Aug 05 19:48:08.729 INFO O| Planning: Finding local manifests ... Done |
| 4501 | 2026-08-05T19:48:09.400Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4502 | 2026-08-05T19:48:09.404Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4503 | 2026-08-05T19:48:09.414Z | [ host-image] Aug 05 19:48:08.747 INFO O| Aug 05 19:48:08.746 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4504 | 2026-08-05T19:48:09.425Z | [ host-image] Aug 05 19:48:08.757 INFO O| Aug 05 19:48:08.757 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4505 | 2026-08-05T19:48:09.442Z | [ host-image] Aug 05 19:48:08.774 INFO O| Aug 05 19:48:08.774 INFO O| Planning: Package planning ... Done |
| 4506 | 2026-08-05T19:48:09.442Z | [ host-image] Aug 05 19:48:08.774 INFO O| Aug 05 19:48:08.774 INFO O| Planning: Merging actions ... Done |
| 4507 | 2026-08-05T19:48:09.470Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4508 | 2026-08-05T19:48:09.498Z | [ host-image] Aug 05 19:48:08.830 INFO O| Aug 05 19:48:08.830 INFO O| Planning: Checking for conflicting actions ... Done |
| 4509 | 2026-08-05T19:48:09.498Z | [ host-image] Aug 05 19:48:08.830 INFO O| Aug 05 19:48:08.830 INFO O| Planning: Consolidating action changes ... Done |
| 4510 | 2026-08-05T19:48:09.584Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4511 | 2026-08-05T19:48:09.625Z | [verify-libraries] Compiling proc-macro-error2 v2.0.1 |
| 4512 | 2026-08-05T19:48:09.684Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4513 | 2026-08-05T19:48:09.714Z | [ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Planning: Evaluating mediators ... Done |
| 4514 | 2026-08-05T19:48:09.714Z | [ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Planning: Planning completed in 0.67 seconds |
| 4515 | 2026-08-05T19:48:09.718Z | [ host-image] Aug 05 19:48:09.046 INFO O| Aug 05 19:48:09.046 INFO O| Packages to install: 1 |
| 4516 | 2026-08-05T19:48:09.726Z | [ host-image] Aug 05 19:48:09.058 INFO O| Aug 05 19:48:09.058 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete |
| 4517 | 2026-08-05T19:48:09.789Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4518 | 2026-08-05T19:48:09.821Z | [verify-libraries] Compiling papergrid v0.17.0 |
| 4519 | 2026-08-05T19:48:09.851Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4520 | 2026-08-05T19:48:09.855Z | [verify-libraries] Compiling testing_table v0.3.0 |
| 4521 | 2026-08-05T19:48:09.973Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4522 | 2026-08-05T19:48:10.013Z | [ host-image] Aug 05 19:48:09.344 INFO O| Aug 05 19:48:09.344 INFO O| Download: Completed 13.17 MB in 0.29 seconds (45.9M/s) |
| 4523 | 2026-08-05T19:48:10.035Z | [ host-image] Aug 05 19:48:09.367 INFO O| Aug 05 19:48:09.367 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4524 | 2026-08-05T19:48:10.039Z | [verify-libraries] Compiling tabled_derive v0.11.0 |
| 4525 | 2026-08-05T19:48:10.039Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4526 | 2026-08-05T19:48:10.157Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4527 | 2026-08-05T19:48:10.246Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 4528 | 2026-08-05T19:48:10.259Z | [ host-image] Aug 05 19:48:09.590 INFO O| Aug 05 19:48:09.590 INFO O| Actions: Completed 22 actions in 0.22 seconds. |
| 4529 | 2026-08-05T19:48:10.286Z | [ host-image] Aug 05 19:48:09.618 INFO O| Aug 05 19:48:09.618 INFO O| Finalize: Updating package state database ... Done |
| 4530 | 2026-08-05T19:48:10.286Z | [ host-image] Aug 05 19:48:09.618 INFO O| Aug 05 19:48:09.618 INFO O| Finalize: Updating package cache ... Done |
| 4531 | 2026-08-05T19:48:10.325Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4532 | 2026-08-05T19:48:10.357Z | [ host-image] Aug 05 19:48:09.685 INFO O| Aug 05 19:48:09.685 INFO O| Finalize: Updating image state ... Done |
| 4533 | 2026-08-05T19:48:10.402Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 4534 | 2026-08-05T19:48:10.489Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4535 | 2026-08-05T19:48:10.735Z | [ recovery-image] Aug 05 19:48:10.067 INFO O| Aug 05 19:48:10.067 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4536 | 2026-08-05T19:48:10.753Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4537 | 2026-08-05T19:48:10.891Z | [verify-libraries] Compiling headers v0.4.1 |
| 4538 | 2026-08-05T19:48:11.046Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4539 | 2026-08-05T19:48:11.058Z | [ recovery-image] Aug 05 19:48:10.390 INFO O| Aug 05 19:48:10.390 INFO O| Startup: Caching catalogs ... Done |
| 4540 | 2026-08-05T19:48:11.086Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4541 | 2026-08-05T19:48:11.288Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 4542 | 2026-08-05T19:48:11.317Z | [ host-image] Aug 05 19:48:10.649 INFO O| Aug 05 19:48:10.649 INFO O| Finalize: Creating fast lookup database ... Done |
| 4543 | 2026-08-05T19:48:11.348Z | [ host-image] Aug 05 19:48:10.680 INFO O| Aug 05 19:48:10.678 INFO O| Finalize: Reading search index ... Done |
| 4544 | 2026-08-05T19:48:11.348Z | [ host-image] Aug 05 19:48:10.680 INFO O| Aug 05 19:48:10.678 INFO O| Finalize: Updating search index ... Done |
| 4545 | 2026-08-05T19:48:11.351Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4546 | 2026-08-05T19:48:11.357Z | [ host-image] Aug 05 19:48:10.689 INFO O| Aug 05 19:48:10.689 INFO O| Finalize: Updating package cache ... Done |
| 4547 | 2026-08-05T19:48:11.450Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4548 | 2026-08-05T19:48:11.598Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4549 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 14 (pkg_install) COMPLETE |
| 4550 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4551 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "mbist" is not enabled |
| 4552 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4553 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "mfg" is not enabled |
| 4554 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4555 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "compliance" is not enabled |
| 4556 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4557 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "stress" is not enabled |
| 4558 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4559 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "compliance" is not enabled |
| 4560 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4561 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO skip step because feature "nfs" is not enabled |
| 4562 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4563 | 2026-08-05T19:48:11.615Z | [ host-image] Aug 05 19:48:10.945 INFO O| Aug 05 19:48:10.945 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4564 | 2026-08-05T19:48:11.639Z | [verify-libraries] Compiling tabled v0.20.0 |
| 4565 | 2026-08-05T19:48:11.731Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4566 | 2026-08-05T19:48:11.803Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4567 | 2026-08-05T19:48:11.866Z | [ host-image] Aug 05 19:48:11.198 INFO O| Aug 05 19:48:11.198 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4568 | 2026-08-05T19:48:11.973Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4569 | 2026-08-05T19:48:12.022Z | [ host-image] Aug 05 19:48:11.345 INFO O| Aug 05 19:48:11.345 INFO completed processing sled/ramdisk-01-os |
| 4570 | 2026-08-05T19:48:12.022Z | [ host-image] Aug 05 19:48:11.347 INFO omicron1 baseline generation... |
| 4571 | 2026-08-05T19:48:12.023Z | [ host-image] Aug 05 19:48:11.347 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4572 | 2026-08-05T19:48:12.036Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4573 | 2026-08-05T19:48:12.117Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4574 | 2026-08-05T19:48:12.255Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4575 | 2026-08-05T19:48:12.300Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4576 | 2026-08-05T19:48:12.372Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4577 | 2026-08-05T19:48:12.386Z | [ host-image] Aug 05 19:48:11.718 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24160:20260803T102742Z |
| 4578 | 2026-08-05T19:48:12.435Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4579 | 2026-08-05T19:48:12.470Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4580 | 2026-08-05T19:48:12.521Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4581 | 2026-08-05T19:48:12.580Z | [verify-libraries] Compiling half v1.8.3 |
| 4582 | 2026-08-05T19:48:12.610Z | [ recovery-image] Aug 05 19:48:11.941 INFO O| Aug 05 19:48:11.941 INFO O| Planning: Solver setup ... Done |
| 4583 | 2026-08-05T19:48:12.701Z | [ recovery-image] Aug 05 19:48:12.033 INFO O| Aug 05 19:48:12.033 INFO O| Planning: Running solver ... Done |
| 4584 | 2026-08-05T19:48:12.773Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4585 | 2026-08-05T19:48:12.781Z | [ recovery-image] Aug 05 19:48:12.112 INFO O| Aug 05 19:48:12.111 INFO O| Planning: Finding local manifests ... Done |
| 4586 | 2026-08-05T19:48:12.862Z | [ recovery-image] Aug 05 19:48:12.194 INFO O| Aug 05 19:48:12.194 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4587 | 2026-08-05T19:48:12.964Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4588 | 2026-08-05T19:48:12.992Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4589 | 2026-08-05T19:48:13.060Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4590 | 2026-08-05T19:48:13.098Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4591 | 2026-08-05T19:48:13.191Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4592 | 2026-08-05T19:48:13.353Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4593 | 2026-08-05T19:48:13.383Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4594 | 2026-08-05T19:48:13.609Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4595 | 2026-08-05T19:48:13.636Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4596 | 2026-08-05T19:48:13.639Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4597 | 2026-08-05T19:48:13.679Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4598 | 2026-08-05T19:48:13.795Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4599 | 2026-08-05T19:48:13.860Z | [verify-libraries] Compiling term v0.7.0 |
| 4600 | 2026-08-05T19:48:13.905Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4601 | 2026-08-05T19:48:14.012Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4602 | 2026-08-05T19:48:14.035Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4603 | 2026-08-05T19:48:14.201Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4604 | 2026-08-05T19:48:14.264Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4605 | 2026-08-05T19:48:14.301Z | [verify-libraries] Compiling diff v0.1.13 |
| 4606 | 2026-08-05T19:48:14.327Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4607 | 2026-08-05T19:48:14.370Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4608 | 2026-08-05T19:48:14.421Z | [verify-libraries] Compiling darling v0.21.3 |
| 4609 | 2026-08-05T19:48:14.501Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4610 | 2026-08-05T19:48:14.522Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4611 | 2026-08-05T19:48:14.546Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4612 | 2026-08-05T19:48:14.549Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4613 | 2026-08-05T19:48:14.616Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4614 | 2026-08-05T19:48:14.651Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4615 | 2026-08-05T19:48:14.655Z | [verify-libraries] Compiling ena v0.14.4 |
| 4616 | 2026-08-05T19:48:14.715Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4617 | 2026-08-05T19:48:14.720Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4618 | 2026-08-05T19:48:14.807Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4619 | 2026-08-05T19:48:14.916Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4620 | 2026-08-05T19:48:14.971Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4621 | 2026-08-05T19:48:14.975Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4622 | 2026-08-05T19:48:15.060Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4623 | 2026-08-05T19:48:15.106Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4624 | 2026-08-05T19:48:15.182Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4625 | 2026-08-05T19:48:15.328Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4626 | 2026-08-05T19:48:15.331Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4627 | 2026-08-05T19:48:15.585Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4628 | 2026-08-05T19:48:15.638Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4629 | 2026-08-05T19:48:15.753Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4630 | 2026-08-05T19:48:15.775Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4631 | 2026-08-05T19:48:15.847Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4632 | 2026-08-05T19:48:15.861Z | [ recovery-image] Aug 05 19:48:15.193 INFO O| Aug 05 19:48:15.193 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4633 | 2026-08-05T19:48:15.881Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4634 | 2026-08-05T19:48:16.016Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4635 | 2026-08-05T19:48:16.041Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4636 | 2026-08-05T19:48:16.098Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4637 | 2026-08-05T19:48:16.168Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4638 | 2026-08-05T19:48:16.319Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4639 | 2026-08-05T19:48:16.429Z | [ recovery-image] Aug 05 19:48:15.761 INFO O| Aug 05 19:48:15.761 INFO O| Planning: Package planning ... Done |
| 4640 | 2026-08-05T19:48:16.563Z | [ recovery-image] Aug 05 19:48:15.895 INFO O| Aug 05 19:48:15.895 INFO O| Planning: Merging actions ... Done |
| 4641 | 2026-08-05T19:48:16.631Z | [ recovery-image] Aug 05 19:48:15.963 INFO O| Aug 05 19:48:15.963 INFO O| Planning: Checking for conflicting actions ... Done |
| 4642 | 2026-08-05T19:48:16.688Z | [ recovery-image] Aug 05 19:48:16.019 INFO O| Aug 05 19:48:16.019 INFO O| Planning: Consolidating action changes ... Done |
| 4643 | 2026-08-05T19:48:16.824Z | [ recovery-image] Aug 05 19:48:16.155 INFO O| Aug 05 19:48:16.155 INFO O| Planning: Evaluating mediators ... Done |
| 4644 | 2026-08-05T19:48:16.988Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4645 | 2026-08-05T19:48:17.075Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4646 | 2026-08-05T19:48:17.561Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4647 | 2026-08-05T19:48:17.846Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4648 | 2026-08-05T19:48:17.964Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4649 | 2026-08-05T19:48:18.029Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4650 | 2026-08-05T19:48:18.324Z | [ recovery-image] Aug 05 19:48:17.655 INFO O| Aug 05 19:48:17.655 INFO O| Planning: Planning completed in 7.25 seconds |
| 4651 | 2026-08-05T19:48:18.328Z | [ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Packages to install: 130 |
| 4652 | 2026-08-05T19:48:18.328Z | [ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Mediators to change: 5 |
| 4653 | 2026-08-05T19:48:18.328Z | [ recovery-image] Aug 05 19:48:17.657 INFO O| Aug 05 19:48:17.657 INFO O| Services to change: 5 |
| 4654 | 2026-08-05T19:48:18.354Z | [ recovery-image] Aug 05 19:48:17.686 INFO O| Aug 05 19:48:17.685 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4655 | 2026-08-05T19:48:18.357Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4656 | 2026-08-05T19:48:18.741Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4657 | 2026-08-05T19:48:18.822Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4658 | 2026-08-05T19:48:18.851Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4659 | 2026-08-05T19:48:18.976Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4660 | 2026-08-05T19:48:19.052Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4661 | 2026-08-05T19:48:19.167Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4662 | 2026-08-05T19:48:19.567Z | [verify-libraries] Compiling der v0.8.0 |
| 4663 | 2026-08-05T19:48:19.955Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4664 | 2026-08-05T19:48:20.153Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4665 | 2026-08-05T19:48:20.259Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4666 | 2026-08-05T19:48:20.572Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4667 | 2026-08-05T19:48:20.751Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4668 | 2026-08-05T19:48:20.894Z | [verify-libraries] Compiling kstat-rs v0.2.4 |
| 4669 | 2026-08-05T19:48:20.938Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4670 | 2026-08-05T19:48:20.966Z | [verify-libraries] Compiling salty v0.3.0 |
| 4671 | 2026-08-05T19:48:20.995Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4672 | 2026-08-05T19:48:21.116Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4673 | 2026-08-05T19:48:21.165Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4674 | 2026-08-05T19:48:21.308Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4675 | 2026-08-05T19:48:21.417Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4676 | 2026-08-05T19:48:21.584Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4677 | 2026-08-05T19:48:21.665Z | [verify-libraries] Compiling aes v0.9.1 |
| 4678 | 2026-08-05T19:48:21.729Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4679 | 2026-08-05T19:48:21.774Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4680 | 2026-08-05T19:48:21.802Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4681 | 2026-08-05T19:48:22.487Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4682 | 2026-08-05T19:48:22.625Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4683 | 2026-08-05T19:48:23.063Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4684 | 2026-08-05T19:48:23.101Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4685 | 2026-08-05T19:48:23.201Z | [verify-libraries] Compiling aead v0.6.1 |
| 4686 | 2026-08-05T19:48:23.361Z | [ recovery-image] Aug 05 19:48:22.693 INFO O| Aug 05 19:48:22.693 INFO O| Download: 8534/16682 items 87.6/200.0MB 43% complete (17.6M/s) |
| 4687 | 2026-08-05T19:48:23.364Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4688 | 2026-08-05T19:48:23.502Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4689 | 2026-08-05T19:48:23.627Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4690 | 2026-08-05T19:48:23.754Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4691 | 2026-08-05T19:48:23.801Z | [verify-libraries] Compiling spki v0.8.0 |
| 4692 | 2026-08-05T19:48:23.804Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4693 | 2026-08-05T19:48:23.967Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4694 | 2026-08-05T19:48:24.137Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4695 | 2026-08-05T19:48:24.281Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4696 | 2026-08-05T19:48:24.458Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4697 | 2026-08-05T19:48:24.523Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 4698 | 2026-08-05T19:48:24.554Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4699 | 2026-08-05T19:48:24.585Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4700 | 2026-08-05T19:48:24.695Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4701 | 2026-08-05T19:48:24.733Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 4702 | 2026-08-05T19:48:24.815Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4703 | 2026-08-05T19:48:24.893Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4704 | 2026-08-05T19:48:25.103Z | [verify-libraries] Compiling flume v0.11.1 |
| 4705 | 2026-08-05T19:48:25.274Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 4706 | 2026-08-05T19:48:25.516Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4707 | 2026-08-05T19:48:25.574Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4708 | 2026-08-05T19:48:25.609Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4709 | 2026-08-05T19:48:25.629Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4710 | 2026-08-05T19:48:25.741Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 4711 | 2026-08-05T19:48:25.812Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4712 | 2026-08-05T19:48:25.843Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4713 | 2026-08-05T19:48:25.875Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4714 | 2026-08-05T19:48:26.139Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4715 | 2026-08-05T19:48:26.226Z | [verify-libraries] Compiling p384 v0.13.1 |
| 4716 | 2026-08-05T19:48:26.320Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4717 | 2026-08-05T19:48:26.421Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4718 | 2026-08-05T19:48:26.520Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4719 | 2026-08-05T19:48:26.761Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4720 | 2026-08-05T19:48:26.820Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4721 | 2026-08-05T19:48:26.890Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4722 | 2026-08-05T19:48:26.989Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4723 | 2026-08-05T19:48:27.142Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4724 | 2026-08-05T19:48:27.319Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4725 | 2026-08-05T19:48:27.403Z | [verify-libraries] Compiling sled v0.34.7 |
| 4726 | 2026-08-05T19:48:27.513Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4727 | 2026-08-05T19:48:27.961Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4728 | 2026-08-05T19:48:27.991Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4729 | 2026-08-05T19:48:28.377Z | [ recovery-image] Aug 05 19:48:27.708 INFO O| Aug 05 19:48:27.708 INFO O| Download: 16091/16682 items 178.7/200.0MB 89% complete (17.9M/s) |
| 4730 | 2026-08-05T19:48:28.386Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4731 | 2026-08-05T19:48:28.527Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4732 | 2026-08-05T19:48:28.873Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4733 | 2026-08-05T19:48:28.900Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4734 | 2026-08-05T19:48:28.958Z | [ recovery-image] Aug 05 19:48:28.289 INFO O| Aug 05 19:48:28.289 INFO O| Download: Completed 199.98 MB in 10.60 seconds (18.8M/s) |
| 4735 | 2026-08-05T19:48:29.091Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4736 | 2026-08-05T19:48:29.234Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 4737 | 2026-08-05T19:48:29.409Z | [verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4738 | 2026-08-05T19:48:29.561Z | [verify-libraries] Compiling ff v0.14.0 |
| 4739 | 2026-08-05T19:48:29.654Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4740 | 2026-08-05T19:48:29.754Z | [verify-libraries] Compiling corncobs v0.1.4 |
| 4741 | 2026-08-05T19:48:29.792Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4742 | 2026-08-05T19:48:30.006Z | [verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4743 | 2026-08-05T19:48:30.103Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4744 | 2026-08-05T19:48:30.158Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4745 | 2026-08-05T19:48:30.513Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4746 | 2026-08-05T19:48:30.535Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4747 | 2026-08-05T19:48:30.588Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4748 | 2026-08-05T19:48:30.804Z | [verify-libraries] Compiling secrecy v0.8.0 |
| 4749 | 2026-08-05T19:48:30.902Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4750 | 2026-08-05T19:48:31.106Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4751 | 2026-08-05T19:48:31.269Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4752 | 2026-08-05T19:48:31.408Z | [verify-libraries] Compiling group v0.14.0 |
| 4753 | 2026-08-05T19:48:31.515Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4754 | 2026-08-05T19:48:31.538Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4755 | 2026-08-05T19:48:31.659Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4756 | 2026-08-05T19:48:31.705Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4757 | 2026-08-05T19:48:31.727Z | [verify-libraries] Compiling signature v3.0.0 |
| 4758 | 2026-08-05T19:48:31.973Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4759 | 2026-08-05T19:48:32.010Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4760 | 2026-08-05T19:48:32.038Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4761 | 2026-08-05T19:48:32.133Z | [verify-libraries] Compiling instability v0.3.11 |
| 4762 | 2026-08-05T19:48:32.268Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4763 | 2026-08-05T19:48:32.419Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4764 | 2026-08-05T19:48:32.442Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4765 | 2026-08-05T19:48:32.611Z | [ recovery-image] Aug 05 19:48:31.943 INFO O| Aug 05 19:48:31.943 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4766 | 2026-08-05T19:48:32.689Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4767 | 2026-08-05T19:48:32.756Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4768 | 2026-08-05T19:48:32.856Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4769 | 2026-08-05T19:48:32.906Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4770 | 2026-08-05T19:48:32.909Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4771 | 2026-08-05T19:48:33.221Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4772 | 2026-08-05T19:48:33.366Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4773 | 2026-08-05T19:48:33.471Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4774 | 2026-08-05T19:48:33.539Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4775 | 2026-08-05T19:48:33.776Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4776 | 2026-08-05T19:48:33.810Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4777 | 2026-08-05T19:48:34.011Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4778 | 2026-08-05T19:48:34.188Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4779 | 2026-08-05T19:48:34.473Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4780 | 2026-08-05T19:48:34.546Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4781 | 2026-08-05T19:48:34.546Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4782 | 2026-08-05T19:48:34.913Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4783 | 2026-08-05T19:48:35.125Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4784 | 2026-08-05T19:48:35.156Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4785 | 2026-08-05T19:48:35.299Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4786 | 2026-08-05T19:48:35.330Z | [verify-libraries] Compiling lru v0.12.5 |
| 4787 | 2026-08-05T19:48:35.410Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4788 | 2026-08-05T19:48:35.544Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4789 | 2026-08-05T19:48:35.619Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4790 | 2026-08-05T19:48:35.622Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4791 | 2026-08-05T19:48:35.856Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4792 | 2026-08-05T19:48:35.860Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4793 | 2026-08-05T19:48:36.029Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4794 | 2026-08-05T19:48:36.203Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4795 | 2026-08-05T19:48:36.228Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4796 | 2026-08-05T19:48:36.232Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4797 | 2026-08-05T19:48:36.355Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4798 | 2026-08-05T19:48:36.521Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4799 | 2026-08-05T19:48:36.547Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4800 | 2026-08-05T19:48:36.582Z | [verify-libraries] Compiling is_ci v1.2.0 |
| 4801 | 2026-08-05T19:48:36.677Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4802 | 2026-08-05T19:48:36.831Z | [verify-libraries] Compiling supports-color v3.0.2 |
| 4803 | 2026-08-05T19:48:36.889Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4804 | 2026-08-05T19:48:36.951Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4805 | 2026-08-05T19:48:37.084Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4806 | 2026-08-05T19:48:37.349Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4807 | 2026-08-05T19:48:37.461Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4808 | 2026-08-05T19:48:37.494Z | [verify-libraries] Compiling console v0.16.2 |
| 4809 | 2026-08-05T19:48:37.621Z | [ recovery-image] Aug 05 19:48:36.952 INFO O| Aug 05 19:48:36.952 INFO O| Actions: 27080/27580 actions (Installing new actions) |
| 4810 | 2026-08-05T19:48:37.698Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4811 | 2026-08-05T19:48:37.967Z | [ recovery-image] Aug 05 19:48:37.299 INFO O| Aug 05 19:48:37.298 INFO O| Actions: Completed 27580 actions in 5.35 seconds. |
| 4812 | 2026-08-05T19:48:38.031Z | [ recovery-image] Aug 05 19:48:37.362 INFO O| Aug 05 19:48:37.362 INFO O| Finalize: Updating package state database ... Done |
| 4813 | 2026-08-05T19:48:38.031Z | [ recovery-image] Aug 05 19:48:37.362 INFO O| Aug 05 19:48:37.362 INFO O| Finalize: Updating package cache ... Done |
| 4814 | 2026-08-05T19:48:38.127Z | [ recovery-image] Aug 05 19:48:37.458 INFO O| Aug 05 19:48:37.458 INFO O| Finalize: Updating image state ... Done |
| 4815 | 2026-08-05T19:48:38.150Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4816 | 2026-08-05T19:48:38.262Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4817 | 2026-08-05T19:48:38.398Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4818 | 2026-08-05T19:48:38.425Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4819 | 2026-08-05T19:48:38.464Z | [verify-libraries] Compiling void v1.0.2 |
| 4820 | 2026-08-05T19:48:38.694Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4821 | 2026-08-05T19:48:38.751Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4822 | 2026-08-05T19:48:38.840Z | [ recovery-image] Aug 05 19:48:38.172 INFO O| Aug 05 19:48:38.172 INFO O| Finalize: Creating fast lookup database ... Done |
| 4823 | 2026-08-05T19:48:38.858Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4824 | 2026-08-05T19:48:38.861Z | [ recovery-image] Aug 05 19:48:38.190 INFO O| Aug 05 19:48:38.190 INFO O| Finalize: Reading search index ... Done |
| 4825 | 2026-08-05T19:48:38.921Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4826 | 2026-08-05T19:48:38.943Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4827 | 2026-08-05T19:48:38.978Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4828 | 2026-08-05T19:48:39.083Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4829 | 2026-08-05T19:48:39.144Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4830 | 2026-08-05T19:48:39.179Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4831 | 2026-08-05T19:48:39.288Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4832 | 2026-08-05T19:48:39.399Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4833 | 2026-08-05T19:48:39.450Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4834 | 2026-08-05T19:48:39.564Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4835 | 2026-08-05T19:48:39.666Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4836 | 2026-08-05T19:48:39.709Z | [verify-libraries] Compiling nix v0.27.1 |
| 4837 | 2026-08-05T19:48:39.713Z | [verify-libraries] Compiling colored v2.2.0 |
| 4838 | 2026-08-05T19:48:39.734Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 4839 | 2026-08-05T19:48:39.870Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4840 | 2026-08-05T19:48:39.940Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4841 | 2026-08-05T19:48:40.006Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4842 | 2026-08-05T19:48:40.251Z | [verify-libraries] Compiling darling v0.13.4 |
| 4843 | 2026-08-05T19:48:40.330Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4844 | 2026-08-05T19:48:40.362Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4845 | 2026-08-05T19:48:40.441Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4846 | 2026-08-05T19:48:40.711Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4847 | 2026-08-05T19:48:40.717Z | [ recovery-image] Aug 05 19:48:40.048 INFO O| Aug 05 19:48:40.048 INFO O| Finalize: Building new search index ... Done |
| 4848 | 2026-08-05T19:48:40.811Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4849 | 2026-08-05T19:48:40.859Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4850 | 2026-08-05T19:48:40.904Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4851 | 2026-08-05T19:48:41.106Z | [ recovery-image] Aug 05 19:48:40.437 INFO O| Aug 05 19:48:40.437 INFO O| Finalize: Updating package cache ... Done |
| 4852 | 2026-08-05T19:48:41.367Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4853 | 2026-08-05T19:48:41.457Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4854 | 2026-08-05T19:48:41.517Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 11 (pkg_install) COMPLETE |
| 4855 | 2026-08-05T19:48:41.517Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4856 | 2026-08-05T19:48:41.517Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO skip step because feature "recovery" is enabled |
| 4857 | 2026-08-05T19:48:41.520Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4858 | 2026-08-05T19:48:41.520Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO skip step because feature "omicron1" is not enabled |
| 4859 | 2026-08-05T19:48:41.520Z | [ recovery-image] Aug 05 19:48:40.848 INFO O| Aug 05 19:48:40.848 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4860 | 2026-08-05T19:48:41.528Z | [ recovery-image] Aug 05 19:48:40.859 INFO O| Aug 05 19:48:40.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"] |
| 4861 | 2026-08-05T19:48:41.657Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4862 | 2026-08-05T19:48:42.057Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4863 | 2026-08-05T19:48:42.352Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4864 | 2026-08-05T19:48:42.381Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4865 | 2026-08-05T19:48:42.596Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4866 | 2026-08-05T19:48:42.658Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4867 | 2026-08-05T19:48:42.711Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4868 | 2026-08-05T19:48:42.901Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 4869 | 2026-08-05T19:48:42.938Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 4870 | 2026-08-05T19:48:42.999Z | [verify-libraries] Compiling petname v2.0.2 |
| 4871 | 2026-08-05T19:48:43.023Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 4872 | 2026-08-05T19:48:43.026Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 4873 | 2026-08-05T19:48:43.067Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 4874 | 2026-08-05T19:48:43.184Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 4875 | 2026-08-05T19:48:43.293Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 4876 | 2026-08-05T19:48:43.615Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 4877 | 2026-08-05T19:48:43.619Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 4878 | 2026-08-05T19:48:43.665Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 4879 | 2026-08-05T19:48:43.745Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 4880 | 2026-08-05T19:48:43.883Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 4881 | 2026-08-05T19:48:43.921Z | [verify-libraries] Compiling p256 v0.14.0 |
| 4882 | 2026-08-05T19:48:44.426Z | [verify-libraries] Compiling p521 v0.14.0 |
| 4883 | 2026-08-05T19:48:44.485Z | [verify-libraries] Compiling p384 v0.14.0 |
| 4884 | 2026-08-05T19:48:44.528Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4885 | 2026-08-05T19:48:44.654Z | [ recovery-image] Aug 05 19:48:43.985 INFO O| Aug 05 19:48:43.985 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4886 | 2026-08-05T19:48:44.658Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4887 | 2026-08-05T19:48:44.767Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4888 | 2026-08-05T19:48:44.855Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 4889 | 2026-08-05T19:48:44.999Z | [ recovery-image] Aug 05 19:48:44.331 INFO O| Aug 05 19:48:44.331 INFO O| Startup: Caching catalogs ... Done |
| 4890 | 2026-08-05T19:48:45.089Z | [verify-libraries] Compiling kem v0.3.0 |
| 4891 | 2026-08-05T19:48:45.209Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 4892 | 2026-08-05T19:48:45.334Z | [ recovery-image] Aug 05 19:48:44.658 INFO O| Aug 05 19:48:44.658 INFO O| Planning: Solver setup ... Done |
| 4893 | 2026-08-05T19:48:45.334Z | [ recovery-image] Aug 05 19:48:44.664 INFO O| Aug 05 19:48:44.664 INFO O| Planning: Running solver ... Done |
| 4894 | 2026-08-05T19:48:45.343Z | [ recovery-image] Aug 05 19:48:44.675 INFO O| Aug 05 19:48:44.675 INFO O| Planning: Finding local manifests ... Done |
| 4895 | 2026-08-05T19:48:45.364Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 4896 | 2026-08-05T19:48:45.391Z | [ recovery-image] Aug 05 19:48:44.722 INFO O| Aug 05 19:48:44.722 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4897 | 2026-08-05T19:48:45.397Z | [ recovery-image] Aug 05 19:48:44.729 INFO O| Aug 05 19:48:44.729 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4898 | 2026-08-05T19:48:45.415Z | [ recovery-image] Aug 05 19:48:44.746 INFO O| Aug 05 19:48:44.746 INFO O| Planning: Package planning ... Done |
| 4899 | 2026-08-05T19:48:45.418Z | [ recovery-image] Aug 05 19:48:44.747 INFO O| Aug 05 19:48:44.747 INFO O| Planning: Merging actions ... Done |
| 4900 | 2026-08-05T19:48:45.436Z | [verify-libraries] Compiling atty v0.2.14 |
| 4901 | 2026-08-05T19:48:45.439Z | [ recovery-image] Aug 05 19:48:44.770 INFO O| Aug 05 19:48:44.770 INFO O| Planning: Checking for conflicting actions ... Done |
| 4902 | 2026-08-05T19:48:45.439Z | [ recovery-image] Aug 05 19:48:44.770 INFO O| Aug 05 19:48:44.770 INFO O| Planning: Consolidating action changes ... Done |
| 4903 | 2026-08-05T19:48:45.489Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 4904 | 2026-08-05T19:48:45.539Z | [ recovery-image] Aug 05 19:48:44.871 INFO O| Aug 05 19:48:44.871 INFO O| Planning: Evaluating mediators ... Done |
| 4905 | 2026-08-05T19:48:45.543Z | [ recovery-image] Aug 05 19:48:44.872 INFO O| Aug 05 19:48:44.872 INFO O| Planning: Planning completed in 0.53 seconds |
| 4906 | 2026-08-05T19:48:45.543Z | [ recovery-image] Aug 05 19:48:44.872 INFO O| Aug 05 19:48:44.872 INFO O| Packages to install: 1 |
| 4907 | 2026-08-05T19:48:45.552Z | [ recovery-image] Aug 05 19:48:44.884 INFO O| Aug 05 19:48:44.883 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete |
| 4908 | 2026-08-05T19:48:45.632Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 4909 | 2026-08-05T19:48:45.687Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 4910 | 2026-08-05T19:48:45.774Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 4911 | 2026-08-05T19:48:45.785Z | [ recovery-image] Aug 05 19:48:45.116 INFO O| Aug 05 19:48:45.116 INFO O| Download: Completed 13.17 MB in 0.23 seconds (56.6M/s) |
| 4912 | 2026-08-05T19:48:45.807Z | [ recovery-image] Aug 05 19:48:45.138 INFO O| Aug 05 19:48:45.138 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4913 | 2026-08-05T19:48:45.848Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 4914 | 2026-08-05T19:48:45.918Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 4915 | 2026-08-05T19:48:46.075Z | [ recovery-image] Aug 05 19:48:45.406 INFO O| Aug 05 19:48:45.406 INFO O| Actions: Completed 22 actions in 0.27 seconds. |
| 4916 | 2026-08-05T19:48:46.104Z | [ recovery-image] Aug 05 19:48:45.435 INFO O| Aug 05 19:48:45.435 INFO O| Finalize: Updating package state database ... Done |
| 4917 | 2026-08-05T19:48:46.104Z | [ recovery-image] Aug 05 19:48:45.435 INFO O| Aug 05 19:48:45.435 INFO O| Finalize: Updating package cache ... Done |
| 4918 | 2026-08-05T19:48:46.141Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 4919 | 2026-08-05T19:48:46.179Z | [ recovery-image] Aug 05 19:48:45.510 INFO O| Aug 05 19:48:45.510 INFO O| Finalize: Updating image state ... Done |
| 4920 | 2026-08-05T19:48:46.564Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 4921 | 2026-08-05T19:48:46.877Z | [ recovery-image] Aug 05 19:48:46.209 INFO O| Aug 05 19:48:46.208 INFO O| Finalize: Creating fast lookup database ... Done |
| 4922 | 2026-08-05T19:48:46.901Z | [ recovery-image] Aug 05 19:48:46.232 INFO O| Aug 05 19:48:46.232 INFO O| Finalize: Reading search index ... Done |
| 4923 | 2026-08-05T19:48:46.901Z | [ recovery-image] Aug 05 19:48:46.232 INFO O| Aug 05 19:48:46.232 INFO O| Finalize: Updating search index ... Done |
| 4924 | 2026-08-05T19:48:46.905Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 4925 | 2026-08-05T19:48:46.927Z | [ recovery-image] Aug 05 19:48:46.259 INFO O| Aug 05 19:48:46.243 INFO O| Finalize: Updating package cache ... Done |
| 4926 | 2026-08-05T19:48:46.935Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 4927 | 2026-08-05T19:48:47.120Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4928 | 2026-08-05T19:48:47.139Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 14 (pkg_install) COMPLETE |
| 4929 | 2026-08-05T19:48:47.139Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4930 | 2026-08-05T19:48:47.139Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "mbist" is not enabled |
| 4931 | 2026-08-05T19:48:47.142Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4932 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "mfg" is not enabled |
| 4933 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4934 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "compliance" is not enabled |
| 4935 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4936 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "stress" is not enabled |
| 4937 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4938 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "compliance" is not enabled |
| 4939 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4940 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO skip step because feature "nfs" is not enabled |
| 4941 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4942 | 2026-08-05T19:48:47.143Z | [ recovery-image] Aug 05 19:48:46.470 INFO O| Aug 05 19:48:46.470 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4943 | 2026-08-05T19:48:47.175Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4944 | 2026-08-05T19:48:47.495Z | [ recovery-image] Aug 05 19:48:46.783 INFO O| Aug 05 19:48:46.783 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4945 | 2026-08-05T19:48:47.496Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4946 | 2026-08-05T19:48:47.499Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4947 | 2026-08-05T19:48:47.542Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 4948 | 2026-08-05T19:48:47.570Z | [ recovery-image] Aug 05 19:48:46.901 INFO O| Aug 05 19:48:46.901 INFO completed processing sled/ramdisk-01-os |
| 4949 | 2026-08-05T19:48:47.574Z | [ recovery-image] Aug 05 19:48:46.904 INFO image builder template: ramdisk-02-trim... |
| 4950 | 2026-08-05T19:48:47.574Z | [ recovery-image] Aug 05 19:48:46.904 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4951 | 2026-08-05T19:48:47.592Z | [ recovery-image] Aug 05 19:48:46.923 INFO O| Aug 05 19:48:46.923 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4952 | 2026-08-05T19:48:47.595Z | [ recovery-image] Aug 05 19:48:46.926 INFO O| Aug 05 19:48:46.926 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4953 | 2026-08-05T19:48:47.675Z | [ recovery-image] Aug 05 19:48:47.007 INFO O| Aug 05 19:48:47.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4954 | 2026-08-05T19:48:47.680Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4955 | 2026-08-05T19:48:47.724Z | [ recovery-image] Aug 05 19:48:47.055 INFO O| Aug 05 19:48:47.054 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4956 | 2026-08-05T19:48:47.724Z | [ recovery-image] Aug 05 19:48:47.056 INFO O| Aug 05 19:48:47.055 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4957 | 2026-08-05T19:48:47.728Z | [ recovery-image] Aug 05 19:48:47.059 INFO O| Aug 05 19:48:47.059 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4958 | 2026-08-05T19:48:47.731Z | [ recovery-image] Aug 05 19:48:47.062 INFO O| Aug 05 19:48:47.062 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4959 | 2026-08-05T19:48:47.734Z | [ recovery-image] Aug 05 19:48:47.066 INFO O| Aug 05 19:48:47.066 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4960 | 2026-08-05T19:48:47.991Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4961 | 2026-08-05T19:48:48.110Z | [ recovery-image] Aug 05 19:48:47.442 INFO O| Aug 05 19:48:47.441 INFO rolled back to input snapshot; work may begin |
| 4962 | 2026-08-05T19:48:48.110Z | [ recovery-image] Aug 05 19:48:47.442 INFO O| Aug 05 19:48:47.442 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4963 | 2026-08-05T19:48:48.115Z | [ recovery-image] Aug 05 19:48:47.447 INFO O| Aug 05 19:48:47.447 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4964 | 2026-08-05T19:48:48.125Z | [ recovery-image] Aug 05 19:48:47.457 INFO O| Aug 05 19:48:47.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4965 | 2026-08-05T19:48:48.167Z | [ recovery-image] Aug 05 19:48:47.498 INFO O| Aug 05 19:48:47.498 INFO STEP 0 (remove_files) COMPLETE |
| 4966 | 2026-08-05T19:48:48.167Z | [ recovery-image] Aug 05 19:48:47.498 INFO O| Aug 05 19:48:47.498 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4967 | 2026-08-05T19:48:48.180Z | [ recovery-image] Aug 05 19:48:47.509 INFO O| Aug 05 19:48:47.509 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4968 | 2026-08-05T19:48:48.180Z | [ recovery-image] Aug 05 19:48:47.511 INFO O| Aug 05 19:48:47.511 INFO STEP 1 (remove_files) COMPLETE |
| 4969 | 2026-08-05T19:48:48.183Z | [ recovery-image] Aug 05 19:48:47.511 INFO O| Aug 05 19:48:47.511 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4970 | 2026-08-05T19:48:48.189Z | [ recovery-image] Aug 05 19:48:47.521 INFO O| Aug 05 19:48:47.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4971 | 2026-08-05T19:48:48.204Z | [ recovery-image] Aug 05 19:48:47.535 INFO O| Aug 05 19:48:47.535 INFO STEP 2 (remove_files) COMPLETE |
| 4972 | 2026-08-05T19:48:48.204Z | [ recovery-image] Aug 05 19:48:47.536 INFO O| Aug 05 19:48:47.535 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4973 | 2026-08-05T19:48:48.215Z | [ recovery-image] Aug 05 19:48:47.546 INFO O| Aug 05 19:48:47.546 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4974 | 2026-08-05T19:48:48.218Z | [ recovery-image] Aug 05 19:48:47.548 INFO O| Aug 05 19:48:47.548 INFO STEP 3 (remove_files) COMPLETE |
| 4975 | 2026-08-05T19:48:48.218Z | [ recovery-image] Aug 05 19:48:47.548 INFO O| Aug 05 19:48:47.548 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4976 | 2026-08-05T19:48:48.226Z | [ recovery-image] Aug 05 19:48:47.558 INFO O| Aug 05 19:48:47.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4977 | 2026-08-05T19:48:48.230Z | [ recovery-image] Aug 05 19:48:47.561 INFO O| Aug 05 19:48:47.561 INFO STEP 4 (remove_files) COMPLETE |
| 4978 | 2026-08-05T19:48:48.233Z | [ recovery-image] Aug 05 19:48:47.561 INFO O| Aug 05 19:48:47.561 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4979 | 2026-08-05T19:48:48.240Z | [ recovery-image] Aug 05 19:48:47.571 INFO O| Aug 05 19:48:47.571 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4980 | 2026-08-05T19:48:48.240Z | [ recovery-image] Aug 05 19:48:47.572 INFO O| Aug 05 19:48:47.571 INFO STEP 5 (remove_files) COMPLETE |
| 4981 | 2026-08-05T19:48:48.240Z | [ recovery-image] Aug 05 19:48:47.572 INFO O| Aug 05 19:48:47.572 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4982 | 2026-08-05T19:48:48.250Z | [ recovery-image] Aug 05 19:48:47.581 INFO O| Aug 05 19:48:47.581 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4983 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 6 (remove_files) COMPLETE |
| 4984 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4985 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "heliosv2" is not enabled |
| 4986 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4987 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled |
| 4988 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4989 | 2026-08-05T19:48:48.262Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled |
| 4990 | 2026-08-05T19:48:48.265Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4991 | 2026-08-05T19:48:48.265Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO skip step because feature "recovery" is enabled |
| 4992 | 2026-08-05T19:48:48.265Z | [ recovery-image] Aug 05 19:48:47.593 INFO O| Aug 05 19:48:47.593 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4993 | 2026-08-05T19:48:48.272Z | [ recovery-image] Aug 05 19:48:47.604 INFO O| Aug 05 19:48:47.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4994 | 2026-08-05T19:48:48.289Z | [ recovery-image] Aug 05 19:48:47.607 INFO O| Aug 05 19:48:47.607 INFO STEP 11 (remove_files) COMPLETE |
| 4995 | 2026-08-05T19:48:48.289Z | [ recovery-image] Aug 05 19:48:47.607 INFO O| Aug 05 19:48:47.607 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4996 | 2026-08-05T19:48:48.293Z | [ recovery-image] Aug 05 19:48:47.617 INFO O| Aug 05 19:48:47.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4997 | 2026-08-05T19:48:48.293Z | [ recovery-image] Aug 05 19:48:47.618 INFO O| Aug 05 19:48:47.618 INFO STEP 12 (remove_files) COMPLETE |
| 4998 | 2026-08-05T19:48:48.293Z | [ recovery-image] Aug 05 19:48:47.618 INFO O| Aug 05 19:48:47.618 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4999 | 2026-08-05T19:48:48.296Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 5000 | 2026-08-05T19:48:48.299Z | [ recovery-image] Aug 05 19:48:47.628 INFO O| Aug 05 19:48:47.628 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 5001 | 2026-08-05T19:48:48.299Z | [ recovery-image] Aug 05 19:48:47.629 INFO O| Aug 05 19:48:47.629 INFO STEP 13 (remove_files) COMPLETE |
| 5002 | 2026-08-05T19:48:48.299Z | [ recovery-image] Aug 05 19:48:47.629 INFO O| Aug 05 19:48:47.629 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5003 | 2026-08-05T19:48:48.332Z | [ recovery-image] Aug 05 19:48:47.663 INFO O| Aug 05 19:48:47.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5004 | 2026-08-05T19:48:48.337Z | [ recovery-image] Aug 05 19:48:47.669 INFO O| Aug 05 19:48:47.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5005 | 2026-08-05T19:48:48.464Z | [ recovery-image] Aug 05 19:48:47.796 INFO O| Aug 05 19:48:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5006 | 2026-08-05T19:48:48.464Z | [ recovery-image] Aug 05 19:48:47.796 INFO O| Aug 05 19:48:47.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5007 | 2026-08-05T19:48:48.472Z | [ recovery-image] Aug 05 19:48:47.803 INFO O| Aug 05 19:48:47.803 INFO STEP 14 (remove_files) COMPLETE |
| 5008 | 2026-08-05T19:48:48.472Z | [ recovery-image] Aug 05 19:48:47.803 INFO O| Aug 05 19:48:47.803 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5009 | 2026-08-05T19:48:48.476Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5010 | 2026-08-05T19:48:48.483Z | [ recovery-image] Aug 05 19:48:47.814 INFO O| Aug 05 19:48:47.814 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5011 | 2026-08-05T19:48:48.486Z | [ recovery-image] Aug 05 19:48:47.815 INFO O| Aug 05 19:48:47.815 INFO STEP 15 (remove_files) COMPLETE |
| 5012 | 2026-08-05T19:48:48.486Z | [ recovery-image] Aug 05 19:48:47.816 INFO O| Aug 05 19:48:47.816 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5013 | 2026-08-05T19:48:48.493Z | [ recovery-image] Aug 05 19:48:47.825 INFO O| Aug 05 19:48:47.825 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5014 | 2026-08-05T19:48:48.500Z | [ recovery-image] Aug 05 19:48:47.831 INFO O| Aug 05 19:48:47.831 INFO STEP 16 (remove_files) COMPLETE |
| 5015 | 2026-08-05T19:48:48.500Z | [ recovery-image] Aug 05 19:48:47.831 INFO O| Aug 05 19:48:47.831 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5016 | 2026-08-05T19:48:48.508Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 5017 | 2026-08-05T19:48:48.520Z | [ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5018 | 2026-08-05T19:48:48.520Z | [ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO STEP 17 (remove_files) COMPLETE |
| 5019 | 2026-08-05T19:48:48.520Z | [ recovery-image] Aug 05 19:48:47.842 INFO O| Aug 05 19:48:47.842 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5020 | 2026-08-05T19:48:48.523Z | [ recovery-image] Aug 05 19:48:47.852 INFO O| Aug 05 19:48:47.852 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5021 | 2026-08-05T19:48:48.523Z | [ recovery-image] Aug 05 19:48:47.853 INFO O| Aug 05 19:48:47.853 INFO STEP 18 (remove_files) COMPLETE |
| 5022 | 2026-08-05T19:48:48.523Z | [ recovery-image] Aug 05 19:48:47.853 INFO O| Aug 05 19:48:47.853 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5023 | 2026-08-05T19:48:48.534Z | [ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5024 | 2026-08-05T19:48:48.534Z | [ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.866 INFO STEP 19 (remove_files) COMPLETE |
| 5025 | 2026-08-05T19:48:48.538Z | [ recovery-image] Aug 05 19:48:47.866 INFO O| Aug 05 19:48:47.866 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5026 | 2026-08-05T19:48:48.544Z | [ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5027 | 2026-08-05T19:48:48.544Z | [ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO STEP 20 (remove_files) COMPLETE |
| 5028 | 2026-08-05T19:48:48.548Z | [ recovery-image] Aug 05 19:48:47.876 INFO O| Aug 05 19:48:47.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5029 | 2026-08-05T19:48:48.559Z | [ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5030 | 2026-08-05T19:48:48.559Z | [ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO STEP 21 (remove_files) COMPLETE |
| 5031 | 2026-08-05T19:48:48.559Z | [ recovery-image] Aug 05 19:48:47.890 INFO O| Aug 05 19:48:47.890 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5032 | 2026-08-05T19:48:48.570Z | [ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5033 | 2026-08-05T19:48:48.570Z | [ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO STEP 22 (remove_files) COMPLETE |
| 5034 | 2026-08-05T19:48:48.574Z | [ recovery-image] Aug 05 19:48:47.901 INFO O| Aug 05 19:48:47.901 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5035 | 2026-08-05T19:48:48.574Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 5036 | 2026-08-05T19:48:48.579Z | [ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5037 | 2026-08-05T19:48:48.582Z | [ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO STEP 23 (remove_files) COMPLETE |
| 5038 | 2026-08-05T19:48:48.582Z | [ recovery-image] Aug 05 19:48:47.911 INFO O| Aug 05 19:48:47.911 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5039 | 2026-08-05T19:48:48.589Z | [ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5040 | 2026-08-05T19:48:48.589Z | [ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO STEP 24 (remove_files) COMPLETE |
| 5041 | 2026-08-05T19:48:48.592Z | [ recovery-image] Aug 05 19:48:47.920 INFO O| Aug 05 19:48:47.920 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5042 | 2026-08-05T19:48:48.598Z | [ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5043 | 2026-08-05T19:48:48.598Z | [ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO STEP 25 (remove_files) COMPLETE |
| 5044 | 2026-08-05T19:48:48.602Z | [ recovery-image] Aug 05 19:48:47.930 INFO O| Aug 05 19:48:47.930 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5045 | 2026-08-05T19:48:48.608Z | [ recovery-image] Aug 05 19:48:47.939 INFO O| Aug 05 19:48:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5046 | 2026-08-05T19:48:48.608Z | [ recovery-image] Aug 05 19:48:47.940 INFO O| Aug 05 19:48:47.939 INFO STEP 26 (remove_files) COMPLETE |
| 5047 | 2026-08-05T19:48:48.608Z | [ recovery-image] Aug 05 19:48:47.940 INFO O| Aug 05 19:48:47.939 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5048 | 2026-08-05T19:48:48.617Z | [ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5049 | 2026-08-05T19:48:48.617Z | [ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.949 INFO STEP 27 (remove_files) COMPLETE |
| 5050 | 2026-08-05T19:48:48.617Z | [ recovery-image] Aug 05 19:48:47.949 INFO O| Aug 05 19:48:47.949 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5051 | 2026-08-05T19:48:48.638Z | [ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5052 | 2026-08-05T19:48:48.638Z | [ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO STEP 28 (remove_files) COMPLETE |
| 5053 | 2026-08-05T19:48:48.638Z | [ recovery-image] Aug 05 19:48:47.968 INFO O| Aug 05 19:48:47.968 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5054 | 2026-08-05T19:48:48.667Z | [ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5055 | 2026-08-05T19:48:48.667Z | [ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO STEP 29 (remove_files) COMPLETE |
| 5056 | 2026-08-05T19:48:48.667Z | [ recovery-image] Aug 05 19:48:47.998 INFO O| Aug 05 19:48:47.998 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5057 | 2026-08-05T19:48:48.699Z | [ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5058 | 2026-08-05T19:48:48.699Z | [ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO STEP 30 (remove_files) COMPLETE |
| 5059 | 2026-08-05T19:48:48.699Z | [ recovery-image] Aug 05 19:48:48.030 INFO O| Aug 05 19:48:48.030 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5060 | 2026-08-05T19:48:48.722Z | [ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5061 | 2026-08-05T19:48:48.722Z | [ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO STEP 31 (remove_files) COMPLETE |
| 5062 | 2026-08-05T19:48:48.723Z | [ recovery-image] Aug 05 19:48:48.054 INFO O| Aug 05 19:48:48.054 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5063 | 2026-08-05T19:48:48.733Z | [ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5064 | 2026-08-05T19:48:48.733Z | [ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO STEP 32 (remove_files) COMPLETE |
| 5065 | 2026-08-05T19:48:48.733Z | [ recovery-image] Aug 05 19:48:48.064 INFO O| Aug 05 19:48:48.064 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5066 | 2026-08-05T19:48:48.743Z | [ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5067 | 2026-08-05T19:48:48.743Z | [ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.075 INFO STEP 33 (remove_files) COMPLETE |
| 5068 | 2026-08-05T19:48:48.743Z | [ recovery-image] Aug 05 19:48:48.075 INFO O| Aug 05 19:48:48.075 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5069 | 2026-08-05T19:48:48.752Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5070 | 2026-08-05T19:48:48.757Z | [ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5071 | 2026-08-05T19:48:48.757Z | [ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO STEP 34 (remove_files) COMPLETE |
| 5072 | 2026-08-05T19:48:48.757Z | [ recovery-image] Aug 05 19:48:48.084 INFO O| Aug 05 19:48:48.084 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5073 | 2026-08-05T19:48:48.763Z | [ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5074 | 2026-08-05T19:48:48.766Z | [ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO STEP 35 (remove_files) COMPLETE |
| 5075 | 2026-08-05T19:48:48.766Z | [ recovery-image] Aug 05 19:48:48.094 INFO O| Aug 05 19:48:48.094 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5076 | 2026-08-05T19:48:48.773Z | [ recovery-image] Aug 05 19:48:48.104 INFO O| Aug 05 19:48:48.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5077 | 2026-08-05T19:48:48.773Z | [ recovery-image] Aug 05 19:48:48.105 INFO O| Aug 05 19:48:48.105 INFO STEP 36 (remove_files) COMPLETE |
| 5078 | 2026-08-05T19:48:48.776Z | [ recovery-image] Aug 05 19:48:48.105 INFO O| Aug 05 19:48:48.105 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5079 | 2026-08-05T19:48:48.777Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5080 | 2026-08-05T19:48:48.790Z | [ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5081 | 2026-08-05T19:48:48.790Z | [ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO STEP 37 (remove_files) COMPLETE |
| 5082 | 2026-08-05T19:48:48.791Z | [ recovery-image] Aug 05 19:48:48.115 INFO O| Aug 05 19:48:48.115 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5083 | 2026-08-05T19:48:48.797Z | [ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5084 | 2026-08-05T19:48:48.797Z | [ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO STEP 38 (remove_files) COMPLETE |
| 5085 | 2026-08-05T19:48:48.797Z | [ recovery-image] Aug 05 19:48:48.128 INFO O| Aug 05 19:48:48.128 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5086 | 2026-08-05T19:48:48.808Z | [ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5087 | 2026-08-05T19:48:48.808Z | [ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO STEP 39 (remove_files) COMPLETE |
| 5088 | 2026-08-05T19:48:48.811Z | [ recovery-image] Aug 05 19:48:48.139 INFO O| Aug 05 19:48:48.139 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5089 | 2026-08-05T19:48:48.819Z | [ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5090 | 2026-08-05T19:48:48.819Z | [ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO STEP 40 (remove_files) COMPLETE |
| 5091 | 2026-08-05T19:48:48.819Z | [ recovery-image] Aug 05 19:48:48.150 INFO O| Aug 05 19:48:48.150 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5092 | 2026-08-05T19:48:48.829Z | [ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5093 | 2026-08-05T19:48:48.829Z | [ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.161 INFO STEP 41 (remove_files) COMPLETE |
| 5094 | 2026-08-05T19:48:48.829Z | [ recovery-image] Aug 05 19:48:48.161 INFO O| Aug 05 19:48:48.161 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5095 | 2026-08-05T19:48:48.840Z | [ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5096 | 2026-08-05T19:48:48.840Z | [ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.171 INFO STEP 42 (remove_files) COMPLETE |
| 5097 | 2026-08-05T19:48:48.840Z | [ recovery-image] Aug 05 19:48:48.171 INFO O| Aug 05 19:48:48.171 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5098 | 2026-08-05T19:48:48.848Z | [ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5099 | 2026-08-05T19:48:48.848Z | [ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO STEP 43 (remove_files) COMPLETE |
| 5100 | 2026-08-05T19:48:48.848Z | [ recovery-image] Aug 05 19:48:48.179 INFO O| Aug 05 19:48:48.179 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5101 | 2026-08-05T19:48:48.851Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5102 | 2026-08-05T19:48:48.856Z | [ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5103 | 2026-08-05T19:48:48.856Z | [ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO STEP 44 (remove_files) COMPLETE |
| 5104 | 2026-08-05T19:48:48.856Z | [ recovery-image] Aug 05 19:48:48.187 INFO O| Aug 05 19:48:48.187 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5105 | 2026-08-05T19:48:48.864Z | [ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5106 | 2026-08-05T19:48:48.864Z | [ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO STEP 45 (remove_files) COMPLETE |
| 5107 | 2026-08-05T19:48:48.867Z | [ recovery-image] Aug 05 19:48:48.195 INFO O| Aug 05 19:48:48.195 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5108 | 2026-08-05T19:48:48.873Z | [ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5109 | 2026-08-05T19:48:48.873Z | [ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO STEP 46 (remove_files) COMPLETE |
| 5110 | 2026-08-05T19:48:48.876Z | [ recovery-image] Aug 05 19:48:48.205 INFO O| Aug 05 19:48:48.205 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5111 | 2026-08-05T19:48:48.884Z | [ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5112 | 2026-08-05T19:48:48.884Z | [ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO STEP 47 (remove_files) COMPLETE |
| 5113 | 2026-08-05T19:48:48.888Z | [ recovery-image] Aug 05 19:48:48.216 INFO O| Aug 05 19:48:48.216 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5114 | 2026-08-05T19:48:48.888Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5115 | 2026-08-05T19:48:48.895Z | [ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5116 | 2026-08-05T19:48:48.895Z | [ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO STEP 48 (remove_files) COMPLETE |
| 5117 | 2026-08-05T19:48:48.897Z | [ recovery-image] Aug 05 19:48:48.226 INFO O| Aug 05 19:48:48.226 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-05T19:48:48.903Z | [ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5119 | 2026-08-05T19:48:48.903Z | [ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO STEP 49 (remove_files) COMPLETE |
| 5120 | 2026-08-05T19:48:48.906Z | [ recovery-image] Aug 05 19:48:48.234 INFO O| Aug 05 19:48:48.234 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5121 | 2026-08-05T19:48:48.911Z | [ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5122 | 2026-08-05T19:48:48.911Z | [ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO STEP 50 (remove_files) COMPLETE |
| 5123 | 2026-08-05T19:48:48.914Z | [ recovery-image] Aug 05 19:48:48.242 INFO O| Aug 05 19:48:48.242 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5124 | 2026-08-05T19:48:48.918Z | [ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5125 | 2026-08-05T19:48:48.919Z | [ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO STEP 51 (remove_files) COMPLETE |
| 5126 | 2026-08-05T19:48:48.919Z | [ recovery-image] Aug 05 19:48:48.250 INFO O| Aug 05 19:48:48.250 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5127 | 2026-08-05T19:48:48.929Z | [ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5128 | 2026-08-05T19:48:48.929Z | [ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO STEP 52 (remove_files) COMPLETE |
| 5129 | 2026-08-05T19:48:48.937Z | [ recovery-image] Aug 05 19:48:48.260 INFO O| Aug 05 19:48:48.260 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5130 | 2026-08-05T19:48:48.940Z | [ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5131 | 2026-08-05T19:48:48.940Z | [ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO STEP 53 (remove_files) COMPLETE |
| 5132 | 2026-08-05T19:48:48.940Z | [ recovery-image] Aug 05 19:48:48.269 INFO O| Aug 05 19:48:48.269 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5133 | 2026-08-05T19:48:48.946Z | [ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5134 | 2026-08-05T19:48:48.946Z | [ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO STEP 54 (remove_files) COMPLETE |
| 5135 | 2026-08-05T19:48:48.949Z | [ recovery-image] Aug 05 19:48:48.278 INFO O| Aug 05 19:48:48.278 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5136 | 2026-08-05T19:48:48.952Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5137 | 2026-08-05T19:48:48.955Z | [ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5138 | 2026-08-05T19:48:48.955Z | [ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO STEP 55 (remove_files) COMPLETE |
| 5139 | 2026-08-05T19:48:48.955Z | [ recovery-image] Aug 05 19:48:48.287 INFO O| Aug 05 19:48:48.287 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5140 | 2026-08-05T19:48:48.968Z | [ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5141 | 2026-08-05T19:48:48.968Z | [ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO STEP 56 (remove_files) COMPLETE |
| 5142 | 2026-08-05T19:48:48.968Z | [ recovery-image] Aug 05 19:48:48.295 INFO O| Aug 05 19:48:48.295 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5143 | 2026-08-05T19:48:48.973Z | [ recovery-image] Aug 05 19:48:48.304 INFO O| Aug 05 19:48:48.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5144 | 2026-08-05T19:48:48.973Z | [ recovery-image] Aug 05 19:48:48.305 INFO O| Aug 05 19:48:48.304 INFO STEP 57 (remove_files) COMPLETE |
| 5145 | 2026-08-05T19:48:48.976Z | [ recovery-image] Aug 05 19:48:48.305 INFO O| Aug 05 19:48:48.304 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5146 | 2026-08-05T19:48:48.983Z | [ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5147 | 2026-08-05T19:48:48.983Z | [ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.315 INFO STEP 58 (remove_files) COMPLETE |
| 5148 | 2026-08-05T19:48:48.986Z | [ recovery-image] Aug 05 19:48:48.315 INFO O| Aug 05 19:48:48.315 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5149 | 2026-08-05T19:48:48.993Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5150 | 2026-08-05T19:48:48.993Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5151 | 2026-08-05T19:48:48.993Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5152 | 2026-08-05T19:48:48.993Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5153 | 2026-08-05T19:48:48.997Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5154 | 2026-08-05T19:48:48.997Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5155 | 2026-08-05T19:48:48.997Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO ok! |
| 5156 | 2026-08-05T19:48:48.997Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO STEP 59 (ensure_file) COMPLETE |
| 5157 | 2026-08-05T19:48:48.997Z | [ recovery-image] Aug 05 19:48:48.325 INFO O| Aug 05 19:48:48.325 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5158 | 2026-08-05T19:48:49.004Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.334 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5159 | 2026-08-05T19:48:49.004Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5160 | 2026-08-05T19:48:49.004Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5161 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5162 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5163 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5164 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO ok! |
| 5165 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO STEP 60 (ensure_file) COMPLETE |
| 5166 | 2026-08-05T19:48:49.007Z | [ recovery-image] Aug 05 19:48:48.335 INFO O| Aug 05 19:48:48.335 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5167 | 2026-08-05T19:48:49.017Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5168 | 2026-08-05T19:48:49.017Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5169 | 2026-08-05T19:48:49.017Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5170 | 2026-08-05T19:48:49.021Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO ok! |
| 5171 | 2026-08-05T19:48:49.021Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO STEP 61 (ensure_file) COMPLETE |
| 5172 | 2026-08-05T19:48:49.021Z | [ recovery-image] Aug 05 19:48:48.349 INFO O| Aug 05 19:48:48.349 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5173 | 2026-08-05T19:48:49.026Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5174 | 2026-08-05T19:48:49.026Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5175 | 2026-08-05T19:48:49.029Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5176 | 2026-08-05T19:48:49.029Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO ok! |
| 5177 | 2026-08-05T19:48:49.029Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO STEP 62 (ensure_file) COMPLETE |
| 5178 | 2026-08-05T19:48:49.029Z | [ recovery-image] Aug 05 19:48:48.358 INFO O| Aug 05 19:48:48.358 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5179 | 2026-08-05T19:48:49.036Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5180 | 2026-08-05T19:48:49.036Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5181 | 2026-08-05T19:48:49.036Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5182 | 2026-08-05T19:48:49.040Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5183 | 2026-08-05T19:48:49.040Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO ok! |
| 5184 | 2026-08-05T19:48:49.040Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO STEP 63 (ensure_file) COMPLETE |
| 5185 | 2026-08-05T19:48:49.040Z | [ recovery-image] Aug 05 19:48:48.368 INFO O| Aug 05 19:48:48.368 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5186 | 2026-08-05T19:48:49.047Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5187 | 2026-08-05T19:48:49.047Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5188 | 2026-08-05T19:48:49.047Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5189 | 2026-08-05T19:48:49.050Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5190 | 2026-08-05T19:48:49.050Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO ok! |
| 5191 | 2026-08-05T19:48:49.050Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO STEP 64 (ensure_file) COMPLETE |
| 5192 | 2026-08-05T19:48:49.050Z | [ recovery-image] Aug 05 19:48:48.378 INFO O| Aug 05 19:48:48.378 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5193 | 2026-08-05T19:48:49.056Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5194 | 2026-08-05T19:48:49.056Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5195 | 2026-08-05T19:48:49.059Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5196 | 2026-08-05T19:48:49.059Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO ok! |
| 5197 | 2026-08-05T19:48:49.059Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO STEP 65 (assemble_files) COMPLETE |
| 5198 | 2026-08-05T19:48:49.059Z | [ recovery-image] Aug 05 19:48:48.388 INFO O| Aug 05 19:48:48.388 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5199 | 2026-08-05T19:48:49.066Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5200 | 2026-08-05T19:48:49.066Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5201 | 2026-08-05T19:48:49.066Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5202 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5203 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO ok! |
| 5204 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 66 (ensure_file) COMPLETE |
| 5205 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5206 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled |
| 5207 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5208 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled |
| 5209 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5210 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO skip step because feature "omicron1" is not enabled |
| 5211 | 2026-08-05T19:48:49.069Z | [ recovery-image] Aug 05 19:48:48.397 INFO O| Aug 05 19:48:48.397 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5212 | 2026-08-05T19:48:49.076Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5213 | 2026-08-05T19:48:49.079Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5214 | 2026-08-05T19:48:49.082Z | [ recovery-image] Aug 05 19:48:48.412 INFO O| Aug 05 19:48:48.411 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5215 | 2026-08-05T19:48:49.082Z | [ recovery-image] Aug 05 19:48:48.412 INFO O| Aug 05 19:48:48.411 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5216 | 2026-08-05T19:48:49.941Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 5217 | 2026-08-05T19:48:50.528Z | [ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO STEP 70 (pack_tar) COMPLETE |
| 5218 | 2026-08-05T19:48:50.528Z | [ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5219 | 2026-08-05T19:48:50.528Z | [ recovery-image] Aug 05 19:48:49.859 INFO O| Aug 05 19:48:49.859 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5220 | 2026-08-05T19:48:50.917Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 5221 | 2026-08-05T19:48:51.149Z | [ recovery-image] Aug 05 19:48:50.481 INFO O| Aug 05 19:48:50.481 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5222 | 2026-08-05T19:48:51.226Z | [ recovery-image] Aug 05 19:48:50.558 INFO O| Aug 05 19:48:50.558 INFO completed processing sled/ramdisk-02-trim |
| 5223 | 2026-08-05T19:48:51.230Z | [ recovery-image] Aug 05 19:48:50.560 INFO image builder template: ramdisk-03-recovery-trim... |
| 5224 | 2026-08-05T19:48:51.230Z | [ recovery-image] Aug 05 19:48:50.560 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 5225 | 2026-08-05T19:48:51.234Z | [ recovery-image] Aug 05 19:48:50.565 INFO O| Aug 05 19:48:50.565 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5226 | 2026-08-05T19:48:51.309Z | [ recovery-image] Aug 05 19:48:50.640 INFO O| Aug 05 19:48:50.640 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5227 | 2026-08-05T19:48:51.312Z | [ recovery-image] Aug 05 19:48:50.644 INFO O| Aug 05 19:48:50.644 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5228 | 2026-08-05T19:48:51.381Z | [ recovery-image] Aug 05 19:48:50.713 INFO O| Aug 05 19:48:50.713 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5229 | 2026-08-05T19:48:51.415Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5230 | 2026-08-05T19:48:51.447Z | [ recovery-image] Aug 05 19:48:50.778 INFO O| Aug 05 19:48:50.778 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5231 | 2026-08-05T19:48:51.447Z | [ recovery-image] Aug 05 19:48:50.779 INFO O| Aug 05 19:48:50.779 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5232 | 2026-08-05T19:48:51.454Z | [ recovery-image] Aug 05 19:48:50.786 INFO O| Aug 05 19:48:50.785 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5233 | 2026-08-05T19:48:51.458Z | [ recovery-image] Aug 05 19:48:50.790 INFO O| Aug 05 19:48:50.790 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5234 | 2026-08-05T19:48:51.463Z | [ recovery-image] Aug 05 19:48:50.795 INFO O| Aug 05 19:48:50.795 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5235 | 2026-08-05T19:48:51.887Z | [ recovery-image] Aug 05 19:48:51.218 INFO O| Aug 05 19:48:51.218 INFO rolled back to input snapshot; work may begin |
| 5236 | 2026-08-05T19:48:51.887Z | [ recovery-image] Aug 05 19:48:51.218 INFO O| Aug 05 19:48:51.218 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5237 | 2026-08-05T19:48:51.892Z | [ recovery-image] Aug 05 19:48:51.223 INFO O| Aug 05 19:48:51.223 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5238 | 2026-08-05T19:48:51.902Z | [ recovery-image] Aug 05 19:48:51.233 INFO O| Aug 05 19:48:51.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5239 | 2026-08-05T19:48:51.905Z | [ recovery-image] Aug 05 19:48:51.235 INFO O| Aug 05 19:48:51.235 INFO STEP 0 (remove_files) COMPLETE |
| 5240 | 2026-08-05T19:48:51.905Z | [ recovery-image] Aug 05 19:48:51.235 INFO O| Aug 05 19:48:51.235 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5241 | 2026-08-05T19:48:51.914Z | [ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5242 | 2026-08-05T19:48:51.914Z | [ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO STEP 1 (remove_files) COMPLETE |
| 5243 | 2026-08-05T19:48:51.914Z | [ recovery-image] Aug 05 19:48:51.245 INFO O| Aug 05 19:48:51.245 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5244 | 2026-08-05T19:48:51.923Z | [ recovery-image] Aug 05 19:48:51.254 INFO O| Aug 05 19:48:51.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5245 | 2026-08-05T19:48:51.930Z | [ recovery-image] Aug 05 19:48:51.261 INFO O| Aug 05 19:48:51.261 INFO STEP 2 (remove_files) COMPLETE |
| 5246 | 2026-08-05T19:48:51.930Z | [ recovery-image] Aug 05 19:48:51.261 INFO O| Aug 05 19:48:51.261 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5247 | 2026-08-05T19:48:51.941Z | [ recovery-image] Aug 05 19:48:51.272 INFO O| Aug 05 19:48:51.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5248 | 2026-08-05T19:48:51.988Z | [ recovery-image] Aug 05 19:48:51.319 INFO O| Aug 05 19:48:51.319 INFO STEP 3 (remove_files) COMPLETE |
| 5249 | 2026-08-05T19:48:51.988Z | [ recovery-image] Aug 05 19:48:51.319 INFO O| Aug 05 19:48:51.319 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5250 | 2026-08-05T19:48:51.999Z | [ recovery-image] Aug 05 19:48:51.330 INFO O| Aug 05 19:48:51.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5251 | 2026-08-05T19:48:52.002Z | [ recovery-image] Aug 05 19:48:51.333 INFO O| Aug 05 19:48:51.333 INFO STEP 4 (remove_files) COMPLETE |
| 5252 | 2026-08-05T19:48:52.002Z | [ recovery-image] Aug 05 19:48:51.333 INFO O| Aug 05 19:48:51.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5253 | 2026-08-05T19:48:52.012Z | [ recovery-image] Aug 05 19:48:51.343 INFO O| Aug 05 19:48:51.343 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5254 | 2026-08-05T19:48:52.038Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5255 | 2026-08-05T19:48:52.049Z | [ recovery-image] Aug 05 19:48:51.381 INFO O| Aug 05 19:48:51.380 INFO STEP 5 (remove_files) COMPLETE |
| 5256 | 2026-08-05T19:48:52.049Z | [ recovery-image] Aug 05 19:48:51.381 INFO O| Aug 05 19:48:51.380 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5257 | 2026-08-05T19:48:52.059Z | [ recovery-image] Aug 05 19:48:51.390 INFO O| Aug 05 19:48:51.390 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5258 | 2026-08-05T19:48:52.076Z | [ recovery-image] Aug 05 19:48:51.408 INFO O| Aug 05 19:48:51.408 INFO STEP 6 (remove_files) COMPLETE |
| 5259 | 2026-08-05T19:48:52.076Z | [ recovery-image] Aug 05 19:48:51.408 INFO O| Aug 05 19:48:51.408 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5260 | 2026-08-05T19:48:52.087Z | [ recovery-image] Aug 05 19:48:51.419 INFO O| Aug 05 19:48:51.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5261 | 2026-08-05T19:48:52.090Z | [ recovery-image] Aug 05 19:48:51.421 INFO O| Aug 05 19:48:51.421 INFO STEP 7 (remove_files) COMPLETE |
| 5262 | 2026-08-05T19:48:52.090Z | [ recovery-image] Aug 05 19:48:51.421 INFO O| Aug 05 19:48:51.421 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5263 | 2026-08-05T19:48:52.100Z | [ recovery-image] Aug 05 19:48:51.431 INFO O| Aug 05 19:48:51.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5264 | 2026-08-05T19:48:52.103Z | [ recovery-image] Aug 05 19:48:51.434 INFO O| Aug 05 19:48:51.434 INFO STEP 8 (remove_files) COMPLETE |
| 5265 | 2026-08-05T19:48:52.103Z | [ recovery-image] Aug 05 19:48:51.434 INFO O| Aug 05 19:48:51.434 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5266 | 2026-08-05T19:48:52.113Z | [ recovery-image] Aug 05 19:48:51.444 INFO O| Aug 05 19:48:51.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5267 | 2026-08-05T19:48:52.116Z | [ recovery-image] Aug 05 19:48:51.447 INFO O| Aug 05 19:48:51.447 INFO STEP 9 (remove_files) COMPLETE |
| 5268 | 2026-08-05T19:48:52.116Z | [ recovery-image] Aug 05 19:48:51.447 INFO O| Aug 05 19:48:51.447 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5269 | 2026-08-05T19:48:52.126Z | [ recovery-image] Aug 05 19:48:51.458 INFO O| Aug 05 19:48:51.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5270 | 2026-08-05T19:48:52.129Z | [ recovery-image] Aug 05 19:48:51.459 INFO O| Aug 05 19:48:51.459 INFO STEP 10 (remove_files) COMPLETE |
| 5271 | 2026-08-05T19:48:52.129Z | [ recovery-image] Aug 05 19:48:51.460 INFO O| Aug 05 19:48:51.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5272 | 2026-08-05T19:48:52.139Z | [ recovery-image] Aug 05 19:48:51.471 INFO O| Aug 05 19:48:51.470 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5273 | 2026-08-05T19:48:52.142Z | [ recovery-image] Aug 05 19:48:51.472 INFO O| Aug 05 19:48:51.472 INFO STEP 11 (remove_files) COMPLETE |
| 5274 | 2026-08-05T19:48:52.142Z | [ recovery-image] Aug 05 19:48:51.472 INFO O| Aug 05 19:48:51.472 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5275 | 2026-08-05T19:48:52.150Z | [ recovery-image] Aug 05 19:48:51.482 INFO O| Aug 05 19:48:51.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5276 | 2026-08-05T19:48:52.250Z | [ recovery-image] Aug 05 19:48:51.581 INFO O| Aug 05 19:48:51.581 INFO STEP 12 (remove_files) COMPLETE |
| 5277 | 2026-08-05T19:48:52.250Z | [ recovery-image] Aug 05 19:48:51.581 INFO O| Aug 05 19:48:51.581 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5278 | 2026-08-05T19:48:52.263Z | [ recovery-image] Aug 05 19:48:51.593 INFO O| Aug 05 19:48:51.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5279 | 2026-08-05T19:48:52.278Z | [ recovery-image] Aug 05 19:48:51.609 INFO O| Aug 05 19:48:51.609 INFO STEP 13 (remove_files) COMPLETE |
| 5280 | 2026-08-05T19:48:52.278Z | [ recovery-image] Aug 05 19:48:51.609 INFO O| Aug 05 19:48:51.609 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5281 | 2026-08-05T19:48:52.291Z | [ recovery-image] Aug 05 19:48:51.622 INFO O| Aug 05 19:48:51.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5282 | 2026-08-05T19:48:52.295Z | [ recovery-image] Aug 05 19:48:51.626 INFO O| Aug 05 19:48:51.626 INFO STEP 14 (remove_files) COMPLETE |
| 5283 | 2026-08-05T19:48:52.295Z | [ recovery-image] Aug 05 19:48:51.626 INFO O| Aug 05 19:48:51.626 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5284 | 2026-08-05T19:48:52.309Z | [ recovery-image] Aug 05 19:48:51.640 INFO O| Aug 05 19:48:51.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5285 | 2026-08-05T19:48:52.312Z | [ recovery-image] Aug 05 19:48:51.640 INFO O| Aug 05 19:48:51.640 INFO STEP 15 (remove_files) COMPLETE |
| 5286 | 2026-08-05T19:48:52.312Z | [ recovery-image] Aug 05 19:48:51.641 INFO O| Aug 05 19:48:51.640 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5287 | 2026-08-05T19:48:52.321Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5288 | 2026-08-05T19:48:52.328Z | [ recovery-image] Aug 05 19:48:51.660 INFO O| Aug 05 19:48:51.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5289 | 2026-08-05T19:48:52.362Z | [ recovery-image] Aug 05 19:48:51.692 INFO O| Aug 05 19:48:51.692 INFO STEP 16 (remove_files) COMPLETE |
| 5290 | 2026-08-05T19:48:52.362Z | [ recovery-image] Aug 05 19:48:51.692 INFO O| Aug 05 19:48:51.692 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5291 | 2026-08-05T19:48:52.381Z | [ recovery-image] Aug 05 19:48:51.712 INFO O| Aug 05 19:48:51.712 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5292 | 2026-08-05T19:48:52.427Z | [ recovery-image] Aug 05 19:48:51.758 INFO O| Aug 05 19:48:51.758 INFO STEP 17 (remove_files) COMPLETE |
| 5293 | 2026-08-05T19:48:52.427Z | [ recovery-image] Aug 05 19:48:51.759 INFO O| Aug 05 19:48:51.758 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5294 | 2026-08-05T19:48:52.441Z | [ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5295 | 2026-08-05T19:48:52.441Z | [ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO STEP 18 (remove_files) COMPLETE |
| 5296 | 2026-08-05T19:48:52.441Z | [ recovery-image] Aug 05 19:48:51.772 INFO O| Aug 05 19:48:51.772 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5297 | 2026-08-05T19:48:52.452Z | [ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5298 | 2026-08-05T19:48:52.452Z | [ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO STEP 19 (remove_files) COMPLETE |
| 5299 | 2026-08-05T19:48:52.455Z | [ recovery-image] Aug 05 19:48:51.783 INFO O| Aug 05 19:48:51.783 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5300 | 2026-08-05T19:48:52.460Z | [ recovery-image] Aug 05 19:48:51.792 INFO O| Aug 05 19:48:51.792 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5301 | 2026-08-05T19:48:52.581Z | [ recovery-image] Aug 05 19:48:51.912 INFO O| Aug 05 19:48:51.912 INFO STEP 20 (remove_files) COMPLETE |
| 5302 | 2026-08-05T19:48:52.581Z | [ recovery-image] Aug 05 19:48:51.912 INFO O| Aug 05 19:48:51.912 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5303 | 2026-08-05T19:48:52.594Z | [ recovery-image] Aug 05 19:48:51.926 INFO O| Aug 05 19:48:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5304 | 2026-08-05T19:48:52.605Z | [ recovery-image] Aug 05 19:48:51.937 INFO O| Aug 05 19:48:51.937 INFO STEP 21 (remove_files) COMPLETE |
| 5305 | 2026-08-05T19:48:52.605Z | [ recovery-image] Aug 05 19:48:51.937 INFO O| Aug 05 19:48:51.937 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5306 | 2026-08-05T19:48:52.622Z | [ recovery-image] Aug 05 19:48:51.954 INFO O| Aug 05 19:48:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5307 | 2026-08-05T19:48:52.625Z | [ recovery-image] Aug 05 19:48:51.955 INFO O| Aug 05 19:48:51.955 INFO STEP 22 (remove_files) COMPLETE |
| 5308 | 2026-08-05T19:48:52.625Z | [ recovery-image] Aug 05 19:48:51.955 INFO O| Aug 05 19:48:51.955 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5309 | 2026-08-05T19:48:52.630Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5310 | 2026-08-05T19:48:52.635Z | [ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5311 | 2026-08-05T19:48:52.638Z | [ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO STEP 23 (remove_files) COMPLETE |
| 5312 | 2026-08-05T19:48:52.638Z | [ recovery-image] Aug 05 19:48:51.967 INFO O| Aug 05 19:48:51.967 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5313 | 2026-08-05T19:48:52.651Z | [ recovery-image] Aug 05 19:48:51.978 INFO O| Aug 05 19:48:51.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5314 | 2026-08-05T19:48:52.651Z | [ recovery-image] Aug 05 19:48:51.980 INFO O| Aug 05 19:48:51.980 INFO STEP 24 (remove_files) COMPLETE |
| 5315 | 2026-08-05T19:48:52.651Z | [ recovery-image] Aug 05 19:48:51.980 INFO O| Aug 05 19:48:51.980 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5316 | 2026-08-05T19:48:52.659Z | [ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5317 | 2026-08-05T19:48:52.659Z | [ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO STEP 25 (remove_files) COMPLETE |
| 5318 | 2026-08-05T19:48:52.662Z | [ recovery-image] Aug 05 19:48:51.991 INFO O| Aug 05 19:48:51.991 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5319 | 2026-08-05T19:48:52.670Z | [ recovery-image] Aug 05 19:48:52.001 INFO O| Aug 05 19:48:52.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5320 | 2026-08-05T19:48:52.673Z | [ recovery-image] Aug 05 19:48:52.003 INFO O| Aug 05 19:48:52.003 INFO STEP 26 (remove_files) COMPLETE |
| 5321 | 2026-08-05T19:48:52.673Z | [ recovery-image] Aug 05 19:48:52.003 INFO O| Aug 05 19:48:52.003 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5322 | 2026-08-05T19:48:52.681Z | [ recovery-image] Aug 05 19:48:52.012 INFO O| Aug 05 19:48:52.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5323 | 2026-08-05T19:48:52.684Z | [ recovery-image] Aug 05 19:48:52.013 INFO O| Aug 05 19:48:52.013 INFO STEP 27 (remove_files) COMPLETE |
| 5324 | 2026-08-05T19:48:52.684Z | [ recovery-image] Aug 05 19:48:52.013 INFO O| Aug 05 19:48:52.013 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5325 | 2026-08-05T19:48:52.692Z | [ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5326 | 2026-08-05T19:48:52.692Z | [ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO STEP 28 (remove_files) COMPLETE |
| 5327 | 2026-08-05T19:48:52.692Z | [ recovery-image] Aug 05 19:48:52.023 INFO O| Aug 05 19:48:52.023 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5328 | 2026-08-05T19:48:52.703Z | [ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5329 | 2026-08-05T19:48:52.703Z | [ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.035 INFO STEP 29 (remove_files) COMPLETE |
| 5330 | 2026-08-05T19:48:52.703Z | [ recovery-image] Aug 05 19:48:52.035 INFO O| Aug 05 19:48:52.035 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5331 | 2026-08-05T19:48:52.723Z | [ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5332 | 2026-08-05T19:48:52.723Z | [ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO STEP 30 (remove_files) COMPLETE |
| 5333 | 2026-08-05T19:48:52.723Z | [ recovery-image] Aug 05 19:48:52.055 INFO O| Aug 05 19:48:52.055 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5334 | 2026-08-05T19:48:52.734Z | [ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5335 | 2026-08-05T19:48:52.734Z | [ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO STEP 31 (remove_files) COMPLETE |
| 5336 | 2026-08-05T19:48:52.734Z | [ recovery-image] Aug 05 19:48:52.065 INFO O| Aug 05 19:48:52.065 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5337 | 2026-08-05T19:48:52.745Z | [ recovery-image] Aug 05 19:48:52.076 INFO O| Aug 05 19:48:52.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5338 | 2026-08-05T19:48:52.748Z | [ recovery-image] Aug 05 19:48:52.077 INFO O| Aug 05 19:48:52.077 INFO STEP 32 (remove_files) COMPLETE |
| 5339 | 2026-08-05T19:48:52.748Z | [ recovery-image] Aug 05 19:48:52.077 INFO O| Aug 05 19:48:52.077 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5340 | 2026-08-05T19:48:52.756Z | [ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5341 | 2026-08-05T19:48:52.756Z | [ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO STEP 33 (remove_files) COMPLETE |
| 5342 | 2026-08-05T19:48:52.759Z | [ recovery-image] Aug 05 19:48:52.087 INFO O| Aug 05 19:48:52.087 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5343 | 2026-08-05T19:48:52.765Z | [ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5344 | 2026-08-05T19:48:52.766Z | [ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO STEP 34 (remove_files) COMPLETE |
| 5345 | 2026-08-05T19:48:52.766Z | [ recovery-image] Aug 05 19:48:52.097 INFO O| Aug 05 19:48:52.097 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5346 | 2026-08-05T19:48:52.775Z | [ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5347 | 2026-08-05T19:48:52.775Z | [ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO STEP 35 (remove_files) COMPLETE |
| 5348 | 2026-08-05T19:48:52.775Z | [ recovery-image] Aug 05 19:48:52.107 INFO O| Aug 05 19:48:52.107 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5349 | 2026-08-05T19:48:52.785Z | [ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5350 | 2026-08-05T19:48:52.785Z | [ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO STEP 36 (remove_files) COMPLETE |
| 5351 | 2026-08-05T19:48:52.785Z | [ recovery-image] Aug 05 19:48:52.116 INFO O| Aug 05 19:48:52.116 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5352 | 2026-08-05T19:48:52.794Z | [ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5353 | 2026-08-05T19:48:52.794Z | [ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO STEP 37 (remove_files) COMPLETE |
| 5354 | 2026-08-05T19:48:52.794Z | [ recovery-image] Aug 05 19:48:52.125 INFO O| Aug 05 19:48:52.125 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5355 | 2026-08-05T19:48:52.804Z | [ recovery-image] Aug 05 19:48:52.135 INFO O| Aug 05 19:48:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5356 | 2026-08-05T19:48:52.807Z | [ recovery-image] Aug 05 19:48:52.136 INFO O| Aug 05 19:48:52.136 INFO STEP 38 (remove_files) COMPLETE |
| 5357 | 2026-08-05T19:48:52.807Z | [ recovery-image] Aug 05 19:48:52.136 INFO O| Aug 05 19:48:52.136 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5358 | 2026-08-05T19:48:52.814Z | [ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5359 | 2026-08-05T19:48:52.814Z | [ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO STEP 39 (remove_files) COMPLETE |
| 5360 | 2026-08-05T19:48:52.814Z | [ recovery-image] Aug 05 19:48:52.146 INFO O| Aug 05 19:48:52.146 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5361 | 2026-08-05T19:48:52.825Z | [ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5362 | 2026-08-05T19:48:52.825Z | [ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO STEP 40 (remove_files) COMPLETE |
| 5363 | 2026-08-05T19:48:52.828Z | [ recovery-image] Aug 05 19:48:52.156 INFO O| Aug 05 19:48:52.156 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5364 | 2026-08-05T19:48:52.834Z | [ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5365 | 2026-08-05T19:48:52.834Z | [ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO STEP 41 (remove_files) COMPLETE |
| 5366 | 2026-08-05T19:48:52.834Z | [ recovery-image] Aug 05 19:48:52.166 INFO O| Aug 05 19:48:52.166 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5367 | 2026-08-05T19:48:52.845Z | [ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5368 | 2026-08-05T19:48:52.845Z | [ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO STEP 42 (remove_files) COMPLETE |
| 5369 | 2026-08-05T19:48:52.845Z | [ recovery-image] Aug 05 19:48:52.176 INFO O| Aug 05 19:48:52.176 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5370 | 2026-08-05T19:48:52.855Z | [ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5371 | 2026-08-05T19:48:52.855Z | [ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO STEP 43 (remove_files) COMPLETE |
| 5372 | 2026-08-05T19:48:52.855Z | [ recovery-image] Aug 05 19:48:52.186 INFO O| Aug 05 19:48:52.186 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5373 | 2026-08-05T19:48:52.866Z | [ recovery-image] Aug 05 19:48:52.197 INFO O| Aug 05 19:48:52.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5374 | 2026-08-05T19:48:52.869Z | [ recovery-image] Aug 05 19:48:52.198 INFO O| Aug 05 19:48:52.198 INFO STEP 44 (remove_files) COMPLETE |
| 5375 | 2026-08-05T19:48:52.869Z | [ recovery-image] Aug 05 19:48:52.198 INFO O| Aug 05 19:48:52.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5376 | 2026-08-05T19:48:52.877Z | [ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5377 | 2026-08-05T19:48:52.877Z | [ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO STEP 45 (remove_files) COMPLETE |
| 5378 | 2026-08-05T19:48:52.877Z | [ recovery-image] Aug 05 19:48:52.209 INFO O| Aug 05 19:48:52.209 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5379 | 2026-08-05T19:48:52.887Z | [ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5380 | 2026-08-05T19:48:52.887Z | [ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.219 INFO STEP 46 (remove_files) COMPLETE |
| 5381 | 2026-08-05T19:48:52.890Z | [ recovery-image] Aug 05 19:48:52.219 INFO O| Aug 05 19:48:52.219 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5382 | 2026-08-05T19:48:52.896Z | [ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5383 | 2026-08-05T19:48:52.896Z | [ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO STEP 47 (remove_files) COMPLETE |
| 5384 | 2026-08-05T19:48:52.896Z | [ recovery-image] Aug 05 19:48:52.228 INFO O| Aug 05 19:48:52.228 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5385 | 2026-08-05T19:48:52.906Z | [ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5386 | 2026-08-05T19:48:52.906Z | [ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO STEP 48 (remove_files) COMPLETE |
| 5387 | 2026-08-05T19:48:52.909Z | [ recovery-image] Aug 05 19:48:52.238 INFO O| Aug 05 19:48:52.238 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5388 | 2026-08-05T19:48:52.918Z | [ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5389 | 2026-08-05T19:48:52.918Z | [ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO STEP 49 (remove_files) COMPLETE |
| 5390 | 2026-08-05T19:48:52.918Z | [ recovery-image] Aug 05 19:48:52.249 INFO O| Aug 05 19:48:52.249 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5391 | 2026-08-05T19:48:52.927Z | [ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5392 | 2026-08-05T19:48:52.927Z | [ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO STEP 50 (remove_files) COMPLETE |
| 5393 | 2026-08-05T19:48:52.927Z | [ recovery-image] Aug 05 19:48:52.259 INFO O| Aug 05 19:48:52.259 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5394 | 2026-08-05T19:48:52.936Z | [ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5395 | 2026-08-05T19:48:52.939Z | [ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.268 INFO STEP 51 (remove_files) COMPLETE |
| 5396 | 2026-08-05T19:48:52.939Z | [ recovery-image] Aug 05 19:48:52.268 INFO O| Aug 05 19:48:52.268 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5397 | 2026-08-05T19:48:52.946Z | [ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5398 | 2026-08-05T19:48:52.946Z | [ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO STEP 52 (remove_files) COMPLETE |
| 5399 | 2026-08-05T19:48:52.946Z | [ recovery-image] Aug 05 19:48:52.278 INFO O| Aug 05 19:48:52.278 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5400 | 2026-08-05T19:48:52.957Z | [ recovery-image] Aug 05 19:48:52.288 INFO O| Aug 05 19:48:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5401 | 2026-08-05T19:48:52.962Z | [ recovery-image] Aug 05 19:48:52.289 INFO O| Aug 05 19:48:52.289 INFO STEP 53 (remove_files) COMPLETE |
| 5402 | 2026-08-05T19:48:52.962Z | [ recovery-image] Aug 05 19:48:52.289 INFO O| Aug 05 19:48:52.289 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5403 | 2026-08-05T19:48:52.968Z | [ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5404 | 2026-08-05T19:48:52.968Z | [ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO STEP 54 (remove_files) COMPLETE |
| 5405 | 2026-08-05T19:48:52.972Z | [ recovery-image] Aug 05 19:48:52.299 INFO O| Aug 05 19:48:52.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5406 | 2026-08-05T19:48:52.976Z | [ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5407 | 2026-08-05T19:48:52.976Z | [ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO STEP 55 (remove_files) COMPLETE |
| 5408 | 2026-08-05T19:48:52.979Z | [ recovery-image] Aug 05 19:48:52.308 INFO O| Aug 05 19:48:52.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5409 | 2026-08-05T19:48:52.986Z | [ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5410 | 2026-08-05T19:48:52.986Z | [ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO STEP 56 (remove_files) COMPLETE |
| 5411 | 2026-08-05T19:48:52.990Z | [ recovery-image] Aug 05 19:48:52.318 INFO O| Aug 05 19:48:52.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5412 | 2026-08-05T19:48:52.998Z | [ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5413 | 2026-08-05T19:48:52.998Z | [ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO STEP 57 (remove_files) COMPLETE |
| 5414 | 2026-08-05T19:48:53.002Z | [ recovery-image] Aug 05 19:48:52.330 INFO O| Aug 05 19:48:52.330 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5415 | 2026-08-05T19:48:53.009Z | [ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5416 | 2026-08-05T19:48:53.009Z | [ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO STEP 58 (remove_files) COMPLETE |
| 5417 | 2026-08-05T19:48:53.009Z | [ recovery-image] Aug 05 19:48:52.340 INFO O| Aug 05 19:48:52.340 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5418 | 2026-08-05T19:48:53.019Z | [ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5419 | 2026-08-05T19:48:53.019Z | [ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO STEP 59 (remove_files) COMPLETE |
| 5420 | 2026-08-05T19:48:53.019Z | [ recovery-image] Aug 05 19:48:52.350 INFO O| Aug 05 19:48:52.350 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5421 | 2026-08-05T19:48:53.029Z | [ recovery-image] Aug 05 19:48:52.360 INFO O| Aug 05 19:48:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5422 | 2026-08-05T19:48:53.032Z | [ recovery-image] Aug 05 19:48:52.361 INFO O| Aug 05 19:48:52.361 INFO STEP 60 (remove_files) COMPLETE |
| 5423 | 2026-08-05T19:48:53.032Z | [ recovery-image] Aug 05 19:48:52.361 INFO O| Aug 05 19:48:52.361 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5424 | 2026-08-05T19:48:53.041Z | [ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5425 | 2026-08-05T19:48:53.041Z | [ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO STEP 61 (remove_files) COMPLETE |
| 5426 | 2026-08-05T19:48:53.041Z | [ recovery-image] Aug 05 19:48:52.373 INFO O| Aug 05 19:48:52.373 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5427 | 2026-08-05T19:48:53.051Z | [ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5428 | 2026-08-05T19:48:53.051Z | [ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO STEP 62 (remove_files) COMPLETE |
| 5429 | 2026-08-05T19:48:53.055Z | [ recovery-image] Aug 05 19:48:52.383 INFO O| Aug 05 19:48:52.383 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5430 | 2026-08-05T19:48:53.061Z | [ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5431 | 2026-08-05T19:48:53.061Z | [ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO STEP 63 (remove_files) COMPLETE |
| 5432 | 2026-08-05T19:48:53.061Z | [ recovery-image] Aug 05 19:48:52.393 INFO O| Aug 05 19:48:52.393 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5433 | 2026-08-05T19:48:53.071Z | [ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5434 | 2026-08-05T19:48:53.071Z | [ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO STEP 64 (remove_files) COMPLETE |
| 5435 | 2026-08-05T19:48:53.075Z | [ recovery-image] Aug 05 19:48:52.402 INFO O| Aug 05 19:48:52.402 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5436 | 2026-08-05T19:48:53.080Z | [ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5437 | 2026-08-05T19:48:53.080Z | [ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO STEP 65 (remove_files) COMPLETE |
| 5438 | 2026-08-05T19:48:53.080Z | [ recovery-image] Aug 05 19:48:52.412 INFO O| Aug 05 19:48:52.412 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5439 | 2026-08-05T19:48:53.090Z | [ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5440 | 2026-08-05T19:48:53.090Z | [ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO STEP 66 (remove_files) COMPLETE |
| 5441 | 2026-08-05T19:48:53.093Z | [ recovery-image] Aug 05 19:48:52.422 INFO O| Aug 05 19:48:52.422 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5442 | 2026-08-05T19:48:53.100Z | [ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5443 | 2026-08-05T19:48:53.100Z | [ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO STEP 67 (remove_files) COMPLETE |
| 5444 | 2026-08-05T19:48:53.100Z | [ recovery-image] Aug 05 19:48:52.431 INFO O| Aug 05 19:48:52.431 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5445 | 2026-08-05T19:48:53.111Z | [ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5446 | 2026-08-05T19:48:53.111Z | [ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO STEP 68 (remove_files) COMPLETE |
| 5447 | 2026-08-05T19:48:53.111Z | [ recovery-image] Aug 05 19:48:52.442 INFO O| Aug 05 19:48:52.442 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5448 | 2026-08-05T19:48:53.121Z | [ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5449 | 2026-08-05T19:48:53.121Z | [ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO STEP 69 (remove_files) COMPLETE |
| 5450 | 2026-08-05T19:48:53.121Z | [ recovery-image] Aug 05 19:48:52.452 INFO O| Aug 05 19:48:52.452 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5451 | 2026-08-05T19:48:53.132Z | [ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5452 | 2026-08-05T19:48:53.132Z | [ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO STEP 70 (remove_files) COMPLETE |
| 5453 | 2026-08-05T19:48:53.135Z | [ recovery-image] Aug 05 19:48:52.464 INFO O| Aug 05 19:48:52.464 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5454 | 2026-08-05T19:48:53.147Z | [ recovery-image] Aug 05 19:48:52.474 INFO O| Aug 05 19:48:52.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5455 | 2026-08-05T19:48:53.147Z | [ recovery-image] Aug 05 19:48:52.474 INFO O| Aug 05 19:48:52.474 INFO STEP 71 (remove_files) COMPLETE |
| 5456 | 2026-08-05T19:48:53.147Z | [ recovery-image] Aug 05 19:48:52.475 INFO O| Aug 05 19:48:52.474 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5457 | 2026-08-05T19:48:53.153Z | [ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5458 | 2026-08-05T19:48:53.153Z | [ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO STEP 72 (remove_files) COMPLETE |
| 5459 | 2026-08-05T19:48:53.153Z | [ recovery-image] Aug 05 19:48:52.485 INFO O| Aug 05 19:48:52.485 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5460 | 2026-08-05T19:48:53.162Z | [ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5461 | 2026-08-05T19:48:53.162Z | [ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO STEP 73 (remove_files) COMPLETE |
| 5462 | 2026-08-05T19:48:53.162Z | [ recovery-image] Aug 05 19:48:52.493 INFO O| Aug 05 19:48:52.493 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5463 | 2026-08-05T19:48:53.171Z | [ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5464 | 2026-08-05T19:48:53.171Z | [ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO STEP 74 (remove_files) COMPLETE |
| 5465 | 2026-08-05T19:48:53.171Z | [ recovery-image] Aug 05 19:48:52.503 INFO O| Aug 05 19:48:52.503 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5466 | 2026-08-05T19:48:53.180Z | [ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5467 | 2026-08-05T19:48:53.180Z | [ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO STEP 75 (remove_files) COMPLETE |
| 5468 | 2026-08-05T19:48:53.181Z | [ recovery-image] Aug 05 19:48:52.512 INFO O| Aug 05 19:48:52.512 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5469 | 2026-08-05T19:48:53.184Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 5470 | 2026-08-05T19:48:53.190Z | [ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5471 | 2026-08-05T19:48:53.190Z | [ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO STEP 76 (remove_files) COMPLETE |
| 5472 | 2026-08-05T19:48:53.190Z | [ recovery-image] Aug 05 19:48:52.522 INFO O| Aug 05 19:48:52.522 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5473 | 2026-08-05T19:48:53.205Z | [ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5474 | 2026-08-05T19:48:53.205Z | [ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO STEP 77 (remove_files) COMPLETE |
| 5475 | 2026-08-05T19:48:53.205Z | [ recovery-image] Aug 05 19:48:52.537 INFO O| Aug 05 19:48:52.537 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5476 | 2026-08-05T19:48:53.215Z | [ recovery-image] Aug 05 19:48:52.546 INFO O| Aug 05 19:48:52.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5477 | 2026-08-05T19:48:53.215Z | [ recovery-image] Aug 05 19:48:52.547 INFO O| Aug 05 19:48:52.546 INFO STEP 78 (remove_files) COMPLETE |
| 5478 | 2026-08-05T19:48:53.218Z | [ recovery-image] Aug 05 19:48:52.547 INFO O| Aug 05 19:48:52.547 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5479 | 2026-08-05T19:48:53.223Z | [ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5480 | 2026-08-05T19:48:53.223Z | [ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO STEP 79 (remove_files) COMPLETE |
| 5481 | 2026-08-05T19:48:53.226Z | [ recovery-image] Aug 05 19:48:52.555 INFO O| Aug 05 19:48:52.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5482 | 2026-08-05T19:48:53.231Z | [ recovery-image] Aug 05 19:48:52.562 INFO O| Aug 05 19:48:52.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5483 | 2026-08-05T19:48:53.231Z | [ recovery-image] Aug 05 19:48:52.563 INFO O| Aug 05 19:48:52.562 INFO STEP 80 (remove_files) COMPLETE |
| 5484 | 2026-08-05T19:48:53.234Z | [ recovery-image] Aug 05 19:48:52.563 INFO O| Aug 05 19:48:52.562 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5485 | 2026-08-05T19:48:53.239Z | [ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5486 | 2026-08-05T19:48:53.239Z | [ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO STEP 81 (remove_files) COMPLETE |
| 5487 | 2026-08-05T19:48:53.239Z | [ recovery-image] Aug 05 19:48:52.571 INFO O| Aug 05 19:48:52.571 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5488 | 2026-08-05T19:48:53.249Z | [ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5489 | 2026-08-05T19:48:53.249Z | [ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO STEP 82 (remove_files) COMPLETE |
| 5490 | 2026-08-05T19:48:53.250Z | [ recovery-image] Aug 05 19:48:52.581 INFO O| Aug 05 19:48:52.581 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5491 | 2026-08-05T19:48:53.259Z | [ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5492 | 2026-08-05T19:48:53.259Z | [ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO STEP 83 (remove_files) COMPLETE |
| 5493 | 2026-08-05T19:48:53.259Z | [ recovery-image] Aug 05 19:48:52.591 INFO O| Aug 05 19:48:52.591 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5494 | 2026-08-05T19:48:53.269Z | [ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5495 | 2026-08-05T19:48:53.269Z | [ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO STEP 84 (remove_files) COMPLETE |
| 5496 | 2026-08-05T19:48:53.269Z | [ recovery-image] Aug 05 19:48:52.600 INFO O| Aug 05 19:48:52.600 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5497 | 2026-08-05T19:48:53.278Z | [ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5498 | 2026-08-05T19:48:53.278Z | [ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO STEP 85 (remove_files) COMPLETE |
| 5499 | 2026-08-05T19:48:53.282Z | [ recovery-image] Aug 05 19:48:52.609 INFO O| Aug 05 19:48:52.609 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5500 | 2026-08-05T19:48:53.287Z | [ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5501 | 2026-08-05T19:48:53.287Z | [ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO STEP 86 (remove_files) COMPLETE |
| 5502 | 2026-08-05T19:48:53.287Z | [ recovery-image] Aug 05 19:48:52.618 INFO O| Aug 05 19:48:52.618 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5503 | 2026-08-05T19:48:53.296Z | [ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5504 | 2026-08-05T19:48:53.296Z | [ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO STEP 87 (remove_files) COMPLETE |
| 5505 | 2026-08-05T19:48:53.296Z | [ recovery-image] Aug 05 19:48:52.628 INFO O| Aug 05 19:48:52.628 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5506 | 2026-08-05T19:48:53.307Z | [ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5507 | 2026-08-05T19:48:53.307Z | [ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO STEP 88 (remove_files) COMPLETE |
| 5508 | 2026-08-05T19:48:53.307Z | [ recovery-image] Aug 05 19:48:52.638 INFO O| Aug 05 19:48:52.638 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5509 | 2026-08-05T19:48:53.315Z | [ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5510 | 2026-08-05T19:48:53.315Z | [ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO STEP 89 (remove_files) COMPLETE |
| 5511 | 2026-08-05T19:48:53.318Z | [ recovery-image] Aug 05 19:48:52.647 INFO O| Aug 05 19:48:52.647 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5512 | 2026-08-05T19:48:53.324Z | [ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5513 | 2026-08-05T19:48:53.324Z | [ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO STEP 90 (remove_files) COMPLETE |
| 5514 | 2026-08-05T19:48:53.324Z | [ recovery-image] Aug 05 19:48:52.655 INFO O| Aug 05 19:48:52.655 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5515 | 2026-08-05T19:48:53.333Z | [ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5516 | 2026-08-05T19:48:53.333Z | [ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.665 INFO STEP 91 (remove_files) COMPLETE |
| 5517 | 2026-08-05T19:48:53.333Z | [ recovery-image] Aug 05 19:48:52.665 INFO O| Aug 05 19:48:52.665 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5518 | 2026-08-05T19:48:53.342Z | [ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5519 | 2026-08-05T19:48:53.342Z | [ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO STEP 92 (remove_files) COMPLETE |
| 5520 | 2026-08-05T19:48:53.345Z | [ recovery-image] Aug 05 19:48:52.673 INFO O| Aug 05 19:48:52.673 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5521 | 2026-08-05T19:48:53.351Z | [ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5522 | 2026-08-05T19:48:53.351Z | [ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO STEP 93 (remove_files) COMPLETE |
| 5523 | 2026-08-05T19:48:53.354Z | [ recovery-image] Aug 05 19:48:52.682 INFO O| Aug 05 19:48:52.682 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5524 | 2026-08-05T19:48:53.359Z | [ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5525 | 2026-08-05T19:48:53.359Z | [ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO STEP 94 (remove_files) COMPLETE |
| 5526 | 2026-08-05T19:48:53.363Z | [ recovery-image] Aug 05 19:48:52.691 INFO O| Aug 05 19:48:52.691 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5527 | 2026-08-05T19:48:53.372Z | [ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5528 | 2026-08-05T19:48:53.372Z | [ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO STEP 95 (remove_files) COMPLETE |
| 5529 | 2026-08-05T19:48:53.375Z | [ recovery-image] Aug 05 19:48:52.703 INFO O| Aug 05 19:48:52.703 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5530 | 2026-08-05T19:48:53.381Z | [ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5531 | 2026-08-05T19:48:53.381Z | [ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO STEP 96 (remove_files) COMPLETE |
| 5532 | 2026-08-05T19:48:53.384Z | [ recovery-image] Aug 05 19:48:52.712 INFO O| Aug 05 19:48:52.712 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5533 | 2026-08-05T19:48:53.391Z | [ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5534 | 2026-08-05T19:48:53.391Z | [ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO STEP 97 (remove_files) COMPLETE |
| 5535 | 2026-08-05T19:48:53.391Z | [ recovery-image] Aug 05 19:48:52.722 INFO O| Aug 05 19:48:52.722 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5536 | 2026-08-05T19:48:53.400Z | [ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5537 | 2026-08-05T19:48:53.400Z | [ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.732 INFO STEP 98 (remove_files) COMPLETE |
| 5538 | 2026-08-05T19:48:53.403Z | [ recovery-image] Aug 05 19:48:52.732 INFO O| Aug 05 19:48:52.732 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5539 | 2026-08-05T19:48:53.408Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5540 | 2026-08-05T19:48:53.412Z | [ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5541 | 2026-08-05T19:48:53.412Z | [ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO STEP 99 (remove_files) COMPLETE |
| 5542 | 2026-08-05T19:48:53.412Z | [ recovery-image] Aug 05 19:48:52.741 INFO O| Aug 05 19:48:52.741 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5543 | 2026-08-05T19:48:53.419Z | [ recovery-image] Aug 05 19:48:52.750 INFO O| Aug 05 19:48:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5544 | 2026-08-05T19:48:53.423Z | [ recovery-image] Aug 05 19:48:52.751 INFO O| Aug 05 19:48:52.751 INFO STEP 100 (remove_files) COMPLETE |
| 5545 | 2026-08-05T19:48:53.423Z | [ recovery-image] Aug 05 19:48:52.751 INFO O| Aug 05 19:48:52.751 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5546 | 2026-08-05T19:48:53.434Z | [ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5547 | 2026-08-05T19:48:53.435Z | [ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO STEP 101 (remove_files) COMPLETE |
| 5548 | 2026-08-05T19:48:53.438Z | [ recovery-image] Aug 05 19:48:52.766 INFO O| Aug 05 19:48:52.766 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5549 | 2026-08-05T19:48:53.445Z | [ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5550 | 2026-08-05T19:48:53.445Z | [ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.777 INFO STEP 102 (remove_files) COMPLETE |
| 5551 | 2026-08-05T19:48:53.445Z | [ recovery-image] Aug 05 19:48:52.777 INFO O| Aug 05 19:48:52.777 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5552 | 2026-08-05T19:48:53.456Z | [ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5553 | 2026-08-05T19:48:53.456Z | [ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO STEP 103 (remove_files) COMPLETE |
| 5554 | 2026-08-05T19:48:53.459Z | [ recovery-image] Aug 05 19:48:52.787 INFO O| Aug 05 19:48:52.787 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5555 | 2026-08-05T19:48:53.465Z | [ recovery-image] Aug 05 19:48:52.796 INFO O| Aug 05 19:48:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5556 | 2026-08-05T19:48:53.467Z | [ recovery-image] Aug 05 19:48:52.797 INFO O| Aug 05 19:48:52.797 INFO STEP 104 (remove_files) COMPLETE |
| 5557 | 2026-08-05T19:48:53.468Z | [ recovery-image] Aug 05 19:48:52.797 INFO O| Aug 05 19:48:52.797 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5558 | 2026-08-05T19:48:53.475Z | [ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5559 | 2026-08-05T19:48:53.475Z | [ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.807 INFO STEP 105 (remove_files) COMPLETE |
| 5560 | 2026-08-05T19:48:53.479Z | [ recovery-image] Aug 05 19:48:52.807 INFO O| Aug 05 19:48:52.807 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5561 | 2026-08-05T19:48:53.486Z | [ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5562 | 2026-08-05T19:48:53.486Z | [ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO STEP 106 (remove_files) COMPLETE |
| 5563 | 2026-08-05T19:48:53.490Z | [ recovery-image] Aug 05 19:48:52.818 INFO O| Aug 05 19:48:52.818 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5564 | 2026-08-05T19:48:53.490Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 5565 | 2026-08-05T19:48:53.496Z | [ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5566 | 2026-08-05T19:48:53.496Z | [ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO STEP 107 (remove_files) COMPLETE |
| 5567 | 2026-08-05T19:48:53.496Z | [ recovery-image] Aug 05 19:48:52.827 INFO O| Aug 05 19:48:52.827 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5568 | 2026-08-05T19:48:53.512Z | [ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5569 | 2026-08-05T19:48:53.513Z | [ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO STEP 108 (remove_files) COMPLETE |
| 5570 | 2026-08-05T19:48:53.513Z | [ recovery-image] Aug 05 19:48:52.839 INFO O| Aug 05 19:48:52.839 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5571 | 2026-08-05T19:48:53.518Z | [ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5572 | 2026-08-05T19:48:53.518Z | [ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO STEP 109 (remove_files) COMPLETE |
| 5573 | 2026-08-05T19:48:53.518Z | [ recovery-image] Aug 05 19:48:52.849 INFO O| Aug 05 19:48:52.849 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5574 | 2026-08-05T19:48:53.527Z | [ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5575 | 2026-08-05T19:48:53.527Z | [ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO STEP 110 (remove_files) COMPLETE |
| 5576 | 2026-08-05T19:48:53.533Z | [ recovery-image] Aug 05 19:48:52.859 INFO O| Aug 05 19:48:52.859 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5577 | 2026-08-05T19:48:53.536Z | [ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5578 | 2026-08-05T19:48:53.536Z | [ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO STEP 111 (remove_files) COMPLETE |
| 5579 | 2026-08-05T19:48:53.536Z | [ recovery-image] Aug 05 19:48:52.868 INFO O| Aug 05 19:48:52.868 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5580 | 2026-08-05T19:48:53.547Z | [ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5581 | 2026-08-05T19:48:53.547Z | [ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO STEP 112 (remove_files) COMPLETE |
| 5582 | 2026-08-05T19:48:53.547Z | [ recovery-image] Aug 05 19:48:52.878 INFO O| Aug 05 19:48:52.877 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5583 | 2026-08-05T19:48:53.555Z | [ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5584 | 2026-08-05T19:48:53.555Z | [ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO STEP 113 (remove_files) COMPLETE |
| 5585 | 2026-08-05T19:48:53.555Z | [ recovery-image] Aug 05 19:48:52.886 INFO O| Aug 05 19:48:52.886 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5586 | 2026-08-05T19:48:53.563Z | [ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5587 | 2026-08-05T19:48:53.563Z | [ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO STEP 114 (remove_files) COMPLETE |
| 5588 | 2026-08-05T19:48:53.564Z | [ recovery-image] Aug 05 19:48:52.895 INFO O| Aug 05 19:48:52.895 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5589 | 2026-08-05T19:48:53.571Z | [ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5590 | 2026-08-05T19:48:53.571Z | [ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO STEP 115 (remove_files) COMPLETE |
| 5591 | 2026-08-05T19:48:53.571Z | [ recovery-image] Aug 05 19:48:52.903 INFO O| Aug 05 19:48:52.903 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5592 | 2026-08-05T19:48:53.579Z | [ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5593 | 2026-08-05T19:48:53.579Z | [ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO STEP 116 (remove_files) COMPLETE |
| 5594 | 2026-08-05T19:48:53.579Z | [ recovery-image] Aug 05 19:48:52.911 INFO O| Aug 05 19:48:52.911 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5595 | 2026-08-05T19:48:53.588Z | [ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5596 | 2026-08-05T19:48:53.588Z | [ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO STEP 117 (remove_files) COMPLETE |
| 5597 | 2026-08-05T19:48:53.588Z | [ recovery-image] Aug 05 19:48:52.920 INFO O| Aug 05 19:48:52.920 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5598 | 2026-08-05T19:48:53.597Z | [ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5599 | 2026-08-05T19:48:53.597Z | [ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO STEP 118 (remove_files) COMPLETE |
| 5600 | 2026-08-05T19:48:53.597Z | [ recovery-image] Aug 05 19:48:52.928 INFO O| Aug 05 19:48:52.928 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5601 | 2026-08-05T19:48:53.606Z | [ recovery-image] Aug 05 19:48:52.937 INFO O| Aug 05 19:48:52.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5602 | 2026-08-05T19:48:53.609Z | [ recovery-image] Aug 05 19:48:52.938 INFO O| Aug 05 19:48:52.938 INFO STEP 119 (remove_files) COMPLETE |
| 5603 | 2026-08-05T19:48:53.609Z | [ recovery-image] Aug 05 19:48:52.938 INFO O| Aug 05 19:48:52.938 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5604 | 2026-08-05T19:48:53.615Z | [ recovery-image] Aug 05 19:48:52.946 INFO O| Aug 05 19:48:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5605 | 2026-08-05T19:48:53.615Z | [ recovery-image] Aug 05 19:48:52.947 INFO O| Aug 05 19:48:52.946 INFO STEP 120 (remove_files) COMPLETE |
| 5606 | 2026-08-05T19:48:53.615Z | [ recovery-image] Aug 05 19:48:52.947 INFO O| Aug 05 19:48:52.947 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5607 | 2026-08-05T19:48:53.626Z | [ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5608 | 2026-08-05T19:48:53.626Z | [ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO STEP 121 (remove_files) COMPLETE |
| 5609 | 2026-08-05T19:48:53.629Z | [ recovery-image] Aug 05 19:48:52.957 INFO O| Aug 05 19:48:52.957 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5610 | 2026-08-05T19:48:53.635Z | [ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5611 | 2026-08-05T19:48:53.635Z | [ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO STEP 122 (remove_files) COMPLETE |
| 5612 | 2026-08-05T19:48:53.635Z | [ recovery-image] Aug 05 19:48:52.967 INFO O| Aug 05 19:48:52.967 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5613 | 2026-08-05T19:48:53.645Z | [ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5614 | 2026-08-05T19:48:53.645Z | [ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO STEP 123 (remove_files) COMPLETE |
| 5615 | 2026-08-05T19:48:53.648Z | [ recovery-image] Aug 05 19:48:52.976 INFO O| Aug 05 19:48:52.976 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5616 | 2026-08-05T19:48:53.655Z | [ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5617 | 2026-08-05T19:48:53.655Z | [ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO STEP 124 (remove_files) COMPLETE |
| 5618 | 2026-08-05T19:48:53.655Z | [ recovery-image] Aug 05 19:48:52.987 INFO O| Aug 05 19:48:52.987 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5619 | 2026-08-05T19:48:53.665Z | [ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5620 | 2026-08-05T19:48:53.665Z | [ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO STEP 125 (remove_files) COMPLETE |
| 5621 | 2026-08-05T19:48:53.667Z | [ recovery-image] Aug 05 19:48:52.996 INFO O| Aug 05 19:48:52.996 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5622 | 2026-08-05T19:48:53.674Z | [ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5623 | 2026-08-05T19:48:53.674Z | [ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO STEP 126 (remove_files) COMPLETE |
| 5624 | 2026-08-05T19:48:53.674Z | [ recovery-image] Aug 05 19:48:53.006 INFO O| Aug 05 19:48:53.006 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5625 | 2026-08-05T19:48:53.685Z | [ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5626 | 2026-08-05T19:48:53.685Z | [ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO STEP 127 (remove_files) COMPLETE |
| 5627 | 2026-08-05T19:48:53.685Z | [ recovery-image] Aug 05 19:48:53.017 INFO O| Aug 05 19:48:53.017 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5628 | 2026-08-05T19:48:53.696Z | [ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5629 | 2026-08-05T19:48:53.696Z | [ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.028 INFO STEP 128 (remove_files) COMPLETE |
| 5630 | 2026-08-05T19:48:53.699Z | [ recovery-image] Aug 05 19:48:53.028 INFO O| Aug 05 19:48:53.028 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5631 | 2026-08-05T19:48:53.705Z | [ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5632 | 2026-08-05T19:48:53.705Z | [ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO STEP 129 (remove_files) COMPLETE |
| 5633 | 2026-08-05T19:48:53.708Z | [ recovery-image] Aug 05 19:48:53.037 INFO O| Aug 05 19:48:53.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5634 | 2026-08-05T19:48:53.716Z | [ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5635 | 2026-08-05T19:48:53.716Z | [ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO STEP 130 (remove_files) COMPLETE |
| 5636 | 2026-08-05T19:48:53.716Z | [ recovery-image] Aug 05 19:48:53.048 INFO O| Aug 05 19:48:53.048 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5637 | 2026-08-05T19:48:53.730Z | [ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5638 | 2026-08-05T19:48:53.730Z | [ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO STEP 131 (remove_files) COMPLETE |
| 5639 | 2026-08-05T19:48:53.730Z | [ recovery-image] Aug 05 19:48:53.061 INFO O| Aug 05 19:48:53.061 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5640 | 2026-08-05T19:48:53.739Z | [ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5641 | 2026-08-05T19:48:53.739Z | [ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO STEP 132 (remove_files) COMPLETE |
| 5642 | 2026-08-05T19:48:53.743Z | [ recovery-image] Aug 05 19:48:53.071 INFO O| Aug 05 19:48:53.071 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5643 | 2026-08-05T19:48:53.749Z | [ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5644 | 2026-08-05T19:48:53.749Z | [ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO STEP 133 (remove_files) COMPLETE |
| 5645 | 2026-08-05T19:48:53.749Z | [ recovery-image] Aug 05 19:48:53.080 INFO O| Aug 05 19:48:53.080 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5646 | 2026-08-05T19:48:53.759Z | [ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5647 | 2026-08-05T19:48:53.759Z | [ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO STEP 134 (remove_files) COMPLETE |
| 5648 | 2026-08-05T19:48:53.762Z | [ recovery-image] Aug 05 19:48:53.091 INFO O| Aug 05 19:48:53.091 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5649 | 2026-08-05T19:48:53.770Z | [ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5650 | 2026-08-05T19:48:53.770Z | [ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO STEP 135 (remove_files) COMPLETE |
| 5651 | 2026-08-05T19:48:53.773Z | [ recovery-image] Aug 05 19:48:53.101 INFO O| Aug 05 19:48:53.101 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5652 | 2026-08-05T19:48:53.780Z | [ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5653 | 2026-08-05T19:48:53.780Z | [ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO STEP 136 (remove_files) COMPLETE |
| 5654 | 2026-08-05T19:48:53.785Z | [ recovery-image] Aug 05 19:48:53.111 INFO O| Aug 05 19:48:53.111 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5655 | 2026-08-05T19:48:53.789Z | [ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5656 | 2026-08-05T19:48:53.789Z | [ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO STEP 137 (remove_files) COMPLETE |
| 5657 | 2026-08-05T19:48:53.789Z | [ recovery-image] Aug 05 19:48:53.121 INFO O| Aug 05 19:48:53.121 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5658 | 2026-08-05T19:48:53.801Z | [ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5659 | 2026-08-05T19:48:53.801Z | [ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO STEP 138 (remove_files) COMPLETE |
| 5660 | 2026-08-05T19:48:53.801Z | [ recovery-image] Aug 05 19:48:53.132 INFO O| Aug 05 19:48:53.132 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5661 | 2026-08-05T19:48:53.811Z | [ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5662 | 2026-08-05T19:48:53.811Z | [ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO STEP 139 (remove_files) COMPLETE |
| 5663 | 2026-08-05T19:48:53.814Z | [ recovery-image] Aug 05 19:48:53.142 INFO O| Aug 05 19:48:53.142 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5664 | 2026-08-05T19:48:53.821Z | [ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5665 | 2026-08-05T19:48:53.821Z | [ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO STEP 140 (remove_files) COMPLETE |
| 5666 | 2026-08-05T19:48:53.825Z | [ recovery-image] Aug 05 19:48:53.152 INFO O| Aug 05 19:48:53.152 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5667 | 2026-08-05T19:48:53.829Z | [ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5668 | 2026-08-05T19:48:53.829Z | [ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO STEP 141 (remove_files) COMPLETE |
| 5669 | 2026-08-05T19:48:53.829Z | [ recovery-image] Aug 05 19:48:53.161 INFO O| Aug 05 19:48:53.161 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5670 | 2026-08-05T19:48:53.838Z | [ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5671 | 2026-08-05T19:48:53.838Z | [ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO STEP 142 (remove_files) COMPLETE |
| 5672 | 2026-08-05T19:48:53.841Z | [ recovery-image] Aug 05 19:48:53.169 INFO O| Aug 05 19:48:53.169 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5673 | 2026-08-05T19:48:53.847Z | [ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5674 | 2026-08-05T19:48:53.847Z | [ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO STEP 143 (remove_files) COMPLETE |
| 5675 | 2026-08-05T19:48:53.847Z | [ recovery-image] Aug 05 19:48:53.178 INFO O| Aug 05 19:48:53.178 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5676 | 2026-08-05T19:48:53.855Z | [ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5677 | 2026-08-05T19:48:53.855Z | [ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO STEP 144 (remove_files) COMPLETE |
| 5678 | 2026-08-05T19:48:53.858Z | [ recovery-image] Aug 05 19:48:53.186 INFO O| Aug 05 19:48:53.186 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5679 | 2026-08-05T19:48:53.864Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 5680 | 2026-08-05T19:48:53.864Z | [ recovery-image] Aug 05 19:48:53.195 INFO O| Aug 05 19:48:53.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5681 | 2026-08-05T19:48:53.864Z | [ recovery-image] Aug 05 19:48:53.196 INFO O| Aug 05 19:48:53.195 INFO STEP 145 (remove_files) COMPLETE |
| 5682 | 2026-08-05T19:48:53.864Z | [ recovery-image] Aug 05 19:48:53.196 INFO O| Aug 05 19:48:53.195 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5683 | 2026-08-05T19:48:53.873Z | [ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5684 | 2026-08-05T19:48:53.873Z | [ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO STEP 146 (remove_files) COMPLETE |
| 5685 | 2026-08-05T19:48:53.873Z | [ recovery-image] Aug 05 19:48:53.205 INFO O| Aug 05 19:48:53.205 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5686 | 2026-08-05T19:48:53.882Z | [ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5687 | 2026-08-05T19:48:53.882Z | [ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO STEP 147 (remove_files) COMPLETE |
| 5688 | 2026-08-05T19:48:53.882Z | [ recovery-image] Aug 05 19:48:53.213 INFO O| Aug 05 19:48:53.213 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5689 | 2026-08-05T19:48:53.891Z | [ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5690 | 2026-08-05T19:48:53.891Z | [ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO STEP 148 (remove_files) COMPLETE |
| 5691 | 2026-08-05T19:48:53.891Z | [ recovery-image] Aug 05 19:48:53.222 INFO O| Aug 05 19:48:53.222 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5692 | 2026-08-05T19:48:53.901Z | [ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5693 | 2026-08-05T19:48:53.901Z | [ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO STEP 149 (remove_files) COMPLETE |
| 5694 | 2026-08-05T19:48:53.901Z | [ recovery-image] Aug 05 19:48:53.232 INFO O| Aug 05 19:48:53.232 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5695 | 2026-08-05T19:48:53.911Z | [ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5696 | 2026-08-05T19:48:53.911Z | [ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO STEP 150 (remove_files) COMPLETE |
| 5697 | 2026-08-05T19:48:53.914Z | [ recovery-image] Aug 05 19:48:53.242 INFO O| Aug 05 19:48:53.242 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5698 | 2026-08-05T19:48:53.921Z | [ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5699 | 2026-08-05T19:48:53.921Z | [ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO STEP 151 (remove_files) COMPLETE |
| 5700 | 2026-08-05T19:48:53.921Z | [ recovery-image] Aug 05 19:48:53.252 INFO O| Aug 05 19:48:53.252 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5701 | 2026-08-05T19:48:53.931Z | [ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5702 | 2026-08-05T19:48:53.931Z | [ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO STEP 152 (remove_files) COMPLETE |
| 5703 | 2026-08-05T19:48:53.934Z | [ recovery-image] Aug 05 19:48:53.262 INFO O| Aug 05 19:48:53.262 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5704 | 2026-08-05T19:48:53.940Z | [ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5705 | 2026-08-05T19:48:53.940Z | [ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO STEP 153 (remove_files) COMPLETE |
| 5706 | 2026-08-05T19:48:53.943Z | [ recovery-image] Aug 05 19:48:53.272 INFO O| Aug 05 19:48:53.272 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5707 | 2026-08-05T19:48:53.950Z | [ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5708 | 2026-08-05T19:48:53.950Z | [ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO STEP 154 (remove_files) COMPLETE |
| 5709 | 2026-08-05T19:48:53.950Z | [ recovery-image] Aug 05 19:48:53.281 INFO O| Aug 05 19:48:53.281 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5710 | 2026-08-05T19:48:53.958Z | [ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5711 | 2026-08-05T19:48:53.958Z | [ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO STEP 155 (remove_files) COMPLETE |
| 5712 | 2026-08-05T19:48:53.958Z | [ recovery-image] Aug 05 19:48:53.289 INFO O| Aug 05 19:48:53.289 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5713 | 2026-08-05T19:48:53.966Z | [ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5714 | 2026-08-05T19:48:53.966Z | [ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO STEP 156 (remove_files) COMPLETE |
| 5715 | 2026-08-05T19:48:53.966Z | [ recovery-image] Aug 05 19:48:53.297 INFO O| Aug 05 19:48:53.297 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5716 | 2026-08-05T19:48:53.974Z | [ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5717 | 2026-08-05T19:48:53.974Z | [ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO STEP 157 (remove_files) COMPLETE |
| 5718 | 2026-08-05T19:48:53.974Z | [ recovery-image] Aug 05 19:48:53.306 INFO O| Aug 05 19:48:53.306 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5719 | 2026-08-05T19:48:53.986Z | [ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5720 | 2026-08-05T19:48:53.986Z | [ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO STEP 158 (remove_files) COMPLETE |
| 5721 | 2026-08-05T19:48:53.989Z | [ recovery-image] Aug 05 19:48:53.317 INFO O| Aug 05 19:48:53.317 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5722 | 2026-08-05T19:48:53.994Z | [ recovery-image] Aug 05 19:48:53.326 INFO O| Aug 05 19:48:53.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5723 | 2026-08-05T19:48:53.997Z | [ recovery-image] Aug 05 19:48:53.327 INFO O| Aug 05 19:48:53.327 INFO STEP 159 (remove_files) COMPLETE |
| 5724 | 2026-08-05T19:48:53.997Z | [ recovery-image] Aug 05 19:48:53.327 INFO O| Aug 05 19:48:53.327 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5725 | 2026-08-05T19:48:54.007Z | [ recovery-image] Aug 05 19:48:53.338 INFO O| Aug 05 19:48:53.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5726 | 2026-08-05T19:48:54.010Z | [ recovery-image] Aug 05 19:48:53.339 INFO O| Aug 05 19:48:53.339 INFO STEP 160 (remove_files) COMPLETE |
| 5727 | 2026-08-05T19:48:54.010Z | [ recovery-image] Aug 05 19:48:53.339 INFO O| Aug 05 19:48:53.339 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5728 | 2026-08-05T19:48:54.010Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5729 | 2026-08-05T19:48:54.019Z | [ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5730 | 2026-08-05T19:48:54.019Z | [ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO STEP 161 (remove_files) COMPLETE |
| 5731 | 2026-08-05T19:48:54.019Z | [ recovery-image] Aug 05 19:48:53.351 INFO O| Aug 05 19:48:53.351 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-05T19:48:54.029Z | [ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5733 | 2026-08-05T19:48:54.029Z | [ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO STEP 162 (remove_files) COMPLETE |
| 5734 | 2026-08-05T19:48:54.033Z | [ recovery-image] Aug 05 19:48:53.360 INFO O| Aug 05 19:48:53.360 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-05T19:48:54.037Z | [ recovery-image] Aug 05 19:48:53.368 INFO O| Aug 05 19:48:53.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5736 | 2026-08-05T19:48:54.037Z | [ recovery-image] Aug 05 19:48:53.368 INFO O| Aug 05 19:48:53.368 INFO STEP 163 (remove_files) COMPLETE |
| 5737 | 2026-08-05T19:48:54.040Z | [ recovery-image] Aug 05 19:48:53.369 INFO O| Aug 05 19:48:53.368 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-05T19:48:54.045Z | [ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5739 | 2026-08-05T19:48:54.046Z | [ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO STEP 164 (remove_files) COMPLETE |
| 5740 | 2026-08-05T19:48:54.046Z | [ recovery-image] Aug 05 19:48:53.377 INFO O| Aug 05 19:48:53.377 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-05T19:48:54.055Z | [ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5742 | 2026-08-05T19:48:54.055Z | [ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO STEP 165 (remove_files) COMPLETE |
| 5743 | 2026-08-05T19:48:54.058Z | [ recovery-image] Aug 05 19:48:53.386 INFO O| Aug 05 19:48:53.386 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-05T19:48:54.065Z | [ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5745 | 2026-08-05T19:48:54.065Z | [ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO STEP 166 (remove_files) COMPLETE |
| 5746 | 2026-08-05T19:48:54.065Z | [ recovery-image] Aug 05 19:48:53.396 INFO O| Aug 05 19:48:53.396 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-05T19:48:54.074Z | [ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5748 | 2026-08-05T19:48:54.075Z | [ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO STEP 167 (remove_files) COMPLETE |
| 5749 | 2026-08-05T19:48:54.075Z | [ recovery-image] Aug 05 19:48:53.406 INFO O| Aug 05 19:48:53.406 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-05T19:48:54.084Z | [ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5751 | 2026-08-05T19:48:54.084Z | [ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO STEP 168 (remove_files) COMPLETE |
| 5752 | 2026-08-05T19:48:54.084Z | [ recovery-image] Aug 05 19:48:53.415 INFO O| Aug 05 19:48:53.415 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-05T19:48:54.094Z | [ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5754 | 2026-08-05T19:48:54.094Z | [ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO STEP 169 (remove_files) COMPLETE |
| 5755 | 2026-08-05T19:48:54.097Z | [ recovery-image] Aug 05 19:48:53.426 INFO O| Aug 05 19:48:53.426 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-05T19:48:54.105Z | [ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5757 | 2026-08-05T19:48:54.105Z | [ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO STEP 170 (remove_files) COMPLETE |
| 5758 | 2026-08-05T19:48:54.105Z | [ recovery-image] Aug 05 19:48:53.436 INFO O| Aug 05 19:48:53.436 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-05T19:48:54.115Z | [ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5760 | 2026-08-05T19:48:54.115Z | [ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO STEP 171 (remove_files) COMPLETE |
| 5761 | 2026-08-05T19:48:54.115Z | [ recovery-image] Aug 05 19:48:53.446 INFO O| Aug 05 19:48:53.446 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-05T19:48:54.125Z | [ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5763 | 2026-08-05T19:48:54.125Z | [ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO STEP 172 (remove_files) COMPLETE |
| 5764 | 2026-08-05T19:48:54.125Z | [ recovery-image] Aug 05 19:48:53.456 INFO O| Aug 05 19:48:53.456 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-05T19:48:54.134Z | [ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5766 | 2026-08-05T19:48:54.134Z | [ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO STEP 173 (remove_files) COMPLETE |
| 5767 | 2026-08-05T19:48:54.138Z | [ recovery-image] Aug 05 19:48:53.465 INFO O| Aug 05 19:48:53.465 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-05T19:48:54.143Z | [ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5769 | 2026-08-05T19:48:54.144Z | [ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO STEP 174 (remove_files) COMPLETE |
| 5770 | 2026-08-05T19:48:54.144Z | [ recovery-image] Aug 05 19:48:53.475 INFO O| Aug 05 19:48:53.475 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-05T19:48:54.153Z | [ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5772 | 2026-08-05T19:48:54.153Z | [ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO STEP 175 (remove_files) COMPLETE |
| 5773 | 2026-08-05T19:48:54.156Z | [ recovery-image] Aug 05 19:48:53.485 INFO O| Aug 05 19:48:53.485 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-08-05T19:48:54.163Z | [ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5775 | 2026-08-05T19:48:54.163Z | [ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO STEP 176 (remove_files) COMPLETE |
| 5776 | 2026-08-05T19:48:54.166Z | [ recovery-image] Aug 05 19:48:53.494 INFO O| Aug 05 19:48:53.494 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-08-05T19:48:54.173Z | [ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5778 | 2026-08-05T19:48:54.173Z | [ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.505 INFO STEP 177 (remove_files) COMPLETE |
| 5779 | 2026-08-05T19:48:54.173Z | [ recovery-image] Aug 05 19:48:53.505 INFO O| Aug 05 19:48:53.505 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5780 | 2026-08-05T19:48:54.183Z | [ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5781 | 2026-08-05T19:48:54.183Z | [ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO STEP 178 (remove_files) COMPLETE |
| 5782 | 2026-08-05T19:48:54.187Z | [ recovery-image] Aug 05 19:48:53.515 INFO O| Aug 05 19:48:53.515 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5783 | 2026-08-05T19:48:54.196Z | [ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5784 | 2026-08-05T19:48:54.196Z | [ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO STEP 179 (remove_files) COMPLETE |
| 5785 | 2026-08-05T19:48:54.196Z | [ recovery-image] Aug 05 19:48:53.524 INFO O| Aug 05 19:48:53.524 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5786 | 2026-08-05T19:48:54.202Z | [ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5787 | 2026-08-05T19:48:54.202Z | [ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO STEP 180 (remove_files) COMPLETE |
| 5788 | 2026-08-05T19:48:54.205Z | [ recovery-image] Aug 05 19:48:53.534 INFO O| Aug 05 19:48:53.534 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5789 | 2026-08-05T19:48:54.213Z | [ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5790 | 2026-08-05T19:48:54.213Z | [ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO STEP 181 (remove_files) COMPLETE |
| 5791 | 2026-08-05T19:48:54.213Z | [ recovery-image] Aug 05 19:48:53.544 INFO O| Aug 05 19:48:53.544 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5792 | 2026-08-05T19:48:54.223Z | [ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5793 | 2026-08-05T19:48:54.223Z | [ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO STEP 182 (remove_files) COMPLETE |
| 5794 | 2026-08-05T19:48:54.223Z | [ recovery-image] Aug 05 19:48:53.554 INFO O| Aug 05 19:48:53.554 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5795 | 2026-08-05T19:48:54.233Z | [ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5796 | 2026-08-05T19:48:54.233Z | [ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO STEP 183 (remove_files) COMPLETE |
| 5797 | 2026-08-05T19:48:54.236Z | [ recovery-image] Aug 05 19:48:53.564 INFO O| Aug 05 19:48:53.564 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5798 | 2026-08-05T19:48:54.243Z | [ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5799 | 2026-08-05T19:48:54.243Z | [ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.575 INFO STEP 184 (remove_files) COMPLETE |
| 5800 | 2026-08-05T19:48:54.246Z | [ recovery-image] Aug 05 19:48:53.575 INFO O| Aug 05 19:48:53.575 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5801 | 2026-08-05T19:48:54.246Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 5802 | 2026-08-05T19:48:54.254Z | [ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5803 | 2026-08-05T19:48:54.254Z | [ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO STEP 185 (remove_files) COMPLETE |
| 5804 | 2026-08-05T19:48:54.254Z | [ recovery-image] Aug 05 19:48:53.585 INFO O| Aug 05 19:48:53.585 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5805 | 2026-08-05T19:48:54.264Z | [ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5806 | 2026-08-05T19:48:54.265Z | [ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO STEP 186 (remove_files) COMPLETE |
| 5807 | 2026-08-05T19:48:54.268Z | [ recovery-image] Aug 05 19:48:53.596 INFO O| Aug 05 19:48:53.596 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5808 | 2026-08-05T19:48:54.275Z | [ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5809 | 2026-08-05T19:48:54.275Z | [ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO STEP 187 (remove_files) COMPLETE |
| 5810 | 2026-08-05T19:48:54.278Z | [ recovery-image] Aug 05 19:48:53.606 INFO O| Aug 05 19:48:53.606 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5811 | 2026-08-05T19:48:54.284Z | [ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5812 | 2026-08-05T19:48:54.284Z | [ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO STEP 188 (remove_files) COMPLETE |
| 5813 | 2026-08-05T19:48:54.284Z | [ recovery-image] Aug 05 19:48:53.616 INFO O| Aug 05 19:48:53.616 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5814 | 2026-08-05T19:48:54.294Z | [ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5815 | 2026-08-05T19:48:54.294Z | [ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO STEP 189 (remove_files) COMPLETE |
| 5816 | 2026-08-05T19:48:54.294Z | [ recovery-image] Aug 05 19:48:53.626 INFO O| Aug 05 19:48:53.626 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5817 | 2026-08-05T19:48:54.304Z | [ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5818 | 2026-08-05T19:48:54.304Z | [ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO STEP 190 (remove_files) COMPLETE |
| 5819 | 2026-08-05T19:48:54.304Z | [ recovery-image] Aug 05 19:48:53.635 INFO O| Aug 05 19:48:53.635 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5820 | 2026-08-05T19:48:54.312Z | [ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5821 | 2026-08-05T19:48:54.312Z | [ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO STEP 191 (remove_files) COMPLETE |
| 5822 | 2026-08-05T19:48:54.315Z | [ recovery-image] Aug 05 19:48:53.643 INFO O| Aug 05 19:48:53.643 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5823 | 2026-08-05T19:48:54.321Z | [ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5824 | 2026-08-05T19:48:54.321Z | [ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO STEP 192 (remove_files) COMPLETE |
| 5825 | 2026-08-05T19:48:54.321Z | [ recovery-image] Aug 05 19:48:53.652 INFO O| Aug 05 19:48:53.652 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5826 | 2026-08-05T19:48:54.332Z | [ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5827 | 2026-08-05T19:48:54.332Z | [ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.664 INFO STEP 193 (remove_files) COMPLETE |
| 5828 | 2026-08-05T19:48:54.332Z | [ recovery-image] Aug 05 19:48:53.664 INFO O| Aug 05 19:48:53.664 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5829 | 2026-08-05T19:48:54.342Z | [ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5830 | 2026-08-05T19:48:54.342Z | [ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO STEP 194 (remove_files) COMPLETE |
| 5831 | 2026-08-05T19:48:54.342Z | [ recovery-image] Aug 05 19:48:53.673 INFO O| Aug 05 19:48:53.673 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5832 | 2026-08-05T19:48:54.351Z | [ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5833 | 2026-08-05T19:48:54.351Z | [ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO STEP 195 (remove_files) COMPLETE |
| 5834 | 2026-08-05T19:48:54.351Z | [ recovery-image] Aug 05 19:48:53.683 INFO O| Aug 05 19:48:53.683 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5835 | 2026-08-05T19:48:54.365Z | [ recovery-image] Aug 05 19:48:53.695 INFO O| Aug 05 19:48:53.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5836 | 2026-08-05T19:48:54.365Z | [ recovery-image] Aug 05 19:48:53.696 INFO O| Aug 05 19:48:53.695 INFO STEP 196 (remove_files) COMPLETE |
| 5837 | 2026-08-05T19:48:54.365Z | [ recovery-image] Aug 05 19:48:53.696 INFO O| Aug 05 19:48:53.695 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5838 | 2026-08-05T19:48:54.375Z | [ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5839 | 2026-08-05T19:48:54.375Z | [ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO STEP 197 (remove_files) COMPLETE |
| 5840 | 2026-08-05T19:48:54.375Z | [ recovery-image] Aug 05 19:48:53.706 INFO O| Aug 05 19:48:53.706 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5841 | 2026-08-05T19:48:54.393Z | [ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5842 | 2026-08-05T19:48:54.393Z | [ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.717 INFO STEP 198 (remove_files) COMPLETE |
| 5843 | 2026-08-05T19:48:54.393Z | [ recovery-image] Aug 05 19:48:53.717 INFO O| Aug 05 19:48:53.717 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5844 | 2026-08-05T19:48:54.411Z | [ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5845 | 2026-08-05T19:48:54.411Z | [ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO STEP 199 (remove_files) COMPLETE |
| 5846 | 2026-08-05T19:48:54.411Z | [ recovery-image] Aug 05 19:48:53.726 INFO O| Aug 05 19:48:53.726 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5847 | 2026-08-05T19:48:54.457Z | [ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5848 | 2026-08-05T19:48:54.457Z | [ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO STEP 200 (remove_files) COMPLETE |
| 5849 | 2026-08-05T19:48:54.457Z | [ recovery-image] Aug 05 19:48:53.788 INFO O| Aug 05 19:48:53.788 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5850 | 2026-08-05T19:48:54.466Z | [ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5851 | 2026-08-05T19:48:54.466Z | [ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO STEP 201 (remove_files) COMPLETE |
| 5852 | 2026-08-05T19:48:54.466Z | [ recovery-image] Aug 05 19:48:53.797 INFO O| Aug 05 19:48:53.797 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5853 | 2026-08-05T19:48:54.475Z | [ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5854 | 2026-08-05T19:48:54.475Z | [ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO STEP 202 (remove_files) COMPLETE |
| 5855 | 2026-08-05T19:48:54.475Z | [ recovery-image] Aug 05 19:48:53.806 INFO O| Aug 05 19:48:53.806 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5856 | 2026-08-05T19:48:54.483Z | [ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5857 | 2026-08-05T19:48:54.483Z | [ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO STEP 203 (remove_files) COMPLETE |
| 5858 | 2026-08-05T19:48:54.483Z | [ recovery-image] Aug 05 19:48:53.814 INFO O| Aug 05 19:48:53.814 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5859 | 2026-08-05T19:48:54.491Z | [ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5860 | 2026-08-05T19:48:54.491Z | [ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO STEP 204 (remove_files) COMPLETE |
| 5861 | 2026-08-05T19:48:54.491Z | [ recovery-image] Aug 05 19:48:53.822 INFO O| Aug 05 19:48:53.822 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5862 | 2026-08-05T19:48:54.500Z | [ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5863 | 2026-08-05T19:48:54.500Z | [ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO STEP 205 (remove_files) COMPLETE |
| 5864 | 2026-08-05T19:48:54.500Z | [ recovery-image] Aug 05 19:48:53.832 INFO O| Aug 05 19:48:53.832 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5865 | 2026-08-05T19:48:54.511Z | [ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5866 | 2026-08-05T19:48:54.511Z | [ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO STEP 206 (remove_files) COMPLETE |
| 5867 | 2026-08-05T19:48:54.511Z | [ recovery-image] Aug 05 19:48:53.842 INFO O| Aug 05 19:48:53.842 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5868 | 2026-08-05T19:48:54.520Z | [ recovery-image] Aug 05 19:48:53.851 INFO O| Aug 05 19:48:53.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5869 | 2026-08-05T19:48:54.520Z | [ recovery-image] Aug 05 19:48:53.852 INFO O| Aug 05 19:48:53.851 INFO STEP 207 (remove_files) COMPLETE |
| 5870 | 2026-08-05T19:48:54.520Z | [ recovery-image] Aug 05 19:48:53.852 INFO O| Aug 05 19:48:53.851 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5871 | 2026-08-05T19:48:54.530Z | [ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5872 | 2026-08-05T19:48:54.530Z | [ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO STEP 208 (remove_files) COMPLETE |
| 5873 | 2026-08-05T19:48:54.530Z | [ recovery-image] Aug 05 19:48:53.861 INFO O| Aug 05 19:48:53.861 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5874 | 2026-08-05T19:48:54.541Z | [ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5875 | 2026-08-05T19:48:54.541Z | [ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO STEP 209 (remove_files) COMPLETE |
| 5876 | 2026-08-05T19:48:54.541Z | [ recovery-image] Aug 05 19:48:53.872 INFO O| Aug 05 19:48:53.872 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5877 | 2026-08-05T19:48:54.550Z | [ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5878 | 2026-08-05T19:48:54.550Z | [ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO STEP 210 (remove_files) COMPLETE |
| 5879 | 2026-08-05T19:48:54.550Z | [ recovery-image] Aug 05 19:48:53.881 INFO O| Aug 05 19:48:53.881 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5880 | 2026-08-05T19:48:54.559Z | [ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5881 | 2026-08-05T19:48:54.559Z | [ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO STEP 211 (remove_files) COMPLETE |
| 5882 | 2026-08-05T19:48:54.559Z | [ recovery-image] Aug 05 19:48:53.890 INFO O| Aug 05 19:48:53.890 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5883 | 2026-08-05T19:48:54.562Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 5884 | 2026-08-05T19:48:54.568Z | [ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5885 | 2026-08-05T19:48:54.568Z | [ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO STEP 212 (remove_files) COMPLETE |
| 5886 | 2026-08-05T19:48:54.568Z | [ recovery-image] Aug 05 19:48:53.899 INFO O| Aug 05 19:48:53.899 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5887 | 2026-08-05T19:48:54.577Z | [ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5888 | 2026-08-05T19:48:54.577Z | [ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO STEP 213 (remove_files) COMPLETE |
| 5889 | 2026-08-05T19:48:54.577Z | [ recovery-image] Aug 05 19:48:53.908 INFO O| Aug 05 19:48:53.908 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5890 | 2026-08-05T19:48:54.586Z | [ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5891 | 2026-08-05T19:48:54.586Z | [ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO STEP 214 (remove_files) COMPLETE |
| 5892 | 2026-08-05T19:48:54.589Z | [ recovery-image] Aug 05 19:48:53.917 INFO O| Aug 05 19:48:53.917 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5893 | 2026-08-05T19:48:54.592Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 5894 | 2026-08-05T19:48:54.596Z | [ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5895 | 2026-08-05T19:48:54.596Z | [ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.928 INFO STEP 215 (remove_files) COMPLETE |
| 5896 | 2026-08-05T19:48:54.599Z | [ recovery-image] Aug 05 19:48:53.928 INFO O| Aug 05 19:48:53.928 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5897 | 2026-08-05T19:48:54.606Z | [ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5898 | 2026-08-05T19:48:54.606Z | [ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO STEP 216 (remove_files) COMPLETE |
| 5899 | 2026-08-05T19:48:54.606Z | [ recovery-image] Aug 05 19:48:53.937 INFO O| Aug 05 19:48:53.937 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5900 | 2026-08-05T19:48:54.616Z | [ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5901 | 2026-08-05T19:48:54.616Z | [ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO STEP 217 (remove_files) COMPLETE |
| 5902 | 2026-08-05T19:48:54.616Z | [ recovery-image] Aug 05 19:48:53.948 INFO O| Aug 05 19:48:53.948 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5903 | 2026-08-05T19:48:54.626Z | [ recovery-image] Aug 05 19:48:53.958 INFO O| Aug 05 19:48:53.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5904 | 2026-08-05T19:48:54.632Z | [ recovery-image] Aug 05 19:48:53.959 INFO O| Aug 05 19:48:53.959 INFO STEP 218 (remove_files) COMPLETE |
| 5905 | 2026-08-05T19:48:54.632Z | [ recovery-image] Aug 05 19:48:53.959 INFO O| Aug 05 19:48:53.959 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5906 | 2026-08-05T19:48:54.637Z | [ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5907 | 2026-08-05T19:48:54.637Z | [ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO STEP 219 (remove_files) COMPLETE |
| 5908 | 2026-08-05T19:48:54.637Z | [ recovery-image] Aug 05 19:48:53.968 INFO O| Aug 05 19:48:53.968 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5909 | 2026-08-05T19:48:54.648Z | [ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5910 | 2026-08-05T19:48:54.648Z | [ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO STEP 220 (remove_files) COMPLETE |
| 5911 | 2026-08-05T19:48:54.651Z | [ recovery-image] Aug 05 19:48:53.979 INFO O| Aug 05 19:48:53.979 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5912 | 2026-08-05T19:48:54.658Z | [ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5913 | 2026-08-05T19:48:54.658Z | [ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO STEP 221 (remove_files) COMPLETE |
| 5914 | 2026-08-05T19:48:54.658Z | [ recovery-image] Aug 05 19:48:53.989 INFO O| Aug 05 19:48:53.989 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5915 | 2026-08-05T19:48:54.668Z | [ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5916 | 2026-08-05T19:48:54.668Z | [ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO STEP 222 (remove_files) COMPLETE |
| 5917 | 2026-08-05T19:48:54.671Z | [ recovery-image] Aug 05 19:48:53.999 INFO O| Aug 05 19:48:53.999 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5918 | 2026-08-05T19:48:54.677Z | [ recovery-image] Aug 05 19:48:54.008 INFO O| Aug 05 19:48:54.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5919 | 2026-08-05T19:48:54.677Z | [ recovery-image] Aug 05 19:48:54.009 INFO O| Aug 05 19:48:54.009 INFO STEP 223 (remove_files) COMPLETE |
| 5920 | 2026-08-05T19:48:54.677Z | [ recovery-image] Aug 05 19:48:54.009 INFO O| Aug 05 19:48:54.009 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5921 | 2026-08-05T19:48:54.686Z | [ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5922 | 2026-08-05T19:48:54.686Z | [ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.018 INFO STEP 224 (remove_files) COMPLETE |
| 5923 | 2026-08-05T19:48:54.686Z | [ recovery-image] Aug 05 19:48:54.018 INFO O| Aug 05 19:48:54.018 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5924 | 2026-08-05T19:48:54.695Z | [ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5925 | 2026-08-05T19:48:54.695Z | [ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO STEP 225 (remove_files) COMPLETE |
| 5926 | 2026-08-05T19:48:54.695Z | [ recovery-image] Aug 05 19:48:54.026 INFO O| Aug 05 19:48:54.026 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5927 | 2026-08-05T19:48:54.704Z | [ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5928 | 2026-08-05T19:48:54.704Z | [ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO STEP 226 (remove_files) COMPLETE |
| 5929 | 2026-08-05T19:48:54.704Z | [ recovery-image] Aug 05 19:48:54.035 INFO O| Aug 05 19:48:54.035 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5930 | 2026-08-05T19:48:54.712Z | [ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5931 | 2026-08-05T19:48:54.712Z | [ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO STEP 227 (remove_files) COMPLETE |
| 5932 | 2026-08-05T19:48:54.716Z | [ recovery-image] Aug 05 19:48:54.044 INFO O| Aug 05 19:48:54.044 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5933 | 2026-08-05T19:48:54.723Z | [ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5934 | 2026-08-05T19:48:54.723Z | [ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO STEP 228 (remove_files) COMPLETE |
| 5935 | 2026-08-05T19:48:54.727Z | [ recovery-image] Aug 05 19:48:54.055 INFO O| Aug 05 19:48:54.055 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5936 | 2026-08-05T19:48:54.734Z | [ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5937 | 2026-08-05T19:48:54.734Z | [ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO STEP 229 (remove_files) COMPLETE |
| 5938 | 2026-08-05T19:48:54.734Z | [ recovery-image] Aug 05 19:48:54.065 INFO O| Aug 05 19:48:54.065 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5939 | 2026-08-05T19:48:54.745Z | [ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5940 | 2026-08-05T19:48:54.745Z | [ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO STEP 230 (remove_files) COMPLETE |
| 5941 | 2026-08-05T19:48:54.745Z | [ recovery-image] Aug 05 19:48:54.076 INFO O| Aug 05 19:48:54.076 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5942 | 2026-08-05T19:48:54.756Z | [ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5943 | 2026-08-05T19:48:54.756Z | [ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO STEP 231 (remove_files) COMPLETE |
| 5944 | 2026-08-05T19:48:54.756Z | [ recovery-image] Aug 05 19:48:54.087 INFO O| Aug 05 19:48:54.087 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5945 | 2026-08-05T19:48:54.765Z | [ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5946 | 2026-08-05T19:48:54.765Z | [ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO STEP 232 (remove_files) COMPLETE |
| 5947 | 2026-08-05T19:48:54.765Z | [ recovery-image] Aug 05 19:48:54.097 INFO O| Aug 05 19:48:54.097 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5948 | 2026-08-05T19:48:54.776Z | [ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5949 | 2026-08-05T19:48:54.776Z | [ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO STEP 233 (remove_files) COMPLETE |
| 5950 | 2026-08-05T19:48:54.776Z | [ recovery-image] Aug 05 19:48:54.108 INFO O| Aug 05 19:48:54.108 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5951 | 2026-08-05T19:48:54.787Z | [ recovery-image] Aug 05 19:48:54.118 INFO O| Aug 05 19:48:54.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5952 | 2026-08-05T19:48:54.787Z | [ recovery-image] Aug 05 19:48:54.119 INFO O| Aug 05 19:48:54.119 INFO STEP 234 (remove_files) COMPLETE |
| 5953 | 2026-08-05T19:48:54.787Z | [ recovery-image] Aug 05 19:48:54.119 INFO O| Aug 05 19:48:54.119 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5954 | 2026-08-05T19:48:54.797Z | [ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5955 | 2026-08-05T19:48:54.797Z | [ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO STEP 235 (remove_files) COMPLETE |
| 5956 | 2026-08-05T19:48:54.797Z | [ recovery-image] Aug 05 19:48:54.128 INFO O| Aug 05 19:48:54.128 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5957 | 2026-08-05T19:48:54.800Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 5958 | 2026-08-05T19:48:54.805Z | [ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5959 | 2026-08-05T19:48:54.806Z | [ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO STEP 236 (remove_files) COMPLETE |
| 5960 | 2026-08-05T19:48:54.808Z | [ recovery-image] Aug 05 19:48:54.137 INFO O| Aug 05 19:48:54.137 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5961 | 2026-08-05T19:48:54.816Z | [ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5962 | 2026-08-05T19:48:54.816Z | [ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO STEP 237 (remove_files) COMPLETE |
| 5963 | 2026-08-05T19:48:54.816Z | [ recovery-image] Aug 05 19:48:54.147 INFO O| Aug 05 19:48:54.147 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5964 | 2026-08-05T19:48:54.825Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 5965 | 2026-08-05T19:48:54.825Z | [ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5966 | 2026-08-05T19:48:54.825Z | [ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO STEP 238 (remove_files) COMPLETE |
| 5967 | 2026-08-05T19:48:54.825Z | [ recovery-image] Aug 05 19:48:54.156 INFO O| Aug 05 19:48:54.156 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5968 | 2026-08-05T19:48:54.835Z | [ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5969 | 2026-08-05T19:48:54.835Z | [ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO STEP 239 (remove_files) COMPLETE |
| 5970 | 2026-08-05T19:48:54.838Z | [ recovery-image] Aug 05 19:48:54.166 INFO O| Aug 05 19:48:54.166 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5971 | 2026-08-05T19:48:54.844Z | [ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5972 | 2026-08-05T19:48:54.844Z | [ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO STEP 240 (remove_files) COMPLETE |
| 5973 | 2026-08-05T19:48:54.847Z | [ recovery-image] Aug 05 19:48:54.175 INFO O| Aug 05 19:48:54.175 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5974 | 2026-08-05T19:48:54.854Z | [ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5975 | 2026-08-05T19:48:54.854Z | [ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO STEP 241 (remove_files) COMPLETE |
| 5976 | 2026-08-05T19:48:54.857Z | [ recovery-image] Aug 05 19:48:54.185 INFO O| Aug 05 19:48:54.185 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5977 | 2026-08-05T19:48:54.864Z | [ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5978 | 2026-08-05T19:48:54.864Z | [ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO STEP 242 (remove_files) COMPLETE |
| 5979 | 2026-08-05T19:48:54.869Z | [ recovery-image] Aug 05 19:48:54.195 INFO O| Aug 05 19:48:54.195 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5980 | 2026-08-05T19:48:54.873Z | [ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5981 | 2026-08-05T19:48:54.873Z | [ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO STEP 243 (remove_files) COMPLETE |
| 5982 | 2026-08-05T19:48:54.876Z | [ recovery-image] Aug 05 19:48:54.204 INFO O| Aug 05 19:48:54.204 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5983 | 2026-08-05T19:48:54.882Z | [ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5984 | 2026-08-05T19:48:54.882Z | [ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.214 INFO STEP 244 (remove_files) COMPLETE |
| 5985 | 2026-08-05T19:48:54.885Z | [ recovery-image] Aug 05 19:48:54.214 INFO O| Aug 05 19:48:54.214 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5986 | 2026-08-05T19:48:54.893Z | [ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5987 | 2026-08-05T19:48:54.893Z | [ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO STEP 245 (remove_files) COMPLETE |
| 5988 | 2026-08-05T19:48:54.893Z | [ recovery-image] Aug 05 19:48:54.223 INFO O| Aug 05 19:48:54.223 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5989 | 2026-08-05T19:48:54.903Z | [ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5990 | 2026-08-05T19:48:54.904Z | [ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO STEP 246 (remove_files) COMPLETE |
| 5991 | 2026-08-05T19:48:54.904Z | [ recovery-image] Aug 05 19:48:54.235 INFO O| Aug 05 19:48:54.235 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5992 | 2026-08-05T19:48:54.913Z | [ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5993 | 2026-08-05T19:48:54.913Z | [ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO STEP 247 (remove_files) COMPLETE |
| 5994 | 2026-08-05T19:48:54.916Z | [ recovery-image] Aug 05 19:48:54.244 INFO O| Aug 05 19:48:54.244 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5995 | 2026-08-05T19:48:54.922Z | [ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5996 | 2026-08-05T19:48:54.923Z | [ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO STEP 248 (remove_files) COMPLETE |
| 5997 | 2026-08-05T19:48:54.923Z | [ recovery-image] Aug 05 19:48:54.254 INFO O| Aug 05 19:48:54.254 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5998 | 2026-08-05T19:48:54.932Z | [ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5999 | 2026-08-05T19:48:54.932Z | [ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO STEP 249 (remove_files) COMPLETE |
| 6000 | 2026-08-05T19:48:54.935Z | [ recovery-image] Aug 05 19:48:54.264 INFO O| Aug 05 19:48:54.264 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6001 | 2026-08-05T19:48:54.942Z | [ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 6002 | 2026-08-05T19:48:54.942Z | [ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO STEP 250 (remove_files) COMPLETE |
| 6003 | 2026-08-05T19:48:54.945Z | [ recovery-image] Aug 05 19:48:54.274 INFO O| Aug 05 19:48:54.274 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6004 | 2026-08-05T19:48:54.952Z | [ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 6005 | 2026-08-05T19:48:54.952Z | [ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO STEP 251 (remove_files) COMPLETE |
| 6006 | 2026-08-05T19:48:54.952Z | [ recovery-image] Aug 05 19:48:54.283 INFO O| Aug 05 19:48:54.283 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6007 | 2026-08-05T19:48:54.962Z | [ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 6008 | 2026-08-05T19:48:54.962Z | [ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO STEP 252 (remove_files) COMPLETE |
| 6009 | 2026-08-05T19:48:54.962Z | [ recovery-image] Aug 05 19:48:54.293 INFO O| Aug 05 19:48:54.293 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6010 | 2026-08-05T19:48:54.972Z | [ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 6011 | 2026-08-05T19:48:54.972Z | [ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO STEP 253 (remove_files) COMPLETE |
| 6012 | 2026-08-05T19:48:54.972Z | [ recovery-image] Aug 05 19:48:54.304 INFO O| Aug 05 19:48:54.304 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6013 | 2026-08-05T19:48:54.988Z | [ recovery-image] Aug 05 19:48:54.319 INFO O| Aug 05 19:48:54.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 6014 | 2026-08-05T19:48:54.988Z | [ recovery-image] Aug 05 19:48:54.320 INFO O| Aug 05 19:48:54.320 INFO STEP 254 (remove_files) COMPLETE |
| 6015 | 2026-08-05T19:48:54.988Z | [ recovery-image] Aug 05 19:48:54.320 INFO O| Aug 05 19:48:54.320 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6016 | 2026-08-05T19:48:54.999Z | [ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 6017 | 2026-08-05T19:48:54.999Z | [ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.331 INFO STEP 255 (remove_files) COMPLETE |
| 6018 | 2026-08-05T19:48:54.999Z | [ recovery-image] Aug 05 19:48:54.331 INFO O| Aug 05 19:48:54.331 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6019 | 2026-08-05T19:48:55.010Z | [ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 6020 | 2026-08-05T19:48:55.010Z | [ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO STEP 256 (remove_files) COMPLETE |
| 6021 | 2026-08-05T19:48:55.010Z | [ recovery-image] Aug 05 19:48:54.341 INFO O| Aug 05 19:48:54.341 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6022 | 2026-08-05T19:48:55.019Z | [ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 6023 | 2026-08-05T19:48:55.019Z | [ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO STEP 257 (remove_files) COMPLETE |
| 6024 | 2026-08-05T19:48:55.022Z | [ recovery-image] Aug 05 19:48:54.350 INFO O| Aug 05 19:48:54.350 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6025 | 2026-08-05T19:48:55.029Z | [ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 6026 | 2026-08-05T19:48:55.029Z | [ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.361 INFO STEP 258 (remove_files) COMPLETE |
| 6027 | 2026-08-05T19:48:55.032Z | [ recovery-image] Aug 05 19:48:54.361 INFO O| Aug 05 19:48:54.361 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6028 | 2026-08-05T19:48:55.040Z | [ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 6029 | 2026-08-05T19:48:55.040Z | [ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO STEP 259 (remove_files) COMPLETE |
| 6030 | 2026-08-05T19:48:55.040Z | [ recovery-image] Aug 05 19:48:54.371 INFO O| Aug 05 19:48:54.371 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6031 | 2026-08-05T19:48:55.049Z | [ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6032 | 2026-08-05T19:48:55.049Z | [ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO STEP 260 (remove_files) COMPLETE |
| 6033 | 2026-08-05T19:48:55.049Z | [ recovery-image] Aug 05 19:48:54.381 INFO O| Aug 05 19:48:54.381 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6034 | 2026-08-05T19:48:55.059Z | [ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6035 | 2026-08-05T19:48:55.062Z | [ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO STEP 261 (remove_files) COMPLETE |
| 6036 | 2026-08-05T19:48:55.062Z | [ recovery-image] Aug 05 19:48:54.390 INFO O| Aug 05 19:48:54.390 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6037 | 2026-08-05T19:48:55.069Z | [ recovery-image] Aug 05 19:48:54.400 INFO O| Aug 05 19:48:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6038 | 2026-08-05T19:48:55.072Z | [ recovery-image] Aug 05 19:48:54.401 INFO O| Aug 05 19:48:54.401 INFO STEP 262 (remove_files) COMPLETE |
| 6039 | 2026-08-05T19:48:55.072Z | [ recovery-image] Aug 05 19:48:54.401 INFO O| Aug 05 19:48:54.401 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6040 | 2026-08-05T19:48:55.080Z | [ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6041 | 2026-08-05T19:48:55.080Z | [ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO STEP 263 (remove_files) COMPLETE |
| 6042 | 2026-08-05T19:48:55.080Z | [ recovery-image] Aug 05 19:48:54.411 INFO O| Aug 05 19:48:54.411 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6043 | 2026-08-05T19:48:55.090Z | [ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6044 | 2026-08-05T19:48:55.090Z | [ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO STEP 264 (remove_files) COMPLETE |
| 6045 | 2026-08-05T19:48:55.090Z | [ recovery-image] Aug 05 19:48:54.422 INFO O| Aug 05 19:48:54.422 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6046 | 2026-08-05T19:48:55.100Z | [ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6047 | 2026-08-05T19:48:55.100Z | [ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO STEP 265 (remove_files) COMPLETE |
| 6048 | 2026-08-05T19:48:55.103Z | [ recovery-image] Aug 05 19:48:54.431 INFO O| Aug 05 19:48:54.431 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6049 | 2026-08-05T19:48:55.111Z | [ recovery-image] Aug 05 19:48:54.442 INFO O| Aug 05 19:48:54.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6050 | 2026-08-05T19:48:55.115Z | [ recovery-image] Aug 05 19:48:54.443 INFO O| Aug 05 19:48:54.443 INFO STEP 266 (remove_files) COMPLETE |
| 6051 | 2026-08-05T19:48:55.115Z | [ recovery-image] Aug 05 19:48:54.443 INFO O| Aug 05 19:48:54.443 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6052 | 2026-08-05T19:48:55.125Z | [ recovery-image] Aug 05 19:48:54.454 INFO O| Aug 05 19:48:54.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6053 | 2026-08-05T19:48:55.125Z | [ recovery-image] Aug 05 19:48:54.455 INFO O| Aug 05 19:48:54.455 INFO STEP 267 (remove_files) COMPLETE |
| 6054 | 2026-08-05T19:48:55.125Z | [ recovery-image] Aug 05 19:48:54.455 INFO O| Aug 05 19:48:54.455 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6055 | 2026-08-05T19:48:55.134Z | [ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6056 | 2026-08-05T19:48:55.134Z | [ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO STEP 268 (remove_files) COMPLETE |
| 6057 | 2026-08-05T19:48:55.134Z | [ recovery-image] Aug 05 19:48:54.464 INFO O| Aug 05 19:48:54.464 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6058 | 2026-08-05T19:48:55.144Z | [ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6059 | 2026-08-05T19:48:55.144Z | [ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO STEP 269 (remove_files) COMPLETE |
| 6060 | 2026-08-05T19:48:55.144Z | [ recovery-image] Aug 05 19:48:54.475 INFO O| Aug 05 19:48:54.475 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6061 | 2026-08-05T19:48:55.154Z | [ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6062 | 2026-08-05T19:48:55.154Z | [ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO STEP 270 (remove_files) COMPLETE |
| 6063 | 2026-08-05T19:48:55.154Z | [ recovery-image] Aug 05 19:48:54.485 INFO O| Aug 05 19:48:54.485 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6064 | 2026-08-05T19:48:55.164Z | [ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6065 | 2026-08-05T19:48:55.164Z | [ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO STEP 271 (remove_files) COMPLETE |
| 6066 | 2026-08-05T19:48:55.164Z | [ recovery-image] Aug 05 19:48:54.495 INFO O| Aug 05 19:48:54.495 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6067 | 2026-08-05T19:48:55.172Z | [ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6068 | 2026-08-05T19:48:55.172Z | [ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO STEP 272 (remove_files) COMPLETE |
| 6069 | 2026-08-05T19:48:55.176Z | [ recovery-image] Aug 05 19:48:54.504 INFO O| Aug 05 19:48:54.504 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6070 | 2026-08-05T19:48:55.181Z | [ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6071 | 2026-08-05T19:48:55.181Z | [ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO STEP 273 (remove_files) COMPLETE |
| 6072 | 2026-08-05T19:48:55.181Z | [ recovery-image] Aug 05 19:48:54.513 INFO O| Aug 05 19:48:54.513 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6073 | 2026-08-05T19:48:55.191Z | [ recovery-image] Aug 05 19:48:54.521 INFO O| Aug 05 19:48:54.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6074 | 2026-08-05T19:48:55.191Z | [ recovery-image] Aug 05 19:48:54.521 INFO O| Aug 05 19:48:54.521 INFO STEP 274 (remove_files) COMPLETE |
| 6075 | 2026-08-05T19:48:55.191Z | [ recovery-image] Aug 05 19:48:54.522 INFO O| Aug 05 19:48:54.521 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6076 | 2026-08-05T19:48:55.201Z | [ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6077 | 2026-08-05T19:48:55.201Z | [ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO STEP 275 (remove_files) COMPLETE |
| 6078 | 2026-08-05T19:48:55.204Z | [ recovery-image] Aug 05 19:48:54.532 INFO O| Aug 05 19:48:54.532 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6079 | 2026-08-05T19:48:55.213Z | [ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6080 | 2026-08-05T19:48:55.214Z | [ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO STEP 276 (remove_files) COMPLETE |
| 6081 | 2026-08-05T19:48:55.217Z | [ recovery-image] Aug 05 19:48:54.545 INFO O| Aug 05 19:48:54.545 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6082 | 2026-08-05T19:48:55.225Z | [ recovery-image] Aug 05 19:48:54.554 INFO O| Aug 05 19:48:54.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6083 | 2026-08-05T19:48:55.225Z | [ recovery-image] Aug 05 19:48:54.555 INFO O| Aug 05 19:48:54.555 INFO STEP 277 (remove_files) COMPLETE |
| 6084 | 2026-08-05T19:48:55.225Z | [ recovery-image] Aug 05 19:48:54.555 INFO O| Aug 05 19:48:54.555 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6085 | 2026-08-05T19:48:55.236Z | [ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6086 | 2026-08-05T19:48:55.236Z | [ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO STEP 278 (remove_files) COMPLETE |
| 6087 | 2026-08-05T19:48:55.236Z | [ recovery-image] Aug 05 19:48:54.567 INFO O| Aug 05 19:48:54.567 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6088 | 2026-08-05T19:48:55.245Z | [ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6089 | 2026-08-05T19:48:55.245Z | [ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO STEP 279 (remove_files) COMPLETE |
| 6090 | 2026-08-05T19:48:55.245Z | [ recovery-image] Aug 05 19:48:54.576 INFO O| Aug 05 19:48:54.576 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6091 | 2026-08-05T19:48:55.249Z | [verify-libraries] Compiling delegate v0.13.5 |
| 6092 | 2026-08-05T19:48:55.254Z | [ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6093 | 2026-08-05T19:48:55.254Z | [ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO STEP 280 (remove_files) COMPLETE |
| 6094 | 2026-08-05T19:48:55.254Z | [ recovery-image] Aug 05 19:48:54.585 INFO O| Aug 05 19:48:54.585 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6095 | 2026-08-05T19:48:55.264Z | [ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6096 | 2026-08-05T19:48:55.264Z | [ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO STEP 281 (remove_files) COMPLETE |
| 6097 | 2026-08-05T19:48:55.267Z | [ recovery-image] Aug 05 19:48:54.595 INFO O| Aug 05 19:48:54.595 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6098 | 2026-08-05T19:48:55.274Z | [ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6099 | 2026-08-05T19:48:55.274Z | [ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO STEP 282 (remove_files) COMPLETE |
| 6100 | 2026-08-05T19:48:55.274Z | [ recovery-image] Aug 05 19:48:54.605 INFO O| Aug 05 19:48:54.605 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6101 | 2026-08-05T19:48:55.285Z | [ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6102 | 2026-08-05T19:48:55.286Z | [ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.617 INFO STEP 283 (remove_files) COMPLETE |
| 6103 | 2026-08-05T19:48:55.289Z | [ recovery-image] Aug 05 19:48:54.617 INFO O| Aug 05 19:48:54.617 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6104 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6105 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO STEP 284 (remove_files) COMPLETE |
| 6106 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.627 INFO O| Aug 05 19:48:54.627 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6107 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6108 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO STEP 285 (remove_files) COMPLETE |
| 6109 | 2026-08-05T19:48:55.315Z | [ recovery-image] Aug 05 19:48:54.637 INFO O| Aug 05 19:48:54.637 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6110 | 2026-08-05T19:48:55.316Z | [ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6111 | 2026-08-05T19:48:55.316Z | [ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO STEP 286 (remove_files) COMPLETE |
| 6112 | 2026-08-05T19:48:55.316Z | [ recovery-image] Aug 05 19:48:54.645 INFO O| Aug 05 19:48:54.645 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6113 | 2026-08-05T19:48:55.325Z | [ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6114 | 2026-08-05T19:48:55.325Z | [ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO STEP 287 (remove_files) COMPLETE |
| 6115 | 2026-08-05T19:48:55.325Z | [ recovery-image] Aug 05 19:48:54.656 INFO O| Aug 05 19:48:54.656 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6116 | 2026-08-05T19:48:55.336Z | [ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6117 | 2026-08-05T19:48:55.336Z | [ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO STEP 288 (remove_files) COMPLETE |
| 6118 | 2026-08-05T19:48:55.336Z | [ recovery-image] Aug 05 19:48:54.667 INFO O| Aug 05 19:48:54.667 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6119 | 2026-08-05T19:48:55.345Z | [ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6120 | 2026-08-05T19:48:55.345Z | [ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO STEP 289 (remove_files) COMPLETE |
| 6121 | 2026-08-05T19:48:55.345Z | [ recovery-image] Aug 05 19:48:54.676 INFO O| Aug 05 19:48:54.676 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6122 | 2026-08-05T19:48:55.359Z | [ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6123 | 2026-08-05T19:48:55.359Z | [ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO STEP 290 (remove_files) COMPLETE |
| 6124 | 2026-08-05T19:48:55.359Z | [ recovery-image] Aug 05 19:48:54.690 INFO O| Aug 05 19:48:54.690 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6125 | 2026-08-05T19:48:55.370Z | [ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6126 | 2026-08-05T19:48:55.370Z | [ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO STEP 291 (remove_files) COMPLETE |
| 6127 | 2026-08-05T19:48:55.370Z | [ recovery-image] Aug 05 19:48:54.701 INFO O| Aug 05 19:48:54.701 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6128 | 2026-08-05T19:48:55.382Z | [ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6129 | 2026-08-05T19:48:55.382Z | [ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO STEP 292 (remove_files) COMPLETE |
| 6130 | 2026-08-05T19:48:55.385Z | [ recovery-image] Aug 05 19:48:54.713 INFO O| Aug 05 19:48:54.713 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6131 | 2026-08-05T19:48:55.391Z | [ recovery-image] Aug 05 19:48:54.722 INFO O| Aug 05 19:48:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6132 | 2026-08-05T19:48:55.391Z | [ recovery-image] Aug 05 19:48:54.723 INFO O| Aug 05 19:48:54.723 INFO STEP 293 (remove_files) COMPLETE |
| 6133 | 2026-08-05T19:48:55.391Z | [ recovery-image] Aug 05 19:48:54.723 INFO O| Aug 05 19:48:54.723 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6134 | 2026-08-05T19:48:55.400Z | [ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6135 | 2026-08-05T19:48:55.400Z | [ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO STEP 294 (remove_files) COMPLETE |
| 6136 | 2026-08-05T19:48:55.400Z | [ recovery-image] Aug 05 19:48:54.732 INFO O| Aug 05 19:48:54.732 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6137 | 2026-08-05T19:48:55.412Z | [ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6138 | 2026-08-05T19:48:55.412Z | [ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO STEP 295 (remove_files) COMPLETE |
| 6139 | 2026-08-05T19:48:55.416Z | [ recovery-image] Aug 05 19:48:54.743 INFO O| Aug 05 19:48:54.743 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6140 | 2026-08-05T19:48:55.422Z | [ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6141 | 2026-08-05T19:48:55.422Z | [ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO STEP 296 (remove_files) COMPLETE |
| 6142 | 2026-08-05T19:48:55.422Z | [ recovery-image] Aug 05 19:48:54.753 INFO O| Aug 05 19:48:54.753 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6143 | 2026-08-05T19:48:55.432Z | [ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6144 | 2026-08-05T19:48:55.432Z | [ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO STEP 297 (remove_files) COMPLETE |
| 6145 | 2026-08-05T19:48:55.432Z | [ recovery-image] Aug 05 19:48:54.763 INFO O| Aug 05 19:48:54.763 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6146 | 2026-08-05T19:48:55.443Z | [ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6147 | 2026-08-05T19:48:55.447Z | [ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.774 INFO STEP 298 (remove_files) COMPLETE |
| 6148 | 2026-08-05T19:48:55.447Z | [ recovery-image] Aug 05 19:48:54.774 INFO O| Aug 05 19:48:54.774 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6149 | 2026-08-05T19:48:55.458Z | [ recovery-image] Aug 05 19:48:54.784 INFO O| Aug 05 19:48:54.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6150 | 2026-08-05T19:48:55.458Z | [ recovery-image] Aug 05 19:48:54.785 INFO O| Aug 05 19:48:54.785 INFO STEP 299 (remove_files) COMPLETE |
| 6151 | 2026-08-05T19:48:55.458Z | [ recovery-image] Aug 05 19:48:54.785 INFO O| Aug 05 19:48:54.785 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6152 | 2026-08-05T19:48:55.463Z | [ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6153 | 2026-08-05T19:48:55.463Z | [ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO STEP 300 (remove_files) COMPLETE |
| 6154 | 2026-08-05T19:48:55.466Z | [ recovery-image] Aug 05 19:48:54.794 INFO O| Aug 05 19:48:54.794 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6155 | 2026-08-05T19:48:55.474Z | [ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6156 | 2026-08-05T19:48:55.475Z | [ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO STEP 301 (remove_files) COMPLETE |
| 6157 | 2026-08-05T19:48:55.475Z | [ recovery-image] Aug 05 19:48:54.806 INFO O| Aug 05 19:48:54.806 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6158 | 2026-08-05T19:48:55.484Z | [ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6159 | 2026-08-05T19:48:55.484Z | [ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO STEP 302 (remove_files) COMPLETE |
| 6160 | 2026-08-05T19:48:55.484Z | [ recovery-image] Aug 05 19:48:54.815 INFO O| Aug 05 19:48:54.815 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6161 | 2026-08-05T19:48:55.494Z | [ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6162 | 2026-08-05T19:48:55.494Z | [ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO STEP 303 (remove_files) COMPLETE |
| 6163 | 2026-08-05T19:48:55.494Z | [ recovery-image] Aug 05 19:48:54.825 INFO O| Aug 05 19:48:54.825 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6164 | 2026-08-05T19:48:55.503Z | [ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6165 | 2026-08-05T19:48:55.503Z | [ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO STEP 304 (remove_files) COMPLETE |
| 6166 | 2026-08-05T19:48:55.503Z | [ recovery-image] Aug 05 19:48:54.834 INFO O| Aug 05 19:48:54.834 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6167 | 2026-08-05T19:48:55.512Z | [ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6168 | 2026-08-05T19:48:55.513Z | [ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO STEP 305 (remove_files) COMPLETE |
| 6169 | 2026-08-05T19:48:55.513Z | [ recovery-image] Aug 05 19:48:54.844 INFO O| Aug 05 19:48:54.844 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6170 | 2026-08-05T19:48:55.524Z | [ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6171 | 2026-08-05T19:48:55.524Z | [ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO STEP 306 (remove_files) COMPLETE |
| 6172 | 2026-08-05T19:48:55.524Z | [ recovery-image] Aug 05 19:48:54.855 INFO O| Aug 05 19:48:54.855 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6173 | 2026-08-05T19:48:55.532Z | [ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6174 | 2026-08-05T19:48:55.532Z | [ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO STEP 307 (remove_files) COMPLETE |
| 6175 | 2026-08-05T19:48:55.536Z | [ recovery-image] Aug 05 19:48:54.864 INFO O| Aug 05 19:48:54.864 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6176 | 2026-08-05T19:48:55.542Z | [ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6177 | 2026-08-05T19:48:55.542Z | [ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO STEP 308 (remove_files) COMPLETE |
| 6178 | 2026-08-05T19:48:55.542Z | [ recovery-image] Aug 05 19:48:54.873 INFO O| Aug 05 19:48:54.873 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6179 | 2026-08-05T19:48:55.551Z | [ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6180 | 2026-08-05T19:48:55.551Z | [ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO STEP 309 (remove_files) COMPLETE |
| 6181 | 2026-08-05T19:48:55.551Z | [ recovery-image] Aug 05 19:48:54.882 INFO O| Aug 05 19:48:54.882 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6182 | 2026-08-05T19:48:55.560Z | [ recovery-image] Aug 05 19:48:54.891 INFO O| Aug 05 19:48:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6183 | 2026-08-05T19:48:55.560Z | [ recovery-image] Aug 05 19:48:54.892 INFO O| Aug 05 19:48:54.892 INFO STEP 310 (remove_files) COMPLETE |
| 6184 | 2026-08-05T19:48:55.560Z | [ recovery-image] Aug 05 19:48:54.892 INFO O| Aug 05 19:48:54.892 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6185 | 2026-08-05T19:48:55.570Z | [ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6186 | 2026-08-05T19:48:55.570Z | [ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO STEP 311 (remove_files) COMPLETE |
| 6187 | 2026-08-05T19:48:55.570Z | [ recovery-image] Aug 05 19:48:54.901 INFO O| Aug 05 19:48:54.901 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6188 | 2026-08-05T19:48:55.581Z | [ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6189 | 2026-08-05T19:48:55.581Z | [ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO STEP 312 (remove_files) COMPLETE |
| 6190 | 2026-08-05T19:48:55.584Z | [ recovery-image] Aug 05 19:48:54.910 INFO O| Aug 05 19:48:54.910 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6191 | 2026-08-05T19:48:55.588Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 6192 | 2026-08-05T19:48:55.592Z | [ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6193 | 2026-08-05T19:48:55.592Z | [ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO STEP 313 (remove_files) COMPLETE |
| 6194 | 2026-08-05T19:48:55.592Z | [ recovery-image] Aug 05 19:48:54.920 INFO O| Aug 05 19:48:54.920 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6195 | 2026-08-05T19:48:55.599Z | [ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6196 | 2026-08-05T19:48:55.599Z | [ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO STEP 314 (remove_files) COMPLETE |
| 6197 | 2026-08-05T19:48:55.602Z | [ recovery-image] Aug 05 19:48:54.930 INFO O| Aug 05 19:48:54.930 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6198 | 2026-08-05T19:48:55.608Z | [ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6199 | 2026-08-05T19:48:55.608Z | [ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO STEP 315 (remove_files) COMPLETE |
| 6200 | 2026-08-05T19:48:55.608Z | [ recovery-image] Aug 05 19:48:54.939 INFO O| Aug 05 19:48:54.939 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6201 | 2026-08-05T19:48:55.620Z | [ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6202 | 2026-08-05T19:48:55.620Z | [ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO STEP 316 (remove_files) COMPLETE |
| 6203 | 2026-08-05T19:48:55.620Z | [ recovery-image] Aug 05 19:48:54.948 INFO O| Aug 05 19:48:54.948 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6204 | 2026-08-05T19:48:55.626Z | [ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6205 | 2026-08-05T19:48:55.626Z | [ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO STEP 317 (remove_files) COMPLETE |
| 6206 | 2026-08-05T19:48:55.629Z | [ recovery-image] Aug 05 19:48:54.958 INFO O| Aug 05 19:48:54.958 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6207 | 2026-08-05T19:48:55.636Z | [ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6208 | 2026-08-05T19:48:55.636Z | [ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO STEP 318 (remove_files) COMPLETE |
| 6209 | 2026-08-05T19:48:55.636Z | [ recovery-image] Aug 05 19:48:54.967 INFO O| Aug 05 19:48:54.967 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6210 | 2026-08-05T19:48:55.646Z | [ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6211 | 2026-08-05T19:48:55.646Z | [ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.978 INFO STEP 319 (remove_files) COMPLETE |
| 6212 | 2026-08-05T19:48:55.650Z | [ recovery-image] Aug 05 19:48:54.978 INFO O| Aug 05 19:48:54.978 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6213 | 2026-08-05T19:48:55.656Z | [ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6214 | 2026-08-05T19:48:55.656Z | [ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO STEP 320 (remove_files) COMPLETE |
| 6215 | 2026-08-05T19:48:55.660Z | [ recovery-image] Aug 05 19:48:54.987 INFO O| Aug 05 19:48:54.987 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6216 | 2026-08-05T19:48:55.666Z | [ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6217 | 2026-08-05T19:48:55.666Z | [ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO STEP 321 (remove_files) COMPLETE |
| 6218 | 2026-08-05T19:48:55.669Z | [ recovery-image] Aug 05 19:48:54.997 INFO O| Aug 05 19:48:54.997 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6219 | 2026-08-05T19:48:55.676Z | [ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6220 | 2026-08-05T19:48:55.679Z | [ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO STEP 322 (remove_files) COMPLETE |
| 6221 | 2026-08-05T19:48:55.679Z | [ recovery-image] Aug 05 19:48:55.007 INFO O| Aug 05 19:48:55.007 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6222 | 2026-08-05T19:48:55.687Z | [ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6223 | 2026-08-05T19:48:55.687Z | [ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO STEP 323 (remove_files) COMPLETE |
| 6224 | 2026-08-05T19:48:55.688Z | [ recovery-image] Aug 05 19:48:55.019 INFO O| Aug 05 19:48:55.019 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6225 | 2026-08-05T19:48:55.698Z | [ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6226 | 2026-08-05T19:48:55.698Z | [ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO STEP 324 (remove_files) COMPLETE |
| 6227 | 2026-08-05T19:48:55.698Z | [ recovery-image] Aug 05 19:48:55.029 INFO O| Aug 05 19:48:55.029 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6228 | 2026-08-05T19:48:55.709Z | [ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6229 | 2026-08-05T19:48:55.709Z | [ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO STEP 325 (remove_files) COMPLETE |
| 6230 | 2026-08-05T19:48:55.709Z | [ recovery-image] Aug 05 19:48:55.040 INFO O| Aug 05 19:48:55.040 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6231 | 2026-08-05T19:48:55.721Z | [ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6232 | 2026-08-05T19:48:55.721Z | [ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO STEP 326 (remove_files) COMPLETE |
| 6233 | 2026-08-05T19:48:55.724Z | [ recovery-image] Aug 05 19:48:55.051 INFO O| Aug 05 19:48:55.051 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6234 | 2026-08-05T19:48:55.731Z | [ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6235 | 2026-08-05T19:48:55.731Z | [ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO STEP 327 (remove_files) COMPLETE |
| 6236 | 2026-08-05T19:48:55.734Z | [ recovery-image] Aug 05 19:48:55.062 INFO O| Aug 05 19:48:55.062 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6237 | 2026-08-05T19:48:55.741Z | [ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6238 | 2026-08-05T19:48:55.741Z | [ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO STEP 328 (remove_files) COMPLETE |
| 6239 | 2026-08-05T19:48:55.741Z | [ recovery-image] Aug 05 19:48:55.073 INFO O| Aug 05 19:48:55.073 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6240 | 2026-08-05T19:48:55.775Z | [ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6241 | 2026-08-05T19:48:55.776Z | [ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO STEP 329 (remove_files) COMPLETE |
| 6242 | 2026-08-05T19:48:55.780Z | [ recovery-image] Aug 05 19:48:55.106 INFO O| Aug 05 19:48:55.106 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6243 | 2026-08-05T19:48:55.784Z | [ recovery-image] Aug 05 19:48:55.115 INFO O| Aug 05 19:48:55.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6244 | 2026-08-05T19:48:55.784Z | [ recovery-image] Aug 05 19:48:55.116 INFO O| Aug 05 19:48:55.116 INFO STEP 330 (remove_files) COMPLETE |
| 6245 | 2026-08-05T19:48:55.784Z | [ recovery-image] Aug 05 19:48:55.116 INFO O| Aug 05 19:48:55.116 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6246 | 2026-08-05T19:48:55.793Z | [ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6247 | 2026-08-05T19:48:55.793Z | [ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO STEP 331 (remove_files) COMPLETE |
| 6248 | 2026-08-05T19:48:55.794Z | [ recovery-image] Aug 05 19:48:55.125 INFO O| Aug 05 19:48:55.125 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6249 | 2026-08-05T19:48:55.803Z | [ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6250 | 2026-08-05T19:48:55.803Z | [ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO STEP 332 (remove_files) COMPLETE |
| 6251 | 2026-08-05T19:48:55.803Z | [ recovery-image] Aug 05 19:48:55.134 INFO O| Aug 05 19:48:55.134 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6252 | 2026-08-05T19:48:55.813Z | [ recovery-image] Aug 05 19:48:55.144 INFO O| Aug 05 19:48:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6253 | 2026-08-05T19:48:55.813Z | [ recovery-image] Aug 05 19:48:55.145 INFO O| Aug 05 19:48:55.144 INFO STEP 333 (remove_files) COMPLETE |
| 6254 | 2026-08-05T19:48:55.813Z | [ recovery-image] Aug 05 19:48:55.145 INFO O| Aug 05 19:48:55.144 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6255 | 2026-08-05T19:48:55.825Z | [ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6256 | 2026-08-05T19:48:55.825Z | [ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO STEP 334 (remove_files) COMPLETE |
| 6257 | 2026-08-05T19:48:55.825Z | [ recovery-image] Aug 05 19:48:55.156 INFO O| Aug 05 19:48:55.156 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6258 | 2026-08-05T19:48:55.835Z | [ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6259 | 2026-08-05T19:48:55.835Z | [ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO STEP 335 (remove_files) COMPLETE |
| 6260 | 2026-08-05T19:48:55.836Z | [ recovery-image] Aug 05 19:48:55.167 INFO O| Aug 05 19:48:55.167 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6261 | 2026-08-05T19:48:55.847Z | [ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6262 | 2026-08-05T19:48:55.847Z | [ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO STEP 336 (remove_files) COMPLETE |
| 6263 | 2026-08-05T19:48:55.851Z | [ recovery-image] Aug 05 19:48:55.178 INFO O| Aug 05 19:48:55.178 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6264 | 2026-08-05T19:48:55.858Z | [ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6265 | 2026-08-05T19:48:55.858Z | [ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO STEP 337 (remove_files) COMPLETE |
| 6266 | 2026-08-05T19:48:55.858Z | [ recovery-image] Aug 05 19:48:55.188 INFO O| Aug 05 19:48:55.188 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6267 | 2026-08-05T19:48:55.867Z | [ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6268 | 2026-08-05T19:48:55.868Z | [ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO STEP 338 (remove_files) COMPLETE |
| 6269 | 2026-08-05T19:48:55.868Z | [ recovery-image] Aug 05 19:48:55.198 INFO O| Aug 05 19:48:55.198 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6270 | 2026-08-05T19:48:55.879Z | [ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6271 | 2026-08-05T19:48:55.879Z | [ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO STEP 339 (remove_files) COMPLETE |
| 6272 | 2026-08-05T19:48:55.879Z | [ recovery-image] Aug 05 19:48:55.209 INFO O| Aug 05 19:48:55.209 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6273 | 2026-08-05T19:48:55.891Z | [ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6274 | 2026-08-05T19:48:55.891Z | [ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO STEP 340 (remove_files) COMPLETE |
| 6275 | 2026-08-05T19:48:55.895Z | [ recovery-image] Aug 05 19:48:55.222 INFO O| Aug 05 19:48:55.222 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6276 | 2026-08-05T19:48:55.900Z | [ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6277 | 2026-08-05T19:48:55.900Z | [ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO STEP 341 (remove_files) COMPLETE |
| 6278 | 2026-08-05T19:48:55.904Z | [ recovery-image] Aug 05 19:48:55.232 INFO O| Aug 05 19:48:55.232 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6279 | 2026-08-05T19:48:55.911Z | [ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6280 | 2026-08-05T19:48:55.912Z | [ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO STEP 342 (remove_files) COMPLETE |
| 6281 | 2026-08-05T19:48:55.912Z | [ recovery-image] Aug 05 19:48:55.243 INFO O| Aug 05 19:48:55.243 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6282 | 2026-08-05T19:48:55.920Z | [ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6283 | 2026-08-05T19:48:55.920Z | [ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO STEP 343 (remove_files) COMPLETE |
| 6284 | 2026-08-05T19:48:55.923Z | [ recovery-image] Aug 05 19:48:55.251 INFO O| Aug 05 19:48:55.251 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6285 | 2026-08-05T19:48:55.931Z | [ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6286 | 2026-08-05T19:48:55.931Z | [ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO STEP 344 (remove_files) COMPLETE |
| 6287 | 2026-08-05T19:48:55.931Z | [ recovery-image] Aug 05 19:48:55.262 INFO O| Aug 05 19:48:55.262 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6288 | 2026-08-05T19:48:55.942Z | [ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6289 | 2026-08-05T19:48:55.942Z | [ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO STEP 345 (remove_files) COMPLETE |
| 6290 | 2026-08-05T19:48:55.947Z | [ recovery-image] Aug 05 19:48:55.273 INFO O| Aug 05 19:48:55.273 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6291 | 2026-08-05T19:48:55.953Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6292 | 2026-08-05T19:48:55.953Z | [ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6293 | 2026-08-05T19:48:55.953Z | [ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO STEP 346 (remove_files) COMPLETE |
| 6294 | 2026-08-05T19:48:55.953Z | [ recovery-image] Aug 05 19:48:55.284 INFO O| Aug 05 19:48:55.284 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6295 | 2026-08-05T19:48:55.963Z | [ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6296 | 2026-08-05T19:48:55.963Z | [ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO STEP 347 (remove_files) COMPLETE |
| 6297 | 2026-08-05T19:48:55.963Z | [ recovery-image] Aug 05 19:48:55.294 INFO O| Aug 05 19:48:55.294 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6298 | 2026-08-05T19:48:55.972Z | [ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6299 | 2026-08-05T19:48:55.972Z | [ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.304 INFO STEP 348 (remove_files) COMPLETE |
| 6300 | 2026-08-05T19:48:55.972Z | [ recovery-image] Aug 05 19:48:55.304 INFO O| Aug 05 19:48:55.304 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6301 | 2026-08-05T19:48:55.982Z | [ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6302 | 2026-08-05T19:48:55.982Z | [ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO STEP 349 (remove_files) COMPLETE |
| 6303 | 2026-08-05T19:48:55.985Z | [ recovery-image] Aug 05 19:48:55.313 INFO O| Aug 05 19:48:55.313 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6304 | 2026-08-05T19:48:55.991Z | [ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6305 | 2026-08-05T19:48:55.992Z | [ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO STEP 350 (remove_files) COMPLETE |
| 6306 | 2026-08-05T19:48:55.992Z | [ recovery-image] Aug 05 19:48:55.323 INFO O| Aug 05 19:48:55.323 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6307 | 2026-08-05T19:48:56.002Z | [ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6308 | 2026-08-05T19:48:56.002Z | [ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO STEP 351 (remove_files) COMPLETE |
| 6309 | 2026-08-05T19:48:56.002Z | [ recovery-image] Aug 05 19:48:55.333 INFO O| Aug 05 19:48:55.333 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6310 | 2026-08-05T19:48:56.012Z | [ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6311 | 2026-08-05T19:48:56.012Z | [ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO STEP 352 (remove_files) COMPLETE |
| 6312 | 2026-08-05T19:48:56.013Z | [ recovery-image] Aug 05 19:48:55.343 INFO O| Aug 05 19:48:55.343 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6313 | 2026-08-05T19:48:56.022Z | [ recovery-image] Aug 05 19:48:55.353 INFO O| Aug 05 19:48:55.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6314 | 2026-08-05T19:48:56.025Z | [ recovery-image] Aug 05 19:48:55.354 INFO O| Aug 05 19:48:55.354 INFO STEP 353 (remove_files) COMPLETE |
| 6315 | 2026-08-05T19:48:56.025Z | [ recovery-image] Aug 05 19:48:55.354 INFO O| Aug 05 19:48:55.354 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6316 | 2026-08-05T19:48:56.031Z | [ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6317 | 2026-08-05T19:48:56.031Z | [ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO STEP 354 (remove_files) COMPLETE |
| 6318 | 2026-08-05T19:48:56.035Z | [ recovery-image] Aug 05 19:48:55.363 INFO O| Aug 05 19:48:55.363 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6319 | 2026-08-05T19:48:56.042Z | [ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6320 | 2026-08-05T19:48:56.042Z | [ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO STEP 355 (remove_files) COMPLETE |
| 6321 | 2026-08-05T19:48:56.043Z | [ recovery-image] Aug 05 19:48:55.371 INFO O| Aug 05 19:48:55.371 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6322 | 2026-08-05T19:48:56.049Z | [ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6323 | 2026-08-05T19:48:56.049Z | [ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO STEP 356 (remove_files) COMPLETE |
| 6324 | 2026-08-05T19:48:56.049Z | [ recovery-image] Aug 05 19:48:55.380 INFO O| Aug 05 19:48:55.380 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-08-05T19:48:56.057Z | [ recovery-image] Aug 05 19:48:55.388 INFO O| Aug 05 19:48:55.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6326 | 2026-08-05T19:48:56.057Z | [ recovery-image] Aug 05 19:48:55.389 INFO O| Aug 05 19:48:55.388 INFO STEP 357 (remove_files) COMPLETE |
| 6327 | 2026-08-05T19:48:56.057Z | [ recovery-image] Aug 05 19:48:55.389 INFO O| Aug 05 19:48:55.388 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-08-05T19:48:56.066Z | [ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6329 | 2026-08-05T19:48:56.066Z | [ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO STEP 358 (remove_files) COMPLETE |
| 6330 | 2026-08-05T19:48:56.066Z | [ recovery-image] Aug 05 19:48:55.397 INFO O| Aug 05 19:48:55.397 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-08-05T19:48:56.076Z | [ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6332 | 2026-08-05T19:48:56.076Z | [ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO STEP 359 (remove_files) COMPLETE |
| 6333 | 2026-08-05T19:48:56.076Z | [ recovery-image] Aug 05 19:48:55.407 INFO O| Aug 05 19:48:55.407 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-08-05T19:48:56.087Z | [ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6335 | 2026-08-05T19:48:56.087Z | [ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO STEP 360 (remove_files) COMPLETE |
| 6336 | 2026-08-05T19:48:56.090Z | [ recovery-image] Aug 05 19:48:55.418 INFO O| Aug 05 19:48:55.418 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6337 | 2026-08-05T19:48:56.097Z | [ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6338 | 2026-08-05T19:48:56.097Z | [ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO STEP 361 (remove_files) COMPLETE |
| 6339 | 2026-08-05T19:48:56.097Z | [ recovery-image] Aug 05 19:48:55.429 INFO O| Aug 05 19:48:55.429 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6340 | 2026-08-05T19:48:56.102Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 6341 | 2026-08-05T19:48:56.107Z | [ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6342 | 2026-08-05T19:48:56.107Z | [ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO STEP 362 (remove_files) COMPLETE |
| 6343 | 2026-08-05T19:48:56.107Z | [ recovery-image] Aug 05 19:48:55.439 INFO O| Aug 05 19:48:55.439 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6344 | 2026-08-05T19:48:56.118Z | [ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6345 | 2026-08-05T19:48:56.118Z | [ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO STEP 363 (remove_files) COMPLETE |
| 6346 | 2026-08-05T19:48:56.118Z | [ recovery-image] Aug 05 19:48:55.449 INFO O| Aug 05 19:48:55.449 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6347 | 2026-08-05T19:48:56.129Z | [ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6348 | 2026-08-05T19:48:56.129Z | [ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO STEP 364 (remove_files) COMPLETE |
| 6349 | 2026-08-05T19:48:56.129Z | [ recovery-image] Aug 05 19:48:55.460 INFO O| Aug 05 19:48:55.460 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6350 | 2026-08-05T19:48:56.138Z | [ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6351 | 2026-08-05T19:48:56.138Z | [ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.470 INFO STEP 365 (remove_files) COMPLETE |
| 6352 | 2026-08-05T19:48:56.138Z | [ recovery-image] Aug 05 19:48:55.470 INFO O| Aug 05 19:48:55.470 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6353 | 2026-08-05T19:48:56.147Z | [ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6354 | 2026-08-05T19:48:56.147Z | [ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO STEP 366 (remove_files) COMPLETE |
| 6355 | 2026-08-05T19:48:56.147Z | [ recovery-image] Aug 05 19:48:55.478 INFO O| Aug 05 19:48:55.478 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6356 | 2026-08-05T19:48:56.156Z | [ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6357 | 2026-08-05T19:48:56.156Z | [ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO STEP 367 (remove_files) COMPLETE |
| 6358 | 2026-08-05T19:48:56.156Z | [ recovery-image] Aug 05 19:48:55.487 INFO O| Aug 05 19:48:55.487 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6359 | 2026-08-05T19:48:56.164Z | [ recovery-image] Aug 05 19:48:55.495 INFO O| Aug 05 19:48:55.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6360 | 2026-08-05T19:48:56.167Z | [ recovery-image] Aug 05 19:48:55.496 INFO O| Aug 05 19:48:55.496 INFO STEP 368 (remove_files) COMPLETE |
| 6361 | 2026-08-05T19:48:56.167Z | [ recovery-image] Aug 05 19:48:55.496 INFO O| Aug 05 19:48:55.496 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6362 | 2026-08-05T19:48:56.176Z | [ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6363 | 2026-08-05T19:48:56.176Z | [ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO STEP 369 (remove_files) COMPLETE |
| 6364 | 2026-08-05T19:48:56.176Z | [ recovery-image] Aug 05 19:48:55.507 INFO O| Aug 05 19:48:55.507 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6365 | 2026-08-05T19:48:56.186Z | [ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6366 | 2026-08-05T19:48:56.186Z | [ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO STEP 370 (remove_files) COMPLETE |
| 6367 | 2026-08-05T19:48:56.190Z | [ recovery-image] Aug 05 19:48:55.517 INFO O| Aug 05 19:48:55.517 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6368 | 2026-08-05T19:48:56.195Z | [ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6369 | 2026-08-05T19:48:56.195Z | [ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.527 INFO STEP 371 (remove_files) COMPLETE |
| 6370 | 2026-08-05T19:48:56.195Z | [ recovery-image] Aug 05 19:48:55.527 INFO O| Aug 05 19:48:55.527 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6371 | 2026-08-05T19:48:56.206Z | [ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6372 | 2026-08-05T19:48:56.206Z | [ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO STEP 372 (remove_files) COMPLETE |
| 6373 | 2026-08-05T19:48:56.206Z | [ recovery-image] Aug 05 19:48:55.537 INFO O| Aug 05 19:48:55.537 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6374 | 2026-08-05T19:48:56.217Z | [ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6375 | 2026-08-05T19:48:56.217Z | [ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO STEP 373 (remove_files) COMPLETE |
| 6376 | 2026-08-05T19:48:56.217Z | [ recovery-image] Aug 05 19:48:55.548 INFO O| Aug 05 19:48:55.548 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-08-05T19:48:56.225Z | [ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6378 | 2026-08-05T19:48:56.226Z | [ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO STEP 374 (remove_files) COMPLETE |
| 6379 | 2026-08-05T19:48:56.229Z | [ recovery-image] Aug 05 19:48:55.557 INFO O| Aug 05 19:48:55.557 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-08-05T19:48:56.234Z | [ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6381 | 2026-08-05T19:48:56.234Z | [ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO STEP 375 (remove_files) COMPLETE |
| 6382 | 2026-08-05T19:48:56.234Z | [ recovery-image] Aug 05 19:48:55.565 INFO O| Aug 05 19:48:55.565 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-08-05T19:48:56.243Z | [ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6384 | 2026-08-05T19:48:56.243Z | [ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO STEP 376 (remove_files) COMPLETE |
| 6385 | 2026-08-05T19:48:56.246Z | [ recovery-image] Aug 05 19:48:55.574 INFO O| Aug 05 19:48:55.574 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-05T19:48:56.252Z | [ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6387 | 2026-08-05T19:48:56.252Z | [ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO STEP 377 (remove_files) COMPLETE |
| 6388 | 2026-08-05T19:48:56.255Z | [ recovery-image] Aug 05 19:48:55.583 INFO O| Aug 05 19:48:55.583 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-05T19:48:56.262Z | [ recovery-image] Aug 05 19:48:55.593 INFO O| Aug 05 19:48:55.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6390 | 2026-08-05T19:48:56.265Z | [ recovery-image] Aug 05 19:48:55.594 INFO O| Aug 05 19:48:55.594 INFO STEP 378 (remove_files) COMPLETE |
| 6391 | 2026-08-05T19:48:56.265Z | [ recovery-image] Aug 05 19:48:55.594 INFO O| Aug 05 19:48:55.594 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-08-05T19:48:56.276Z | [ recovery-image] Aug 05 19:48:55.605 INFO O| Aug 05 19:48:55.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6393 | 2026-08-05T19:48:56.276Z | [ recovery-image] Aug 05 19:48:55.606 INFO O| Aug 05 19:48:55.606 INFO STEP 379 (remove_files) COMPLETE |
| 6394 | 2026-08-05T19:48:56.276Z | [ recovery-image] Aug 05 19:48:55.606 INFO O| Aug 05 19:48:55.606 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-08-05T19:48:56.286Z | [ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6396 | 2026-08-05T19:48:56.286Z | [ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO STEP 380 (remove_files) COMPLETE |
| 6397 | 2026-08-05T19:48:56.289Z | [ recovery-image] Aug 05 19:48:55.617 INFO O| Aug 05 19:48:55.617 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-08-05T19:48:56.297Z | [ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6399 | 2026-08-05T19:48:56.297Z | [ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO STEP 381 (remove_files) COMPLETE |
| 6400 | 2026-08-05T19:48:56.297Z | [ recovery-image] Aug 05 19:48:55.628 INFO O| Aug 05 19:48:55.628 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-08-05T19:48:56.307Z | [ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6402 | 2026-08-05T19:48:56.307Z | [ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO STEP 382 (remove_files) COMPLETE |
| 6403 | 2026-08-05T19:48:56.307Z | [ recovery-image] Aug 05 19:48:55.638 INFO O| Aug 05 19:48:55.638 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-08-05T19:48:56.317Z | [ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6405 | 2026-08-05T19:48:56.317Z | [ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO STEP 383 (remove_files) COMPLETE |
| 6406 | 2026-08-05T19:48:56.317Z | [ recovery-image] Aug 05 19:48:55.648 INFO O| Aug 05 19:48:55.648 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-08-05T19:48:56.326Z | [ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6408 | 2026-08-05T19:48:56.327Z | [ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO STEP 384 (remove_files) COMPLETE |
| 6409 | 2026-08-05T19:48:56.330Z | [ recovery-image] Aug 05 19:48:55.658 INFO O| Aug 05 19:48:55.658 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-08-05T19:48:56.335Z | [ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6411 | 2026-08-05T19:48:56.335Z | [ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO STEP 385 (remove_files) COMPLETE |
| 6412 | 2026-08-05T19:48:56.338Z | [ recovery-image] Aug 05 19:48:55.666 INFO O| Aug 05 19:48:55.666 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-08-05T19:48:56.343Z | [ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6414 | 2026-08-05T19:48:56.343Z | [ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO STEP 386 (remove_files) COMPLETE |
| 6415 | 2026-08-05T19:48:56.346Z | [ recovery-image] Aug 05 19:48:55.675 INFO O| Aug 05 19:48:55.675 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6416 | 2026-08-05T19:48:56.352Z | [ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6417 | 2026-08-05T19:48:56.352Z | [ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO STEP 387 (remove_files) COMPLETE |
| 6418 | 2026-08-05T19:48:56.352Z | [ recovery-image] Aug 05 19:48:55.683 INFO O| Aug 05 19:48:55.683 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6419 | 2026-08-05T19:48:56.355Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 6420 | 2026-08-05T19:48:56.362Z | [ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6421 | 2026-08-05T19:48:56.362Z | [ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO STEP 388 (remove_files) COMPLETE |
| 6422 | 2026-08-05T19:48:56.365Z | [ recovery-image] Aug 05 19:48:55.693 INFO O| Aug 05 19:48:55.693 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6423 | 2026-08-05T19:48:56.374Z | [ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6424 | 2026-08-05T19:48:56.374Z | [ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO STEP 389 (remove_files) COMPLETE |
| 6425 | 2026-08-05T19:48:56.374Z | [ recovery-image] Aug 05 19:48:55.705 INFO O| Aug 05 19:48:55.705 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6426 | 2026-08-05T19:48:56.386Z | [ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6427 | 2026-08-05T19:48:56.386Z | [ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO STEP 390 (remove_files) COMPLETE |
| 6428 | 2026-08-05T19:48:56.386Z | [ recovery-image] Aug 05 19:48:55.717 INFO O| Aug 05 19:48:55.717 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6429 | 2026-08-05T19:48:56.397Z | [ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6430 | 2026-08-05T19:48:56.397Z | [ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO STEP 391 (remove_files) COMPLETE |
| 6431 | 2026-08-05T19:48:56.397Z | [ recovery-image] Aug 05 19:48:55.728 INFO O| Aug 05 19:48:55.728 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6432 | 2026-08-05T19:48:56.407Z | [ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6433 | 2026-08-05T19:48:56.407Z | [ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO STEP 392 (remove_files) COMPLETE |
| 6434 | 2026-08-05T19:48:56.411Z | [ recovery-image] Aug 05 19:48:55.738 INFO O| Aug 05 19:48:55.738 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6435 | 2026-08-05T19:48:56.418Z | [ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6436 | 2026-08-05T19:48:56.418Z | [ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO STEP 393 (remove_files) COMPLETE |
| 6437 | 2026-08-05T19:48:56.421Z | [ recovery-image] Aug 05 19:48:55.749 INFO O| Aug 05 19:48:55.749 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6438 | 2026-08-05T19:48:56.421Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 6439 | 2026-08-05T19:48:56.428Z | [ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6440 | 2026-08-05T19:48:56.428Z | [ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO STEP 394 (remove_files) COMPLETE |
| 6441 | 2026-08-05T19:48:56.428Z | [ recovery-image] Aug 05 19:48:55.758 INFO O| Aug 05 19:48:55.758 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6442 | 2026-08-05T19:48:56.440Z | [ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6443 | 2026-08-05T19:48:56.440Z | [ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO STEP 395 (remove_files) COMPLETE |
| 6444 | 2026-08-05T19:48:56.440Z | [ recovery-image] Aug 05 19:48:55.771 INFO O| Aug 05 19:48:55.769 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6445 | 2026-08-05T19:48:56.449Z | [ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6446 | 2026-08-05T19:48:56.449Z | [ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO STEP 396 (remove_files) COMPLETE |
| 6447 | 2026-08-05T19:48:56.449Z | [ recovery-image] Aug 05 19:48:55.780 INFO O| Aug 05 19:48:55.780 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6448 | 2026-08-05T19:48:56.456Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 6449 | 2026-08-05T19:48:56.459Z | [ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6450 | 2026-08-05T19:48:56.459Z | [ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO STEP 397 (remove_files) COMPLETE |
| 6451 | 2026-08-05T19:48:56.459Z | [ recovery-image] Aug 05 19:48:55.789 INFO O| Aug 05 19:48:55.789 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6452 | 2026-08-05T19:48:56.468Z | [ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6453 | 2026-08-05T19:48:56.468Z | [ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO STEP 398 (remove_files) COMPLETE |
| 6454 | 2026-08-05T19:48:56.468Z | [ recovery-image] Aug 05 19:48:55.799 INFO O| Aug 05 19:48:55.799 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6455 | 2026-08-05T19:48:56.479Z | [ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6456 | 2026-08-05T19:48:56.479Z | [ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO STEP 399 (remove_files) COMPLETE |
| 6457 | 2026-08-05T19:48:56.479Z | [ recovery-image] Aug 05 19:48:55.810 INFO O| Aug 05 19:48:55.810 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6458 | 2026-08-05T19:48:56.489Z | [ recovery-image] Aug 05 19:48:55.820 INFO O| Aug 05 19:48:55.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6459 | 2026-08-05T19:48:56.492Z | [ recovery-image] Aug 05 19:48:55.822 INFO O| Aug 05 19:48:55.822 INFO STEP 400 (remove_files) COMPLETE |
| 6460 | 2026-08-05T19:48:56.492Z | [ recovery-image] Aug 05 19:48:55.822 INFO O| Aug 05 19:48:55.822 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6461 | 2026-08-05T19:48:56.493Z | [verify-libraries] Compiling md5 v0.8.0 |
| 6462 | 2026-08-05T19:48:56.501Z | [ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6463 | 2026-08-05T19:48:56.501Z | [ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO STEP 401 (remove_files) COMPLETE |
| 6464 | 2026-08-05T19:48:56.501Z | [ recovery-image] Aug 05 19:48:55.832 INFO O| Aug 05 19:48:55.832 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-05T19:48:56.510Z | [ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6466 | 2026-08-05T19:48:56.510Z | [ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO STEP 402 (remove_files) COMPLETE |
| 6467 | 2026-08-05T19:48:56.514Z | [ recovery-image] Aug 05 19:48:55.841 INFO O| Aug 05 19:48:55.841 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-05T19:48:56.521Z | [ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6469 | 2026-08-05T19:48:56.521Z | [ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO STEP 403 (remove_files) COMPLETE |
| 6470 | 2026-08-05T19:48:56.521Z | [ recovery-image] Aug 05 19:48:55.852 INFO O| Aug 05 19:48:55.852 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-05T19:48:56.531Z | [ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6472 | 2026-08-05T19:48:56.531Z | [ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO STEP 404 (remove_files) COMPLETE |
| 6473 | 2026-08-05T19:48:56.531Z | [ recovery-image] Aug 05 19:48:55.862 INFO O| Aug 05 19:48:55.862 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-05T19:48:56.541Z | [ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6475 | 2026-08-05T19:48:56.542Z | [ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO STEP 405 (remove_files) COMPLETE |
| 6476 | 2026-08-05T19:48:56.542Z | [ recovery-image] Aug 05 19:48:55.873 INFO O| Aug 05 19:48:55.873 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-05T19:48:56.552Z | [ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6478 | 2026-08-05T19:48:56.552Z | [ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO STEP 406 (remove_files) COMPLETE |
| 6479 | 2026-08-05T19:48:56.552Z | [ recovery-image] Aug 05 19:48:55.883 INFO O| Aug 05 19:48:55.883 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-05T19:48:56.562Z | [ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6481 | 2026-08-05T19:48:56.562Z | [ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO STEP 407 (remove_files) COMPLETE |
| 6482 | 2026-08-05T19:48:56.562Z | [ recovery-image] Aug 05 19:48:55.893 INFO O| Aug 05 19:48:55.893 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6483 | 2026-08-05T19:48:56.572Z | [ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6484 | 2026-08-05T19:48:56.572Z | [ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO STEP 408 (remove_files) COMPLETE |
| 6485 | 2026-08-05T19:48:56.572Z | [ recovery-image] Aug 05 19:48:55.903 INFO O| Aug 05 19:48:55.903 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6486 | 2026-08-05T19:48:56.583Z | [ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6487 | 2026-08-05T19:48:56.583Z | [ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO STEP 409 (remove_files) COMPLETE |
| 6488 | 2026-08-05T19:48:56.583Z | [ recovery-image] Aug 05 19:48:55.914 INFO O| Aug 05 19:48:55.914 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6489 | 2026-08-05T19:48:56.593Z | [ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6490 | 2026-08-05T19:48:56.593Z | [ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO STEP 410 (remove_files) COMPLETE |
| 6491 | 2026-08-05T19:48:56.596Z | [ recovery-image] Aug 05 19:48:55.924 INFO O| Aug 05 19:48:55.924 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6492 | 2026-08-05T19:48:56.606Z | [ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6493 | 2026-08-05T19:48:56.606Z | [ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO STEP 411 (remove_files) COMPLETE |
| 6494 | 2026-08-05T19:48:56.606Z | [ recovery-image] Aug 05 19:48:55.935 INFO O| Aug 05 19:48:55.935 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6495 | 2026-08-05T19:48:56.614Z | [ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6496 | 2026-08-05T19:48:56.614Z | [ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO STEP 412 (remove_files) COMPLETE |
| 6497 | 2026-08-05T19:48:56.618Z | [ recovery-image] Aug 05 19:48:55.945 INFO O| Aug 05 19:48:55.945 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6498 | 2026-08-05T19:48:56.618Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 6499 | 2026-08-05T19:48:56.624Z | [ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6500 | 2026-08-05T19:48:56.624Z | [ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO STEP 413 (remove_files) COMPLETE |
| 6501 | 2026-08-05T19:48:56.624Z | [ recovery-image] Aug 05 19:48:55.955 INFO O| Aug 05 19:48:55.955 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6502 | 2026-08-05T19:48:56.634Z | [ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6503 | 2026-08-05T19:48:56.637Z | [ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO STEP 414 (remove_files) COMPLETE |
| 6504 | 2026-08-05T19:48:56.637Z | [ recovery-image] Aug 05 19:48:55.965 INFO O| Aug 05 19:48:55.965 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6505 | 2026-08-05T19:48:56.646Z | [ recovery-image] Aug 05 19:48:55.974 INFO O| Aug 05 19:48:55.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6506 | 2026-08-05T19:48:56.649Z | [ recovery-image] Aug 05 19:48:55.977 INFO O| Aug 05 19:48:55.977 INFO STEP 415 (remove_files) COMPLETE |
| 6507 | 2026-08-05T19:48:56.649Z | [ recovery-image] Aug 05 19:48:55.977 INFO O| Aug 05 19:48:55.977 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6508 | 2026-08-05T19:48:56.652Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6509 | 2026-08-05T19:48:56.655Z | [ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6510 | 2026-08-05T19:48:56.656Z | [ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO STEP 416 (remove_files) COMPLETE |
| 6511 | 2026-08-05T19:48:56.656Z | [ recovery-image] Aug 05 19:48:55.987 INFO O| Aug 05 19:48:55.987 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6512 | 2026-08-05T19:48:56.666Z | [ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6513 | 2026-08-05T19:48:56.666Z | [ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO STEP 417 (remove_files) COMPLETE |
| 6514 | 2026-08-05T19:48:56.670Z | [ recovery-image] Aug 05 19:48:55.997 INFO O| Aug 05 19:48:55.997 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6515 | 2026-08-05T19:48:56.677Z | [ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6516 | 2026-08-05T19:48:56.677Z | [ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO STEP 418 (remove_files) COMPLETE |
| 6517 | 2026-08-05T19:48:56.677Z | [ recovery-image] Aug 05 19:48:56.008 INFO O| Aug 05 19:48:56.008 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6518 | 2026-08-05T19:48:56.686Z | [ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6519 | 2026-08-05T19:48:56.686Z | [ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO STEP 419 (remove_files) COMPLETE |
| 6520 | 2026-08-05T19:48:56.686Z | [ recovery-image] Aug 05 19:48:56.017 INFO O| Aug 05 19:48:56.017 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6521 | 2026-08-05T19:48:56.696Z | [ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6522 | 2026-08-05T19:48:56.697Z | [ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO STEP 420 (remove_files) COMPLETE |
| 6523 | 2026-08-05T19:48:56.700Z | [ recovery-image] Aug 05 19:48:56.028 INFO O| Aug 05 19:48:56.028 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6524 | 2026-08-05T19:48:56.707Z | [ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6525 | 2026-08-05T19:48:56.710Z | [ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.039 INFO STEP 421 (remove_files) COMPLETE |
| 6526 | 2026-08-05T19:48:56.710Z | [ recovery-image] Aug 05 19:48:56.039 INFO O| Aug 05 19:48:56.039 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6527 | 2026-08-05T19:48:56.718Z | [ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6528 | 2026-08-05T19:48:56.718Z | [ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO STEP 422 (remove_files) COMPLETE |
| 6529 | 2026-08-05T19:48:56.721Z | [ recovery-image] Aug 05 19:48:56.049 INFO O| Aug 05 19:48:56.049 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6530 | 2026-08-05T19:48:56.727Z | [ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6531 | 2026-08-05T19:48:56.727Z | [ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO STEP 423 (remove_files) COMPLETE |
| 6532 | 2026-08-05T19:48:56.730Z | [ recovery-image] Aug 05 19:48:56.058 INFO O| Aug 05 19:48:56.058 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6533 | 2026-08-05T19:48:56.736Z | [ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6534 | 2026-08-05T19:48:56.736Z | [ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO STEP 424 (remove_files) COMPLETE |
| 6535 | 2026-08-05T19:48:56.740Z | [ recovery-image] Aug 05 19:48:56.068 INFO O| Aug 05 19:48:56.068 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6536 | 2026-08-05T19:48:56.747Z | [ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6537 | 2026-08-05T19:48:56.747Z | [ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO STEP 425 (remove_files) COMPLETE |
| 6538 | 2026-08-05T19:48:56.747Z | [ recovery-image] Aug 05 19:48:56.078 INFO O| Aug 05 19:48:56.078 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6539 | 2026-08-05T19:48:56.757Z | [ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6540 | 2026-08-05T19:48:56.757Z | [ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO STEP 426 (remove_files) COMPLETE |
| 6541 | 2026-08-05T19:48:56.761Z | [ recovery-image] Aug 05 19:48:56.089 INFO O| Aug 05 19:48:56.089 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6542 | 2026-08-05T19:48:56.768Z | [ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6543 | 2026-08-05T19:48:56.768Z | [ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO STEP 427 (remove_files) COMPLETE |
| 6544 | 2026-08-05T19:48:56.769Z | [ recovery-image] Aug 05 19:48:56.100 INFO O| Aug 05 19:48:56.100 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6545 | 2026-08-05T19:48:56.779Z | [ recovery-image] Aug 05 19:48:56.110 INFO O| Aug 05 19:48:56.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6546 | 2026-08-05T19:48:56.783Z | [ recovery-image] Aug 05 19:48:56.111 INFO O| Aug 05 19:48:56.111 INFO STEP 428 (remove_files) COMPLETE |
| 6547 | 2026-08-05T19:48:56.783Z | [ recovery-image] Aug 05 19:48:56.111 INFO O| Aug 05 19:48:56.111 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6548 | 2026-08-05T19:48:56.790Z | [ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6549 | 2026-08-05T19:48:56.790Z | [ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO STEP 429 (remove_files) COMPLETE |
| 6550 | 2026-08-05T19:48:56.793Z | [ recovery-image] Aug 05 19:48:56.121 INFO O| Aug 05 19:48:56.121 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6551 | 2026-08-05T19:48:56.801Z | [ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6552 | 2026-08-05T19:48:56.801Z | [ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO STEP 430 (remove_files) COMPLETE |
| 6553 | 2026-08-05T19:48:56.801Z | [ recovery-image] Aug 05 19:48:56.131 INFO O| Aug 05 19:48:56.131 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6554 | 2026-08-05T19:48:56.810Z | [ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6555 | 2026-08-05T19:48:56.810Z | [ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO STEP 431 (remove_files) COMPLETE |
| 6556 | 2026-08-05T19:48:56.810Z | [ recovery-image] Aug 05 19:48:56.141 INFO O| Aug 05 19:48:56.141 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6557 | 2026-08-05T19:48:56.821Z | [ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6558 | 2026-08-05T19:48:56.821Z | [ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.152 INFO STEP 432 (remove_files) COMPLETE |
| 6559 | 2026-08-05T19:48:56.821Z | [ recovery-image] Aug 05 19:48:56.152 INFO O| Aug 05 19:48:56.152 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6560 | 2026-08-05T19:48:56.833Z | [ recovery-image] Aug 05 19:48:56.164 INFO O| Aug 05 19:48:56.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6561 | 2026-08-05T19:48:56.851Z | [ recovery-image] Aug 05 19:48:56.182 INFO O| Aug 05 19:48:56.182 INFO STEP 433 (remove_files) COMPLETE |
| 6562 | 2026-08-05T19:48:56.851Z | [ recovery-image] Aug 05 19:48:56.183 INFO O| Aug 05 19:48:56.183 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6563 | 2026-08-05T19:48:56.855Z | [verify-libraries] Compiling russh v0.62.4 |
| 6564 | 2026-08-05T19:48:56.863Z | [ recovery-image] Aug 05 19:48:56.192 INFO O| Aug 05 19:48:56.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6565 | 2026-08-05T19:48:56.863Z | [ recovery-image] Aug 05 19:48:56.193 INFO O| Aug 05 19:48:56.193 INFO STEP 434 (remove_files) COMPLETE |
| 6566 | 2026-08-05T19:48:56.863Z | [ recovery-image] Aug 05 19:48:56.193 INFO O| Aug 05 19:48:56.193 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6567 | 2026-08-05T19:48:56.871Z | [ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6568 | 2026-08-05T19:48:56.871Z | [ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.203 INFO STEP 435 (remove_files) COMPLETE |
| 6569 | 2026-08-05T19:48:56.875Z | [ recovery-image] Aug 05 19:48:56.203 INFO O| Aug 05 19:48:56.203 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6570 | 2026-08-05T19:48:56.881Z | [ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6571 | 2026-08-05T19:48:56.881Z | [ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO STEP 436 (remove_files) COMPLETE |
| 6572 | 2026-08-05T19:48:56.881Z | [ recovery-image] Aug 05 19:48:56.212 INFO O| Aug 05 19:48:56.212 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6573 | 2026-08-05T19:48:56.914Z | [ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6574 | 2026-08-05T19:48:56.914Z | [ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO STEP 437 (remove_files) COMPLETE |
| 6575 | 2026-08-05T19:48:56.914Z | [ recovery-image] Aug 05 19:48:56.245 INFO O| Aug 05 19:48:56.245 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6576 | 2026-08-05T19:48:56.925Z | [ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6577 | 2026-08-05T19:48:56.925Z | [ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO STEP 438 (remove_files) COMPLETE |
| 6578 | 2026-08-05T19:48:56.925Z | [ recovery-image] Aug 05 19:48:56.256 INFO O| Aug 05 19:48:56.256 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6579 | 2026-08-05T19:48:56.935Z | [ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6580 | 2026-08-05T19:48:56.936Z | [ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO STEP 439 (remove_files) COMPLETE |
| 6581 | 2026-08-05T19:48:56.936Z | [ recovery-image] Aug 05 19:48:56.267 INFO O| Aug 05 19:48:56.267 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6582 | 2026-08-05T19:48:56.946Z | [ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6583 | 2026-08-05T19:48:56.946Z | [ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO STEP 440 (remove_files) COMPLETE |
| 6584 | 2026-08-05T19:48:56.946Z | [ recovery-image] Aug 05 19:48:56.277 INFO O| Aug 05 19:48:56.277 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6585 | 2026-08-05T19:48:56.955Z | [ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6586 | 2026-08-05T19:48:56.955Z | [ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO STEP 441 (remove_files) COMPLETE |
| 6587 | 2026-08-05T19:48:56.955Z | [ recovery-image] Aug 05 19:48:56.286 INFO O| Aug 05 19:48:56.286 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6588 | 2026-08-05T19:48:56.966Z | [ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6589 | 2026-08-05T19:48:56.966Z | [ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO STEP 442 (remove_files) COMPLETE |
| 6590 | 2026-08-05T19:48:56.970Z | [ recovery-image] Aug 05 19:48:56.297 INFO O| Aug 05 19:48:56.297 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6591 | 2026-08-05T19:48:56.976Z | [ recovery-image] Aug 05 19:48:56.307 INFO O| Aug 05 19:48:56.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6592 | 2026-08-05T19:48:56.976Z | [ recovery-image] Aug 05 19:48:56.308 INFO O| Aug 05 19:48:56.307 INFO STEP 443 (remove_files) COMPLETE |
| 6593 | 2026-08-05T19:48:56.980Z | [ recovery-image] Aug 05 19:48:56.308 INFO O| Aug 05 19:48:56.307 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6594 | 2026-08-05T19:48:56.992Z | [ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6595 | 2026-08-05T19:48:56.992Z | [ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO STEP 444 (remove_files) COMPLETE |
| 6596 | 2026-08-05T19:48:56.996Z | [ recovery-image] Aug 05 19:48:56.323 INFO O| Aug 05 19:48:56.323 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6597 | 2026-08-05T19:48:57.004Z | [ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6598 | 2026-08-05T19:48:57.004Z | [ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO STEP 445 (remove_files) COMPLETE |
| 6599 | 2026-08-05T19:48:57.004Z | [ recovery-image] Aug 05 19:48:56.335 INFO O| Aug 05 19:48:56.335 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6600 | 2026-08-05T19:48:57.014Z | [ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6601 | 2026-08-05T19:48:57.014Z | [ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO STEP 446 (remove_files) COMPLETE |
| 6602 | 2026-08-05T19:48:57.014Z | [ recovery-image] Aug 05 19:48:56.345 INFO O| Aug 05 19:48:56.345 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6603 | 2026-08-05T19:48:57.025Z | [ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6604 | 2026-08-05T19:48:57.025Z | [ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO STEP 447 (remove_files) COMPLETE |
| 6605 | 2026-08-05T19:48:57.028Z | [ recovery-image] Aug 05 19:48:56.356 INFO O| Aug 05 19:48:56.356 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6606 | 2026-08-05T19:48:57.036Z | [ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6607 | 2026-08-05T19:48:57.036Z | [ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO STEP 448 (remove_files) COMPLETE |
| 6608 | 2026-08-05T19:48:57.036Z | [ recovery-image] Aug 05 19:48:56.367 INFO O| Aug 05 19:48:56.367 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6609 | 2026-08-05T19:48:57.046Z | [ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6610 | 2026-08-05T19:48:57.046Z | [ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO STEP 449 (remove_files) COMPLETE |
| 6611 | 2026-08-05T19:48:57.050Z | [ recovery-image] Aug 05 19:48:56.378 INFO O| Aug 05 19:48:56.378 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6612 | 2026-08-05T19:48:57.057Z | [ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6613 | 2026-08-05T19:48:57.057Z | [ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO STEP 450 (remove_files) COMPLETE |
| 6614 | 2026-08-05T19:48:57.057Z | [ recovery-image] Aug 05 19:48:56.388 INFO O| Aug 05 19:48:56.388 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6615 | 2026-08-05T19:48:57.068Z | [ recovery-image] Aug 05 19:48:56.399 INFO O| Aug 05 19:48:56.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6616 | 2026-08-05T19:48:57.072Z | [ recovery-image] Aug 05 19:48:56.401 INFO O| Aug 05 19:48:56.401 INFO STEP 451 (remove_files) COMPLETE |
| 6617 | 2026-08-05T19:48:57.072Z | [ recovery-image] Aug 05 19:48:56.401 INFO O| Aug 05 19:48:56.401 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6618 | 2026-08-05T19:48:57.081Z | [ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6619 | 2026-08-05T19:48:57.081Z | [ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO STEP 452 (remove_files) COMPLETE |
| 6620 | 2026-08-05T19:48:57.081Z | [ recovery-image] Aug 05 19:48:56.412 INFO O| Aug 05 19:48:56.412 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6621 | 2026-08-05T19:48:57.092Z | [ recovery-image] Aug 05 19:48:56.423 INFO O| Aug 05 19:48:56.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6622 | 2026-08-05T19:48:57.092Z | [ recovery-image] Aug 05 19:48:56.424 INFO O| Aug 05 19:48:56.424 INFO STEP 453 (remove_files) COMPLETE |
| 6623 | 2026-08-05T19:48:57.096Z | [ recovery-image] Aug 05 19:48:56.424 INFO O| Aug 05 19:48:56.424 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6624 | 2026-08-05T19:48:57.102Z | [ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6625 | 2026-08-05T19:48:57.102Z | [ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO STEP 454 (remove_files) COMPLETE |
| 6626 | 2026-08-05T19:48:57.102Z | [ recovery-image] Aug 05 19:48:56.434 INFO O| Aug 05 19:48:56.434 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6627 | 2026-08-05T19:48:57.112Z | [ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6628 | 2026-08-05T19:48:57.112Z | [ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO STEP 455 (remove_files) COMPLETE |
| 6629 | 2026-08-05T19:48:57.112Z | [ recovery-image] Aug 05 19:48:56.443 INFO O| Aug 05 19:48:56.443 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6630 | 2026-08-05T19:48:57.125Z | [ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6631 | 2026-08-05T19:48:57.125Z | [ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO STEP 456 (remove_files) COMPLETE |
| 6632 | 2026-08-05T19:48:57.125Z | [ recovery-image] Aug 05 19:48:56.456 INFO O| Aug 05 19:48:56.456 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6633 | 2026-08-05T19:48:57.139Z | [ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6634 | 2026-08-05T19:48:57.139Z | [ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO STEP 457 (remove_files) COMPLETE |
| 6635 | 2026-08-05T19:48:57.139Z | [ recovery-image] Aug 05 19:48:56.468 INFO O| Aug 05 19:48:56.468 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6636 | 2026-08-05T19:48:57.151Z | [ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6637 | 2026-08-05T19:48:57.151Z | [ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO STEP 458 (remove_files) COMPLETE |
| 6638 | 2026-08-05T19:48:57.151Z | [ recovery-image] Aug 05 19:48:56.482 INFO O| Aug 05 19:48:56.482 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6639 | 2026-08-05T19:48:57.163Z | [ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6640 | 2026-08-05T19:48:57.163Z | [ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO STEP 459 (remove_files) COMPLETE |
| 6641 | 2026-08-05T19:48:57.167Z | [ recovery-image] Aug 05 19:48:56.494 INFO O| Aug 05 19:48:56.494 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6642 | 2026-08-05T19:48:57.175Z | [ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6643 | 2026-08-05T19:48:57.175Z | [ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO STEP 460 (remove_files) COMPLETE |
| 6644 | 2026-08-05T19:48:57.175Z | [ recovery-image] Aug 05 19:48:56.506 INFO O| Aug 05 19:48:56.506 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6645 | 2026-08-05T19:48:57.186Z | [ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6646 | 2026-08-05T19:48:57.186Z | [ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.517 INFO STEP 461 (remove_files) COMPLETE |
| 6647 | 2026-08-05T19:48:57.186Z | [ recovery-image] Aug 05 19:48:56.517 INFO O| Aug 05 19:48:56.517 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6648 | 2026-08-05T19:48:57.196Z | [ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6649 | 2026-08-05T19:48:57.196Z | [ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO STEP 462 (remove_files) COMPLETE |
| 6650 | 2026-08-05T19:48:57.196Z | [ recovery-image] Aug 05 19:48:56.527 INFO O| Aug 05 19:48:56.527 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6651 | 2026-08-05T19:48:57.206Z | [ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6652 | 2026-08-05T19:48:57.206Z | [ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO STEP 463 (remove_files) COMPLETE |
| 6653 | 2026-08-05T19:48:57.206Z | [ recovery-image] Aug 05 19:48:56.537 INFO O| Aug 05 19:48:56.537 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6654 | 2026-08-05T19:48:57.218Z | [ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6655 | 2026-08-05T19:48:57.218Z | [ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO STEP 464 (remove_files) COMPLETE |
| 6656 | 2026-08-05T19:48:57.218Z | [ recovery-image] Aug 05 19:48:56.548 INFO O| Aug 05 19:48:56.548 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6657 | 2026-08-05T19:48:57.227Z | [ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6658 | 2026-08-05T19:48:57.227Z | [ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO STEP 465 (remove_files) COMPLETE |
| 6659 | 2026-08-05T19:48:57.227Z | [ recovery-image] Aug 05 19:48:56.558 INFO O| Aug 05 19:48:56.558 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6660 | 2026-08-05T19:48:57.236Z | [ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6661 | 2026-08-05T19:48:57.236Z | [ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO STEP 466 (remove_files) COMPLETE |
| 6662 | 2026-08-05T19:48:57.236Z | [ recovery-image] Aug 05 19:48:56.567 INFO O| Aug 05 19:48:56.567 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6663 | 2026-08-05T19:48:57.245Z | [ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6664 | 2026-08-05T19:48:57.245Z | [ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO STEP 467 (remove_files) COMPLETE |
| 6665 | 2026-08-05T19:48:57.245Z | [ recovery-image] Aug 05 19:48:56.576 INFO O| Aug 05 19:48:56.576 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6666 | 2026-08-05T19:48:57.255Z | [ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6667 | 2026-08-05T19:48:57.255Z | [ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO STEP 468 (remove_files) COMPLETE |
| 6668 | 2026-08-05T19:48:57.255Z | [ recovery-image] Aug 05 19:48:56.586 INFO O| Aug 05 19:48:56.586 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6669 | 2026-08-05T19:48:57.258Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 6670 | 2026-08-05T19:48:57.264Z | [ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6671 | 2026-08-05T19:48:57.264Z | [ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO STEP 469 (remove_files) COMPLETE |
| 6672 | 2026-08-05T19:48:57.267Z | [ recovery-image] Aug 05 19:48:56.595 INFO O| Aug 05 19:48:56.595 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6673 | 2026-08-05T19:48:57.273Z | [ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6674 | 2026-08-05T19:48:57.273Z | [ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO STEP 470 (remove_files) COMPLETE |
| 6675 | 2026-08-05T19:48:57.276Z | [ recovery-image] Aug 05 19:48:56.604 INFO O| Aug 05 19:48:56.604 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6676 | 2026-08-05T19:48:57.283Z | [ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6677 | 2026-08-05T19:48:57.283Z | [ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO STEP 471 (remove_files) COMPLETE |
| 6678 | 2026-08-05T19:48:57.287Z | [ recovery-image] Aug 05 19:48:56.614 INFO O| Aug 05 19:48:56.614 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6679 | 2026-08-05T19:48:57.292Z | [ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6680 | 2026-08-05T19:48:57.292Z | [ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO STEP 472 (remove_files) COMPLETE |
| 6681 | 2026-08-05T19:48:57.292Z | [ recovery-image] Aug 05 19:48:56.623 INFO O| Aug 05 19:48:56.623 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6682 | 2026-08-05T19:48:57.302Z | [ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6683 | 2026-08-05T19:48:57.302Z | [ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO STEP 473 (remove_files) COMPLETE |
| 6684 | 2026-08-05T19:48:57.302Z | [ recovery-image] Aug 05 19:48:56.633 INFO O| Aug 05 19:48:56.633 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6685 | 2026-08-05T19:48:57.313Z | [ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6686 | 2026-08-05T19:48:57.313Z | [ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO STEP 474 (remove_files) COMPLETE |
| 6687 | 2026-08-05T19:48:57.316Z | [ recovery-image] Aug 05 19:48:56.644 INFO O| Aug 05 19:48:56.644 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6688 | 2026-08-05T19:48:57.323Z | [ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6689 | 2026-08-05T19:48:57.323Z | [ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO STEP 475 (remove_files) COMPLETE |
| 6690 | 2026-08-05T19:48:57.324Z | [ recovery-image] Aug 05 19:48:56.655 INFO O| Aug 05 19:48:56.655 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6691 | 2026-08-05T19:48:57.334Z | [ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6692 | 2026-08-05T19:48:57.334Z | [ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.666 INFO STEP 476 (remove_files) COMPLETE |
| 6693 | 2026-08-05T19:48:57.335Z | [ recovery-image] Aug 05 19:48:56.666 INFO O| Aug 05 19:48:56.666 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6694 | 2026-08-05T19:48:57.346Z | [ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6695 | 2026-08-05T19:48:57.346Z | [ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO STEP 477 (remove_files) COMPLETE |
| 6696 | 2026-08-05T19:48:57.346Z | [ recovery-image] Aug 05 19:48:56.677 INFO O| Aug 05 19:48:56.677 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6697 | 2026-08-05T19:48:57.357Z | [ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6698 | 2026-08-05T19:48:57.357Z | [ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO STEP 478 (remove_files) COMPLETE |
| 6699 | 2026-08-05T19:48:57.357Z | [ recovery-image] Aug 05 19:48:56.688 INFO O| Aug 05 19:48:56.688 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6700 | 2026-08-05T19:48:57.368Z | [ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6701 | 2026-08-05T19:48:57.368Z | [ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO STEP 479 (remove_files) COMPLETE |
| 6702 | 2026-08-05T19:48:57.368Z | [ recovery-image] Aug 05 19:48:56.699 INFO O| Aug 05 19:48:56.699 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6703 | 2026-08-05T19:48:57.378Z | [ recovery-image] Aug 05 19:48:56.709 INFO O| Aug 05 19:48:56.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6704 | 2026-08-05T19:48:57.378Z | [ recovery-image] Aug 05 19:48:56.710 INFO O| Aug 05 19:48:56.709 INFO STEP 480 (remove_files) COMPLETE |
| 6705 | 2026-08-05T19:48:57.378Z | [ recovery-image] Aug 05 19:48:56.710 INFO O| Aug 05 19:48:56.709 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6706 | 2026-08-05T19:48:57.389Z | [ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6707 | 2026-08-05T19:48:57.389Z | [ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO STEP 481 (remove_files) COMPLETE |
| 6708 | 2026-08-05T19:48:57.393Z | [ recovery-image] Aug 05 19:48:56.720 INFO O| Aug 05 19:48:56.720 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6709 | 2026-08-05T19:48:57.406Z | [ recovery-image] Aug 05 19:48:56.731 INFO O| Aug 05 19:48:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6710 | 2026-08-05T19:48:57.406Z | [ recovery-image] Aug 05 19:48:56.732 INFO O| Aug 05 19:48:56.731 INFO STEP 482 (remove_files) COMPLETE |
| 6711 | 2026-08-05T19:48:57.406Z | [ recovery-image] Aug 05 19:48:56.732 INFO O| Aug 05 19:48:56.731 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6712 | 2026-08-05T19:48:57.412Z | [ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6713 | 2026-08-05T19:48:57.413Z | [ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO STEP 483 (remove_files) COMPLETE |
| 6714 | 2026-08-05T19:48:57.413Z | [ recovery-image] Aug 05 19:48:56.743 INFO O| Aug 05 19:48:56.743 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6715 | 2026-08-05T19:48:57.422Z | [ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6716 | 2026-08-05T19:48:57.422Z | [ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO STEP 484 (remove_files) COMPLETE |
| 6717 | 2026-08-05T19:48:57.422Z | [ recovery-image] Aug 05 19:48:56.753 INFO O| Aug 05 19:48:56.753 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6718 | 2026-08-05T19:48:57.432Z | [ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6719 | 2026-08-05T19:48:57.432Z | [ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO STEP 485 (remove_files) COMPLETE |
| 6720 | 2026-08-05T19:48:57.432Z | [ recovery-image] Aug 05 19:48:56.763 INFO O| Aug 05 19:48:56.763 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6721 | 2026-08-05T19:48:57.442Z | [ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6722 | 2026-08-05T19:48:57.442Z | [ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO STEP 486 (remove_files) COMPLETE |
| 6723 | 2026-08-05T19:48:57.442Z | [ recovery-image] Aug 05 19:48:56.773 INFO O| Aug 05 19:48:56.773 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6724 | 2026-08-05T19:48:57.453Z | [ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6725 | 2026-08-05T19:48:57.453Z | [ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO STEP 487 (remove_files) COMPLETE |
| 6726 | 2026-08-05T19:48:57.453Z | [ recovery-image] Aug 05 19:48:56.782 INFO O| Aug 05 19:48:56.782 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6727 | 2026-08-05T19:48:57.460Z | [ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6728 | 2026-08-05T19:48:57.460Z | [ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO STEP 488 (remove_files) COMPLETE |
| 6729 | 2026-08-05T19:48:57.463Z | [ recovery-image] Aug 05 19:48:56.791 INFO O| Aug 05 19:48:56.791 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6730 | 2026-08-05T19:48:57.468Z | [ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6731 | 2026-08-05T19:48:57.468Z | [ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO STEP 489 (remove_files) COMPLETE |
| 6732 | 2026-08-05T19:48:57.468Z | [ recovery-image] Aug 05 19:48:56.800 INFO O| Aug 05 19:48:56.800 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6733 | 2026-08-05T19:48:57.487Z | [ recovery-image] Aug 05 19:48:56.810 INFO O| Aug 05 19:48:56.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6734 | 2026-08-05T19:48:57.487Z | [ recovery-image] Aug 05 19:48:56.811 INFO O| Aug 05 19:48:56.811 INFO STEP 490 (remove_files) COMPLETE |
| 6735 | 2026-08-05T19:48:57.487Z | [ recovery-image] Aug 05 19:48:56.811 INFO O| Aug 05 19:48:56.811 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6736 | 2026-08-05T19:48:57.491Z | [ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6737 | 2026-08-05T19:48:57.491Z | [ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO STEP 491 (remove_files) COMPLETE |
| 6738 | 2026-08-05T19:48:57.491Z | [ recovery-image] Aug 05 19:48:56.821 INFO O| Aug 05 19:48:56.821 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6739 | 2026-08-05T19:48:57.500Z | [ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6740 | 2026-08-05T19:48:57.501Z | [ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO STEP 492 (remove_files) COMPLETE |
| 6741 | 2026-08-05T19:48:57.501Z | [ recovery-image] Aug 05 19:48:56.832 INFO O| Aug 05 19:48:56.832 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6742 | 2026-08-05T19:48:57.504Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 6743 | 2026-08-05T19:48:57.509Z | [ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6744 | 2026-08-05T19:48:57.509Z | [ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO STEP 493 (remove_files) COMPLETE |
| 6745 | 2026-08-05T19:48:57.509Z | [ recovery-image] Aug 05 19:48:56.841 INFO O| Aug 05 19:48:56.841 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6746 | 2026-08-05T19:48:57.528Z | [ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6747 | 2026-08-05T19:48:57.528Z | [ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO STEP 494 (remove_files) COMPLETE |
| 6748 | 2026-08-05T19:48:57.531Z | [ recovery-image] Aug 05 19:48:56.860 INFO O| Aug 05 19:48:56.853 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6749 | 2026-08-05T19:48:57.537Z | [ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6750 | 2026-08-05T19:48:57.537Z | [ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO STEP 495 (remove_files) COMPLETE |
| 6751 | 2026-08-05T19:48:57.537Z | [ recovery-image] Aug 05 19:48:56.868 INFO O| Aug 05 19:48:56.864 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6752 | 2026-08-05T19:48:57.543Z | [ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6753 | 2026-08-05T19:48:57.543Z | [ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO STEP 496 (remove_files) COMPLETE |
| 6754 | 2026-08-05T19:48:57.543Z | [ recovery-image] Aug 05 19:48:56.875 INFO O| Aug 05 19:48:56.875 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6755 | 2026-08-05T19:48:57.554Z | [ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6756 | 2026-08-05T19:48:57.554Z | [ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO STEP 497 (remove_files) COMPLETE |
| 6757 | 2026-08-05T19:48:57.557Z | [ recovery-image] Aug 05 19:48:56.885 INFO O| Aug 05 19:48:56.885 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6758 | 2026-08-05T19:48:57.564Z | [ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6759 | 2026-08-05T19:48:57.564Z | [ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO STEP 498 (remove_files) COMPLETE |
| 6760 | 2026-08-05T19:48:57.564Z | [ recovery-image] Aug 05 19:48:56.896 INFO O| Aug 05 19:48:56.896 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6761 | 2026-08-05T19:48:57.575Z | [ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6762 | 2026-08-05T19:48:57.575Z | [ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO STEP 499 (remove_files) COMPLETE |
| 6763 | 2026-08-05T19:48:57.575Z | [ recovery-image] Aug 05 19:48:56.906 INFO O| Aug 05 19:48:56.906 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6764 | 2026-08-05T19:48:57.586Z | [ recovery-image] Aug 05 19:48:56.917 INFO O| Aug 05 19:48:56.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6765 | 2026-08-05T19:48:57.586Z | [ recovery-image] Aug 05 19:48:56.918 INFO O| Aug 05 19:48:56.918 INFO STEP 500 (remove_files) COMPLETE |
| 6766 | 2026-08-05T19:48:57.586Z | [ recovery-image] Aug 05 19:48:56.918 INFO O| Aug 05 19:48:56.918 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6767 | 2026-08-05T19:48:57.596Z | [ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6768 | 2026-08-05T19:48:57.597Z | [ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO STEP 501 (remove_files) COMPLETE |
| 6769 | 2026-08-05T19:48:57.597Z | [ recovery-image] Aug 05 19:48:56.928 INFO O| Aug 05 19:48:56.928 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6770 | 2026-08-05T19:48:57.608Z | [ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6771 | 2026-08-05T19:48:57.608Z | [ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO STEP 502 (remove_files) COMPLETE |
| 6772 | 2026-08-05T19:48:57.608Z | [ recovery-image] Aug 05 19:48:56.939 INFO O| Aug 05 19:48:56.939 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6773 | 2026-08-05T19:48:57.617Z | [ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6774 | 2026-08-05T19:48:57.617Z | [ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO STEP 503 (remove_files) COMPLETE |
| 6775 | 2026-08-05T19:48:57.617Z | [ recovery-image] Aug 05 19:48:56.949 INFO O| Aug 05 19:48:56.949 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6776 | 2026-08-05T19:48:57.626Z | [ recovery-image] Aug 05 19:48:56.957 INFO O| Aug 05 19:48:56.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6777 | 2026-08-05T19:48:57.626Z | [ recovery-image] Aug 05 19:48:56.958 INFO O| Aug 05 19:48:56.957 INFO STEP 504 (remove_files) COMPLETE |
| 6778 | 2026-08-05T19:48:57.626Z | [ recovery-image] Aug 05 19:48:56.958 INFO O| Aug 05 19:48:56.957 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6779 | 2026-08-05T19:48:57.635Z | [ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6780 | 2026-08-05T19:48:57.635Z | [ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO STEP 505 (remove_files) COMPLETE |
| 6781 | 2026-08-05T19:48:57.635Z | [ recovery-image] Aug 05 19:48:56.967 INFO O| Aug 05 19:48:56.967 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6782 | 2026-08-05T19:48:57.644Z | [ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6783 | 2026-08-05T19:48:57.644Z | [ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO STEP 506 (remove_files) COMPLETE |
| 6784 | 2026-08-05T19:48:57.644Z | [ recovery-image] Aug 05 19:48:56.976 INFO O| Aug 05 19:48:56.976 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6785 | 2026-08-05T19:48:57.653Z | [ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6786 | 2026-08-05T19:48:57.653Z | [ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO STEP 507 (remove_files) COMPLETE |
| 6787 | 2026-08-05T19:48:57.653Z | [ recovery-image] Aug 05 19:48:56.985 INFO O| Aug 05 19:48:56.985 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6788 | 2026-08-05T19:48:57.662Z | [ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6789 | 2026-08-05T19:48:57.662Z | [ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO STEP 508 (remove_files) COMPLETE |
| 6790 | 2026-08-05T19:48:57.662Z | [ recovery-image] Aug 05 19:48:56.993 INFO O| Aug 05 19:48:56.993 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6791 | 2026-08-05T19:48:57.670Z | [ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6792 | 2026-08-05T19:48:57.670Z | [ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO STEP 509 (remove_files) COMPLETE |
| 6793 | 2026-08-05T19:48:57.670Z | [ recovery-image] Aug 05 19:48:57.002 INFO O| Aug 05 19:48:57.002 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6794 | 2026-08-05T19:48:57.679Z | [ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6795 | 2026-08-05T19:48:57.680Z | [ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO STEP 510 (remove_files) COMPLETE |
| 6796 | 2026-08-05T19:48:57.683Z | [ recovery-image] Aug 05 19:48:57.011 INFO O| Aug 05 19:48:57.011 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6797 | 2026-08-05T19:48:57.689Z | [ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6798 | 2026-08-05T19:48:57.689Z | [ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO STEP 511 (remove_files) COMPLETE |
| 6799 | 2026-08-05T19:48:57.692Z | [ recovery-image] Aug 05 19:48:57.020 INFO O| Aug 05 19:48:57.020 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6800 | 2026-08-05T19:48:57.698Z | [ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6801 | 2026-08-05T19:48:57.698Z | [ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO STEP 512 (remove_files) COMPLETE |
| 6802 | 2026-08-05T19:48:57.698Z | [ recovery-image] Aug 05 19:48:57.029 INFO O| Aug 05 19:48:57.029 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6803 | 2026-08-05T19:48:57.707Z | [ recovery-image] Aug 05 19:48:57.038 INFO O| Aug 05 19:48:57.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6804 | 2026-08-05T19:48:57.710Z | [ recovery-image] Aug 05 19:48:57.038 INFO O| Aug 05 19:48:57.038 INFO STEP 513 (remove_files) COMPLETE |
| 6805 | 2026-08-05T19:48:57.710Z | [ recovery-image] Aug 05 19:48:57.039 INFO O| Aug 05 19:48:57.038 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6806 | 2026-08-05T19:48:57.716Z | [ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6807 | 2026-08-05T19:48:57.716Z | [ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO STEP 514 (remove_files) COMPLETE |
| 6808 | 2026-08-05T19:48:57.716Z | [ recovery-image] Aug 05 19:48:57.048 INFO O| Aug 05 19:48:57.048 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6809 | 2026-08-05T19:48:57.725Z | [ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6810 | 2026-08-05T19:48:57.725Z | [ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.057 INFO STEP 515 (remove_files) COMPLETE |
| 6811 | 2026-08-05T19:48:57.725Z | [ recovery-image] Aug 05 19:48:57.057 INFO O| Aug 05 19:48:57.057 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6812 | 2026-08-05T19:48:57.734Z | [ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6813 | 2026-08-05T19:48:57.734Z | [ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO STEP 516 (remove_files) COMPLETE |
| 6814 | 2026-08-05T19:48:57.734Z | [ recovery-image] Aug 05 19:48:57.066 INFO O| Aug 05 19:48:57.066 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6815 | 2026-08-05T19:48:57.746Z | [ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6816 | 2026-08-05T19:48:57.746Z | [ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO STEP 517 (remove_files) COMPLETE |
| 6817 | 2026-08-05T19:48:57.746Z | [ recovery-image] Aug 05 19:48:57.077 INFO O| Aug 05 19:48:57.077 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6818 | 2026-08-05T19:48:57.756Z | [ recovery-image] Aug 05 19:48:57.087 INFO O| Aug 05 19:48:57.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6819 | 2026-08-05T19:48:57.756Z | [ recovery-image] Aug 05 19:48:57.087 INFO O| Aug 05 19:48:57.087 INFO STEP 518 (remove_files) COMPLETE |
| 6820 | 2026-08-05T19:48:57.759Z | [ recovery-image] Aug 05 19:48:57.088 INFO O| Aug 05 19:48:57.087 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6821 | 2026-08-05T19:48:57.766Z | [ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6822 | 2026-08-05T19:48:57.766Z | [ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO STEP 519 (remove_files) COMPLETE |
| 6823 | 2026-08-05T19:48:57.766Z | [ recovery-image] Aug 05 19:48:57.098 INFO O| Aug 05 19:48:57.098 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6824 | 2026-08-05T19:48:57.776Z | [ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6825 | 2026-08-05T19:48:57.776Z | [ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO STEP 520 (remove_files) COMPLETE |
| 6826 | 2026-08-05T19:48:57.779Z | [ recovery-image] Aug 05 19:48:57.107 INFO O| Aug 05 19:48:57.107 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6827 | 2026-08-05T19:48:57.787Z | [ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6828 | 2026-08-05T19:48:57.787Z | [ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO STEP 521 (remove_files) COMPLETE |
| 6829 | 2026-08-05T19:48:57.787Z | [ recovery-image] Aug 05 19:48:57.117 INFO O| Aug 05 19:48:57.117 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6830 | 2026-08-05T19:48:57.796Z | [ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6831 | 2026-08-05T19:48:57.796Z | [ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO STEP 522 (remove_files) COMPLETE |
| 6832 | 2026-08-05T19:48:57.796Z | [ recovery-image] Aug 05 19:48:57.127 INFO O| Aug 05 19:48:57.127 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6833 | 2026-08-05T19:48:57.805Z | [ recovery-image] Aug 05 19:48:57.136 INFO O| Aug 05 19:48:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6834 | 2026-08-05T19:48:57.808Z | [ recovery-image] Aug 05 19:48:57.137 INFO O| Aug 05 19:48:57.137 INFO STEP 523 (remove_files) COMPLETE |
| 6835 | 2026-08-05T19:48:57.808Z | [ recovery-image] Aug 05 19:48:57.137 INFO O| Aug 05 19:48:57.137 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6836 | 2026-08-05T19:48:57.818Z | [ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6837 | 2026-08-05T19:48:57.818Z | [ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO STEP 524 (remove_files) COMPLETE |
| 6838 | 2026-08-05T19:48:57.818Z | [ recovery-image] Aug 05 19:48:57.150 INFO O| Aug 05 19:48:57.150 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6839 | 2026-08-05T19:48:57.827Z | [ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6840 | 2026-08-05T19:48:57.827Z | [ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO STEP 525 (remove_files) COMPLETE |
| 6841 | 2026-08-05T19:48:57.827Z | [ recovery-image] Aug 05 19:48:57.158 INFO O| Aug 05 19:48:57.158 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6842 | 2026-08-05T19:48:57.841Z | [ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6843 | 2026-08-05T19:48:57.841Z | [ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO STEP 526 (remove_files) COMPLETE |
| 6844 | 2026-08-05T19:48:57.841Z | [ recovery-image] Aug 05 19:48:57.169 INFO O| Aug 05 19:48:57.169 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6845 | 2026-08-05T19:48:57.846Z | [ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6846 | 2026-08-05T19:48:57.846Z | [ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.178 INFO STEP 527 (remove_files) COMPLETE |
| 6847 | 2026-08-05T19:48:57.849Z | [ recovery-image] Aug 05 19:48:57.178 INFO O| Aug 05 19:48:57.178 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6848 | 2026-08-05T19:48:57.856Z | [ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6849 | 2026-08-05T19:48:57.856Z | [ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.187 INFO STEP 528 (remove_files) COMPLETE |
| 6850 | 2026-08-05T19:48:57.856Z | [ recovery-image] Aug 05 19:48:57.187 INFO O| Aug 05 19:48:57.187 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6851 | 2026-08-05T19:48:57.864Z | [ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6852 | 2026-08-05T19:48:57.864Z | [ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO STEP 529 (remove_files) COMPLETE |
| 6853 | 2026-08-05T19:48:57.864Z | [ recovery-image] Aug 05 19:48:57.195 INFO O| Aug 05 19:48:57.195 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6854 | 2026-08-05T19:48:57.875Z | [ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6855 | 2026-08-05T19:48:57.875Z | [ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO STEP 530 (remove_files) COMPLETE |
| 6856 | 2026-08-05T19:48:57.875Z | [ recovery-image] Aug 05 19:48:57.206 INFO O| Aug 05 19:48:57.206 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6857 | 2026-08-05T19:48:57.885Z | [ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6858 | 2026-08-05T19:48:57.885Z | [ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO STEP 531 (remove_files) COMPLETE |
| 6859 | 2026-08-05T19:48:57.885Z | [ recovery-image] Aug 05 19:48:57.216 INFO O| Aug 05 19:48:57.216 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6860 | 2026-08-05T19:48:57.895Z | [ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6861 | 2026-08-05T19:48:57.895Z | [ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO STEP 532 (remove_files) COMPLETE |
| 6862 | 2026-08-05T19:48:57.898Z | [ recovery-image] Aug 05 19:48:57.226 INFO O| Aug 05 19:48:57.226 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6863 | 2026-08-05T19:48:57.901Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 6864 | 2026-08-05T19:48:57.906Z | [ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6865 | 2026-08-05T19:48:57.906Z | [ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO STEP 533 (remove_files) COMPLETE |
| 6866 | 2026-08-05T19:48:57.906Z | [ recovery-image] Aug 05 19:48:57.237 INFO O| Aug 05 19:48:57.237 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6867 | 2026-08-05T19:48:57.919Z | [ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6868 | 2026-08-05T19:48:57.919Z | [ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO STEP 534 (remove_files) COMPLETE |
| 6869 | 2026-08-05T19:48:57.922Z | [ recovery-image] Aug 05 19:48:57.248 INFO O| Aug 05 19:48:57.248 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6870 | 2026-08-05T19:48:57.925Z | [ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6871 | 2026-08-05T19:48:57.925Z | [ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO STEP 535 (remove_files) COMPLETE |
| 6872 | 2026-08-05T19:48:57.925Z | [ recovery-image] Aug 05 19:48:57.257 INFO O| Aug 05 19:48:57.257 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6873 | 2026-08-05T19:48:57.934Z | [ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6874 | 2026-08-05T19:48:57.934Z | [ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO STEP 536 (remove_files) COMPLETE |
| 6875 | 2026-08-05T19:48:57.934Z | [ recovery-image] Aug 05 19:48:57.266 INFO O| Aug 05 19:48:57.266 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6876 | 2026-08-05T19:48:57.943Z | [ recovery-image] Aug 05 19:48:57.274 INFO O| Aug 05 19:48:57.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6877 | 2026-08-05T19:48:57.946Z | [ recovery-image] Aug 05 19:48:57.275 INFO O| Aug 05 19:48:57.275 INFO STEP 537 (remove_files) COMPLETE |
| 6878 | 2026-08-05T19:48:57.946Z | [ recovery-image] Aug 05 19:48:57.275 INFO O| Aug 05 19:48:57.275 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6879 | 2026-08-05T19:48:57.952Z | [ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6880 | 2026-08-05T19:48:57.952Z | [ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO STEP 538 (remove_files) COMPLETE |
| 6881 | 2026-08-05T19:48:57.956Z | [ recovery-image] Aug 05 19:48:57.284 INFO O| Aug 05 19:48:57.284 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6882 | 2026-08-05T19:48:57.962Z | [ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6883 | 2026-08-05T19:48:57.962Z | [ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO STEP 539 (remove_files) COMPLETE |
| 6884 | 2026-08-05T19:48:57.968Z | [ recovery-image] Aug 05 19:48:57.294 INFO O| Aug 05 19:48:57.294 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6885 | 2026-08-05T19:48:57.968Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 6886 | 2026-08-05T19:48:57.972Z | [ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6887 | 2026-08-05T19:48:57.972Z | [ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO STEP 540 (remove_files) COMPLETE |
| 6888 | 2026-08-05T19:48:57.975Z | [ recovery-image] Aug 05 19:48:57.303 INFO O| Aug 05 19:48:57.303 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6889 | 2026-08-05T19:48:57.981Z | [ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6890 | 2026-08-05T19:48:57.981Z | [ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO STEP 541 (remove_files) COMPLETE |
| 6891 | 2026-08-05T19:48:57.981Z | [ recovery-image] Aug 05 19:48:57.313 INFO O| Aug 05 19:48:57.313 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6892 | 2026-08-05T19:48:57.992Z | [ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6893 | 2026-08-05T19:48:57.993Z | [ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO STEP 542 (remove_files) COMPLETE |
| 6894 | 2026-08-05T19:48:57.993Z | [ recovery-image] Aug 05 19:48:57.323 INFO O| Aug 05 19:48:57.323 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6895 | 2026-08-05T19:48:58.008Z | [ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6896 | 2026-08-05T19:48:58.008Z | [ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO STEP 543 (remove_files) COMPLETE |
| 6897 | 2026-08-05T19:48:58.008Z | [ recovery-image] Aug 05 19:48:57.334 INFO O| Aug 05 19:48:57.334 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6898 | 2026-08-05T19:48:58.013Z | [ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6899 | 2026-08-05T19:48:58.013Z | [ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO STEP 544 (remove_files) COMPLETE |
| 6900 | 2026-08-05T19:48:58.013Z | [ recovery-image] Aug 05 19:48:57.344 INFO O| Aug 05 19:48:57.344 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6901 | 2026-08-05T19:48:58.023Z | [ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6902 | 2026-08-05T19:48:58.023Z | [ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO STEP 545 (remove_files) COMPLETE |
| 6903 | 2026-08-05T19:48:58.024Z | [ recovery-image] Aug 05 19:48:57.355 INFO O| Aug 05 19:48:57.355 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6904 | 2026-08-05T19:48:58.034Z | [ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6905 | 2026-08-05T19:48:58.034Z | [ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO STEP 546 (remove_files) COMPLETE |
| 6906 | 2026-08-05T19:48:58.034Z | [ recovery-image] Aug 05 19:48:57.365 INFO O| Aug 05 19:48:57.365 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6907 | 2026-08-05T19:48:58.038Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 6908 | 2026-08-05T19:48:58.050Z | [ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6909 | 2026-08-05T19:48:58.050Z | [ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO STEP 547 (remove_files) COMPLETE |
| 6910 | 2026-08-05T19:48:58.050Z | [ recovery-image] Aug 05 19:48:57.374 INFO O| Aug 05 19:48:57.374 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6911 | 2026-08-05T19:48:58.054Z | [ recovery-image] Aug 05 19:48:57.383 INFO O| Aug 05 19:48:57.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6912 | 2026-08-05T19:48:58.054Z | [ recovery-image] Aug 05 19:48:57.384 INFO O| Aug 05 19:48:57.384 INFO STEP 548 (remove_files) COMPLETE |
| 6913 | 2026-08-05T19:48:58.054Z | [ recovery-image] Aug 05 19:48:57.384 INFO O| Aug 05 19:48:57.384 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6914 | 2026-08-05T19:48:58.061Z | [ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6915 | 2026-08-05T19:48:58.061Z | [ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO STEP 549 (remove_files) COMPLETE |
| 6916 | 2026-08-05T19:48:58.061Z | [ recovery-image] Aug 05 19:48:57.392 INFO O| Aug 05 19:48:57.392 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6917 | 2026-08-05T19:48:58.077Z | [ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6918 | 2026-08-05T19:48:58.077Z | [ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO STEP 550 (remove_files) COMPLETE |
| 6919 | 2026-08-05T19:48:58.077Z | [ recovery-image] Aug 05 19:48:57.402 INFO O| Aug 05 19:48:57.402 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6920 | 2026-08-05T19:48:58.081Z | [ recovery-image] Aug 05 19:48:57.412 INFO O| Aug 05 19:48:57.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6921 | 2026-08-05T19:48:58.084Z | [ recovery-image] Aug 05 19:48:57.413 INFO O| Aug 05 19:48:57.413 INFO STEP 551 (remove_files) COMPLETE |
| 6922 | 2026-08-05T19:48:58.084Z | [ recovery-image] Aug 05 19:48:57.413 INFO O| Aug 05 19:48:57.413 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6923 | 2026-08-05T19:48:58.092Z | [ recovery-image] Aug 05 19:48:57.423 INFO O| Aug 05 19:48:57.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6924 | 2026-08-05T19:48:58.095Z | [ recovery-image] Aug 05 19:48:57.424 INFO O| Aug 05 19:48:57.424 INFO STEP 552 (remove_files) COMPLETE |
| 6925 | 2026-08-05T19:48:58.095Z | [ recovery-image] Aug 05 19:48:57.424 INFO O| Aug 05 19:48:57.424 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6926 | 2026-08-05T19:48:58.104Z | [ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6927 | 2026-08-05T19:48:58.104Z | [ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO STEP 553 (remove_files) COMPLETE |
| 6928 | 2026-08-05T19:48:58.104Z | [ recovery-image] Aug 05 19:48:57.435 INFO O| Aug 05 19:48:57.435 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6929 | 2026-08-05T19:48:58.114Z | [ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6930 | 2026-08-05T19:48:58.114Z | [ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.446 INFO STEP 554 (remove_files) COMPLETE |
| 6931 | 2026-08-05T19:48:58.118Z | [ recovery-image] Aug 05 19:48:57.446 INFO O| Aug 05 19:48:57.446 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6932 | 2026-08-05T19:48:58.124Z | [ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6933 | 2026-08-05T19:48:58.124Z | [ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO STEP 555 (remove_files) COMPLETE |
| 6934 | 2026-08-05T19:48:58.127Z | [ recovery-image] Aug 05 19:48:57.455 INFO O| Aug 05 19:48:57.455 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6935 | 2026-08-05T19:48:58.134Z | [ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6936 | 2026-08-05T19:48:58.134Z | [ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO STEP 556 (remove_files) COMPLETE |
| 6937 | 2026-08-05T19:48:58.134Z | [ recovery-image] Aug 05 19:48:57.466 INFO O| Aug 05 19:48:57.466 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6938 | 2026-08-05T19:48:58.145Z | [ recovery-image] Aug 05 19:48:57.476 INFO O| Aug 05 19:48:57.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6939 | 2026-08-05T19:48:58.145Z | [ recovery-image] Aug 05 19:48:57.477 INFO O| Aug 05 19:48:57.477 INFO STEP 557 (remove_files) COMPLETE |
| 6940 | 2026-08-05T19:48:58.148Z | [ recovery-image] Aug 05 19:48:57.477 INFO O| Aug 05 19:48:57.477 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6941 | 2026-08-05T19:48:58.148Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6942 | 2026-08-05T19:48:58.155Z | [ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6943 | 2026-08-05T19:48:58.155Z | [ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.487 INFO STEP 558 (remove_files) COMPLETE |
| 6944 | 2026-08-05T19:48:58.155Z | [ recovery-image] Aug 05 19:48:57.487 INFO O| Aug 05 19:48:57.487 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6945 | 2026-08-05T19:48:58.166Z | [ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6946 | 2026-08-05T19:48:58.166Z | [ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO STEP 559 (remove_files) COMPLETE |
| 6947 | 2026-08-05T19:48:58.166Z | [ recovery-image] Aug 05 19:48:57.497 INFO O| Aug 05 19:48:57.497 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6948 | 2026-08-05T19:48:58.176Z | [ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6949 | 2026-08-05T19:48:58.176Z | [ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO STEP 560 (remove_files) COMPLETE |
| 6950 | 2026-08-05T19:48:58.176Z | [ recovery-image] Aug 05 19:48:57.508 INFO O| Aug 05 19:48:57.508 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6951 | 2026-08-05T19:48:58.187Z | [ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6952 | 2026-08-05T19:48:58.187Z | [ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO STEP 561 (remove_files) COMPLETE |
| 6953 | 2026-08-05T19:48:58.187Z | [ recovery-image] Aug 05 19:48:57.518 INFO O| Aug 05 19:48:57.518 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6954 | 2026-08-05T19:48:58.197Z | [ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6955 | 2026-08-05T19:48:58.197Z | [ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO STEP 562 (remove_files) COMPLETE |
| 6956 | 2026-08-05T19:48:58.200Z | [ recovery-image] Aug 05 19:48:57.528 INFO O| Aug 05 19:48:57.528 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6957 | 2026-08-05T19:48:58.206Z | [ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6958 | 2026-08-05T19:48:58.206Z | [ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO STEP 563 (remove_files) COMPLETE |
| 6959 | 2026-08-05T19:48:58.206Z | [ recovery-image] Aug 05 19:48:57.538 INFO O| Aug 05 19:48:57.538 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6960 | 2026-08-05T19:48:58.216Z | [ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6961 | 2026-08-05T19:48:58.216Z | [ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO STEP 564 (remove_files) COMPLETE |
| 6962 | 2026-08-05T19:48:58.216Z | [ recovery-image] Aug 05 19:48:57.547 INFO O| Aug 05 19:48:57.547 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6963 | 2026-08-05T19:48:58.225Z | [ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6964 | 2026-08-05T19:48:58.225Z | [ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.557 INFO STEP 565 (remove_files) COMPLETE |
| 6965 | 2026-08-05T19:48:58.225Z | [ recovery-image] Aug 05 19:48:57.557 INFO O| Aug 05 19:48:57.557 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6966 | 2026-08-05T19:48:58.235Z | [ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6967 | 2026-08-05T19:48:58.235Z | [ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO STEP 566 (remove_files) COMPLETE |
| 6968 | 2026-08-05T19:48:58.235Z | [ recovery-image] Aug 05 19:48:57.566 INFO O| Aug 05 19:48:57.566 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6969 | 2026-08-05T19:48:58.244Z | [ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6970 | 2026-08-05T19:48:58.245Z | [ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO STEP 567 (remove_files) COMPLETE |
| 6971 | 2026-08-05T19:48:58.245Z | [ recovery-image] Aug 05 19:48:57.576 INFO O| Aug 05 19:48:57.576 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6972 | 2026-08-05T19:48:58.255Z | [ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6973 | 2026-08-05T19:48:58.255Z | [ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO STEP 568 (remove_files) COMPLETE |
| 6974 | 2026-08-05T19:48:58.260Z | [ recovery-image] Aug 05 19:48:57.586 INFO O| Aug 05 19:48:57.586 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6975 | 2026-08-05T19:48:58.266Z | [ recovery-image] Aug 05 19:48:57.595 INFO O| Aug 05 19:48:57.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6976 | 2026-08-05T19:48:58.266Z | [ recovery-image] Aug 05 19:48:57.596 INFO O| Aug 05 19:48:57.595 INFO STEP 569 (remove_files) COMPLETE |
| 6977 | 2026-08-05T19:48:58.266Z | [ recovery-image] Aug 05 19:48:57.596 INFO O| Aug 05 19:48:57.595 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6978 | 2026-08-05T19:48:58.274Z | [ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6979 | 2026-08-05T19:48:58.274Z | [ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO STEP 570 (remove_files) COMPLETE |
| 6980 | 2026-08-05T19:48:58.274Z | [ recovery-image] Aug 05 19:48:57.605 INFO O| Aug 05 19:48:57.605 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6981 | 2026-08-05T19:48:58.283Z | [ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6982 | 2026-08-05T19:48:58.283Z | [ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO STEP 571 (remove_files) COMPLETE |
| 6983 | 2026-08-05T19:48:58.283Z | [ recovery-image] Aug 05 19:48:57.614 INFO O| Aug 05 19:48:57.614 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6984 | 2026-08-05T19:48:58.293Z | [ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6985 | 2026-08-05T19:48:58.293Z | [ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO STEP 572 (remove_files) COMPLETE |
| 6986 | 2026-08-05T19:48:58.293Z | [ recovery-image] Aug 05 19:48:57.624 INFO O| Aug 05 19:48:57.624 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6987 | 2026-08-05T19:48:58.303Z | [ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6988 | 2026-08-05T19:48:58.303Z | [ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO STEP 573 (remove_files) COMPLETE |
| 6989 | 2026-08-05T19:48:58.303Z | [ recovery-image] Aug 05 19:48:57.635 INFO O| Aug 05 19:48:57.635 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6990 | 2026-08-05T19:48:58.313Z | [ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6991 | 2026-08-05T19:48:58.313Z | [ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.645 INFO STEP 574 (remove_files) COMPLETE |
| 6992 | 2026-08-05T19:48:58.317Z | [ recovery-image] Aug 05 19:48:57.645 INFO O| Aug 05 19:48:57.645 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6993 | 2026-08-05T19:48:58.322Z | [ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6994 | 2026-08-05T19:48:58.322Z | [ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO STEP 575 (remove_files) COMPLETE |
| 6995 | 2026-08-05T19:48:58.325Z | [ recovery-image] Aug 05 19:48:57.654 INFO O| Aug 05 19:48:57.654 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6996 | 2026-08-05T19:48:58.331Z | [ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 6997 | 2026-08-05T19:48:58.331Z | [ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO STEP 576 (remove_files) COMPLETE |
| 6998 | 2026-08-05T19:48:58.331Z | [ recovery-image] Aug 05 19:48:57.662 INFO O| Aug 05 19:48:57.662 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6999 | 2026-08-05T19:48:58.339Z | [ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 7000 | 2026-08-05T19:48:58.339Z | [ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO STEP 577 (remove_files) COMPLETE |
| 7001 | 2026-08-05T19:48:58.339Z | [ recovery-image] Aug 05 19:48:57.670 INFO O| Aug 05 19:48:57.670 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7002 | 2026-08-05T19:48:58.347Z | [ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 7003 | 2026-08-05T19:48:58.347Z | [ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO STEP 578 (remove_files) COMPLETE |
| 7004 | 2026-08-05T19:48:58.347Z | [ recovery-image] Aug 05 19:48:57.678 INFO O| Aug 05 19:48:57.678 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7005 | 2026-08-05T19:48:58.357Z | [ recovery-image] Aug 05 19:48:57.688 INFO O| Aug 05 19:48:57.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 7006 | 2026-08-05T19:48:58.360Z | [ recovery-image] Aug 05 19:48:57.689 INFO O| Aug 05 19:48:57.689 INFO STEP 579 (remove_files) COMPLETE |
| 7007 | 2026-08-05T19:48:58.360Z | [ recovery-image] Aug 05 19:48:57.689 INFO O| Aug 05 19:48:57.689 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7008 | 2026-08-05T19:48:58.367Z | [ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 7009 | 2026-08-05T19:48:58.367Z | [ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO STEP 580 (remove_files) COMPLETE |
| 7010 | 2026-08-05T19:48:58.367Z | [ recovery-image] Aug 05 19:48:57.699 INFO O| Aug 05 19:48:57.699 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7011 | 2026-08-05T19:48:58.378Z | [ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 7012 | 2026-08-05T19:48:58.378Z | [ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO STEP 581 (remove_files) COMPLETE |
| 7013 | 2026-08-05T19:48:58.378Z | [ recovery-image] Aug 05 19:48:57.709 INFO O| Aug 05 19:48:57.709 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7014 | 2026-08-05T19:48:58.388Z | [ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 7015 | 2026-08-05T19:48:58.388Z | [ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO STEP 582 (remove_files) COMPLETE |
| 7016 | 2026-08-05T19:48:58.391Z | [ recovery-image] Aug 05 19:48:57.719 INFO O| Aug 05 19:48:57.719 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7017 | 2026-08-05T19:48:58.398Z | [ recovery-image] Aug 05 19:48:57.729 INFO O| Aug 05 19:48:57.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 7018 | 2026-08-05T19:48:58.398Z | [ recovery-image] Aug 05 19:48:57.730 INFO O| Aug 05 19:48:57.730 INFO STEP 583 (remove_files) COMPLETE |
| 7019 | 2026-08-05T19:48:58.398Z | [ recovery-image] Aug 05 19:48:57.730 INFO O| Aug 05 19:48:57.730 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7020 | 2026-08-05T19:48:58.408Z | [ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 7021 | 2026-08-05T19:48:58.408Z | [ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO STEP 584 (remove_files) COMPLETE |
| 7022 | 2026-08-05T19:48:58.411Z | [ recovery-image] Aug 05 19:48:57.739 INFO O| Aug 05 19:48:57.739 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7023 | 2026-08-05T19:48:58.418Z | [ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 7024 | 2026-08-05T19:48:58.418Z | [ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO STEP 585 (remove_files) COMPLETE |
| 7025 | 2026-08-05T19:48:58.421Z | [ recovery-image] Aug 05 19:48:57.749 INFO O| Aug 05 19:48:57.749 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7026 | 2026-08-05T19:48:58.424Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 7027 | 2026-08-05T19:48:58.427Z | [ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 7028 | 2026-08-05T19:48:58.427Z | [ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO STEP 586 (remove_files) COMPLETE |
| 7029 | 2026-08-05T19:48:58.427Z | [ recovery-image] Aug 05 19:48:57.759 INFO O| Aug 05 19:48:57.759 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7030 | 2026-08-05T19:48:58.437Z | [ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 7031 | 2026-08-05T19:48:58.437Z | [ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO STEP 587 (remove_files) COMPLETE |
| 7032 | 2026-08-05T19:48:58.437Z | [ recovery-image] Aug 05 19:48:57.768 INFO O| Aug 05 19:48:57.768 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7033 | 2026-08-05T19:48:58.449Z | [ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 7034 | 2026-08-05T19:48:58.449Z | [ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO STEP 588 (remove_files) COMPLETE |
| 7035 | 2026-08-05T19:48:58.452Z | [ recovery-image] Aug 05 19:48:57.781 INFO O| Aug 05 19:48:57.781 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7036 | 2026-08-05T19:48:58.460Z | [ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 7037 | 2026-08-05T19:48:58.460Z | [ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO STEP 589 (remove_files) COMPLETE |
| 7038 | 2026-08-05T19:48:58.460Z | [ recovery-image] Aug 05 19:48:57.792 INFO O| Aug 05 19:48:57.792 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7039 | 2026-08-05T19:48:58.471Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 7040 | 2026-08-05T19:48:58.474Z | [ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7041 | 2026-08-05T19:48:58.474Z | [ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO STEP 590 (remove_files) COMPLETE |
| 7042 | 2026-08-05T19:48:58.474Z | [ recovery-image] Aug 05 19:48:57.803 INFO O| Aug 05 19:48:57.803 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7043 | 2026-08-05T19:48:58.481Z | [ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7044 | 2026-08-05T19:48:58.481Z | [ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO STEP 591 (remove_files) COMPLETE |
| 7045 | 2026-08-05T19:48:58.481Z | [ recovery-image] Aug 05 19:48:57.812 INFO O| Aug 05 19:48:57.812 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7046 | 2026-08-05T19:48:58.492Z | [ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7047 | 2026-08-05T19:48:58.492Z | [ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO STEP 592 (remove_files) COMPLETE |
| 7048 | 2026-08-05T19:48:58.492Z | [ recovery-image] Aug 05 19:48:57.823 INFO O| Aug 05 19:48:57.823 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7049 | 2026-08-05T19:48:58.501Z | [ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7050 | 2026-08-05T19:48:58.501Z | [ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO STEP 593 (remove_files) COMPLETE |
| 7051 | 2026-08-05T19:48:58.501Z | [ recovery-image] Aug 05 19:48:57.833 INFO O| Aug 05 19:48:57.833 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7052 | 2026-08-05T19:48:58.511Z | [ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7053 | 2026-08-05T19:48:58.511Z | [ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO STEP 594 (remove_files) COMPLETE |
| 7054 | 2026-08-05T19:48:58.511Z | [ recovery-image] Aug 05 19:48:57.842 INFO O| Aug 05 19:48:57.842 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7055 | 2026-08-05T19:48:58.519Z | [ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7056 | 2026-08-05T19:48:58.519Z | [ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO STEP 595 (remove_files) COMPLETE |
| 7057 | 2026-08-05T19:48:58.519Z | [ recovery-image] Aug 05 19:48:57.850 INFO O| Aug 05 19:48:57.850 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7058 | 2026-08-05T19:48:58.528Z | [ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7059 | 2026-08-05T19:48:58.528Z | [ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO STEP 596 (remove_files) COMPLETE |
| 7060 | 2026-08-05T19:48:58.531Z | [ recovery-image] Aug 05 19:48:57.859 INFO O| Aug 05 19:48:57.859 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7061 | 2026-08-05T19:48:58.536Z | [ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7062 | 2026-08-05T19:48:58.536Z | [ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO STEP 597 (remove_files) COMPLETE |
| 7063 | 2026-08-05T19:48:58.536Z | [ recovery-image] Aug 05 19:48:57.867 INFO O| Aug 05 19:48:57.867 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7064 | 2026-08-05T19:48:58.544Z | [ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7065 | 2026-08-05T19:48:58.544Z | [ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO STEP 598 (remove_files) COMPLETE |
| 7066 | 2026-08-05T19:48:58.544Z | [ recovery-image] Aug 05 19:48:57.875 INFO O| Aug 05 19:48:57.875 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7067 | 2026-08-05T19:48:58.552Z | [ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7068 | 2026-08-05T19:48:58.552Z | [ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO STEP 599 (remove_files) COMPLETE |
| 7069 | 2026-08-05T19:48:58.552Z | [ recovery-image] Aug 05 19:48:57.884 INFO O| Aug 05 19:48:57.884 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7070 | 2026-08-05T19:48:58.560Z | [ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7071 | 2026-08-05T19:48:58.560Z | [ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO STEP 600 (remove_files) COMPLETE |
| 7072 | 2026-08-05T19:48:58.563Z | [ recovery-image] Aug 05 19:48:57.892 INFO O| Aug 05 19:48:57.892 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7073 | 2026-08-05T19:48:58.569Z | [ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7074 | 2026-08-05T19:48:58.569Z | [ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.901 INFO STEP 601 (remove_files) COMPLETE |
| 7075 | 2026-08-05T19:48:58.572Z | [ recovery-image] Aug 05 19:48:57.901 INFO O| Aug 05 19:48:57.901 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7076 | 2026-08-05T19:48:58.592Z | [ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7077 | 2026-08-05T19:48:58.592Z | [ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO STEP 602 (remove_files) COMPLETE |
| 7078 | 2026-08-05T19:48:58.592Z | [ recovery-image] Aug 05 19:48:57.922 INFO O| Aug 05 19:48:57.922 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7079 | 2026-08-05T19:48:58.601Z | [ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7080 | 2026-08-05T19:48:58.601Z | [ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO STEP 603 (remove_files) COMPLETE |
| 7081 | 2026-08-05T19:48:58.601Z | [ recovery-image] Aug 05 19:48:57.932 INFO O| Aug 05 19:48:57.932 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7082 | 2026-08-05T19:48:58.610Z | [ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7083 | 2026-08-05T19:48:58.610Z | [ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.942 INFO STEP 604 (remove_files) COMPLETE |
| 7084 | 2026-08-05T19:48:58.610Z | [ recovery-image] Aug 05 19:48:57.942 INFO O| Aug 05 19:48:57.942 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7085 | 2026-08-05T19:48:58.620Z | [ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7086 | 2026-08-05T19:48:58.620Z | [ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO STEP 605 (remove_files) COMPLETE |
| 7087 | 2026-08-05T19:48:58.620Z | [ recovery-image] Aug 05 19:48:57.951 INFO O| Aug 05 19:48:57.951 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7088 | 2026-08-05T19:48:58.630Z | [ recovery-image] Aug 05 19:48:57.961 INFO O| Aug 05 19:48:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7089 | 2026-08-05T19:48:58.630Z | [ recovery-image] Aug 05 19:48:57.962 INFO O| Aug 05 19:48:57.962 INFO STEP 606 (remove_files) COMPLETE |
| 7090 | 2026-08-05T19:48:58.630Z | [ recovery-image] Aug 05 19:48:57.962 INFO O| Aug 05 19:48:57.962 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7091 | 2026-08-05T19:48:58.647Z | [ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7092 | 2026-08-05T19:48:58.647Z | [ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO STEP 607 (remove_files) COMPLETE |
| 7093 | 2026-08-05T19:48:58.647Z | [ recovery-image] Aug 05 19:48:57.972 INFO O| Aug 05 19:48:57.972 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7094 | 2026-08-05T19:48:58.651Z | [ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7095 | 2026-08-05T19:48:58.651Z | [ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO STEP 608 (remove_files) COMPLETE |
| 7096 | 2026-08-05T19:48:58.651Z | [ recovery-image] Aug 05 19:48:57.983 INFO O| Aug 05 19:48:57.983 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7097 | 2026-08-05T19:48:58.662Z | [ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7098 | 2026-08-05T19:48:58.662Z | [ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO STEP 609 (remove_files) COMPLETE |
| 7099 | 2026-08-05T19:48:58.665Z | [ recovery-image] Aug 05 19:48:57.993 INFO O| Aug 05 19:48:57.993 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7100 | 2026-08-05T19:48:58.673Z | [ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7101 | 2026-08-05T19:48:58.673Z | [ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO STEP 610 (remove_files) COMPLETE |
| 7102 | 2026-08-05T19:48:58.673Z | [ recovery-image] Aug 05 19:48:58.004 INFO O| Aug 05 19:48:58.004 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7103 | 2026-08-05T19:48:58.691Z | [ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7104 | 2026-08-05T19:48:58.691Z | [ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.023 INFO STEP 611 (remove_files) COMPLETE |
| 7105 | 2026-08-05T19:48:58.691Z | [ recovery-image] Aug 05 19:48:58.023 INFO O| Aug 05 19:48:58.023 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7106 | 2026-08-05T19:48:58.700Z | [ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7107 | 2026-08-05T19:48:58.700Z | [ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO STEP 612 (remove_files) COMPLETE |
| 7108 | 2026-08-05T19:48:58.700Z | [ recovery-image] Aug 05 19:48:58.032 INFO O| Aug 05 19:48:58.032 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7109 | 2026-08-05T19:48:58.711Z | [ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7110 | 2026-08-05T19:48:58.711Z | [ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO STEP 613 (remove_files) COMPLETE |
| 7111 | 2026-08-05T19:48:58.714Z | [ recovery-image] Aug 05 19:48:58.042 INFO O| Aug 05 19:48:58.042 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7112 | 2026-08-05T19:48:58.720Z | [ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7113 | 2026-08-05T19:48:58.720Z | [ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO STEP 614 (remove_files) COMPLETE |
| 7114 | 2026-08-05T19:48:58.724Z | [ recovery-image] Aug 05 19:48:58.051 INFO O| Aug 05 19:48:58.051 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7115 | 2026-08-05T19:48:58.730Z | [ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7116 | 2026-08-05T19:48:58.730Z | [ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO STEP 615 (remove_files) COMPLETE |
| 7117 | 2026-08-05T19:48:58.730Z | [ recovery-image] Aug 05 19:48:58.061 INFO O| Aug 05 19:48:58.061 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7118 | 2026-08-05T19:48:58.739Z | [ recovery-image] Aug 05 19:48:58.070 INFO O| Aug 05 19:48:58.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7119 | 2026-08-05T19:48:58.739Z | [ recovery-image] Aug 05 19:48:58.071 INFO O| Aug 05 19:48:58.071 INFO STEP 616 (remove_files) COMPLETE |
| 7120 | 2026-08-05T19:48:58.742Z | [ recovery-image] Aug 05 19:48:58.071 INFO O| Aug 05 19:48:58.071 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7121 | 2026-08-05T19:48:58.748Z | [ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7122 | 2026-08-05T19:48:58.748Z | [ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO STEP 617 (remove_files) COMPLETE |
| 7123 | 2026-08-05T19:48:58.748Z | [ recovery-image] Aug 05 19:48:58.080 INFO O| Aug 05 19:48:58.080 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7124 | 2026-08-05T19:48:58.759Z | [ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7125 | 2026-08-05T19:48:58.759Z | [ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO STEP 618 (remove_files) COMPLETE |
| 7126 | 2026-08-05T19:48:58.759Z | [ recovery-image] Aug 05 19:48:58.090 INFO O| Aug 05 19:48:58.090 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7127 | 2026-08-05T19:48:58.769Z | [ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7128 | 2026-08-05T19:48:58.769Z | [ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO STEP 619 (remove_files) COMPLETE |
| 7129 | 2026-08-05T19:48:58.773Z | [ recovery-image] Aug 05 19:48:58.101 INFO O| Aug 05 19:48:58.101 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7130 | 2026-08-05T19:48:58.779Z | [ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7131 | 2026-08-05T19:48:58.779Z | [ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO STEP 620 (remove_files) COMPLETE |
| 7132 | 2026-08-05T19:48:58.783Z | [ recovery-image] Aug 05 19:48:58.111 INFO O| Aug 05 19:48:58.111 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7133 | 2026-08-05T19:48:58.789Z | [ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7134 | 2026-08-05T19:48:58.789Z | [ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO STEP 621 (remove_files) COMPLETE |
| 7135 | 2026-08-05T19:48:58.789Z | [ recovery-image] Aug 05 19:48:58.120 INFO O| Aug 05 19:48:58.120 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7136 | 2026-08-05T19:48:58.798Z | [ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7137 | 2026-08-05T19:48:58.798Z | [ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO STEP 622 (remove_files) COMPLETE |
| 7138 | 2026-08-05T19:48:58.798Z | [ recovery-image] Aug 05 19:48:58.130 INFO O| Aug 05 19:48:58.130 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7139 | 2026-08-05T19:48:58.808Z | [ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7140 | 2026-08-05T19:48:58.811Z | [ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO STEP 623 (remove_files) COMPLETE |
| 7141 | 2026-08-05T19:48:58.811Z | [ recovery-image] Aug 05 19:48:58.139 INFO O| Aug 05 19:48:58.139 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7142 | 2026-08-05T19:48:58.817Z | [ recovery-image] Aug 05 19:48:58.149 INFO O| Aug 05 19:48:58.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7143 | 2026-08-05T19:48:58.821Z | [ recovery-image] Aug 05 19:48:58.150 INFO O| Aug 05 19:48:58.150 INFO STEP 624 (remove_files) COMPLETE |
| 7144 | 2026-08-05T19:48:58.821Z | [ recovery-image] Aug 05 19:48:58.150 INFO O| Aug 05 19:48:58.150 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7145 | 2026-08-05T19:48:58.828Z | [ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7146 | 2026-08-05T19:48:58.828Z | [ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO STEP 625 (remove_files) COMPLETE |
| 7147 | 2026-08-05T19:48:58.828Z | [ recovery-image] Aug 05 19:48:58.160 INFO O| Aug 05 19:48:58.160 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7148 | 2026-08-05T19:48:58.839Z | [ recovery-image] Aug 05 19:48:58.170 INFO O| Aug 05 19:48:58.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7149 | 2026-08-05T19:48:58.839Z | [ recovery-image] Aug 05 19:48:58.171 INFO O| Aug 05 19:48:58.170 INFO STEP 626 (remove_files) COMPLETE |
| 7150 | 2026-08-05T19:48:58.839Z | [ recovery-image] Aug 05 19:48:58.171 INFO O| Aug 05 19:48:58.171 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7151 | 2026-08-05T19:48:58.852Z | [ recovery-image] Aug 05 19:48:58.183 INFO O| Aug 05 19:48:58.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7152 | 2026-08-05T19:48:58.852Z | [ recovery-image] Aug 05 19:48:58.184 INFO O| Aug 05 19:48:58.183 INFO STEP 627 (remove_files) COMPLETE |
| 7153 | 2026-08-05T19:48:58.852Z | [ recovery-image] Aug 05 19:48:58.184 INFO O| Aug 05 19:48:58.184 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7154 | 2026-08-05T19:48:58.865Z | [ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7155 | 2026-08-05T19:48:58.865Z | [ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO STEP 628 (remove_files) COMPLETE |
| 7156 | 2026-08-05T19:48:58.865Z | [ recovery-image] Aug 05 19:48:58.195 INFO O| Aug 05 19:48:58.195 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7157 | 2026-08-05T19:48:58.872Z | [ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7158 | 2026-08-05T19:48:58.872Z | [ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO STEP 629 (remove_files) COMPLETE |
| 7159 | 2026-08-05T19:48:58.872Z | [ recovery-image] Aug 05 19:48:58.204 INFO O| Aug 05 19:48:58.204 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7160 | 2026-08-05T19:48:58.884Z | [ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7161 | 2026-08-05T19:48:58.884Z | [ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO STEP 630 (remove_files) COMPLETE |
| 7162 | 2026-08-05T19:48:58.884Z | [ recovery-image] Aug 05 19:48:58.215 INFO O| Aug 05 19:48:58.215 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7163 | 2026-08-05T19:48:58.892Z | [ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7164 | 2026-08-05T19:48:58.892Z | [ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO STEP 631 (remove_files) COMPLETE |
| 7165 | 2026-08-05T19:48:58.892Z | [ recovery-image] Aug 05 19:48:58.224 INFO O| Aug 05 19:48:58.224 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7166 | 2026-08-05T19:48:58.904Z | [ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7167 | 2026-08-05T19:48:58.904Z | [ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO STEP 632 (remove_files) COMPLETE |
| 7168 | 2026-08-05T19:48:58.904Z | [ recovery-image] Aug 05 19:48:58.235 INFO O| Aug 05 19:48:58.235 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7169 | 2026-08-05T19:48:58.909Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 7170 | 2026-08-05T19:48:58.913Z | [ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7171 | 2026-08-05T19:48:58.913Z | [ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO STEP 633 (remove_files) COMPLETE |
| 7172 | 2026-08-05T19:48:58.913Z | [ recovery-image] Aug 05 19:48:58.245 INFO O| Aug 05 19:48:58.245 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7173 | 2026-08-05T19:48:58.922Z | [ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7174 | 2026-08-05T19:48:58.922Z | [ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO STEP 634 (remove_files) COMPLETE |
| 7175 | 2026-08-05T19:48:58.922Z | [ recovery-image] Aug 05 19:48:58.254 INFO O| Aug 05 19:48:58.254 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7176 | 2026-08-05T19:48:58.931Z | [ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7177 | 2026-08-05T19:48:58.931Z | [ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO STEP 635 (remove_files) COMPLETE |
| 7178 | 2026-08-05T19:48:58.931Z | [ recovery-image] Aug 05 19:48:58.263 INFO O| Aug 05 19:48:58.263 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7179 | 2026-08-05T19:48:58.941Z | [ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7180 | 2026-08-05T19:48:58.941Z | [ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO STEP 636 (remove_files) COMPLETE |
| 7181 | 2026-08-05T19:48:58.941Z | [ recovery-image] Aug 05 19:48:58.272 INFO O| Aug 05 19:48:58.272 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7182 | 2026-08-05T19:48:58.949Z | [ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7183 | 2026-08-05T19:48:58.949Z | [ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO STEP 637 (remove_files) COMPLETE |
| 7184 | 2026-08-05T19:48:58.949Z | [ recovery-image] Aug 05 19:48:58.280 INFO O| Aug 05 19:48:58.280 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7185 | 2026-08-05T19:48:58.957Z | [ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7186 | 2026-08-05T19:48:58.957Z | [ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO STEP 638 (remove_files) COMPLETE |
| 7187 | 2026-08-05T19:48:58.960Z | [ recovery-image] Aug 05 19:48:58.289 INFO O| Aug 05 19:48:58.289 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7188 | 2026-08-05T19:48:58.967Z | [ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7189 | 2026-08-05T19:48:58.967Z | [ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO STEP 639 (remove_files) COMPLETE |
| 7190 | 2026-08-05T19:48:58.967Z | [ recovery-image] Aug 05 19:48:58.298 INFO O| Aug 05 19:48:58.298 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7191 | 2026-08-05T19:48:58.976Z | [ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7192 | 2026-08-05T19:48:58.976Z | [ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.308 INFO STEP 640 (remove_files) COMPLETE |
| 7193 | 2026-08-05T19:48:58.976Z | [ recovery-image] Aug 05 19:48:58.308 INFO O| Aug 05 19:48:58.308 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7194 | 2026-08-05T19:48:58.986Z | [ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7195 | 2026-08-05T19:48:58.986Z | [ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO STEP 641 (remove_files) COMPLETE |
| 7196 | 2026-08-05T19:48:58.986Z | [ recovery-image] Aug 05 19:48:58.318 INFO O| Aug 05 19:48:58.318 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7197 | 2026-08-05T19:48:58.997Z | [ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7198 | 2026-08-05T19:48:58.997Z | [ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.329 INFO STEP 642 (remove_files) COMPLETE |
| 7199 | 2026-08-05T19:48:59.002Z | [ recovery-image] Aug 05 19:48:58.329 INFO O| Aug 05 19:48:58.329 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7200 | 2026-08-05T19:48:59.007Z | [ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7201 | 2026-08-05T19:48:59.007Z | [ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO STEP 643 (remove_files) COMPLETE |
| 7202 | 2026-08-05T19:48:59.007Z | [ recovery-image] Aug 05 19:48:58.338 INFO O| Aug 05 19:48:58.338 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7203 | 2026-08-05T19:48:59.017Z | [ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7204 | 2026-08-05T19:48:59.017Z | [ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO STEP 644 (remove_files) COMPLETE |
| 7205 | 2026-08-05T19:48:59.017Z | [ recovery-image] Aug 05 19:48:58.349 INFO O| Aug 05 19:48:58.349 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7206 | 2026-08-05T19:48:59.028Z | [ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7207 | 2026-08-05T19:48:59.028Z | [ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO STEP 645 (remove_files) COMPLETE |
| 7208 | 2026-08-05T19:48:59.031Z | [ recovery-image] Aug 05 19:48:58.360 INFO O| Aug 05 19:48:58.360 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7209 | 2026-08-05T19:48:59.038Z | [ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7210 | 2026-08-05T19:48:59.038Z | [ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO STEP 646 (remove_files) COMPLETE |
| 7211 | 2026-08-05T19:48:59.038Z | [ recovery-image] Aug 05 19:48:58.370 INFO O| Aug 05 19:48:58.370 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7212 | 2026-08-05T19:48:59.048Z | [ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7213 | 2026-08-05T19:48:59.048Z | [ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO STEP 647 (remove_files) COMPLETE |
| 7214 | 2026-08-05T19:48:59.049Z | [ recovery-image] Aug 05 19:48:58.380 INFO O| Aug 05 19:48:58.380 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7215 | 2026-08-05T19:48:59.058Z | [ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7216 | 2026-08-05T19:48:59.058Z | [ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO STEP 648 (remove_files) COMPLETE |
| 7217 | 2026-08-05T19:48:59.058Z | [ recovery-image] Aug 05 19:48:58.390 INFO O| Aug 05 19:48:58.390 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7218 | 2026-08-05T19:48:59.068Z | [ recovery-image] Aug 05 19:48:58.399 INFO O| Aug 05 19:48:58.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7219 | 2026-08-05T19:48:59.071Z | [ recovery-image] Aug 05 19:48:58.400 INFO O| Aug 05 19:48:58.400 INFO STEP 649 (remove_files) COMPLETE |
| 7220 | 2026-08-05T19:48:59.071Z | [ recovery-image] Aug 05 19:48:58.400 INFO O| Aug 05 19:48:58.400 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7221 | 2026-08-05T19:48:59.079Z | [ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7222 | 2026-08-05T19:48:59.079Z | [ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO STEP 650 (remove_files) COMPLETE |
| 7223 | 2026-08-05T19:48:59.079Z | [ recovery-image] Aug 05 19:48:58.410 INFO O| Aug 05 19:48:58.409 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7224 | 2026-08-05T19:48:59.088Z | [ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7225 | 2026-08-05T19:48:59.088Z | [ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO STEP 651 (remove_files) COMPLETE |
| 7226 | 2026-08-05T19:48:59.088Z | [ recovery-image] Aug 05 19:48:58.420 INFO O| Aug 05 19:48:58.420 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7227 | 2026-08-05T19:48:59.105Z | [ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7228 | 2026-08-05T19:48:59.106Z | [ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO STEP 652 (remove_files) COMPLETE |
| 7229 | 2026-08-05T19:48:59.106Z | [ recovery-image] Aug 05 19:48:58.437 INFO O| Aug 05 19:48:58.437 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7230 | 2026-08-05T19:48:59.114Z | [ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7231 | 2026-08-05T19:48:59.114Z | [ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO STEP 653 (remove_files) COMPLETE |
| 7232 | 2026-08-05T19:48:59.114Z | [ recovery-image] Aug 05 19:48:58.446 INFO O| Aug 05 19:48:58.446 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7233 | 2026-08-05T19:48:59.125Z | [ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7234 | 2026-08-05T19:48:59.128Z | [ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.457 INFO STEP 654 (remove_files) COMPLETE |
| 7235 | 2026-08-05T19:48:59.128Z | [ recovery-image] Aug 05 19:48:58.457 INFO O| Aug 05 19:48:58.457 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7236 | 2026-08-05T19:48:59.137Z | [ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7237 | 2026-08-05T19:48:59.137Z | [ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO STEP 655 (remove_files) COMPLETE |
| 7238 | 2026-08-05T19:48:59.137Z | [ recovery-image] Aug 05 19:48:58.468 INFO O| Aug 05 19:48:58.468 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7239 | 2026-08-05T19:48:59.147Z | [ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7240 | 2026-08-05T19:48:59.147Z | [ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO STEP 656 (remove_files) COMPLETE |
| 7241 | 2026-08-05T19:48:59.147Z | [ recovery-image] Aug 05 19:48:58.479 INFO O| Aug 05 19:48:58.479 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7242 | 2026-08-05T19:48:59.158Z | [ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7243 | 2026-08-05T19:48:59.158Z | [ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO STEP 657 (remove_files) COMPLETE |
| 7244 | 2026-08-05T19:48:59.158Z | [ recovery-image] Aug 05 19:48:58.489 INFO O| Aug 05 19:48:58.489 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7245 | 2026-08-05T19:48:59.168Z | [ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7246 | 2026-08-05T19:48:59.168Z | [ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO STEP 658 (remove_files) COMPLETE |
| 7247 | 2026-08-05T19:48:59.168Z | [ recovery-image] Aug 05 19:48:58.499 INFO O| Aug 05 19:48:58.499 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7248 | 2026-08-05T19:48:59.178Z | [ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7249 | 2026-08-05T19:48:59.178Z | [ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.510 INFO STEP 659 (remove_files) COMPLETE |
| 7250 | 2026-08-05T19:48:59.178Z | [ recovery-image] Aug 05 19:48:58.510 INFO O| Aug 05 19:48:58.510 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7251 | 2026-08-05T19:48:59.188Z | [ recovery-image] Aug 05 19:48:58.519 INFO O| Aug 05 19:48:58.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7252 | 2026-08-05T19:48:59.188Z | [ recovery-image] Aug 05 19:48:58.520 INFO O| Aug 05 19:48:58.520 INFO STEP 660 (remove_files) COMPLETE |
| 7253 | 2026-08-05T19:48:59.188Z | [ recovery-image] Aug 05 19:48:58.520 INFO O| Aug 05 19:48:58.520 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7254 | 2026-08-05T19:48:59.198Z | [ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7255 | 2026-08-05T19:48:59.198Z | [ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO STEP 661 (remove_files) COMPLETE |
| 7256 | 2026-08-05T19:48:59.201Z | [ recovery-image] Aug 05 19:48:58.529 INFO O| Aug 05 19:48:58.529 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7257 | 2026-08-05T19:48:59.208Z | [ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7258 | 2026-08-05T19:48:59.208Z | [ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO STEP 662 (remove_files) COMPLETE |
| 7259 | 2026-08-05T19:48:59.208Z | [ recovery-image] Aug 05 19:48:58.539 INFO O| Aug 05 19:48:58.539 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7260 | 2026-08-05T19:48:59.218Z | [ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7261 | 2026-08-05T19:48:59.218Z | [ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO STEP 663 (remove_files) COMPLETE |
| 7262 | 2026-08-05T19:48:59.218Z | [ recovery-image] Aug 05 19:48:58.549 INFO O| Aug 05 19:48:58.549 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7263 | 2026-08-05T19:48:59.228Z | [ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7264 | 2026-08-05T19:48:59.228Z | [ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO STEP 664 (remove_files) COMPLETE |
| 7265 | 2026-08-05T19:48:59.231Z | [ recovery-image] Aug 05 19:48:58.559 INFO O| Aug 05 19:48:58.559 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7266 | 2026-08-05T19:48:59.238Z | [ recovery-image] Aug 05 19:48:58.570 INFO O| Aug 05 19:48:58.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7267 | 2026-08-05T19:48:59.241Z | [ recovery-image] Aug 05 19:48:58.571 INFO O| Aug 05 19:48:58.570 INFO STEP 665 (remove_files) COMPLETE |
| 7268 | 2026-08-05T19:48:59.241Z | [ recovery-image] Aug 05 19:48:58.571 INFO O| Aug 05 19:48:58.570 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7269 | 2026-08-05T19:48:59.249Z | [ recovery-image] Aug 05 19:48:58.580 INFO O| Aug 05 19:48:58.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7270 | 2026-08-05T19:48:59.252Z | [ recovery-image] Aug 05 19:48:58.581 INFO O| Aug 05 19:48:58.581 INFO STEP 666 (remove_files) COMPLETE |
| 7271 | 2026-08-05T19:48:59.252Z | [ recovery-image] Aug 05 19:48:58.581 INFO O| Aug 05 19:48:58.581 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7272 | 2026-08-05T19:48:59.259Z | [ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7273 | 2026-08-05T19:48:59.259Z | [ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO STEP 667 (remove_files) COMPLETE |
| 7274 | 2026-08-05T19:48:59.259Z | [ recovery-image] Aug 05 19:48:58.591 INFO O| Aug 05 19:48:58.591 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7275 | 2026-08-05T19:48:59.268Z | [ recovery-image] Aug 05 19:48:58.599 INFO O| Aug 05 19:48:58.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7276 | 2026-08-05T19:48:59.268Z | [ recovery-image] Aug 05 19:48:58.600 INFO O| Aug 05 19:48:58.599 INFO STEP 668 (remove_files) COMPLETE |
| 7277 | 2026-08-05T19:48:59.268Z | [ recovery-image] Aug 05 19:48:58.600 INFO O| Aug 05 19:48:58.599 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7278 | 2026-08-05T19:48:59.281Z | [ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7279 | 2026-08-05T19:48:59.281Z | [ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO STEP 669 (remove_files) COMPLETE |
| 7280 | 2026-08-05T19:48:59.281Z | [ recovery-image] Aug 05 19:48:58.612 INFO O| Aug 05 19:48:58.612 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7281 | 2026-08-05T19:48:59.290Z | [ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7282 | 2026-08-05T19:48:59.290Z | [ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO STEP 670 (remove_files) COMPLETE |
| 7283 | 2026-08-05T19:48:59.294Z | [ recovery-image] Aug 05 19:48:58.622 INFO O| Aug 05 19:48:58.622 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7284 | 2026-08-05T19:48:59.300Z | [ recovery-image] Aug 05 19:48:58.631 INFO O| Aug 05 19:48:58.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7285 | 2026-08-05T19:48:59.300Z | [ recovery-image] Aug 05 19:48:58.631 INFO O| Aug 05 19:48:58.631 INFO STEP 671 (remove_files) COMPLETE |
| 7286 | 2026-08-05T19:48:59.300Z | [ recovery-image] Aug 05 19:48:58.632 INFO O| Aug 05 19:48:58.631 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7287 | 2026-08-05T19:48:59.309Z | [ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7288 | 2026-08-05T19:48:59.309Z | [ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.641 INFO STEP 672 (remove_files) COMPLETE |
| 7289 | 2026-08-05T19:48:59.312Z | [ recovery-image] Aug 05 19:48:58.641 INFO O| Aug 05 19:48:58.641 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7290 | 2026-08-05T19:48:59.317Z | [ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7291 | 2026-08-05T19:48:59.317Z | [ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO STEP 673 (remove_files) COMPLETE |
| 7292 | 2026-08-05T19:48:59.320Z | [ recovery-image] Aug 05 19:48:58.649 INFO O| Aug 05 19:48:58.649 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7293 | 2026-08-05T19:48:59.327Z | [ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7294 | 2026-08-05T19:48:59.327Z | [ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.658 INFO STEP 674 (remove_files) COMPLETE |
| 7295 | 2026-08-05T19:48:59.330Z | [ recovery-image] Aug 05 19:48:58.658 INFO O| Aug 05 19:48:58.658 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7296 | 2026-08-05T19:48:59.334Z | [ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7297 | 2026-08-05T19:48:59.337Z | [ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO STEP 675 (remove_files) COMPLETE |
| 7298 | 2026-08-05T19:48:59.337Z | [ recovery-image] Aug 05 19:48:58.666 INFO O| Aug 05 19:48:58.666 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7299 | 2026-08-05T19:48:59.346Z | [ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7300 | 2026-08-05T19:48:59.346Z | [ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO STEP 676 (remove_files) COMPLETE |
| 7301 | 2026-08-05T19:48:59.349Z | [ recovery-image] Aug 05 19:48:58.678 INFO O| Aug 05 19:48:58.678 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7302 | 2026-08-05T19:48:59.356Z | [ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7303 | 2026-08-05T19:48:59.357Z | [ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO STEP 677 (remove_files) COMPLETE |
| 7304 | 2026-08-05T19:48:59.357Z | [ recovery-image] Aug 05 19:48:58.687 INFO O| Aug 05 19:48:58.687 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7305 | 2026-08-05T19:48:59.366Z | [ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7306 | 2026-08-05T19:48:59.366Z | [ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO STEP 678 (remove_files) COMPLETE |
| 7307 | 2026-08-05T19:48:59.366Z | [ recovery-image] Aug 05 19:48:58.697 INFO O| Aug 05 19:48:58.697 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-05T19:48:59.376Z | [ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7309 | 2026-08-05T19:48:59.376Z | [ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO STEP 679 (remove_files) COMPLETE |
| 7310 | 2026-08-05T19:48:59.376Z | [ recovery-image] Aug 05 19:48:58.707 INFO O| Aug 05 19:48:58.707 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7311 | 2026-08-05T19:48:59.385Z | [ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7312 | 2026-08-05T19:48:59.389Z | [ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO STEP 680 (remove_files) COMPLETE |
| 7313 | 2026-08-05T19:48:59.389Z | [ recovery-image] Aug 05 19:48:58.717 INFO O| Aug 05 19:48:58.717 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7314 | 2026-08-05T19:48:59.395Z | [ recovery-image] Aug 05 19:48:58.726 INFO O| Aug 05 19:48:58.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7315 | 2026-08-05T19:48:59.395Z | [ recovery-image] Aug 05 19:48:58.727 INFO O| Aug 05 19:48:58.727 INFO STEP 681 (remove_files) COMPLETE |
| 7316 | 2026-08-05T19:48:59.395Z | [ recovery-image] Aug 05 19:48:58.727 INFO O| Aug 05 19:48:58.727 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7317 | 2026-08-05T19:48:59.403Z | [ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7318 | 2026-08-05T19:48:59.404Z | [ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO STEP 682 (remove_files) COMPLETE |
| 7319 | 2026-08-05T19:48:59.404Z | [ recovery-image] Aug 05 19:48:58.735 INFO O| Aug 05 19:48:58.735 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7320 | 2026-08-05T19:48:59.413Z | [ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7321 | 2026-08-05T19:48:59.413Z | [ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO STEP 683 (remove_files) COMPLETE |
| 7322 | 2026-08-05T19:48:59.413Z | [ recovery-image] Aug 05 19:48:58.744 INFO O| Aug 05 19:48:58.744 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7323 | 2026-08-05T19:48:59.423Z | [ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7324 | 2026-08-05T19:48:59.423Z | [ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO STEP 684 (remove_files) COMPLETE |
| 7325 | 2026-08-05T19:48:59.423Z | [ recovery-image] Aug 05 19:48:58.754 INFO O| Aug 05 19:48:58.754 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7326 | 2026-08-05T19:48:59.433Z | [ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7327 | 2026-08-05T19:48:59.433Z | [ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO STEP 685 (remove_files) COMPLETE |
| 7328 | 2026-08-05T19:48:59.433Z | [ recovery-image] Aug 05 19:48:58.765 INFO O| Aug 05 19:48:58.765 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7329 | 2026-08-05T19:48:59.443Z | [ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7330 | 2026-08-05T19:48:59.443Z | [ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO STEP 686 (remove_files) COMPLETE |
| 7331 | 2026-08-05T19:48:59.443Z | [ recovery-image] Aug 05 19:48:58.775 INFO O| Aug 05 19:48:58.775 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7332 | 2026-08-05T19:48:59.455Z | [ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7333 | 2026-08-05T19:48:59.455Z | [ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO STEP 687 (remove_files) COMPLETE |
| 7334 | 2026-08-05T19:48:59.455Z | [ recovery-image] Aug 05 19:48:58.785 INFO O| Aug 05 19:48:58.785 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7335 | 2026-08-05T19:48:59.464Z | [ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7336 | 2026-08-05T19:48:59.465Z | [ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO STEP 688 (remove_files) COMPLETE |
| 7337 | 2026-08-05T19:48:59.465Z | [ recovery-image] Aug 05 19:48:58.796 INFO O| Aug 05 19:48:58.796 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7338 | 2026-08-05T19:48:59.476Z | [ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7339 | 2026-08-05T19:48:59.476Z | [ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO STEP 689 (remove_files) COMPLETE |
| 7340 | 2026-08-05T19:48:59.476Z | [ recovery-image] Aug 05 19:48:58.807 INFO O| Aug 05 19:48:58.807 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7341 | 2026-08-05T19:48:59.486Z | [ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7342 | 2026-08-05T19:48:59.486Z | [ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO STEP 690 (remove_files) COMPLETE |
| 7343 | 2026-08-05T19:48:59.489Z | [ recovery-image] Aug 05 19:48:58.817 INFO O| Aug 05 19:48:58.817 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7344 | 2026-08-05T19:48:59.496Z | [ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7345 | 2026-08-05T19:48:59.496Z | [ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO STEP 691 (remove_files) COMPLETE |
| 7346 | 2026-08-05T19:48:59.499Z | [ recovery-image] Aug 05 19:48:58.826 INFO O| Aug 05 19:48:58.826 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7347 | 2026-08-05T19:48:59.505Z | [ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7348 | 2026-08-05T19:48:59.505Z | [ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.837 INFO STEP 692 (remove_files) COMPLETE |
| 7349 | 2026-08-05T19:48:59.510Z | [ recovery-image] Aug 05 19:48:58.837 INFO O| Aug 05 19:48:58.837 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7350 | 2026-08-05T19:48:59.514Z | [ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7351 | 2026-08-05T19:48:59.517Z | [ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO STEP 693 (remove_files) COMPLETE |
| 7352 | 2026-08-05T19:48:59.517Z | [ recovery-image] Aug 05 19:48:58.846 INFO O| Aug 05 19:48:58.846 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7353 | 2026-08-05T19:48:59.525Z | [ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7354 | 2026-08-05T19:48:59.528Z | [ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO STEP 694 (remove_files) COMPLETE |
| 7355 | 2026-08-05T19:48:59.528Z | [ recovery-image] Aug 05 19:48:58.856 INFO O| Aug 05 19:48:58.856 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7356 | 2026-08-05T19:48:59.534Z | [ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7357 | 2026-08-05T19:48:59.535Z | [ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO STEP 695 (remove_files) COMPLETE |
| 7358 | 2026-08-05T19:48:59.535Z | [ recovery-image] Aug 05 19:48:58.866 INFO O| Aug 05 19:48:58.866 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7359 | 2026-08-05T19:48:59.545Z | [ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7360 | 2026-08-05T19:48:59.545Z | [ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO STEP 696 (remove_files) COMPLETE |
| 7361 | 2026-08-05T19:48:59.545Z | [ recovery-image] Aug 05 19:48:58.876 INFO O| Aug 05 19:48:58.876 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7362 | 2026-08-05T19:48:59.555Z | [ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7363 | 2026-08-05T19:48:59.555Z | [ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO STEP 697 (remove_files) COMPLETE |
| 7364 | 2026-08-05T19:48:59.555Z | [ recovery-image] Aug 05 19:48:58.887 INFO O| Aug 05 19:48:58.887 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7365 | 2026-08-05T19:48:59.573Z | [ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7366 | 2026-08-05T19:48:59.573Z | [ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO STEP 698 (remove_files) COMPLETE |
| 7367 | 2026-08-05T19:48:59.573Z | [ recovery-image] Aug 05 19:48:58.897 INFO O| Aug 05 19:48:58.897 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7368 | 2026-08-05T19:48:59.577Z | [ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7369 | 2026-08-05T19:48:59.577Z | [ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO STEP 699 (remove_files) COMPLETE |
| 7370 | 2026-08-05T19:48:59.577Z | [ recovery-image] Aug 05 19:48:58.907 INFO O| Aug 05 19:48:58.907 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7371 | 2026-08-05T19:48:59.585Z | [ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7372 | 2026-08-05T19:48:59.585Z | [ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO STEP 700 (remove_files) COMPLETE |
| 7373 | 2026-08-05T19:48:59.588Z | [ recovery-image] Aug 05 19:48:58.916 INFO O| Aug 05 19:48:58.916 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7374 | 2026-08-05T19:48:59.594Z | [ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7375 | 2026-08-05T19:48:59.594Z | [ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO STEP 701 (remove_files) COMPLETE |
| 7376 | 2026-08-05T19:48:59.594Z | [ recovery-image] Aug 05 19:48:58.925 INFO O| Aug 05 19:48:58.925 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7377 | 2026-08-05T19:48:59.605Z | [ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7378 | 2026-08-05T19:48:59.605Z | [ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.937 INFO STEP 702 (remove_files) COMPLETE |
| 7379 | 2026-08-05T19:48:59.605Z | [ recovery-image] Aug 05 19:48:58.937 INFO O| Aug 05 19:48:58.937 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7380 | 2026-08-05T19:48:59.616Z | [ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7381 | 2026-08-05T19:48:59.616Z | [ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO STEP 703 (remove_files) COMPLETE |
| 7382 | 2026-08-05T19:48:59.616Z | [ recovery-image] Aug 05 19:48:58.948 INFO O| Aug 05 19:48:58.948 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7383 | 2026-08-05T19:48:59.628Z | [ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7384 | 2026-08-05T19:48:59.628Z | [ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO STEP 704 (remove_files) COMPLETE |
| 7385 | 2026-08-05T19:48:59.632Z | [ recovery-image] Aug 05 19:48:58.959 INFO O| Aug 05 19:48:58.959 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7386 | 2026-08-05T19:48:59.638Z | [ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7387 | 2026-08-05T19:48:59.638Z | [ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO STEP 705 (remove_files) COMPLETE |
| 7388 | 2026-08-05T19:48:59.638Z | [ recovery-image] Aug 05 19:48:58.969 INFO O| Aug 05 19:48:58.969 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7389 | 2026-08-05T19:48:59.648Z | [ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7390 | 2026-08-05T19:48:59.648Z | [ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO STEP 706 (remove_files) COMPLETE |
| 7391 | 2026-08-05T19:48:59.648Z | [ recovery-image] Aug 05 19:48:58.980 INFO O| Aug 05 19:48:58.980 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7392 | 2026-08-05T19:48:59.660Z | [ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7393 | 2026-08-05T19:48:59.660Z | [ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO STEP 707 (remove_files) COMPLETE |
| 7394 | 2026-08-05T19:48:59.660Z | [ recovery-image] Aug 05 19:48:58.991 INFO O| Aug 05 19:48:58.991 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7395 | 2026-08-05T19:48:59.670Z | [ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7396 | 2026-08-05T19:48:59.670Z | [ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.002 INFO STEP 708 (remove_files) COMPLETE |
| 7397 | 2026-08-05T19:48:59.670Z | [ recovery-image] Aug 05 19:48:59.002 INFO O| Aug 05 19:48:59.002 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7398 | 2026-08-05T19:48:59.682Z | [ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7399 | 2026-08-05T19:48:59.682Z | [ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO STEP 709 (remove_files) COMPLETE |
| 7400 | 2026-08-05T19:48:59.682Z | [ recovery-image] Aug 05 19:48:59.013 INFO O| Aug 05 19:48:59.013 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7401 | 2026-08-05T19:48:59.691Z | [ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7402 | 2026-08-05T19:48:59.691Z | [ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.023 INFO STEP 710 (remove_files) COMPLETE |
| 7403 | 2026-08-05T19:48:59.691Z | [ recovery-image] Aug 05 19:48:59.023 INFO O| Aug 05 19:48:59.023 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7404 | 2026-08-05T19:48:59.701Z | [ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7405 | 2026-08-05T19:48:59.701Z | [ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO STEP 711 (remove_files) COMPLETE |
| 7406 | 2026-08-05T19:48:59.701Z | [ recovery-image] Aug 05 19:48:59.032 INFO O| Aug 05 19:48:59.032 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7407 | 2026-08-05T19:48:59.710Z | [ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7408 | 2026-08-05T19:48:59.710Z | [ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO STEP 712 (remove_files) COMPLETE |
| 7409 | 2026-08-05T19:48:59.710Z | [ recovery-image] Aug 05 19:48:59.042 INFO O| Aug 05 19:48:59.042 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7410 | 2026-08-05T19:48:59.723Z | [ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7411 | 2026-08-05T19:48:59.723Z | [ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO STEP 713 (remove_files) COMPLETE |
| 7412 | 2026-08-05T19:48:59.723Z | [ recovery-image] Aug 05 19:48:59.055 INFO O| Aug 05 19:48:59.055 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7413 | 2026-08-05T19:48:59.735Z | [ recovery-image] Aug 05 19:48:59.066 INFO O| Aug 05 19:48:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7414 | 2026-08-05T19:48:59.735Z | [ recovery-image] Aug 05 19:48:59.067 INFO O| Aug 05 19:48:59.067 INFO STEP 714 (remove_files) COMPLETE |
| 7415 | 2026-08-05T19:48:59.738Z | [ recovery-image] Aug 05 19:48:59.067 INFO O| Aug 05 19:48:59.067 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7416 | 2026-08-05T19:48:59.747Z | [ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7417 | 2026-08-05T19:48:59.747Z | [ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO STEP 715 (remove_files) COMPLETE |
| 7418 | 2026-08-05T19:48:59.747Z | [ recovery-image] Aug 05 19:48:59.078 INFO O| Aug 05 19:48:59.078 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7419 | 2026-08-05T19:48:59.758Z | [ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7420 | 2026-08-05T19:48:59.758Z | [ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO STEP 716 (remove_files) COMPLETE |
| 7421 | 2026-08-05T19:48:59.758Z | [ recovery-image] Aug 05 19:48:59.089 INFO O| Aug 05 19:48:59.089 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7422 | 2026-08-05T19:48:59.769Z | [ recovery-image] Aug 05 19:48:59.100 INFO O| Aug 05 19:48:59.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7423 | 2026-08-05T19:48:59.772Z | [ recovery-image] Aug 05 19:48:59.101 INFO O| Aug 05 19:48:59.101 INFO STEP 717 (remove_files) COMPLETE |
| 7424 | 2026-08-05T19:48:59.772Z | [ recovery-image] Aug 05 19:48:59.101 INFO O| Aug 05 19:48:59.101 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7425 | 2026-08-05T19:48:59.780Z | [ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7426 | 2026-08-05T19:48:59.780Z | [ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO STEP 718 (remove_files) COMPLETE |
| 7427 | 2026-08-05T19:48:59.780Z | [ recovery-image] Aug 05 19:48:59.111 INFO O| Aug 05 19:48:59.111 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7428 | 2026-08-05T19:48:59.794Z | [ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7429 | 2026-08-05T19:48:59.794Z | [ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO STEP 719 (remove_files) COMPLETE |
| 7430 | 2026-08-05T19:48:59.794Z | [ recovery-image] Aug 05 19:48:59.121 INFO O| Aug 05 19:48:59.121 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7431 | 2026-08-05T19:48:59.799Z | [ recovery-image] Aug 05 19:48:59.130 INFO O| Aug 05 19:48:59.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7432 | 2026-08-05T19:48:59.799Z | [ recovery-image] Aug 05 19:48:59.131 INFO O| Aug 05 19:48:59.131 INFO STEP 720 (remove_files) COMPLETE |
| 7433 | 2026-08-05T19:48:59.802Z | [ recovery-image] Aug 05 19:48:59.131 INFO O| Aug 05 19:48:59.131 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7434 | 2026-08-05T19:48:59.809Z | [ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7435 | 2026-08-05T19:48:59.809Z | [ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO STEP 721 (remove_files) COMPLETE |
| 7436 | 2026-08-05T19:48:59.812Z | [ recovery-image] Aug 05 19:48:59.140 INFO O| Aug 05 19:48:59.140 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7437 | 2026-08-05T19:48:59.818Z | [ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7438 | 2026-08-05T19:48:59.818Z | [ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.150 INFO STEP 722 (remove_files) COMPLETE |
| 7439 | 2026-08-05T19:48:59.818Z | [ recovery-image] Aug 05 19:48:59.150 INFO O| Aug 05 19:48:59.150 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7440 | 2026-08-05T19:48:59.829Z | [ recovery-image] Aug 05 19:48:59.160 INFO O| Aug 05 19:48:59.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7441 | 2026-08-05T19:48:59.829Z | [ recovery-image] Aug 05 19:48:59.161 INFO O| Aug 05 19:48:59.160 INFO STEP 723 (remove_files) COMPLETE |
| 7442 | 2026-08-05T19:48:59.829Z | [ recovery-image] Aug 05 19:48:59.161 INFO O| Aug 05 19:48:59.160 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7443 | 2026-08-05T19:48:59.840Z | [ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7444 | 2026-08-05T19:48:59.840Z | [ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO STEP 724 (remove_files) COMPLETE |
| 7445 | 2026-08-05T19:48:59.840Z | [ recovery-image] Aug 05 19:48:59.171 INFO O| Aug 05 19:48:59.171 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7446 | 2026-08-05T19:48:59.849Z | [ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7447 | 2026-08-05T19:48:59.850Z | [ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO STEP 725 (remove_files) COMPLETE |
| 7448 | 2026-08-05T19:48:59.853Z | [ recovery-image] Aug 05 19:48:59.181 INFO O| Aug 05 19:48:59.181 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7449 | 2026-08-05T19:48:59.859Z | [ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7450 | 2026-08-05T19:48:59.859Z | [ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO STEP 726 (remove_files) COMPLETE |
| 7451 | 2026-08-05T19:48:59.859Z | [ recovery-image] Aug 05 19:48:59.190 INFO O| Aug 05 19:48:59.190 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7452 | 2026-08-05T19:48:59.868Z | [ recovery-image] Aug 05 19:48:59.199 INFO O| Aug 05 19:48:59.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7453 | 2026-08-05T19:48:59.868Z | [ recovery-image] Aug 05 19:48:59.200 INFO O| Aug 05 19:48:59.200 INFO STEP 727 (remove_files) COMPLETE |
| 7454 | 2026-08-05T19:48:59.868Z | [ recovery-image] Aug 05 19:48:59.200 INFO O| Aug 05 19:48:59.200 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7455 | 2026-08-05T19:48:59.879Z | [ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7456 | 2026-08-05T19:48:59.879Z | [ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO STEP 728 (remove_files) COMPLETE |
| 7457 | 2026-08-05T19:48:59.879Z | [ recovery-image] Aug 05 19:48:59.211 INFO O| Aug 05 19:48:59.211 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7458 | 2026-08-05T19:48:59.889Z | [ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7459 | 2026-08-05T19:48:59.889Z | [ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO STEP 729 (remove_files) COMPLETE |
| 7460 | 2026-08-05T19:48:59.889Z | [ recovery-image] Aug 05 19:48:59.221 INFO O| Aug 05 19:48:59.221 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7461 | 2026-08-05T19:48:59.901Z | [ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7462 | 2026-08-05T19:48:59.904Z | [ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO STEP 730 (remove_files) COMPLETE |
| 7463 | 2026-08-05T19:48:59.904Z | [ recovery-image] Aug 05 19:48:59.233 INFO O| Aug 05 19:48:59.233 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7464 | 2026-08-05T19:48:59.912Z | [ recovery-image] Aug 05 19:48:59.243 INFO O| Aug 05 19:48:59.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7465 | 2026-08-05T19:48:59.912Z | [ recovery-image] Aug 05 19:48:59.244 INFO O| Aug 05 19:48:59.244 INFO STEP 731 (remove_files) COMPLETE |
| 7466 | 2026-08-05T19:48:59.912Z | [ recovery-image] Aug 05 19:48:59.244 INFO O| Aug 05 19:48:59.244 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7467 | 2026-08-05T19:48:59.923Z | [ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7468 | 2026-08-05T19:48:59.923Z | [ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.255 INFO STEP 732 (remove_files) COMPLETE |
| 7469 | 2026-08-05T19:48:59.926Z | [ recovery-image] Aug 05 19:48:59.255 INFO O| Aug 05 19:48:59.255 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7470 | 2026-08-05T19:48:59.934Z | [ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7471 | 2026-08-05T19:48:59.934Z | [ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO STEP 733 (remove_files) COMPLETE |
| 7472 | 2026-08-05T19:48:59.937Z | [ recovery-image] Aug 05 19:48:59.265 INFO O| Aug 05 19:48:59.265 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7473 | 2026-08-05T19:48:59.944Z | [ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7474 | 2026-08-05T19:48:59.944Z | [ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO STEP 734 (remove_files) COMPLETE |
| 7475 | 2026-08-05T19:48:59.944Z | [ recovery-image] Aug 05 19:48:59.275 INFO O| Aug 05 19:48:59.275 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7476 | 2026-08-05T19:48:59.954Z | [ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7477 | 2026-08-05T19:48:59.954Z | [ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO STEP 735 (remove_files) COMPLETE |
| 7478 | 2026-08-05T19:48:59.957Z | [ recovery-image] Aug 05 19:48:59.285 INFO O| Aug 05 19:48:59.285 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7479 | 2026-08-05T19:48:59.962Z | [ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7480 | 2026-08-05T19:48:59.962Z | [ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO STEP 736 (remove_files) COMPLETE |
| 7481 | 2026-08-05T19:48:59.965Z | [ recovery-image] Aug 05 19:48:59.293 INFO O| Aug 05 19:48:59.293 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7482 | 2026-08-05T19:48:59.969Z | [ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7483 | 2026-08-05T19:48:59.969Z | [ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO STEP 737 (remove_files) COMPLETE |
| 7484 | 2026-08-05T19:48:59.969Z | [ recovery-image] Aug 05 19:48:59.301 INFO O| Aug 05 19:48:59.301 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7485 | 2026-08-05T19:48:59.979Z | [ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7486 | 2026-08-05T19:48:59.979Z | [ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO STEP 738 (remove_files) COMPLETE |
| 7487 | 2026-08-05T19:48:59.979Z | [ recovery-image] Aug 05 19:48:59.310 INFO O| Aug 05 19:48:59.310 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7488 | 2026-08-05T19:48:59.988Z | [ recovery-image] Aug 05 19:48:59.320 INFO O| Aug 05 19:48:59.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7489 | 2026-08-05T19:48:59.993Z | [ recovery-image] Aug 05 19:48:59.320 INFO O| Aug 05 19:48:59.320 INFO STEP 739 (remove_files) COMPLETE |
| 7490 | 2026-08-05T19:48:59.993Z | [ recovery-image] Aug 05 19:48:59.321 INFO O| Aug 05 19:48:59.320 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7491 | 2026-08-05T19:48:59.998Z | [ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7492 | 2026-08-05T19:49:00.001Z | [ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.330 INFO STEP 740 (remove_files) COMPLETE |
| 7493 | 2026-08-05T19:49:00.001Z | [ recovery-image] Aug 05 19:48:59.330 INFO O| Aug 05 19:48:59.330 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7494 | 2026-08-05T19:49:00.010Z | [ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7495 | 2026-08-05T19:49:00.014Z | [ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO STEP 741 (remove_files) COMPLETE |
| 7496 | 2026-08-05T19:49:00.014Z | [ recovery-image] Aug 05 19:48:59.342 INFO O| Aug 05 19:48:59.342 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7497 | 2026-08-05T19:49:00.022Z | [ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7498 | 2026-08-05T19:49:00.023Z | [ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO STEP 742 (remove_files) COMPLETE |
| 7499 | 2026-08-05T19:49:00.023Z | [ recovery-image] Aug 05 19:48:59.353 INFO O| Aug 05 19:48:59.353 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7500 | 2026-08-05T19:49:00.032Z | [ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7501 | 2026-08-05T19:49:00.032Z | [ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO STEP 743 (remove_files) COMPLETE |
| 7502 | 2026-08-05T19:49:00.032Z | [ recovery-image] Aug 05 19:48:59.363 INFO O| Aug 05 19:48:59.363 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7503 | 2026-08-05T19:49:00.041Z | [ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7504 | 2026-08-05T19:49:00.041Z | [ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO STEP 744 (remove_files) COMPLETE |
| 7505 | 2026-08-05T19:49:00.044Z | [ recovery-image] Aug 05 19:48:59.372 INFO O| Aug 05 19:48:59.372 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7506 | 2026-08-05T19:49:00.051Z | [ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7507 | 2026-08-05T19:49:00.051Z | [ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO STEP 745 (remove_files) COMPLETE |
| 7508 | 2026-08-05T19:49:00.051Z | [ recovery-image] Aug 05 19:48:59.383 INFO O| Aug 05 19:48:59.383 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7509 | 2026-08-05T19:49:00.061Z | [ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7510 | 2026-08-05T19:49:00.061Z | [ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO STEP 746 (remove_files) COMPLETE |
| 7511 | 2026-08-05T19:49:00.061Z | [ recovery-image] Aug 05 19:48:59.392 INFO O| Aug 05 19:48:59.392 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7512 | 2026-08-05T19:49:00.070Z | [ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7513 | 2026-08-05T19:49:00.071Z | [ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO STEP 747 (remove_files) COMPLETE |
| 7514 | 2026-08-05T19:49:00.071Z | [ recovery-image] Aug 05 19:48:59.402 INFO O| Aug 05 19:48:59.402 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7515 | 2026-08-05T19:49:00.080Z | [ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7516 | 2026-08-05T19:49:00.080Z | [ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO STEP 748 (remove_files) COMPLETE |
| 7517 | 2026-08-05T19:49:00.084Z | [ recovery-image] Aug 05 19:48:59.412 INFO O| Aug 05 19:48:59.412 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7518 | 2026-08-05T19:49:00.090Z | [ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7519 | 2026-08-05T19:49:00.090Z | [ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO STEP 749 (remove_files) COMPLETE |
| 7520 | 2026-08-05T19:49:00.093Z | [ recovery-image] Aug 05 19:48:59.421 INFO O| Aug 05 19:48:59.421 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7521 | 2026-08-05T19:49:00.098Z | [ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7522 | 2026-08-05T19:49:00.099Z | [ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO STEP 750 (remove_files) COMPLETE |
| 7523 | 2026-08-05T19:49:00.099Z | [ recovery-image] Aug 05 19:48:59.430 INFO O| Aug 05 19:48:59.430 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7524 | 2026-08-05T19:49:00.107Z | [ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7525 | 2026-08-05T19:49:00.107Z | [ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO STEP 751 (remove_files) COMPLETE |
| 7526 | 2026-08-05T19:49:00.110Z | [ recovery-image] Aug 05 19:48:59.439 INFO O| Aug 05 19:48:59.439 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7527 | 2026-08-05T19:49:00.118Z | [ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7528 | 2026-08-05T19:49:00.118Z | [ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO STEP 752 (remove_files) COMPLETE |
| 7529 | 2026-08-05T19:49:00.118Z | [ recovery-image] Aug 05 19:48:59.450 INFO O| Aug 05 19:48:59.450 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7530 | 2026-08-05T19:49:00.129Z | [ recovery-image] Aug 05 19:48:59.460 INFO O| Aug 05 19:48:59.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7531 | 2026-08-05T19:49:00.129Z | [ recovery-image] Aug 05 19:48:59.460 INFO O| Aug 05 19:48:59.460 INFO STEP 753 (remove_files) COMPLETE |
| 7532 | 2026-08-05T19:49:00.129Z | [ recovery-image] Aug 05 19:48:59.461 INFO O| Aug 05 19:48:59.460 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7533 | 2026-08-05T19:49:00.139Z | [ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7534 | 2026-08-05T19:49:00.139Z | [ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO STEP 754 (remove_files) COMPLETE |
| 7535 | 2026-08-05T19:49:00.142Z | [ recovery-image] Aug 05 19:48:59.470 INFO O| Aug 05 19:48:59.470 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7536 | 2026-08-05T19:49:00.147Z | [ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7537 | 2026-08-05T19:49:00.147Z | [ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO STEP 755 (remove_files) COMPLETE |
| 7538 | 2026-08-05T19:49:00.147Z | [ recovery-image] Aug 05 19:48:59.479 INFO O| Aug 05 19:48:59.479 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7539 | 2026-08-05T19:49:00.156Z | [ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7540 | 2026-08-05T19:49:00.156Z | [ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO STEP 756 (remove_files) COMPLETE |
| 7541 | 2026-08-05T19:49:00.156Z | [ recovery-image] Aug 05 19:48:59.488 INFO O| Aug 05 19:48:59.488 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7542 | 2026-08-05T19:49:00.166Z | [ recovery-image] Aug 05 19:48:59.497 INFO O| Aug 05 19:48:59.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7543 | 2026-08-05T19:49:00.166Z | [ recovery-image] Aug 05 19:48:59.497 INFO O| Aug 05 19:48:59.497 INFO STEP 757 (remove_files) COMPLETE |
| 7544 | 2026-08-05T19:49:00.166Z | [ recovery-image] Aug 05 19:48:59.498 INFO O| Aug 05 19:48:59.497 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7545 | 2026-08-05T19:49:00.175Z | [ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7546 | 2026-08-05T19:49:00.175Z | [ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO STEP 758 (remove_files) COMPLETE |
| 7547 | 2026-08-05T19:49:00.179Z | [ recovery-image] Aug 05 19:48:59.507 INFO O| Aug 05 19:48:59.507 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7548 | 2026-08-05T19:49:00.186Z | [ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7549 | 2026-08-05T19:49:00.186Z | [ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO STEP 759 (remove_files) COMPLETE |
| 7550 | 2026-08-05T19:49:00.186Z | [ recovery-image] Aug 05 19:48:59.516 INFO O| Aug 05 19:48:59.516 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7551 | 2026-08-05T19:49:00.194Z | [ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7552 | 2026-08-05T19:49:00.194Z | [ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.526 INFO STEP 760 (remove_files) COMPLETE |
| 7553 | 2026-08-05T19:49:00.194Z | [ recovery-image] Aug 05 19:48:59.526 INFO O| Aug 05 19:48:59.526 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7554 | 2026-08-05T19:49:00.203Z | [ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7555 | 2026-08-05T19:49:00.203Z | [ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO STEP 761 (remove_files) COMPLETE |
| 7556 | 2026-08-05T19:49:00.203Z | [ recovery-image] Aug 05 19:48:59.535 INFO O| Aug 05 19:48:59.535 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7557 | 2026-08-05T19:49:00.212Z | [ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7558 | 2026-08-05T19:49:00.212Z | [ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.544 INFO STEP 762 (remove_files) COMPLETE |
| 7559 | 2026-08-05T19:49:00.212Z | [ recovery-image] Aug 05 19:48:59.544 INFO O| Aug 05 19:48:59.544 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7560 | 2026-08-05T19:49:00.221Z | [ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7561 | 2026-08-05T19:49:00.221Z | [ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.553 INFO STEP 763 (remove_files) COMPLETE |
| 7562 | 2026-08-05T19:49:00.224Z | [ recovery-image] Aug 05 19:48:59.553 INFO O| Aug 05 19:48:59.553 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7563 | 2026-08-05T19:49:00.230Z | [ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7564 | 2026-08-05T19:49:00.230Z | [ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO STEP 764 (remove_files) COMPLETE |
| 7565 | 2026-08-05T19:49:00.230Z | [ recovery-image] Aug 05 19:48:59.562 INFO O| Aug 05 19:48:59.562 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7566 | 2026-08-05T19:49:00.242Z | [ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7567 | 2026-08-05T19:49:00.242Z | [ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO STEP 765 (remove_files) COMPLETE |
| 7568 | 2026-08-05T19:49:00.242Z | [ recovery-image] Aug 05 19:48:59.573 INFO O| Aug 05 19:48:59.573 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7569 | 2026-08-05T19:49:00.253Z | [ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7570 | 2026-08-05T19:49:00.253Z | [ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO STEP 766 (remove_files) COMPLETE |
| 7571 | 2026-08-05T19:49:00.253Z | [ recovery-image] Aug 05 19:48:59.584 INFO O| Aug 05 19:48:59.584 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7572 | 2026-08-05T19:49:00.263Z | [ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7573 | 2026-08-05T19:49:00.263Z | [ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO STEP 767 (remove_files) COMPLETE |
| 7574 | 2026-08-05T19:49:00.263Z | [ recovery-image] Aug 05 19:48:59.595 INFO O| Aug 05 19:48:59.595 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7575 | 2026-08-05T19:49:00.274Z | [ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7576 | 2026-08-05T19:49:00.274Z | [ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO STEP 768 (remove_files) COMPLETE |
| 7577 | 2026-08-05T19:49:00.277Z | [ recovery-image] Aug 05 19:48:59.605 INFO O| Aug 05 19:48:59.605 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7578 | 2026-08-05T19:49:00.284Z | [ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7579 | 2026-08-05T19:49:00.284Z | [ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO STEP 769 (remove_files) COMPLETE |
| 7580 | 2026-08-05T19:49:00.284Z | [ recovery-image] Aug 05 19:48:59.616 INFO O| Aug 05 19:48:59.616 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7581 | 2026-08-05T19:49:00.294Z | [ recovery-image] Aug 05 19:48:59.625 INFO O| Aug 05 19:48:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7582 | 2026-08-05T19:49:00.294Z | [ recovery-image] Aug 05 19:48:59.626 INFO O| Aug 05 19:48:59.626 INFO STEP 770 (remove_files) COMPLETE |
| 7583 | 2026-08-05T19:49:00.294Z | [ recovery-image] Aug 05 19:48:59.626 INFO O| Aug 05 19:48:59.626 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7584 | 2026-08-05T19:49:00.303Z | [ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7585 | 2026-08-05T19:49:00.303Z | [ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO STEP 771 (remove_files) COMPLETE |
| 7586 | 2026-08-05T19:49:00.303Z | [ recovery-image] Aug 05 19:48:59.635 INFO O| Aug 05 19:48:59.635 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7587 | 2026-08-05T19:49:00.313Z | [ recovery-image] Aug 05 19:48:59.644 INFO O| Aug 05 19:48:59.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7588 | 2026-08-05T19:49:00.313Z | [ recovery-image] Aug 05 19:48:59.644 INFO O| Aug 05 19:48:59.644 INFO STEP 772 (remove_files) COMPLETE |
| 7589 | 2026-08-05T19:49:00.313Z | [ recovery-image] Aug 05 19:48:59.645 INFO O| Aug 05 19:48:59.644 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7590 | 2026-08-05T19:49:00.323Z | [ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7591 | 2026-08-05T19:49:00.323Z | [ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO STEP 773 (remove_files) COMPLETE |
| 7592 | 2026-08-05T19:49:00.323Z | [ recovery-image] Aug 05 19:48:59.654 INFO O| Aug 05 19:48:59.654 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7593 | 2026-08-05T19:49:00.333Z | [ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7594 | 2026-08-05T19:49:00.333Z | [ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO STEP 774 (remove_files) COMPLETE |
| 7595 | 2026-08-05T19:49:00.333Z | [ recovery-image] Aug 05 19:48:59.665 INFO O| Aug 05 19:48:59.665 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7596 | 2026-08-05T19:49:00.343Z | [ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7597 | 2026-08-05T19:49:00.344Z | [ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO STEP 775 (remove_files) COMPLETE |
| 7598 | 2026-08-05T19:49:00.344Z | [ recovery-image] Aug 05 19:48:59.675 INFO O| Aug 05 19:48:59.675 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7599 | 2026-08-05T19:49:00.353Z | [ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7600 | 2026-08-05T19:49:00.353Z | [ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO STEP 776 (remove_files) COMPLETE |
| 7601 | 2026-08-05T19:49:00.354Z | [ recovery-image] Aug 05 19:48:59.685 INFO O| Aug 05 19:48:59.685 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7602 | 2026-08-05T19:49:00.363Z | [ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7603 | 2026-08-05T19:49:00.363Z | [ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO STEP 777 (remove_files) COMPLETE |
| 7604 | 2026-08-05T19:49:00.363Z | [ recovery-image] Aug 05 19:48:59.695 INFO O| Aug 05 19:48:59.695 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7605 | 2026-08-05T19:49:00.374Z | [ recovery-image] Aug 05 19:48:59.705 INFO O| Aug 05 19:48:59.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7606 | 2026-08-05T19:49:00.377Z | [ recovery-image] Aug 05 19:48:59.706 INFO O| Aug 05 19:48:59.706 INFO STEP 778 (remove_files) COMPLETE |
| 7607 | 2026-08-05T19:49:00.377Z | [ recovery-image] Aug 05 19:48:59.706 INFO O| Aug 05 19:48:59.706 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7608 | 2026-08-05T19:49:00.386Z | [ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7609 | 2026-08-05T19:49:00.386Z | [ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO STEP 779 (remove_files) COMPLETE |
| 7610 | 2026-08-05T19:49:00.386Z | [ recovery-image] Aug 05 19:48:59.717 INFO O| Aug 05 19:48:59.717 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7611 | 2026-08-05T19:49:00.396Z | [ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7612 | 2026-08-05T19:49:00.396Z | [ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO STEP 780 (remove_files) COMPLETE |
| 7613 | 2026-08-05T19:49:00.396Z | [ recovery-image] Aug 05 19:48:59.727 INFO O| Aug 05 19:48:59.727 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7614 | 2026-08-05T19:49:00.406Z | [ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7615 | 2026-08-05T19:49:00.406Z | [ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO STEP 781 (remove_files) COMPLETE |
| 7616 | 2026-08-05T19:49:00.406Z | [ recovery-image] Aug 05 19:48:59.737 INFO O| Aug 05 19:48:59.737 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7617 | 2026-08-05T19:49:00.416Z | [ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7618 | 2026-08-05T19:49:00.416Z | [ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO STEP 782 (remove_files) COMPLETE |
| 7619 | 2026-08-05T19:49:00.419Z | [ recovery-image] Aug 05 19:48:59.748 INFO O| Aug 05 19:48:59.748 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7620 | 2026-08-05T19:49:00.426Z | [ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7621 | 2026-08-05T19:49:00.426Z | [ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO STEP 783 (remove_files) COMPLETE |
| 7622 | 2026-08-05T19:49:00.426Z | [ recovery-image] Aug 05 19:48:59.757 INFO O| Aug 05 19:48:59.757 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7623 | 2026-08-05T19:49:00.437Z | [ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7624 | 2026-08-05T19:49:00.437Z | [ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO STEP 784 (remove_files) COMPLETE |
| 7625 | 2026-08-05T19:49:00.437Z | [ recovery-image] Aug 05 19:48:59.768 INFO O| Aug 05 19:48:59.768 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7626 | 2026-08-05T19:49:00.447Z | [ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7627 | 2026-08-05T19:49:00.447Z | [ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO STEP 785 (remove_files) COMPLETE |
| 7628 | 2026-08-05T19:49:00.447Z | [ recovery-image] Aug 05 19:48:59.779 INFO O| Aug 05 19:48:59.779 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7629 | 2026-08-05T19:49:00.458Z | [ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7630 | 2026-08-05T19:49:00.458Z | [ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO STEP 786 (remove_files) COMPLETE |
| 7631 | 2026-08-05T19:49:00.458Z | [ recovery-image] Aug 05 19:48:59.790 INFO O| Aug 05 19:48:59.790 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7632 | 2026-08-05T19:49:00.468Z | [ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7633 | 2026-08-05T19:49:00.468Z | [ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO STEP 787 (remove_files) COMPLETE |
| 7634 | 2026-08-05T19:49:00.468Z | [ recovery-image] Aug 05 19:48:59.800 INFO O| Aug 05 19:48:59.800 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7635 | 2026-08-05T19:49:00.478Z | [ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7636 | 2026-08-05T19:49:00.478Z | [ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.810 INFO STEP 788 (remove_files) COMPLETE |
| 7637 | 2026-08-05T19:49:00.481Z | [ recovery-image] Aug 05 19:48:59.810 INFO O| Aug 05 19:48:59.810 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7638 | 2026-08-05T19:49:00.487Z | [ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7639 | 2026-08-05T19:49:00.487Z | [ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO STEP 789 (remove_files) COMPLETE |
| 7640 | 2026-08-05T19:49:00.487Z | [ recovery-image] Aug 05 19:48:59.819 INFO O| Aug 05 19:48:59.819 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7641 | 2026-08-05T19:49:00.497Z | [ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7642 | 2026-08-05T19:49:00.497Z | [ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO STEP 790 (remove_files) COMPLETE |
| 7643 | 2026-08-05T19:49:00.506Z | [ recovery-image] Aug 05 19:48:59.828 INFO O| Aug 05 19:48:59.828 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7644 | 2026-08-05T19:49:00.509Z | [ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7645 | 2026-08-05T19:49:00.509Z | [ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.838 INFO STEP 791 (remove_files) COMPLETE |
| 7646 | 2026-08-05T19:49:00.509Z | [ recovery-image] Aug 05 19:48:59.838 INFO O| Aug 05 19:48:59.838 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7647 | 2026-08-05T19:49:00.516Z | [ recovery-image] Aug 05 19:48:59.847 INFO O| Aug 05 19:48:59.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7648 | 2026-08-05T19:49:00.516Z | [ recovery-image] Aug 05 19:48:59.848 INFO O| Aug 05 19:48:59.848 INFO STEP 792 (remove_files) COMPLETE |
| 7649 | 2026-08-05T19:49:00.516Z | [ recovery-image] Aug 05 19:48:59.848 INFO O| Aug 05 19:48:59.848 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7650 | 2026-08-05T19:49:00.527Z | [ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7651 | 2026-08-05T19:49:00.527Z | [ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO STEP 793 (remove_files) COMPLETE |
| 7652 | 2026-08-05T19:49:00.527Z | [ recovery-image] Aug 05 19:48:59.858 INFO O| Aug 05 19:48:59.858 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7653 | 2026-08-05T19:49:00.538Z | [ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7654 | 2026-08-05T19:49:00.538Z | [ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO STEP 794 (remove_files) COMPLETE |
| 7655 | 2026-08-05T19:49:00.538Z | [ recovery-image] Aug 05 19:48:59.869 INFO O| Aug 05 19:48:59.869 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7656 | 2026-08-05T19:49:00.550Z | [ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7657 | 2026-08-05T19:49:00.550Z | [ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO STEP 795 (remove_files) COMPLETE |
| 7658 | 2026-08-05T19:49:00.550Z | [ recovery-image] Aug 05 19:48:59.881 INFO O| Aug 05 19:48:59.881 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7659 | 2026-08-05T19:49:00.561Z | [ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7660 | 2026-08-05T19:49:00.561Z | [ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO STEP 796 (remove_files) COMPLETE |
| 7661 | 2026-08-05T19:49:00.562Z | [ recovery-image] Aug 05 19:48:59.892 INFO O| Aug 05 19:48:59.892 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7662 | 2026-08-05T19:49:00.571Z | [ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7663 | 2026-08-05T19:49:00.571Z | [ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.903 INFO STEP 797 (remove_files) COMPLETE |
| 7664 | 2026-08-05T19:49:00.574Z | [ recovery-image] Aug 05 19:48:59.903 INFO O| Aug 05 19:48:59.903 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7665 | 2026-08-05T19:49:00.582Z | [ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7666 | 2026-08-05T19:49:00.582Z | [ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.914 INFO STEP 798 (remove_files) COMPLETE |
| 7667 | 2026-08-05T19:49:00.582Z | [ recovery-image] Aug 05 19:48:59.914 INFO O| Aug 05 19:48:59.914 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7668 | 2026-08-05T19:49:00.596Z | [ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7669 | 2026-08-05T19:49:00.596Z | [ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO STEP 799 (remove_files) COMPLETE |
| 7670 | 2026-08-05T19:49:00.596Z | [ recovery-image] Aug 05 19:48:59.927 INFO O| Aug 05 19:48:59.924 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7671 | 2026-08-05T19:49:00.603Z | [ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7672 | 2026-08-05T19:49:00.603Z | [ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO STEP 800 (remove_files) COMPLETE |
| 7673 | 2026-08-05T19:49:00.603Z | [ recovery-image] Aug 05 19:48:59.935 INFO O| Aug 05 19:48:59.935 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7674 | 2026-08-05T19:49:00.614Z | [ recovery-image] Aug 05 19:48:59.945 INFO O| Aug 05 19:48:59.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7675 | 2026-08-05T19:49:00.617Z | [ recovery-image] Aug 05 19:48:59.946 INFO O| Aug 05 19:48:59.946 INFO STEP 801 (remove_files) COMPLETE |
| 7676 | 2026-08-05T19:49:00.617Z | [ recovery-image] Aug 05 19:48:59.946 INFO O| Aug 05 19:48:59.946 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7677 | 2026-08-05T19:49:00.624Z | [ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7678 | 2026-08-05T19:49:00.625Z | [ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO STEP 802 (remove_files) COMPLETE |
| 7679 | 2026-08-05T19:49:00.625Z | [ recovery-image] Aug 05 19:48:59.956 INFO O| Aug 05 19:48:59.956 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7680 | 2026-08-05T19:49:00.634Z | [ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7681 | 2026-08-05T19:49:00.634Z | [ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO STEP 803 (remove_files) COMPLETE |
| 7682 | 2026-08-05T19:49:00.634Z | [ recovery-image] Aug 05 19:48:59.966 INFO O| Aug 05 19:48:59.966 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7683 | 2026-08-05T19:49:00.644Z | [ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7684 | 2026-08-05T19:49:00.644Z | [ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO STEP 804 (remove_files) COMPLETE |
| 7685 | 2026-08-05T19:49:00.647Z | [ recovery-image] Aug 05 19:48:59.975 INFO O| Aug 05 19:48:59.975 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7686 | 2026-08-05T19:49:00.653Z | [ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7687 | 2026-08-05T19:49:00.653Z | [ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO STEP 805 (remove_files) COMPLETE |
| 7688 | 2026-08-05T19:49:00.656Z | [ recovery-image] Aug 05 19:48:59.984 INFO O| Aug 05 19:48:59.984 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7689 | 2026-08-05T19:49:00.662Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 7690 | 2026-08-05T19:49:00.667Z | [ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7691 | 2026-08-05T19:49:00.667Z | [ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO STEP 806 (remove_files) COMPLETE |
| 7692 | 2026-08-05T19:49:00.667Z | [ recovery-image] Aug 05 19:48:59.994 INFO O| Aug 05 19:48:59.994 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7693 | 2026-08-05T19:49:00.672Z | [ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7694 | 2026-08-05T19:49:00.672Z | [ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.004 INFO STEP 807 (remove_files) COMPLETE |
| 7695 | 2026-08-05T19:49:00.675Z | [ recovery-image] Aug 05 19:49:00.004 INFO O| Aug 05 19:49:00.004 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7696 | 2026-08-05T19:49:00.684Z | [ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7697 | 2026-08-05T19:49:00.684Z | [ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.015 INFO STEP 808 (remove_files) COMPLETE |
| 7698 | 2026-08-05T19:49:00.687Z | [ recovery-image] Aug 05 19:49:00.015 INFO O| Aug 05 19:49:00.015 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7699 | 2026-08-05T19:49:00.694Z | [ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7700 | 2026-08-05T19:49:00.694Z | [ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO STEP 809 (remove_files) COMPLETE |
| 7701 | 2026-08-05T19:49:00.694Z | [ recovery-image] Aug 05 19:49:00.025 INFO O| Aug 05 19:49:00.025 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7702 | 2026-08-05T19:49:00.706Z | [ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7703 | 2026-08-05T19:49:00.706Z | [ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO STEP 810 (remove_files) COMPLETE |
| 7704 | 2026-08-05T19:49:00.709Z | [ recovery-image] Aug 05 19:49:00.036 INFO O| Aug 05 19:49:00.036 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7705 | 2026-08-05T19:49:00.713Z | [ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7706 | 2026-08-05T19:49:00.713Z | [ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO STEP 811 (remove_files) COMPLETE |
| 7707 | 2026-08-05T19:49:00.717Z | [ recovery-image] Aug 05 19:49:00.045 INFO O| Aug 05 19:49:00.045 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7708 | 2026-08-05T19:49:00.723Z | [ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7709 | 2026-08-05T19:49:00.723Z | [ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO STEP 812 (remove_files) COMPLETE |
| 7710 | 2026-08-05T19:49:00.726Z | [ recovery-image] Aug 05 19:49:00.055 INFO O| Aug 05 19:49:00.055 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7711 | 2026-08-05T19:49:00.734Z | [ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7712 | 2026-08-05T19:49:00.734Z | [ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO STEP 813 (remove_files) COMPLETE |
| 7713 | 2026-08-05T19:49:00.737Z | [ recovery-image] Aug 05 19:49:00.065 INFO O| Aug 05 19:49:00.065 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7714 | 2026-08-05T19:49:00.743Z | [ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7715 | 2026-08-05T19:49:00.743Z | [ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO STEP 814 (remove_files) COMPLETE |
| 7716 | 2026-08-05T19:49:00.743Z | [ recovery-image] Aug 05 19:49:00.075 INFO O| Aug 05 19:49:00.075 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7717 | 2026-08-05T19:49:00.754Z | [ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7718 | 2026-08-05T19:49:00.754Z | [ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO STEP 815 (remove_files) COMPLETE |
| 7719 | 2026-08-05T19:49:00.754Z | [ recovery-image] Aug 05 19:49:00.085 INFO O| Aug 05 19:49:00.085 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7720 | 2026-08-05T19:49:00.763Z | [ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7721 | 2026-08-05T19:49:00.763Z | [ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO STEP 816 (remove_files) COMPLETE |
| 7722 | 2026-08-05T19:49:00.763Z | [ recovery-image] Aug 05 19:49:00.094 INFO O| Aug 05 19:49:00.094 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7723 | 2026-08-05T19:49:00.771Z | [ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7724 | 2026-08-05T19:49:00.771Z | [ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.103 INFO STEP 817 (remove_files) COMPLETE |
| 7725 | 2026-08-05T19:49:00.776Z | [ recovery-image] Aug 05 19:49:00.103 INFO O| Aug 05 19:49:00.103 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7726 | 2026-08-05T19:49:00.782Z | [ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7727 | 2026-08-05T19:49:00.782Z | [ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO STEP 818 (remove_files) COMPLETE |
| 7728 | 2026-08-05T19:49:00.785Z | [ recovery-image] Aug 05 19:49:00.114 INFO O| Aug 05 19:49:00.114 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7729 | 2026-08-05T19:49:00.792Z | [ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7730 | 2026-08-05T19:49:00.792Z | [ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO STEP 819 (remove_files) COMPLETE |
| 7731 | 2026-08-05T19:49:00.795Z | [ recovery-image] Aug 05 19:49:00.124 INFO O| Aug 05 19:49:00.124 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7732 | 2026-08-05T19:49:00.803Z | [ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7733 | 2026-08-05T19:49:00.803Z | [ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO STEP 820 (remove_files) COMPLETE |
| 7734 | 2026-08-05T19:49:00.803Z | [ recovery-image] Aug 05 19:49:00.134 INFO O| Aug 05 19:49:00.134 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7735 | 2026-08-05T19:49:00.814Z | [ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7736 | 2026-08-05T19:49:00.814Z | [ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO STEP 821 (remove_files) COMPLETE |
| 7737 | 2026-08-05T19:49:00.814Z | [ recovery-image] Aug 05 19:49:00.145 INFO O| Aug 05 19:49:00.145 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7738 | 2026-08-05T19:49:00.824Z | [ recovery-image] Aug 05 19:49:00.155 INFO O| Aug 05 19:49:00.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7739 | 2026-08-05T19:49:00.824Z | [ recovery-image] Aug 05 19:49:00.156 INFO O| Aug 05 19:49:00.155 INFO STEP 822 (remove_files) COMPLETE |
| 7740 | 2026-08-05T19:49:00.824Z | [ recovery-image] Aug 05 19:49:00.156 INFO O| Aug 05 19:49:00.155 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7741 | 2026-08-05T19:49:00.834Z | [ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7742 | 2026-08-05T19:49:00.834Z | [ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO STEP 823 (remove_files) COMPLETE |
| 7743 | 2026-08-05T19:49:00.834Z | [ recovery-image] Aug 05 19:49:00.165 INFO O| Aug 05 19:49:00.165 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7744 | 2026-08-05T19:49:00.844Z | [ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7745 | 2026-08-05T19:49:00.844Z | [ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO STEP 824 (remove_files) COMPLETE |
| 7746 | 2026-08-05T19:49:00.844Z | [ recovery-image] Aug 05 19:49:00.175 INFO O| Aug 05 19:49:00.175 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7747 | 2026-08-05T19:49:00.853Z | [ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7748 | 2026-08-05T19:49:00.853Z | [ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO STEP 825 (remove_files) COMPLETE |
| 7749 | 2026-08-05T19:49:00.853Z | [ recovery-image] Aug 05 19:49:00.185 INFO O| Aug 05 19:49:00.185 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7750 | 2026-08-05T19:49:00.865Z | [ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7751 | 2026-08-05T19:49:00.865Z | [ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO STEP 826 (remove_files) COMPLETE |
| 7752 | 2026-08-05T19:49:00.865Z | [ recovery-image] Aug 05 19:49:00.196 INFO O| Aug 05 19:49:00.196 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7753 | 2026-08-05T19:49:00.874Z | [ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7754 | 2026-08-05T19:49:00.874Z | [ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO STEP 827 (remove_files) COMPLETE |
| 7755 | 2026-08-05T19:49:00.874Z | [ recovery-image] Aug 05 19:49:00.206 INFO O| Aug 05 19:49:00.206 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7756 | 2026-08-05T19:49:00.884Z | [ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7757 | 2026-08-05T19:49:00.884Z | [ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO STEP 828 (remove_files) COMPLETE |
| 7758 | 2026-08-05T19:49:00.884Z | [ recovery-image] Aug 05 19:49:00.216 INFO O| Aug 05 19:49:00.216 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7759 | 2026-08-05T19:49:00.894Z | [ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7760 | 2026-08-05T19:49:00.894Z | [ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO STEP 829 (remove_files) COMPLETE |
| 7761 | 2026-08-05T19:49:00.898Z | [ recovery-image] Aug 05 19:49:00.226 INFO O| Aug 05 19:49:00.226 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-08-05T19:49:00.905Z | [ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7763 | 2026-08-05T19:49:00.905Z | [ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO STEP 830 (remove_files) COMPLETE |
| 7764 | 2026-08-05T19:49:00.905Z | [ recovery-image] Aug 05 19:49:00.236 INFO O| Aug 05 19:49:00.236 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-08-05T19:49:00.914Z | [ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7766 | 2026-08-05T19:49:00.915Z | [ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO STEP 831 (remove_files) COMPLETE |
| 7767 | 2026-08-05T19:49:00.915Z | [ recovery-image] Aug 05 19:49:00.246 INFO O| Aug 05 19:49:00.246 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-08-05T19:49:00.924Z | [ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7769 | 2026-08-05T19:49:00.924Z | [ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO STEP 832 (remove_files) COMPLETE |
| 7770 | 2026-08-05T19:49:00.928Z | [ recovery-image] Aug 05 19:49:00.256 INFO O| Aug 05 19:49:00.256 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-08-05T19:49:00.934Z | [ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7772 | 2026-08-05T19:49:00.934Z | [ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO STEP 833 (remove_files) COMPLETE |
| 7773 | 2026-08-05T19:49:00.937Z | [ recovery-image] Aug 05 19:49:00.265 INFO O| Aug 05 19:49:00.265 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-08-05T19:49:00.942Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 7775 | 2026-08-05T19:49:00.945Z | [ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7776 | 2026-08-05T19:49:00.945Z | [ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO STEP 834 (remove_files) COMPLETE |
| 7777 | 2026-08-05T19:49:00.945Z | [ recovery-image] Aug 05 19:49:00.274 INFO O| Aug 05 19:49:00.274 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7778 | 2026-08-05T19:49:00.954Z | [ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7779 | 2026-08-05T19:49:00.954Z | [ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO STEP 835 (remove_files) COMPLETE |
| 7780 | 2026-08-05T19:49:00.954Z | [ recovery-image] Aug 05 19:49:00.285 INFO O| Aug 05 19:49:00.285 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7781 | 2026-08-05T19:49:00.965Z | [ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7782 | 2026-08-05T19:49:00.965Z | [ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO STEP 836 (remove_files) COMPLETE |
| 7783 | 2026-08-05T19:49:00.968Z | [ recovery-image] Aug 05 19:49:00.295 INFO O| Aug 05 19:49:00.295 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7784 | 2026-08-05T19:49:00.973Z | [ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7785 | 2026-08-05T19:49:00.973Z | [ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO STEP 837 (remove_files) COMPLETE |
| 7786 | 2026-08-05T19:49:00.973Z | [ recovery-image] Aug 05 19:49:00.305 INFO O| Aug 05 19:49:00.305 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7787 | 2026-08-05T19:49:00.986Z | [ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7788 | 2026-08-05T19:49:00.986Z | [ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO STEP 838 (remove_files) COMPLETE |
| 7789 | 2026-08-05T19:49:00.986Z | [ recovery-image] Aug 05 19:49:00.317 INFO O| Aug 05 19:49:00.317 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7790 | 2026-08-05T19:49:00.997Z | [ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7791 | 2026-08-05T19:49:00.997Z | [ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO STEP 839 (remove_files) COMPLETE |
| 7792 | 2026-08-05T19:49:01.001Z | [ recovery-image] Aug 05 19:49:00.328 INFO O| Aug 05 19:49:00.328 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7793 | 2026-08-05T19:49:01.008Z | [ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7794 | 2026-08-05T19:49:01.008Z | [ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.340 INFO STEP 840 (remove_files) COMPLETE |
| 7795 | 2026-08-05T19:49:01.008Z | [ recovery-image] Aug 05 19:49:00.340 INFO O| Aug 05 19:49:00.340 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7796 | 2026-08-05T19:49:01.020Z | [ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7797 | 2026-08-05T19:49:01.020Z | [ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO STEP 841 (remove_files) COMPLETE |
| 7798 | 2026-08-05T19:49:01.020Z | [ recovery-image] Aug 05 19:49:00.351 INFO O| Aug 05 19:49:00.351 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7799 | 2026-08-05T19:49:01.030Z | [ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7800 | 2026-08-05T19:49:01.030Z | [ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.362 INFO STEP 842 (remove_files) COMPLETE |
| 7801 | 2026-08-05T19:49:01.031Z | [ recovery-image] Aug 05 19:49:00.362 INFO O| Aug 05 19:49:00.362 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7802 | 2026-08-05T19:49:01.040Z | [ recovery-image] Aug 05 19:49:00.371 INFO O| Aug 05 19:49:00.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7803 | 2026-08-05T19:49:01.040Z | [ recovery-image] Aug 05 19:49:00.372 INFO O| Aug 05 19:49:00.372 INFO STEP 843 (remove_files) COMPLETE |
| 7804 | 2026-08-05T19:49:01.040Z | [ recovery-image] Aug 05 19:49:00.372 INFO O| Aug 05 19:49:00.372 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7805 | 2026-08-05T19:49:01.050Z | [ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7806 | 2026-08-05T19:49:01.050Z | [ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.382 INFO STEP 844 (remove_files) COMPLETE |
| 7807 | 2026-08-05T19:49:01.050Z | [ recovery-image] Aug 05 19:49:00.382 INFO O| Aug 05 19:49:00.382 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7808 | 2026-08-05T19:49:01.062Z | [ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7809 | 2026-08-05T19:49:01.062Z | [ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO STEP 845 (remove_files) COMPLETE |
| 7810 | 2026-08-05T19:49:01.062Z | [ recovery-image] Aug 05 19:49:00.392 INFO O| Aug 05 19:49:00.392 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7811 | 2026-08-05T19:49:01.071Z | [ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7812 | 2026-08-05T19:49:01.071Z | [ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO STEP 846 (remove_files) COMPLETE |
| 7813 | 2026-08-05T19:49:01.071Z | [ recovery-image] Aug 05 19:49:00.402 INFO O| Aug 05 19:49:00.402 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7814 | 2026-08-05T19:49:01.080Z | [ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7815 | 2026-08-05T19:49:01.080Z | [ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO STEP 847 (remove_files) COMPLETE |
| 7816 | 2026-08-05T19:49:01.081Z | [ recovery-image] Aug 05 19:49:00.412 INFO O| Aug 05 19:49:00.412 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7817 | 2026-08-05T19:49:01.090Z | [ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7818 | 2026-08-05T19:49:01.090Z | [ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO STEP 848 (remove_files) COMPLETE |
| 7819 | 2026-08-05T19:49:01.090Z | [ recovery-image] Aug 05 19:49:00.422 INFO O| Aug 05 19:49:00.422 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7820 | 2026-08-05T19:49:01.100Z | [ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7821 | 2026-08-05T19:49:01.100Z | [ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO STEP 849 (remove_files) COMPLETE |
| 7822 | 2026-08-05T19:49:01.100Z | [ recovery-image] Aug 05 19:49:00.431 INFO O| Aug 05 19:49:00.431 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7823 | 2026-08-05T19:49:01.107Z | [ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7824 | 2026-08-05T19:49:01.107Z | [ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO STEP 850 (remove_files) COMPLETE |
| 7825 | 2026-08-05T19:49:01.108Z | [ recovery-image] Aug 05 19:49:00.439 INFO O| Aug 05 19:49:00.439 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7826 | 2026-08-05T19:49:01.115Z | [ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7827 | 2026-08-05T19:49:01.115Z | [ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO STEP 851 (remove_files) COMPLETE |
| 7828 | 2026-08-05T19:49:01.115Z | [ recovery-image] Aug 05 19:49:00.447 INFO O| Aug 05 19:49:00.447 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7829 | 2026-08-05T19:49:01.123Z | [ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7830 | 2026-08-05T19:49:01.123Z | [ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO STEP 852 (remove_files) COMPLETE |
| 7831 | 2026-08-05T19:49:01.123Z | [ recovery-image] Aug 05 19:49:00.455 INFO O| Aug 05 19:49:00.455 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7832 | 2026-08-05T19:49:01.131Z | [ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7833 | 2026-08-05T19:49:01.131Z | [ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO STEP 853 (remove_files) COMPLETE |
| 7834 | 2026-08-05T19:49:01.131Z | [ recovery-image] Aug 05 19:49:00.462 INFO O| Aug 05 19:49:00.462 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7835 | 2026-08-05T19:49:01.139Z | [ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7836 | 2026-08-05T19:49:01.139Z | [ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO STEP 854 (remove_files) COMPLETE |
| 7837 | 2026-08-05T19:49:01.142Z | [ recovery-image] Aug 05 19:49:00.470 INFO O| Aug 05 19:49:00.470 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7838 | 2026-08-05T19:49:01.146Z | [ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7839 | 2026-08-05T19:49:01.146Z | [ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO STEP 855 (remove_files) COMPLETE |
| 7840 | 2026-08-05T19:49:01.147Z | [ recovery-image] Aug 05 19:49:00.478 INFO O| Aug 05 19:49:00.478 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7841 | 2026-08-05T19:49:01.154Z | [ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7842 | 2026-08-05T19:49:01.154Z | [ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO STEP 856 (remove_files) COMPLETE |
| 7843 | 2026-08-05T19:49:01.154Z | [ recovery-image] Aug 05 19:49:00.486 INFO O| Aug 05 19:49:00.486 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7844 | 2026-08-05T19:49:01.163Z | [ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7845 | 2026-08-05T19:49:01.163Z | [ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.495 INFO STEP 857 (remove_files) COMPLETE |
| 7846 | 2026-08-05T19:49:01.163Z | [ recovery-image] Aug 05 19:49:00.495 INFO O| Aug 05 19:49:00.495 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7847 | 2026-08-05T19:49:01.171Z | [ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7848 | 2026-08-05T19:49:01.171Z | [ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO STEP 858 (remove_files) COMPLETE |
| 7849 | 2026-08-05T19:49:01.171Z | [ recovery-image] Aug 05 19:49:00.503 INFO O| Aug 05 19:49:00.503 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7850 | 2026-08-05T19:49:01.180Z | [ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7851 | 2026-08-05T19:49:01.180Z | [ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO STEP 859 (remove_files) COMPLETE |
| 7852 | 2026-08-05T19:49:01.180Z | [ recovery-image] Aug 05 19:49:00.512 INFO O| Aug 05 19:49:00.512 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7853 | 2026-08-05T19:49:01.190Z | [ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7854 | 2026-08-05T19:49:01.190Z | [ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO STEP 860 (remove_files) COMPLETE |
| 7855 | 2026-08-05T19:49:01.190Z | [ recovery-image] Aug 05 19:49:00.521 INFO O| Aug 05 19:49:00.521 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7856 | 2026-08-05T19:49:01.202Z | [ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7857 | 2026-08-05T19:49:01.202Z | [ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO STEP 861 (remove_files) COMPLETE |
| 7858 | 2026-08-05T19:49:01.202Z | [ recovery-image] Aug 05 19:49:00.533 INFO O| Aug 05 19:49:00.533 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7859 | 2026-08-05T19:49:01.211Z | [ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7860 | 2026-08-05T19:49:01.212Z | [ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO STEP 862 (remove_files) COMPLETE |
| 7861 | 2026-08-05T19:49:01.212Z | [ recovery-image] Aug 05 19:49:00.543 INFO O| Aug 05 19:49:00.543 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7862 | 2026-08-05T19:49:01.222Z | [ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7863 | 2026-08-05T19:49:01.222Z | [ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO STEP 863 (remove_files) COMPLETE |
| 7864 | 2026-08-05T19:49:01.222Z | [ recovery-image] Aug 05 19:49:00.553 INFO O| Aug 05 19:49:00.553 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7865 | 2026-08-05T19:49:01.232Z | [ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7866 | 2026-08-05T19:49:01.232Z | [ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO STEP 864 (remove_files) COMPLETE |
| 7867 | 2026-08-05T19:49:01.232Z | [ recovery-image] Aug 05 19:49:00.563 INFO O| Aug 05 19:49:00.563 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7868 | 2026-08-05T19:49:01.242Z | [ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7869 | 2026-08-05T19:49:01.242Z | [ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO STEP 865 (remove_files) COMPLETE |
| 7870 | 2026-08-05T19:49:01.242Z | [ recovery-image] Aug 05 19:49:00.573 INFO O| Aug 05 19:49:00.573 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7871 | 2026-08-05T19:49:01.251Z | [ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7872 | 2026-08-05T19:49:01.251Z | [ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.583 INFO STEP 866 (remove_files) COMPLETE |
| 7873 | 2026-08-05T19:49:01.251Z | [ recovery-image] Aug 05 19:49:00.583 INFO O| Aug 05 19:49:00.583 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7874 | 2026-08-05T19:49:01.261Z | [ recovery-image] Aug 05 19:49:00.592 INFO O| Aug 05 19:49:00.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7875 | 2026-08-05T19:49:01.264Z | [ recovery-image] Aug 05 19:49:00.593 INFO O| Aug 05 19:49:00.592 INFO STEP 867 (remove_files) COMPLETE |
| 7876 | 2026-08-05T19:49:01.264Z | [ recovery-image] Aug 05 19:49:00.593 INFO O| Aug 05 19:49:00.592 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7877 | 2026-08-05T19:49:01.271Z | [ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7878 | 2026-08-05T19:49:01.271Z | [ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO STEP 868 (remove_files) COMPLETE |
| 7879 | 2026-08-05T19:49:01.271Z | [ recovery-image] Aug 05 19:49:00.603 INFO O| Aug 05 19:49:00.603 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7880 | 2026-08-05T19:49:01.304Z | [ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7881 | 2026-08-05T19:49:01.304Z | [ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO STEP 869 (remove_files) COMPLETE |
| 7882 | 2026-08-05T19:49:01.304Z | [ recovery-image] Aug 05 19:49:00.635 INFO O| Aug 05 19:49:00.635 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7883 | 2026-08-05T19:49:01.314Z | [ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7884 | 2026-08-05T19:49:01.314Z | [ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.646 INFO STEP 870 (remove_files) COMPLETE |
| 7885 | 2026-08-05T19:49:01.314Z | [ recovery-image] Aug 05 19:49:00.646 INFO O| Aug 05 19:49:00.646 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7886 | 2026-08-05T19:49:01.325Z | [ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7887 | 2026-08-05T19:49:01.325Z | [ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.657 INFO STEP 871 (remove_files) COMPLETE |
| 7888 | 2026-08-05T19:49:01.325Z | [ recovery-image] Aug 05 19:49:00.657 INFO O| Aug 05 19:49:00.657 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7889 | 2026-08-05T19:49:01.335Z | [ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7890 | 2026-08-05T19:49:01.335Z | [ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO STEP 872 (remove_files) COMPLETE |
| 7891 | 2026-08-05T19:49:01.335Z | [ recovery-image] Aug 05 19:49:00.666 INFO O| Aug 05 19:49:00.666 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7892 | 2026-08-05T19:49:01.345Z | [ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7893 | 2026-08-05T19:49:01.345Z | [ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.677 INFO STEP 873 (remove_files) COMPLETE |
| 7894 | 2026-08-05T19:49:01.345Z | [ recovery-image] Aug 05 19:49:00.677 INFO O| Aug 05 19:49:00.677 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7895 | 2026-08-05T19:49:01.356Z | [ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7896 | 2026-08-05T19:49:01.356Z | [ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO STEP 874 (remove_files) COMPLETE |
| 7897 | 2026-08-05T19:49:01.356Z | [ recovery-image] Aug 05 19:49:00.687 INFO O| Aug 05 19:49:00.687 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7898 | 2026-08-05T19:49:01.367Z | [ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7899 | 2026-08-05T19:49:01.367Z | [ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO STEP 875 (remove_files) COMPLETE |
| 7900 | 2026-08-05T19:49:01.367Z | [ recovery-image] Aug 05 19:49:00.698 INFO O| Aug 05 19:49:00.698 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7901 | 2026-08-05T19:49:01.376Z | [ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7902 | 2026-08-05T19:49:01.376Z | [ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.708 INFO STEP 876 (remove_files) COMPLETE |
| 7903 | 2026-08-05T19:49:01.376Z | [ recovery-image] Aug 05 19:49:00.708 INFO O| Aug 05 19:49:00.708 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7904 | 2026-08-05T19:49:01.386Z | [ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7905 | 2026-08-05T19:49:01.386Z | [ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO STEP 877 (remove_files) COMPLETE |
| 7906 | 2026-08-05T19:49:01.389Z | [ recovery-image] Aug 05 19:49:00.717 INFO O| Aug 05 19:49:00.717 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7907 | 2026-08-05T19:49:01.395Z | [ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7908 | 2026-08-05T19:49:01.395Z | [ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO STEP 878 (remove_files) COMPLETE |
| 7909 | 2026-08-05T19:49:01.398Z | [ recovery-image] Aug 05 19:49:00.727 INFO O| Aug 05 19:49:00.727 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7910 | 2026-08-05T19:49:01.405Z | [ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7911 | 2026-08-05T19:49:01.405Z | [ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.737 INFO STEP 879 (remove_files) COMPLETE |
| 7912 | 2026-08-05T19:49:01.408Z | [ recovery-image] Aug 05 19:49:00.737 INFO O| Aug 05 19:49:00.737 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7913 | 2026-08-05T19:49:01.418Z | [ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7914 | 2026-08-05T19:49:01.418Z | [ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO STEP 880 (remove_files) COMPLETE |
| 7915 | 2026-08-05T19:49:01.418Z | [ recovery-image] Aug 05 19:49:00.747 INFO O| Aug 05 19:49:00.747 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7916 | 2026-08-05T19:49:01.425Z | [ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7917 | 2026-08-05T19:49:01.425Z | [ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO STEP 881 (remove_files) COMPLETE |
| 7918 | 2026-08-05T19:49:01.425Z | [ recovery-image] Aug 05 19:49:00.756 INFO O| Aug 05 19:49:00.756 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7919 | 2026-08-05T19:49:01.440Z | [ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7920 | 2026-08-05T19:49:01.441Z | [ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO STEP 882 (remove_files) COMPLETE |
| 7921 | 2026-08-05T19:49:01.444Z | [ recovery-image] Aug 05 19:49:00.772 INFO O| Aug 05 19:49:00.772 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7922 | 2026-08-05T19:49:01.452Z | [ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7923 | 2026-08-05T19:49:01.455Z | [ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.784 INFO STEP 883 (remove_files) COMPLETE |
| 7924 | 2026-08-05T19:49:01.455Z | [ recovery-image] Aug 05 19:49:00.784 INFO O| Aug 05 19:49:00.784 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7925 | 2026-08-05T19:49:01.462Z | [ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7926 | 2026-08-05T19:49:01.462Z | [ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO STEP 884 (remove_files) COMPLETE |
| 7927 | 2026-08-05T19:49:01.465Z | [ recovery-image] Aug 05 19:49:00.794 INFO O| Aug 05 19:49:00.794 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7928 | 2026-08-05T19:49:01.472Z | [ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7929 | 2026-08-05T19:49:01.472Z | [ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO STEP 885 (remove_files) COMPLETE |
| 7930 | 2026-08-05T19:49:01.472Z | [ recovery-image] Aug 05 19:49:00.803 INFO O| Aug 05 19:49:00.803 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7931 | 2026-08-05T19:49:01.484Z | [ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7932 | 2026-08-05T19:49:01.484Z | [ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO STEP 886 (remove_files) COMPLETE |
| 7933 | 2026-08-05T19:49:01.484Z | [ recovery-image] Aug 05 19:49:00.811 INFO O| Aug 05 19:49:00.811 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7934 | 2026-08-05T19:49:01.488Z | [ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7935 | 2026-08-05T19:49:01.488Z | [ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO STEP 887 (remove_files) COMPLETE |
| 7936 | 2026-08-05T19:49:01.488Z | [ recovery-image] Aug 05 19:49:00.819 INFO O| Aug 05 19:49:00.819 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7937 | 2026-08-05T19:49:01.495Z | [ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7938 | 2026-08-05T19:49:01.495Z | [ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO STEP 888 (remove_files) COMPLETE |
| 7939 | 2026-08-05T19:49:01.495Z | [ recovery-image] Aug 05 19:49:00.826 INFO O| Aug 05 19:49:00.826 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7940 | 2026-08-05T19:49:01.504Z | [ recovery-image] Aug 05 19:49:00.833 INFO O| Aug 05 19:49:00.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7941 | 2026-08-05T19:49:01.504Z | [ recovery-image] Aug 05 19:49:00.834 INFO O| Aug 05 19:49:00.834 INFO STEP 889 (remove_files) COMPLETE |
| 7942 | 2026-08-05T19:49:01.507Z | [ recovery-image] Aug 05 19:49:00.834 INFO O| Aug 05 19:49:00.834 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7943 | 2026-08-05T19:49:01.510Z | [ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7944 | 2026-08-05T19:49:01.510Z | [ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO STEP 890 (remove_files) COMPLETE |
| 7945 | 2026-08-05T19:49:01.510Z | [ recovery-image] Aug 05 19:49:00.841 INFO O| Aug 05 19:49:00.841 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7946 | 2026-08-05T19:49:01.518Z | [ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7947 | 2026-08-05T19:49:01.518Z | [ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO STEP 891 (remove_files) COMPLETE |
| 7948 | 2026-08-05T19:49:01.518Z | [ recovery-image] Aug 05 19:49:00.849 INFO O| Aug 05 19:49:00.849 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7949 | 2026-08-05T19:49:01.526Z | [ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7950 | 2026-08-05T19:49:01.526Z | [ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO STEP 892 (remove_files) COMPLETE |
| 7951 | 2026-08-05T19:49:01.529Z | [ recovery-image] Aug 05 19:49:00.857 INFO O| Aug 05 19:49:00.857 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7952 | 2026-08-05T19:49:01.536Z | [ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7953 | 2026-08-05T19:49:01.536Z | [ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO STEP 893 (remove_files) COMPLETE |
| 7954 | 2026-08-05T19:49:01.536Z | [ recovery-image] Aug 05 19:49:00.867 INFO O| Aug 05 19:49:00.867 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7955 | 2026-08-05T19:49:01.547Z | [ recovery-image] Aug 05 19:49:00.878 INFO O| Aug 05 19:49:00.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7956 | 2026-08-05T19:49:01.547Z | [ recovery-image] Aug 05 19:49:00.879 INFO O| Aug 05 19:49:00.878 INFO STEP 894 (remove_files) COMPLETE |
| 7957 | 2026-08-05T19:49:01.550Z | [ recovery-image] Aug 05 19:49:00.879 INFO O| Aug 05 19:49:00.879 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7958 | 2026-08-05T19:49:01.566Z | [ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7959 | 2026-08-05T19:49:01.566Z | [ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.898 INFO STEP 895 (remove_files) COMPLETE |
| 7960 | 2026-08-05T19:49:01.569Z | [ recovery-image] Aug 05 19:49:00.898 INFO O| Aug 05 19:49:00.898 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7961 | 2026-08-05T19:49:01.575Z | [ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7962 | 2026-08-05T19:49:01.575Z | [ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO STEP 896 (remove_files) COMPLETE |
| 7963 | 2026-08-05T19:49:01.576Z | [ recovery-image] Aug 05 19:49:00.907 INFO O| Aug 05 19:49:00.907 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7964 | 2026-08-05T19:49:01.586Z | [ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7965 | 2026-08-05T19:49:01.586Z | [ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO STEP 897 (remove_files) COMPLETE |
| 7966 | 2026-08-05T19:49:01.586Z | [ recovery-image] Aug 05 19:49:00.917 INFO O| Aug 05 19:49:00.917 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7967 | 2026-08-05T19:49:01.596Z | [ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7968 | 2026-08-05T19:49:01.596Z | [ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO STEP 898 (remove_files) COMPLETE |
| 7969 | 2026-08-05T19:49:01.599Z | [ recovery-image] Aug 05 19:49:00.927 INFO O| Aug 05 19:49:00.927 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7970 | 2026-08-05T19:49:01.605Z | [ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7971 | 2026-08-05T19:49:01.605Z | [ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO STEP 899 (remove_files) COMPLETE |
| 7972 | 2026-08-05T19:49:01.606Z | [ recovery-image] Aug 05 19:49:00.937 INFO O| Aug 05 19:49:00.937 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7973 | 2026-08-05T19:49:01.616Z | [ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7974 | 2026-08-05T19:49:01.616Z | [ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO STEP 900 (remove_files) COMPLETE |
| 7975 | 2026-08-05T19:49:01.619Z | [ recovery-image] Aug 05 19:49:00.947 INFO O| Aug 05 19:49:00.947 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7976 | 2026-08-05T19:49:01.625Z | [ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7977 | 2026-08-05T19:49:01.625Z | [ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO STEP 901 (remove_files) COMPLETE |
| 7978 | 2026-08-05T19:49:01.625Z | [ recovery-image] Aug 05 19:49:00.956 INFO O| Aug 05 19:49:00.956 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7979 | 2026-08-05T19:49:01.636Z | [ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7980 | 2026-08-05T19:49:01.636Z | [ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO STEP 902 (remove_files) COMPLETE |
| 7981 | 2026-08-05T19:49:01.636Z | [ recovery-image] Aug 05 19:49:00.967 INFO O| Aug 05 19:49:00.967 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7982 | 2026-08-05T19:49:01.647Z | [ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7983 | 2026-08-05T19:49:01.647Z | [ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO STEP 903 (remove_files) COMPLETE |
| 7984 | 2026-08-05T19:49:01.647Z | [ recovery-image] Aug 05 19:49:00.978 INFO O| Aug 05 19:49:00.978 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7985 | 2026-08-05T19:49:01.659Z | [ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7986 | 2026-08-05T19:49:01.659Z | [ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO STEP 904 (remove_files) COMPLETE |
| 7987 | 2026-08-05T19:49:01.659Z | [ recovery-image] Aug 05 19:49:00.990 INFO O| Aug 05 19:49:00.990 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7988 | 2026-08-05T19:49:01.670Z | [ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7989 | 2026-08-05T19:49:01.670Z | [ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO STEP 905 (remove_files) COMPLETE |
| 7990 | 2026-08-05T19:49:01.670Z | [ recovery-image] Aug 05 19:49:01.002 INFO O| Aug 05 19:49:01.002 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7991 | 2026-08-05T19:49:01.681Z | [ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7992 | 2026-08-05T19:49:01.681Z | [ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO STEP 906 (remove_files) COMPLETE |
| 7993 | 2026-08-05T19:49:01.681Z | [ recovery-image] Aug 05 19:49:01.012 INFO O| Aug 05 19:49:01.012 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7994 | 2026-08-05T19:49:01.690Z | [ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7995 | 2026-08-05T19:49:01.690Z | [ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO STEP 907 (remove_files) COMPLETE |
| 7996 | 2026-08-05T19:49:01.690Z | [ recovery-image] Aug 05 19:49:01.021 INFO O| Aug 05 19:49:01.021 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7997 | 2026-08-05T19:49:01.699Z | [ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7998 | 2026-08-05T19:49:01.699Z | [ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO STEP 908 (remove_files) COMPLETE |
| 7999 | 2026-08-05T19:49:01.699Z | [ recovery-image] Aug 05 19:49:01.030 INFO O| Aug 05 19:49:01.030 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8000 | 2026-08-05T19:49:01.709Z | [ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 8001 | 2026-08-05T19:49:01.710Z | [ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO STEP 909 (remove_files) COMPLETE |
| 8002 | 2026-08-05T19:49:01.732Z | [ recovery-image] Aug 05 19:49:01.041 INFO O| Aug 05 19:49:01.041 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8003 | 2026-08-05T19:49:01.732Z | [ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 8004 | 2026-08-05T19:49:01.732Z | [ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO STEP 910 (remove_files) COMPLETE |
| 8005 | 2026-08-05T19:49:01.732Z | [ recovery-image] Aug 05 19:49:01.056 INFO O| Aug 05 19:49:01.056 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8006 | 2026-08-05T19:49:01.736Z | [ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 8007 | 2026-08-05T19:49:01.736Z | [ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO STEP 911 (remove_files) COMPLETE |
| 8008 | 2026-08-05T19:49:01.736Z | [ recovery-image] Aug 05 19:49:01.066 INFO O| Aug 05 19:49:01.066 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8009 | 2026-08-05T19:49:01.745Z | [ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 8010 | 2026-08-05T19:49:01.745Z | [ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO STEP 912 (remove_files) COMPLETE |
| 8011 | 2026-08-05T19:49:01.745Z | [ recovery-image] Aug 05 19:49:01.077 INFO O| Aug 05 19:49:01.077 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8012 | 2026-08-05T19:49:01.754Z | [ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 8013 | 2026-08-05T19:49:01.754Z | [ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO STEP 913 (remove_files) COMPLETE |
| 8014 | 2026-08-05T19:49:01.754Z | [ recovery-image] Aug 05 19:49:01.086 INFO O| Aug 05 19:49:01.086 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8015 | 2026-08-05T19:49:01.764Z | [ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 8016 | 2026-08-05T19:49:01.764Z | [ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO STEP 914 (remove_files) COMPLETE |
| 8017 | 2026-08-05T19:49:01.764Z | [ recovery-image] Aug 05 19:49:01.096 INFO O| Aug 05 19:49:01.096 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8018 | 2026-08-05T19:49:01.775Z | [ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 8019 | 2026-08-05T19:49:01.775Z | [ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO STEP 915 (remove_files) COMPLETE |
| 8020 | 2026-08-05T19:49:01.775Z | [ recovery-image] Aug 05 19:49:01.106 INFO O| Aug 05 19:49:01.106 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8021 | 2026-08-05T19:49:01.786Z | [ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 8022 | 2026-08-05T19:49:01.786Z | [ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO STEP 916 (remove_files) COMPLETE |
| 8023 | 2026-08-05T19:49:01.786Z | [ recovery-image] Aug 05 19:49:01.118 INFO O| Aug 05 19:49:01.118 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8024 | 2026-08-05T19:49:01.796Z | [ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8025 | 2026-08-05T19:49:01.796Z | [ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO STEP 917 (remove_files) COMPLETE |
| 8026 | 2026-08-05T19:49:01.796Z | [ recovery-image] Aug 05 19:49:01.128 INFO O| Aug 05 19:49:01.128 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8027 | 2026-08-05T19:49:01.808Z | [ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8028 | 2026-08-05T19:49:01.808Z | [ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO STEP 918 (remove_files) COMPLETE |
| 8029 | 2026-08-05T19:49:01.808Z | [ recovery-image] Aug 05 19:49:01.139 INFO O| Aug 05 19:49:01.139 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8030 | 2026-08-05T19:49:01.817Z | [ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8031 | 2026-08-05T19:49:01.817Z | [ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO STEP 919 (remove_files) COMPLETE |
| 8032 | 2026-08-05T19:49:01.817Z | [ recovery-image] Aug 05 19:49:01.149 INFO O| Aug 05 19:49:01.149 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8033 | 2026-08-05T19:49:01.844Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8034 | 2026-08-05T19:49:01.852Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO STEP 920 (remove_files) COMPLETE |
| 8035 | 2026-08-05T19:49:01.852Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.163 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8036 | 2026-08-05T19:49:01.853Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8037 | 2026-08-05T19:49:01.853Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO STEP 921 (remove_files) COMPLETE |
| 8038 | 2026-08-05T19:49:01.853Z | [ recovery-image] Aug 05 19:49:01.175 INFO O| Aug 05 19:49:01.174 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8039 | 2026-08-05T19:49:01.856Z | [ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8040 | 2026-08-05T19:49:01.856Z | [ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO STEP 922 (remove_files) COMPLETE |
| 8041 | 2026-08-05T19:49:01.856Z | [ recovery-image] Aug 05 19:49:01.184 INFO O| Aug 05 19:49:01.184 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8042 | 2026-08-05T19:49:01.861Z | [ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8043 | 2026-08-05T19:49:01.861Z | [ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO STEP 923 (remove_files) COMPLETE |
| 8044 | 2026-08-05T19:49:01.861Z | [ recovery-image] Aug 05 19:49:01.193 INFO O| Aug 05 19:49:01.193 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8045 | 2026-08-05T19:49:01.871Z | [ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8046 | 2026-08-05T19:49:01.871Z | [ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO STEP 924 (remove_files) COMPLETE |
| 8047 | 2026-08-05T19:49:01.883Z | [ recovery-image] Aug 05 19:49:01.202 INFO O| Aug 05 19:49:01.202 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8048 | 2026-08-05T19:49:01.893Z | [ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8049 | 2026-08-05T19:49:01.893Z | [ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO STEP 925 (remove_files) COMPLETE |
| 8050 | 2026-08-05T19:49:01.893Z | [ recovery-image] Aug 05 19:49:01.225 INFO O| Aug 05 19:49:01.225 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8051 | 2026-08-05T19:49:01.905Z | [ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8052 | 2026-08-05T19:49:01.905Z | [ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.237 INFO STEP 926 (remove_files) COMPLETE |
| 8053 | 2026-08-05T19:49:01.905Z | [ recovery-image] Aug 05 19:49:01.237 INFO O| Aug 05 19:49:01.237 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8054 | 2026-08-05T19:49:01.916Z | [ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8055 | 2026-08-05T19:49:01.916Z | [ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO STEP 927 (remove_files) COMPLETE |
| 8056 | 2026-08-05T19:49:01.916Z | [ recovery-image] Aug 05 19:49:01.248 INFO O| Aug 05 19:49:01.248 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8057 | 2026-08-05T19:49:01.926Z | [ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8058 | 2026-08-05T19:49:01.927Z | [ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO STEP 928 (remove_files) COMPLETE |
| 8059 | 2026-08-05T19:49:01.927Z | [ recovery-image] Aug 05 19:49:01.258 INFO O| Aug 05 19:49:01.258 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8060 | 2026-08-05T19:49:01.935Z | [ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8061 | 2026-08-05T19:49:01.935Z | [ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO STEP 929 (remove_files) COMPLETE |
| 8062 | 2026-08-05T19:49:01.935Z | [ recovery-image] Aug 05 19:49:01.267 INFO O| Aug 05 19:49:01.267 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8063 | 2026-08-05T19:49:01.944Z | [ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8064 | 2026-08-05T19:49:01.944Z | [ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO STEP 930 (remove_files) COMPLETE |
| 8065 | 2026-08-05T19:49:01.944Z | [ recovery-image] Aug 05 19:49:01.275 INFO O| Aug 05 19:49:01.275 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8066 | 2026-08-05T19:49:01.953Z | [ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8067 | 2026-08-05T19:49:01.953Z | [ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO STEP 931 (remove_files) COMPLETE |
| 8068 | 2026-08-05T19:49:01.953Z | [ recovery-image] Aug 05 19:49:01.285 INFO O| Aug 05 19:49:01.285 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8069 | 2026-08-05T19:49:01.963Z | [ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8070 | 2026-08-05T19:49:01.963Z | [ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO STEP 932 (remove_files) COMPLETE |
| 8071 | 2026-08-05T19:49:01.963Z | [ recovery-image] Aug 05 19:49:01.294 INFO O| Aug 05 19:49:01.294 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8072 | 2026-08-05T19:49:01.972Z | [ recovery-image] Aug 05 19:49:01.303 INFO O| Aug 05 19:49:01.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8073 | 2026-08-05T19:49:01.972Z | [ recovery-image] Aug 05 19:49:01.304 INFO O| Aug 05 19:49:01.304 INFO STEP 933 (remove_files) COMPLETE |
| 8074 | 2026-08-05T19:49:01.972Z | [ recovery-image] Aug 05 19:49:01.304 INFO O| Aug 05 19:49:01.304 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8075 | 2026-08-05T19:49:01.981Z | [ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8076 | 2026-08-05T19:49:01.981Z | [ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO STEP 934 (remove_files) COMPLETE |
| 8077 | 2026-08-05T19:49:01.984Z | [ recovery-image] Aug 05 19:49:01.313 INFO O| Aug 05 19:49:01.313 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8078 | 2026-08-05T19:49:01.987Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 8079 | 2026-08-05T19:49:01.991Z | [ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8080 | 2026-08-05T19:49:01.994Z | [ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO STEP 935 (remove_files) COMPLETE |
| 8081 | 2026-08-05T19:49:01.995Z | [ recovery-image] Aug 05 19:49:01.323 INFO O| Aug 05 19:49:01.323 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8082 | 2026-08-05T19:49:02.001Z | [ recovery-image] Aug 05 19:49:01.332 INFO O| Aug 05 19:49:01.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8083 | 2026-08-05T19:49:02.001Z | [ recovery-image] Aug 05 19:49:01.333 INFO O| Aug 05 19:49:01.333 INFO STEP 936 (remove_files) COMPLETE |
| 8084 | 2026-08-05T19:49:02.001Z | [ recovery-image] Aug 05 19:49:01.333 INFO O| Aug 05 19:49:01.333 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8085 | 2026-08-05T19:49:02.011Z | [ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8086 | 2026-08-05T19:49:02.011Z | [ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.343 INFO STEP 937 (remove_files) COMPLETE |
| 8087 | 2026-08-05T19:49:02.011Z | [ recovery-image] Aug 05 19:49:01.343 INFO O| Aug 05 19:49:01.343 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8088 | 2026-08-05T19:49:02.022Z | [ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8089 | 2026-08-05T19:49:02.022Z | [ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO STEP 938 (remove_files) COMPLETE |
| 8090 | 2026-08-05T19:49:02.022Z | [ recovery-image] Aug 05 19:49:01.354 INFO O| Aug 05 19:49:01.354 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8091 | 2026-08-05T19:49:02.033Z | [ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8092 | 2026-08-05T19:49:02.033Z | [ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO STEP 939 (remove_files) COMPLETE |
| 8093 | 2026-08-05T19:49:02.033Z | [ recovery-image] Aug 05 19:49:01.365 INFO O| Aug 05 19:49:01.365 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8094 | 2026-08-05T19:49:02.045Z | [ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8095 | 2026-08-05T19:49:02.045Z | [ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO STEP 940 (remove_files) COMPLETE |
| 8096 | 2026-08-05T19:49:02.045Z | [ recovery-image] Aug 05 19:49:01.376 INFO O| Aug 05 19:49:01.376 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8097 | 2026-08-05T19:49:02.055Z | [ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8098 | 2026-08-05T19:49:02.059Z | [ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO STEP 941 (remove_files) COMPLETE |
| 8099 | 2026-08-05T19:49:02.059Z | [ recovery-image] Aug 05 19:49:01.387 INFO O| Aug 05 19:49:01.387 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8100 | 2026-08-05T19:49:02.068Z | [ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8101 | 2026-08-05T19:49:02.068Z | [ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO STEP 942 (remove_files) COMPLETE |
| 8102 | 2026-08-05T19:49:02.069Z | [ recovery-image] Aug 05 19:49:01.400 INFO O| Aug 05 19:49:01.400 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8103 | 2026-08-05T19:49:02.079Z | [ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8104 | 2026-08-05T19:49:02.079Z | [ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO STEP 943 (remove_files) COMPLETE |
| 8105 | 2026-08-05T19:49:02.079Z | [ recovery-image] Aug 05 19:49:01.410 INFO O| Aug 05 19:49:01.410 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8106 | 2026-08-05T19:49:02.087Z | [ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8107 | 2026-08-05T19:49:02.087Z | [ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO STEP 944 (remove_files) COMPLETE |
| 8108 | 2026-08-05T19:49:02.090Z | [ recovery-image] Aug 05 19:49:01.419 INFO O| Aug 05 19:49:01.419 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8109 | 2026-08-05T19:49:02.096Z | [ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8110 | 2026-08-05T19:49:02.096Z | [ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO STEP 945 (remove_files) COMPLETE |
| 8111 | 2026-08-05T19:49:02.099Z | [ recovery-image] Aug 05 19:49:01.428 INFO O| Aug 05 19:49:01.428 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8112 | 2026-08-05T19:49:02.106Z | [ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8113 | 2026-08-05T19:49:02.106Z | [ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.438 INFO STEP 946 (remove_files) COMPLETE |
| 8114 | 2026-08-05T19:49:02.110Z | [ recovery-image] Aug 05 19:49:01.438 INFO O| Aug 05 19:49:01.438 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8115 | 2026-08-05T19:49:02.116Z | [ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8116 | 2026-08-05T19:49:02.120Z | [ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO STEP 947 (remove_files) COMPLETE |
| 8117 | 2026-08-05T19:49:02.120Z | [ recovery-image] Aug 05 19:49:01.448 INFO O| Aug 05 19:49:01.448 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8118 | 2026-08-05T19:49:02.127Z | [ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8119 | 2026-08-05T19:49:02.127Z | [ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO STEP 948 (remove_files) COMPLETE |
| 8120 | 2026-08-05T19:49:02.127Z | [ recovery-image] Aug 05 19:49:01.459 INFO O| Aug 05 19:49:01.459 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8121 | 2026-08-05T19:49:02.138Z | [ recovery-image] Aug 05 19:49:01.469 INFO O| Aug 05 19:49:01.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8122 | 2026-08-05T19:49:02.138Z | [ recovery-image] Aug 05 19:49:01.469 INFO O| Aug 05 19:49:01.469 INFO STEP 949 (remove_files) COMPLETE |
| 8123 | 2026-08-05T19:49:02.138Z | [ recovery-image] Aug 05 19:49:01.470 INFO O| Aug 05 19:49:01.469 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8124 | 2026-08-05T19:49:02.149Z | [ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8125 | 2026-08-05T19:49:02.149Z | [ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO STEP 950 (remove_files) COMPLETE |
| 8126 | 2026-08-05T19:49:02.150Z | [ recovery-image] Aug 05 19:49:01.480 INFO O| Aug 05 19:49:01.480 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8127 | 2026-08-05T19:49:02.160Z | [ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8128 | 2026-08-05T19:49:02.160Z | [ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO STEP 951 (remove_files) COMPLETE |
| 8129 | 2026-08-05T19:49:02.164Z | [ recovery-image] Aug 05 19:49:01.491 INFO O| Aug 05 19:49:01.491 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8130 | 2026-08-05T19:49:02.169Z | [ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8131 | 2026-08-05T19:49:02.169Z | [ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO STEP 952 (remove_files) COMPLETE |
| 8132 | 2026-08-05T19:49:02.169Z | [ recovery-image] Aug 05 19:49:01.501 INFO O| Aug 05 19:49:01.501 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8133 | 2026-08-05T19:49:02.178Z | [ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8134 | 2026-08-05T19:49:02.178Z | [ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO STEP 953 (remove_files) COMPLETE |
| 8135 | 2026-08-05T19:49:02.181Z | [ recovery-image] Aug 05 19:49:01.510 INFO O| Aug 05 19:49:01.510 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8136 | 2026-08-05T19:49:02.188Z | [ recovery-image] Aug 05 19:49:01.519 INFO O| Aug 05 19:49:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8137 | 2026-08-05T19:49:02.188Z | [ recovery-image] Aug 05 19:49:01.519 INFO O| Aug 05 19:49:01.519 INFO STEP 954 (remove_files) COMPLETE |
| 8138 | 2026-08-05T19:49:02.188Z | [ recovery-image] Aug 05 19:49:01.520 INFO O| Aug 05 19:49:01.519 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8139 | 2026-08-05T19:49:02.198Z | [ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8140 | 2026-08-05T19:49:02.198Z | [ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO STEP 955 (remove_files) COMPLETE |
| 8141 | 2026-08-05T19:49:02.198Z | [ recovery-image] Aug 05 19:49:01.529 INFO O| Aug 05 19:49:01.529 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8142 | 2026-08-05T19:49:02.207Z | [ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8143 | 2026-08-05T19:49:02.207Z | [ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO STEP 956 (remove_files) COMPLETE |
| 8144 | 2026-08-05T19:49:02.207Z | [ recovery-image] Aug 05 19:49:01.538 INFO O| Aug 05 19:49:01.538 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8145 | 2026-08-05T19:49:02.217Z | [ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8146 | 2026-08-05T19:49:02.217Z | [ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO STEP 957 (remove_files) COMPLETE |
| 8147 | 2026-08-05T19:49:02.217Z | [ recovery-image] Aug 05 19:49:01.548 INFO O| Aug 05 19:49:01.548 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8148 | 2026-08-05T19:49:02.227Z | [ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8149 | 2026-08-05T19:49:02.227Z | [ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO STEP 958 (remove_files) COMPLETE |
| 8150 | 2026-08-05T19:49:02.227Z | [ recovery-image] Aug 05 19:49:01.557 INFO O| Aug 05 19:49:01.557 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8151 | 2026-08-05T19:49:02.235Z | [ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8152 | 2026-08-05T19:49:02.235Z | [ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO STEP 959 (remove_files) COMPLETE |
| 8153 | 2026-08-05T19:49:02.235Z | [ recovery-image] Aug 05 19:49:01.566 INFO O| Aug 05 19:49:01.566 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8154 | 2026-08-05T19:49:02.244Z | [ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8155 | 2026-08-05T19:49:02.249Z | [ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO STEP 960 (remove_files) COMPLETE |
| 8156 | 2026-08-05T19:49:02.249Z | [ recovery-image] Aug 05 19:49:01.576 INFO O| Aug 05 19:49:01.576 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8157 | 2026-08-05T19:49:02.253Z | [ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8158 | 2026-08-05T19:49:02.253Z | [ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO STEP 961 (remove_files) COMPLETE |
| 8159 | 2026-08-05T19:49:02.253Z | [ recovery-image] Aug 05 19:49:01.584 INFO O| Aug 05 19:49:01.584 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8160 | 2026-08-05T19:49:02.262Z | [ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8161 | 2026-08-05T19:49:02.262Z | [ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO STEP 962 (remove_files) COMPLETE |
| 8162 | 2026-08-05T19:49:02.262Z | [ recovery-image] Aug 05 19:49:01.593 INFO O| Aug 05 19:49:01.593 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8163 | 2026-08-05T19:49:02.270Z | [ recovery-image] Aug 05 19:49:01.601 INFO O| Aug 05 19:49:01.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8164 | 2026-08-05T19:49:02.270Z | [ recovery-image] Aug 05 19:49:01.602 INFO O| Aug 05 19:49:01.601 INFO STEP 963 (remove_files) COMPLETE |
| 8165 | 2026-08-05T19:49:02.270Z | [ recovery-image] Aug 05 19:49:01.602 INFO O| Aug 05 19:49:01.602 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8166 | 2026-08-05T19:49:02.279Z | [ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8167 | 2026-08-05T19:49:02.279Z | [ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO STEP 964 (remove_files) COMPLETE |
| 8168 | 2026-08-05T19:49:02.282Z | [ recovery-image] Aug 05 19:49:01.611 INFO O| Aug 05 19:49:01.611 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8169 | 2026-08-05T19:49:02.288Z | [ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8170 | 2026-08-05T19:49:02.288Z | [ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.620 INFO STEP 965 (remove_files) COMPLETE |
| 8171 | 2026-08-05T19:49:02.288Z | [ recovery-image] Aug 05 19:49:01.620 INFO O| Aug 05 19:49:01.620 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8172 | 2026-08-05T19:49:02.297Z | [ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8173 | 2026-08-05T19:49:02.297Z | [ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO STEP 966 (remove_files) COMPLETE |
| 8174 | 2026-08-05T19:49:02.297Z | [ recovery-image] Aug 05 19:49:01.629 INFO O| Aug 05 19:49:01.629 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8175 | 2026-08-05T19:49:02.306Z | [ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8176 | 2026-08-05T19:49:02.306Z | [ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO STEP 967 (remove_files) COMPLETE |
| 8177 | 2026-08-05T19:49:02.306Z | [ recovery-image] Aug 05 19:49:01.637 INFO O| Aug 05 19:49:01.637 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8178 | 2026-08-05T19:49:02.316Z | [ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8179 | 2026-08-05T19:49:02.316Z | [ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO STEP 968 (remove_files) COMPLETE |
| 8180 | 2026-08-05T19:49:02.316Z | [ recovery-image] Aug 05 19:49:01.647 INFO O| Aug 05 19:49:01.647 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8181 | 2026-08-05T19:49:02.326Z | [ recovery-image] Aug 05 19:49:01.656 INFO O| Aug 05 19:49:01.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8182 | 2026-08-05T19:49:02.326Z | [ recovery-image] Aug 05 19:49:01.657 INFO O| Aug 05 19:49:01.657 INFO STEP 969 (remove_files) COMPLETE |
| 8183 | 2026-08-05T19:49:02.326Z | [ recovery-image] Aug 05 19:49:01.657 INFO O| Aug 05 19:49:01.657 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8184 | 2026-08-05T19:49:02.334Z | [ recovery-image] Aug 05 19:49:01.665 INFO O| Aug 05 19:49:01.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8185 | 2026-08-05T19:49:02.334Z | [ recovery-image] Aug 05 19:49:01.666 INFO O| Aug 05 19:49:01.665 INFO STEP 970 (remove_files) COMPLETE |
| 8186 | 2026-08-05T19:49:02.334Z | [ recovery-image] Aug 05 19:49:01.666 INFO O| Aug 05 19:49:01.665 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8187 | 2026-08-05T19:49:02.345Z | [ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8188 | 2026-08-05T19:49:02.345Z | [ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO STEP 971 (remove_files) COMPLETE |
| 8189 | 2026-08-05T19:49:02.345Z | [ recovery-image] Aug 05 19:49:01.676 INFO O| Aug 05 19:49:01.676 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8190 | 2026-08-05T19:49:02.354Z | [ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8191 | 2026-08-05T19:49:02.355Z | [ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO STEP 972 (remove_files) COMPLETE |
| 8192 | 2026-08-05T19:49:02.355Z | [ recovery-image] Aug 05 19:49:01.686 INFO O| Aug 05 19:49:01.686 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8193 | 2026-08-05T19:49:02.364Z | [ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8194 | 2026-08-05T19:49:02.364Z | [ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO STEP 973 (remove_files) COMPLETE |
| 8195 | 2026-08-05T19:49:02.364Z | [ recovery-image] Aug 05 19:49:01.695 INFO O| Aug 05 19:49:01.695 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8196 | 2026-08-05T19:49:02.374Z | [ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8197 | 2026-08-05T19:49:02.375Z | [ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO STEP 974 (remove_files) COMPLETE |
| 8198 | 2026-08-05T19:49:02.375Z | [ recovery-image] Aug 05 19:49:01.706 INFO O| Aug 05 19:49:01.706 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8199 | 2026-08-05T19:49:02.384Z | [ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8200 | 2026-08-05T19:49:02.384Z | [ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO STEP 975 (remove_files) COMPLETE |
| 8201 | 2026-08-05T19:49:02.384Z | [ recovery-image] Aug 05 19:49:01.716 INFO O| Aug 05 19:49:01.716 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8202 | 2026-08-05T19:49:02.394Z | [ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8203 | 2026-08-05T19:49:02.394Z | [ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO STEP 976 (remove_files) COMPLETE |
| 8204 | 2026-08-05T19:49:02.394Z | [ recovery-image] Aug 05 19:49:01.726 INFO O| Aug 05 19:49:01.726 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8205 | 2026-08-05T19:49:02.405Z | [ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8206 | 2026-08-05T19:49:02.405Z | [ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO STEP 977 (remove_files) COMPLETE |
| 8207 | 2026-08-05T19:49:02.405Z | [ recovery-image] Aug 05 19:49:01.736 INFO O| Aug 05 19:49:01.736 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8208 | 2026-08-05T19:49:02.414Z | [ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8209 | 2026-08-05T19:49:02.414Z | [ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.746 INFO STEP 978 (remove_files) COMPLETE |
| 8210 | 2026-08-05T19:49:02.414Z | [ recovery-image] Aug 05 19:49:01.746 INFO O| Aug 05 19:49:01.746 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8211 | 2026-08-05T19:49:02.423Z | [ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8212 | 2026-08-05T19:49:02.423Z | [ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.755 INFO STEP 979 (remove_files) COMPLETE |
| 8213 | 2026-08-05T19:49:02.426Z | [ recovery-image] Aug 05 19:49:01.755 INFO O| Aug 05 19:49:01.755 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8214 | 2026-08-05T19:49:02.433Z | [ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8215 | 2026-08-05T19:49:02.433Z | [ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO STEP 980 (remove_files) COMPLETE |
| 8216 | 2026-08-05T19:49:02.433Z | [ recovery-image] Aug 05 19:49:01.765 INFO O| Aug 05 19:49:01.765 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8217 | 2026-08-05T19:49:02.443Z | [ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8218 | 2026-08-05T19:49:02.443Z | [ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO STEP 981 (remove_files) COMPLETE |
| 8219 | 2026-08-05T19:49:02.443Z | [ recovery-image] Aug 05 19:49:01.775 INFO O| Aug 05 19:49:01.775 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8220 | 2026-08-05T19:49:02.453Z | [ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8221 | 2026-08-05T19:49:02.453Z | [ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO STEP 982 (remove_files) COMPLETE |
| 8222 | 2026-08-05T19:49:02.453Z | [ recovery-image] Aug 05 19:49:01.784 INFO O| Aug 05 19:49:01.784 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8223 | 2026-08-05T19:49:02.464Z | [ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8224 | 2026-08-05T19:49:02.464Z | [ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO STEP 983 (remove_files) COMPLETE |
| 8225 | 2026-08-05T19:49:02.464Z | [ recovery-image] Aug 05 19:49:01.796 INFO O| Aug 05 19:49:01.796 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8226 | 2026-08-05T19:49:02.476Z | [ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8227 | 2026-08-05T19:49:02.476Z | [ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO STEP 984 (remove_files) COMPLETE |
| 8228 | 2026-08-05T19:49:02.476Z | [ recovery-image] Aug 05 19:49:01.807 INFO O| Aug 05 19:49:01.807 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8229 | 2026-08-05T19:49:02.486Z | [ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8230 | 2026-08-05T19:49:02.486Z | [ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO STEP 985 (remove_files) COMPLETE |
| 8231 | 2026-08-05T19:49:02.489Z | [ recovery-image] Aug 05 19:49:01.817 INFO O| Aug 05 19:49:01.817 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8232 | 2026-08-05T19:49:02.496Z | [ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8233 | 2026-08-05T19:49:02.496Z | [ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO STEP 986 (remove_files) COMPLETE |
| 8234 | 2026-08-05T19:49:02.499Z | [ recovery-image] Aug 05 19:49:01.827 INFO O| Aug 05 19:49:01.827 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8235 | 2026-08-05T19:49:02.506Z | [ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8236 | 2026-08-05T19:49:02.506Z | [ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO STEP 987 (remove_files) COMPLETE |
| 8237 | 2026-08-05T19:49:02.506Z | [ recovery-image] Aug 05 19:49:01.838 INFO O| Aug 05 19:49:01.838 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8238 | 2026-08-05T19:49:02.517Z | [ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8239 | 2026-08-05T19:49:02.517Z | [ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO STEP 988 (remove_files) COMPLETE |
| 8240 | 2026-08-05T19:49:02.517Z | [ recovery-image] Aug 05 19:49:01.848 INFO O| Aug 05 19:49:01.848 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8241 | 2026-08-05T19:49:02.527Z | [ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8242 | 2026-08-05T19:49:02.527Z | [ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO STEP 989 (remove_files) COMPLETE |
| 8243 | 2026-08-05T19:49:02.527Z | [ recovery-image] Aug 05 19:49:01.858 INFO O| Aug 05 19:49:01.858 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8244 | 2026-08-05T19:49:02.537Z | [ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8245 | 2026-08-05T19:49:02.537Z | [ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO STEP 990 (remove_files) COMPLETE |
| 8246 | 2026-08-05T19:49:02.537Z | [ recovery-image] Aug 05 19:49:01.869 INFO O| Aug 05 19:49:01.869 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8247 | 2026-08-05T19:49:02.547Z | [ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8248 | 2026-08-05T19:49:02.547Z | [ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO STEP 991 (remove_files) COMPLETE |
| 8249 | 2026-08-05T19:49:02.550Z | [ recovery-image] Aug 05 19:49:01.878 INFO O| Aug 05 19:49:01.878 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8250 | 2026-08-05T19:49:02.557Z | [ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8251 | 2026-08-05T19:49:02.557Z | [ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO STEP 992 (remove_files) COMPLETE |
| 8252 | 2026-08-05T19:49:02.557Z | [ recovery-image] Aug 05 19:49:01.889 INFO O| Aug 05 19:49:01.889 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8253 | 2026-08-05T19:49:02.567Z | [ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8254 | 2026-08-05T19:49:02.567Z | [ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO STEP 993 (remove_files) COMPLETE |
| 8255 | 2026-08-05T19:49:02.570Z | [ recovery-image] Aug 05 19:49:01.899 INFO O| Aug 05 19:49:01.899 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8256 | 2026-08-05T19:49:02.571Z | [verify-libraries] Compiling samael v0.0.19 |
| 8257 | 2026-08-05T19:49:02.576Z | [ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8258 | 2026-08-05T19:49:02.576Z | [ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO STEP 994 (remove_files) COMPLETE |
| 8259 | 2026-08-05T19:49:02.576Z | [ recovery-image] Aug 05 19:49:01.908 INFO O| Aug 05 19:49:01.908 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8260 | 2026-08-05T19:49:02.587Z | [ recovery-image] Aug 05 19:49:01.918 INFO O| Aug 05 19:49:01.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8261 | 2026-08-05T19:49:02.587Z | [ recovery-image] Aug 05 19:49:01.919 INFO O| Aug 05 19:49:01.919 INFO STEP 995 (remove_files) COMPLETE |
| 8262 | 2026-08-05T19:49:02.587Z | [ recovery-image] Aug 05 19:49:01.919 INFO O| Aug 05 19:49:01.919 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8263 | 2026-08-05T19:49:02.596Z | [ recovery-image] Aug 05 19:49:01.927 INFO O| Aug 05 19:49:01.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8264 | 2026-08-05T19:49:02.596Z | [ recovery-image] Aug 05 19:49:01.928 INFO O| Aug 05 19:49:01.928 INFO STEP 996 (remove_files) COMPLETE |
| 8265 | 2026-08-05T19:49:02.600Z | [ recovery-image] Aug 05 19:49:01.928 INFO O| Aug 05 19:49:01.928 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8266 | 2026-08-05T19:49:02.605Z | [ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8267 | 2026-08-05T19:49:02.605Z | [ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.937 INFO STEP 997 (remove_files) COMPLETE |
| 8268 | 2026-08-05T19:49:02.605Z | [ recovery-image] Aug 05 19:49:01.937 INFO O| Aug 05 19:49:01.937 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8269 | 2026-08-05T19:49:02.614Z | [ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8270 | 2026-08-05T19:49:02.614Z | [ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO STEP 998 (remove_files) COMPLETE |
| 8271 | 2026-08-05T19:49:02.617Z | [ recovery-image] Aug 05 19:49:01.946 INFO O| Aug 05 19:49:01.946 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8272 | 2026-08-05T19:49:02.617Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8273 | 2026-08-05T19:49:02.624Z | [ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8274 | 2026-08-05T19:49:02.624Z | [ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO STEP 999 (remove_files) COMPLETE |
| 8275 | 2026-08-05T19:49:02.626Z | [ recovery-image] Aug 05 19:49:01.955 INFO O| Aug 05 19:49:01.955 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8276 | 2026-08-05T19:49:02.634Z | [ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8277 | 2026-08-05T19:49:02.634Z | [ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO STEP 1000 (remove_files) COMPLETE |
| 8278 | 2026-08-05T19:49:02.634Z | [ recovery-image] Aug 05 19:49:01.966 INFO O| Aug 05 19:49:01.966 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8279 | 2026-08-05T19:49:02.647Z | [ recovery-image] Aug 05 19:49:01.978 INFO O| Aug 05 19:49:01.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8280 | 2026-08-05T19:49:02.647Z | [ recovery-image] Aug 05 19:49:01.979 INFO O| Aug 05 19:49:01.979 INFO STEP 1001 (remove_files) COMPLETE |
| 8281 | 2026-08-05T19:49:02.650Z | [ recovery-image] Aug 05 19:49:01.979 INFO O| Aug 05 19:49:01.979 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8282 | 2026-08-05T19:49:02.656Z | [ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8283 | 2026-08-05T19:49:02.656Z | [ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO STEP 1002 (remove_files) COMPLETE |
| 8284 | 2026-08-05T19:49:02.659Z | [ recovery-image] Aug 05 19:49:01.987 INFO O| Aug 05 19:49:01.987 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8285 | 2026-08-05T19:49:02.665Z | [ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8286 | 2026-08-05T19:49:02.668Z | [ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO STEP 1003 (remove_files) COMPLETE |
| 8287 | 2026-08-05T19:49:02.668Z | [ recovery-image] Aug 05 19:49:01.997 INFO O| Aug 05 19:49:01.997 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8288 | 2026-08-05T19:49:02.677Z | [ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8289 | 2026-08-05T19:49:02.677Z | [ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO STEP 1004 (remove_files) COMPLETE |
| 8290 | 2026-08-05T19:49:02.680Z | [ recovery-image] Aug 05 19:49:02.008 INFO O| Aug 05 19:49:02.008 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8291 | 2026-08-05T19:49:02.687Z | [ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8292 | 2026-08-05T19:49:02.687Z | [ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO STEP 1005 (remove_files) COMPLETE |
| 8293 | 2026-08-05T19:49:02.687Z | [ recovery-image] Aug 05 19:49:02.018 INFO O| Aug 05 19:49:02.018 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8294 | 2026-08-05T19:49:02.697Z | [ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8295 | 2026-08-05T19:49:02.697Z | [ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO STEP 1006 (remove_files) COMPLETE |
| 8296 | 2026-08-05T19:49:02.697Z | [ recovery-image] Aug 05 19:49:02.028 INFO O| Aug 05 19:49:02.028 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8297 | 2026-08-05T19:49:02.706Z | [ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8298 | 2026-08-05T19:49:02.706Z | [ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO STEP 1007 (remove_files) COMPLETE |
| 8299 | 2026-08-05T19:49:02.709Z | [ recovery-image] Aug 05 19:49:02.037 INFO O| Aug 05 19:49:02.037 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8300 | 2026-08-05T19:49:02.715Z | [ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8301 | 2026-08-05T19:49:02.715Z | [ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO STEP 1008 (remove_files) COMPLETE |
| 8302 | 2026-08-05T19:49:02.718Z | [ recovery-image] Aug 05 19:49:02.046 INFO O| Aug 05 19:49:02.046 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8303 | 2026-08-05T19:49:02.725Z | [ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8304 | 2026-08-05T19:49:02.725Z | [ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO STEP 1009 (remove_files) COMPLETE |
| 8305 | 2026-08-05T19:49:02.725Z | [ recovery-image] Aug 05 19:49:02.057 INFO O| Aug 05 19:49:02.057 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8306 | 2026-08-05T19:49:02.736Z | [ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8307 | 2026-08-05T19:49:02.737Z | [ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO STEP 1010 (remove_files) COMPLETE |
| 8308 | 2026-08-05T19:49:02.740Z | [ recovery-image] Aug 05 19:49:02.068 INFO O| Aug 05 19:49:02.068 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8309 | 2026-08-05T19:49:02.747Z | [ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8310 | 2026-08-05T19:49:02.747Z | [ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO STEP 1011 (remove_files) COMPLETE |
| 8311 | 2026-08-05T19:49:02.747Z | [ recovery-image] Aug 05 19:49:02.078 INFO O| Aug 05 19:49:02.078 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8312 | 2026-08-05T19:49:02.756Z | [ recovery-image] Aug 05 19:49:02.087 INFO O| Aug 05 19:49:02.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8313 | 2026-08-05T19:49:02.759Z | [ recovery-image] Aug 05 19:49:02.088 INFO O| Aug 05 19:49:02.088 INFO STEP 1012 (remove_files) COMPLETE |
| 8314 | 2026-08-05T19:49:02.759Z | [ recovery-image] Aug 05 19:49:02.088 INFO O| Aug 05 19:49:02.088 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8315 | 2026-08-05T19:49:02.767Z | [ recovery-image] Aug 05 19:49:02.098 INFO O| Aug 05 19:49:02.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8316 | 2026-08-05T19:49:02.767Z | [ recovery-image] Aug 05 19:49:02.099 INFO O| Aug 05 19:49:02.099 INFO STEP 1013 (remove_files) COMPLETE |
| 8317 | 2026-08-05T19:49:02.767Z | [ recovery-image] Aug 05 19:49:02.099 INFO O| Aug 05 19:49:02.099 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8318 | 2026-08-05T19:49:02.778Z | [ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8319 | 2026-08-05T19:49:02.778Z | [ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO STEP 1014 (remove_files) COMPLETE |
| 8320 | 2026-08-05T19:49:02.781Z | [ recovery-image] Aug 05 19:49:02.109 INFO O| Aug 05 19:49:02.109 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8321 | 2026-08-05T19:49:02.789Z | [ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8322 | 2026-08-05T19:49:02.789Z | [ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO STEP 1015 (remove_files) COMPLETE |
| 8323 | 2026-08-05T19:49:02.792Z | [ recovery-image] Aug 05 19:49:02.120 INFO O| Aug 05 19:49:02.119 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8324 | 2026-08-05T19:49:02.798Z | [ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8325 | 2026-08-05T19:49:02.798Z | [ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO STEP 1016 (remove_files) COMPLETE |
| 8326 | 2026-08-05T19:49:02.798Z | [ recovery-image] Aug 05 19:49:02.129 INFO O| Aug 05 19:49:02.129 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8327 | 2026-08-05T19:49:02.808Z | [ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8328 | 2026-08-05T19:49:02.808Z | [ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO STEP 1017 (remove_files) COMPLETE |
| 8329 | 2026-08-05T19:49:02.811Z | [ recovery-image] Aug 05 19:49:02.139 INFO O| Aug 05 19:49:02.139 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8330 | 2026-08-05T19:49:02.820Z | [ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8331 | 2026-08-05T19:49:02.820Z | [ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO STEP 1018 (remove_files) COMPLETE |
| 8332 | 2026-08-05T19:49:02.823Z | [ recovery-image] Aug 05 19:49:02.151 INFO O| Aug 05 19:49:02.151 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8333 | 2026-08-05T19:49:02.828Z | [ recovery-image] Aug 05 19:49:02.159 INFO O| Aug 05 19:49:02.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8334 | 2026-08-05T19:49:02.828Z | [ recovery-image] Aug 05 19:49:02.160 INFO O| Aug 05 19:49:02.159 INFO STEP 1019 (remove_files) COMPLETE |
| 8335 | 2026-08-05T19:49:02.828Z | [ recovery-image] Aug 05 19:49:02.160 INFO O| Aug 05 19:49:02.160 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8336 | 2026-08-05T19:49:02.837Z | [ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8337 | 2026-08-05T19:49:02.837Z | [ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO STEP 1020 (remove_files) COMPLETE |
| 8338 | 2026-08-05T19:49:02.837Z | [ recovery-image] Aug 05 19:49:02.168 INFO O| Aug 05 19:49:02.168 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8339 | 2026-08-05T19:49:02.844Z | [ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8340 | 2026-08-05T19:49:02.844Z | [ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO STEP 1021 (remove_files) COMPLETE |
| 8341 | 2026-08-05T19:49:02.845Z | [ recovery-image] Aug 05 19:49:02.176 INFO O| Aug 05 19:49:02.176 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8342 | 2026-08-05T19:49:02.855Z | [ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8343 | 2026-08-05T19:49:02.855Z | [ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO STEP 1022 (remove_files) COMPLETE |
| 8344 | 2026-08-05T19:49:02.855Z | [ recovery-image] Aug 05 19:49:02.185 INFO O| Aug 05 19:49:02.184 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8345 | 2026-08-05T19:49:02.863Z | [ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8346 | 2026-08-05T19:49:02.863Z | [ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO STEP 1023 (remove_files) COMPLETE |
| 8347 | 2026-08-05T19:49:02.866Z | [ recovery-image] Aug 05 19:49:02.194 INFO O| Aug 05 19:49:02.194 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8348 | 2026-08-05T19:49:02.872Z | [ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8349 | 2026-08-05T19:49:02.872Z | [ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO STEP 1024 (remove_files) COMPLETE |
| 8350 | 2026-08-05T19:49:02.872Z | [ recovery-image] Aug 05 19:49:02.203 INFO O| Aug 05 19:49:02.203 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8351 | 2026-08-05T19:49:02.882Z | [ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8352 | 2026-08-05T19:49:02.882Z | [ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO STEP 1025 (remove_files) COMPLETE |
| 8353 | 2026-08-05T19:49:02.885Z | [ recovery-image] Aug 05 19:49:02.213 INFO O| Aug 05 19:49:02.213 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8354 | 2026-08-05T19:49:02.892Z | [ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8355 | 2026-08-05T19:49:02.892Z | [ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO STEP 1026 (remove_files) COMPLETE |
| 8356 | 2026-08-05T19:49:02.892Z | [ recovery-image] Aug 05 19:49:02.223 INFO O| Aug 05 19:49:02.223 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8357 | 2026-08-05T19:49:02.901Z | [ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8358 | 2026-08-05T19:49:02.901Z | [ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO STEP 1027 (remove_files) COMPLETE |
| 8359 | 2026-08-05T19:49:02.904Z | [ recovery-image] Aug 05 19:49:02.233 INFO O| Aug 05 19:49:02.233 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8360 | 2026-08-05T19:49:02.911Z | [ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8361 | 2026-08-05T19:49:02.911Z | [ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.243 INFO STEP 1028 (remove_files) COMPLETE |
| 8362 | 2026-08-05T19:49:02.911Z | [ recovery-image] Aug 05 19:49:02.243 INFO O| Aug 05 19:49:02.243 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8363 | 2026-08-05T19:49:02.921Z | [ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8364 | 2026-08-05T19:49:02.921Z | [ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO STEP 1029 (remove_files) COMPLETE |
| 8365 | 2026-08-05T19:49:02.921Z | [ recovery-image] Aug 05 19:49:02.252 INFO O| Aug 05 19:49:02.252 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8366 | 2026-08-05T19:49:02.933Z | [ recovery-image] Aug 05 19:49:02.262 INFO O| Aug 05 19:49:02.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8367 | 2026-08-05T19:49:02.936Z | [ recovery-image] Aug 05 19:49:02.265 INFO O| Aug 05 19:49:02.265 INFO STEP 1030 (remove_files) COMPLETE |
| 8368 | 2026-08-05T19:49:02.936Z | [ recovery-image] Aug 05 19:49:02.265 INFO O| Aug 05 19:49:02.265 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8369 | 2026-08-05T19:49:02.944Z | [ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8370 | 2026-08-05T19:49:02.944Z | [ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO STEP 1031 (remove_files) COMPLETE |
| 8371 | 2026-08-05T19:49:02.944Z | [ recovery-image] Aug 05 19:49:02.275 INFO O| Aug 05 19:49:02.275 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8372 | 2026-08-05T19:49:02.954Z | [ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8373 | 2026-08-05T19:49:02.954Z | [ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO STEP 1032 (remove_files) COMPLETE |
| 8374 | 2026-08-05T19:49:02.954Z | [ recovery-image] Aug 05 19:49:02.285 INFO O| Aug 05 19:49:02.285 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8375 | 2026-08-05T19:49:02.962Z | [ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8376 | 2026-08-05T19:49:02.962Z | [ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO STEP 1033 (remove_files) COMPLETE |
| 8377 | 2026-08-05T19:49:02.962Z | [ recovery-image] Aug 05 19:49:02.294 INFO O| Aug 05 19:49:02.294 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8378 | 2026-08-05T19:49:02.971Z | [ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8379 | 2026-08-05T19:49:02.974Z | [ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO STEP 1034 (remove_files) COMPLETE |
| 8380 | 2026-08-05T19:49:02.974Z | [ recovery-image] Aug 05 19:49:02.302 INFO O| Aug 05 19:49:02.302 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8381 | 2026-08-05T19:49:02.982Z | [ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8382 | 2026-08-05T19:49:02.982Z | [ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO STEP 1035 (remove_files) COMPLETE |
| 8383 | 2026-08-05T19:49:02.986Z | [ recovery-image] Aug 05 19:49:02.314 INFO O| Aug 05 19:49:02.314 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8384 | 2026-08-05T19:49:02.993Z | [ recovery-image] Aug 05 19:49:02.324 INFO O| Aug 05 19:49:02.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8385 | 2026-08-05T19:49:02.993Z | [ recovery-image] Aug 05 19:49:02.325 INFO O| Aug 05 19:49:02.324 INFO STEP 1036 (remove_files) COMPLETE |
| 8386 | 2026-08-05T19:49:02.996Z | [ recovery-image] Aug 05 19:49:02.325 INFO O| Aug 05 19:49:02.324 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8387 | 2026-08-05T19:49:03.004Z | [ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8388 | 2026-08-05T19:49:03.004Z | [ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO STEP 1037 (remove_files) COMPLETE |
| 8389 | 2026-08-05T19:49:03.004Z | [ recovery-image] Aug 05 19:49:02.335 INFO O| Aug 05 19:49:02.335 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8390 | 2026-08-05T19:49:03.015Z | [ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8391 | 2026-08-05T19:49:03.015Z | [ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO STEP 1038 (remove_files) COMPLETE |
| 8392 | 2026-08-05T19:49:03.015Z | [ recovery-image] Aug 05 19:49:02.347 INFO O| Aug 05 19:49:02.347 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8393 | 2026-08-05T19:49:03.026Z | [ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8394 | 2026-08-05T19:49:03.026Z | [ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO STEP 1039 (remove_files) COMPLETE |
| 8395 | 2026-08-05T19:49:03.026Z | [ recovery-image] Aug 05 19:49:02.358 INFO O| Aug 05 19:49:02.358 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8396 | 2026-08-05T19:49:03.038Z | [ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8397 | 2026-08-05T19:49:03.038Z | [ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO STEP 1040 (remove_files) COMPLETE |
| 8398 | 2026-08-05T19:49:03.038Z | [ recovery-image] Aug 05 19:49:02.369 INFO O| Aug 05 19:49:02.369 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8399 | 2026-08-05T19:49:03.048Z | [ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8400 | 2026-08-05T19:49:03.048Z | [ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO STEP 1041 (remove_files) COMPLETE |
| 8401 | 2026-08-05T19:49:03.051Z | [ recovery-image] Aug 05 19:49:02.379 INFO O| Aug 05 19:49:02.379 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8402 | 2026-08-05T19:49:03.058Z | [ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8403 | 2026-08-05T19:49:03.058Z | [ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO STEP 1042 (remove_files) COMPLETE |
| 8404 | 2026-08-05T19:49:03.061Z | [ recovery-image] Aug 05 19:49:02.390 INFO O| Aug 05 19:49:02.390 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8405 | 2026-08-05T19:49:03.065Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8406 | 2026-08-05T19:49:03.069Z | [ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8407 | 2026-08-05T19:49:03.069Z | [ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO STEP 1043 (remove_files) COMPLETE |
| 8408 | 2026-08-05T19:49:03.072Z | [ recovery-image] Aug 05 19:49:02.400 INFO O| Aug 05 19:49:02.400 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8409 | 2026-08-05T19:49:03.079Z | [ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8410 | 2026-08-05T19:49:03.079Z | [ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO STEP 1044 (remove_files) COMPLETE |
| 8411 | 2026-08-05T19:49:03.079Z | [ recovery-image] Aug 05 19:49:02.411 INFO O| Aug 05 19:49:02.411 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8412 | 2026-08-05T19:49:03.090Z | [ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8413 | 2026-08-05T19:49:03.090Z | [ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO STEP 1045 (remove_files) COMPLETE |
| 8414 | 2026-08-05T19:49:03.090Z | [ recovery-image] Aug 05 19:49:02.421 INFO O| Aug 05 19:49:02.421 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8415 | 2026-08-05T19:49:03.101Z | [ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8416 | 2026-08-05T19:49:03.101Z | [ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO STEP 1046 (remove_files) COMPLETE |
| 8417 | 2026-08-05T19:49:03.104Z | [ recovery-image] Aug 05 19:49:02.432 INFO O| Aug 05 19:49:02.432 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8418 | 2026-08-05T19:49:03.110Z | [ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8419 | 2026-08-05T19:49:03.110Z | [ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.442 INFO STEP 1047 (remove_files) COMPLETE |
| 8420 | 2026-08-05T19:49:03.113Z | [ recovery-image] Aug 05 19:49:02.442 INFO O| Aug 05 19:49:02.442 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8421 | 2026-08-05T19:49:03.119Z | [ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8422 | 2026-08-05T19:49:03.122Z | [ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO STEP 1048 (remove_files) COMPLETE |
| 8423 | 2026-08-05T19:49:03.123Z | [ recovery-image] Aug 05 19:49:02.451 INFO O| Aug 05 19:49:02.451 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8424 | 2026-08-05T19:49:03.129Z | [ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8425 | 2026-08-05T19:49:03.130Z | [ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO STEP 1049 (remove_files) COMPLETE |
| 8426 | 2026-08-05T19:49:03.133Z | [ recovery-image] Aug 05 19:49:02.461 INFO O| Aug 05 19:49:02.461 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8427 | 2026-08-05T19:49:03.140Z | [ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8428 | 2026-08-05T19:49:03.140Z | [ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO STEP 1050 (remove_files) COMPLETE |
| 8429 | 2026-08-05T19:49:03.140Z | [ recovery-image] Aug 05 19:49:02.471 INFO O| Aug 05 19:49:02.471 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8430 | 2026-08-05T19:49:03.150Z | [ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8431 | 2026-08-05T19:49:03.150Z | [ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO STEP 1051 (remove_files) COMPLETE |
| 8432 | 2026-08-05T19:49:03.150Z | [ recovery-image] Aug 05 19:49:02.481 INFO O| Aug 05 19:49:02.481 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8433 | 2026-08-05T19:49:03.159Z | [ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8434 | 2026-08-05T19:49:03.159Z | [ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO STEP 1052 (remove_files) COMPLETE |
| 8435 | 2026-08-05T19:49:03.159Z | [ recovery-image] Aug 05 19:49:02.490 INFO O| Aug 05 19:49:02.490 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8436 | 2026-08-05T19:49:03.167Z | [ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8437 | 2026-08-05T19:49:03.167Z | [ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO STEP 1053 (remove_files) COMPLETE |
| 8438 | 2026-08-05T19:49:03.167Z | [ recovery-image] Aug 05 19:49:02.498 INFO O| Aug 05 19:49:02.498 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8439 | 2026-08-05T19:49:03.172Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8440 | 2026-08-05T19:49:03.176Z | [ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8441 | 2026-08-05T19:49:03.176Z | [ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO STEP 1054 (remove_files) COMPLETE |
| 8442 | 2026-08-05T19:49:03.176Z | [ recovery-image] Aug 05 19:49:02.507 INFO O| Aug 05 19:49:02.507 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8443 | 2026-08-05T19:49:03.186Z | [ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8444 | 2026-08-05T19:49:03.186Z | [ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO STEP 1055 (remove_files) COMPLETE |
| 8445 | 2026-08-05T19:49:03.186Z | [ recovery-image] Aug 05 19:49:02.517 INFO O| Aug 05 19:49:02.517 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8446 | 2026-08-05T19:49:03.195Z | [ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8447 | 2026-08-05T19:49:03.195Z | [ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO STEP 1056 (remove_files) COMPLETE |
| 8448 | 2026-08-05T19:49:03.195Z | [ recovery-image] Aug 05 19:49:02.527 INFO O| Aug 05 19:49:02.527 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8449 | 2026-08-05T19:49:03.206Z | [ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8450 | 2026-08-05T19:49:03.206Z | [ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO STEP 1057 (remove_files) COMPLETE |
| 8451 | 2026-08-05T19:49:03.206Z | [ recovery-image] Aug 05 19:49:02.537 INFO O| Aug 05 19:49:02.537 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8452 | 2026-08-05T19:49:03.217Z | [ recovery-image] Aug 05 19:49:02.548 INFO O| Aug 05 19:49:02.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8453 | 2026-08-05T19:49:03.217Z | [ recovery-image] Aug 05 19:49:02.549 INFO O| Aug 05 19:49:02.548 INFO STEP 1058 (remove_files) COMPLETE |
| 8454 | 2026-08-05T19:49:03.217Z | [ recovery-image] Aug 05 19:49:02.549 INFO O| Aug 05 19:49:02.548 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8455 | 2026-08-05T19:49:03.227Z | [ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8456 | 2026-08-05T19:49:03.227Z | [ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO STEP 1059 (remove_files) COMPLETE |
| 8457 | 2026-08-05T19:49:03.230Z | [ recovery-image] Aug 05 19:49:02.558 INFO O| Aug 05 19:49:02.558 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8458 | 2026-08-05T19:49:03.237Z | [ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8459 | 2026-08-05T19:49:03.237Z | [ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO STEP 1060 (remove_files) COMPLETE |
| 8460 | 2026-08-05T19:49:03.237Z | [ recovery-image] Aug 05 19:49:02.568 INFO O| Aug 05 19:49:02.568 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8461 | 2026-08-05T19:49:03.248Z | [ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8462 | 2026-08-05T19:49:03.248Z | [ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO STEP 1061 (remove_files) COMPLETE |
| 8463 | 2026-08-05T19:49:03.248Z | [ recovery-image] Aug 05 19:49:02.579 INFO O| Aug 05 19:49:02.579 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8464 | 2026-08-05T19:49:03.258Z | [ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8465 | 2026-08-05T19:49:03.258Z | [ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO STEP 1062 (remove_files) COMPLETE |
| 8466 | 2026-08-05T19:49:03.261Z | [ recovery-image] Aug 05 19:49:02.589 INFO O| Aug 05 19:49:02.589 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8467 | 2026-08-05T19:49:03.267Z | [ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8468 | 2026-08-05T19:49:03.267Z | [ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.599 INFO STEP 1063 (remove_files) COMPLETE |
| 8469 | 2026-08-05T19:49:03.267Z | [ recovery-image] Aug 05 19:49:02.599 INFO O| Aug 05 19:49:02.599 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8470 | 2026-08-05T19:49:03.278Z | [ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8471 | 2026-08-05T19:49:03.278Z | [ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO STEP 1064 (remove_files) COMPLETE |
| 8472 | 2026-08-05T19:49:03.278Z | [ recovery-image] Aug 05 19:49:02.609 INFO O| Aug 05 19:49:02.609 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8473 | 2026-08-05T19:49:03.288Z | [ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8474 | 2026-08-05T19:49:03.288Z | [ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO STEP 1065 (remove_files) COMPLETE |
| 8475 | 2026-08-05T19:49:03.288Z | [ recovery-image] Aug 05 19:49:02.619 INFO O| Aug 05 19:49:02.619 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8476 | 2026-08-05T19:49:03.297Z | [ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8477 | 2026-08-05T19:49:03.297Z | [ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO STEP 1066 (remove_files) COMPLETE |
| 8478 | 2026-08-05T19:49:03.297Z | [ recovery-image] Aug 05 19:49:02.628 INFO O| Aug 05 19:49:02.628 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8479 | 2026-08-05T19:49:03.306Z | [ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8480 | 2026-08-05T19:49:03.309Z | [ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO STEP 1067 (remove_files) COMPLETE |
| 8481 | 2026-08-05T19:49:03.309Z | [ recovery-image] Aug 05 19:49:02.638 INFO O| Aug 05 19:49:02.638 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8482 | 2026-08-05T19:49:03.315Z | [ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8483 | 2026-08-05T19:49:03.315Z | [ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.647 INFO STEP 1068 (remove_files) COMPLETE |
| 8484 | 2026-08-05T19:49:03.315Z | [ recovery-image] Aug 05 19:49:02.647 INFO O| Aug 05 19:49:02.647 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8485 | 2026-08-05T19:49:03.324Z | [ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8486 | 2026-08-05T19:49:03.324Z | [ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO STEP 1069 (remove_files) COMPLETE |
| 8487 | 2026-08-05T19:49:03.324Z | [ recovery-image] Aug 05 19:49:02.655 INFO O| Aug 05 19:49:02.655 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8488 | 2026-08-05T19:49:03.335Z | [ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8489 | 2026-08-05T19:49:03.335Z | [ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.667 INFO STEP 1070 (remove_files) COMPLETE |
| 8490 | 2026-08-05T19:49:03.335Z | [ recovery-image] Aug 05 19:49:02.667 INFO O| Aug 05 19:49:02.667 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8491 | 2026-08-05T19:49:03.345Z | [ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8492 | 2026-08-05T19:49:03.345Z | [ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO STEP 1071 (remove_files) COMPLETE |
| 8493 | 2026-08-05T19:49:03.345Z | [ recovery-image] Aug 05 19:49:02.677 INFO O| Aug 05 19:49:02.677 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8494 | 2026-08-05T19:49:03.354Z | [ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8495 | 2026-08-05T19:49:03.354Z | [ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO STEP 1072 (remove_files) COMPLETE |
| 8496 | 2026-08-05T19:49:03.354Z | [ recovery-image] Aug 05 19:49:02.686 INFO O| Aug 05 19:49:02.686 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8497 | 2026-08-05T19:49:03.363Z | [ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8498 | 2026-08-05T19:49:03.363Z | [ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO STEP 1073 (remove_files) COMPLETE |
| 8499 | 2026-08-05T19:49:03.363Z | [ recovery-image] Aug 05 19:49:02.694 INFO O| Aug 05 19:49:02.694 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8500 | 2026-08-05T19:49:03.373Z | [ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8501 | 2026-08-05T19:49:03.373Z | [ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO STEP 1074 (remove_files) COMPLETE |
| 8502 | 2026-08-05T19:49:03.373Z | [ recovery-image] Aug 05 19:49:02.704 INFO O| Aug 05 19:49:02.704 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8503 | 2026-08-05T19:49:03.382Z | [ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8504 | 2026-08-05T19:49:03.382Z | [ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO STEP 1075 (remove_files) COMPLETE |
| 8505 | 2026-08-05T19:49:03.382Z | [ recovery-image] Aug 05 19:49:02.713 INFO O| Aug 05 19:49:02.713 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8506 | 2026-08-05T19:49:03.391Z | [ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8507 | 2026-08-05T19:49:03.391Z | [ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO STEP 1076 (remove_files) COMPLETE |
| 8508 | 2026-08-05T19:49:03.391Z | [ recovery-image] Aug 05 19:49:02.722 INFO O| Aug 05 19:49:02.722 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8509 | 2026-08-05T19:49:03.400Z | [ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8510 | 2026-08-05T19:49:03.400Z | [ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO STEP 1077 (remove_files) COMPLETE |
| 8511 | 2026-08-05T19:49:03.400Z | [ recovery-image] Aug 05 19:49:02.731 INFO O| Aug 05 19:49:02.731 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8512 | 2026-08-05T19:49:03.408Z | [ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8513 | 2026-08-05T19:49:03.408Z | [ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO STEP 1078 (remove_files) COMPLETE |
| 8514 | 2026-08-05T19:49:03.411Z | [ recovery-image] Aug 05 19:49:02.740 INFO O| Aug 05 19:49:02.740 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8515 | 2026-08-05T19:49:03.418Z | [ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8516 | 2026-08-05T19:49:03.418Z | [ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO STEP 1079 (remove_files) COMPLETE |
| 8517 | 2026-08-05T19:49:03.421Z | [ recovery-image] Aug 05 19:49:02.749 INFO O| Aug 05 19:49:02.749 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8518 | 2026-08-05T19:49:03.428Z | [ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8519 | 2026-08-05T19:49:03.429Z | [ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO STEP 1080 (remove_files) COMPLETE |
| 8520 | 2026-08-05T19:49:03.432Z | [ recovery-image] Aug 05 19:49:02.760 INFO O| Aug 05 19:49:02.760 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8521 | 2026-08-05T19:49:03.438Z | [ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8522 | 2026-08-05T19:49:03.438Z | [ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO STEP 1081 (remove_files) COMPLETE |
| 8523 | 2026-08-05T19:49:03.438Z | [ recovery-image] Aug 05 19:49:02.770 INFO O| Aug 05 19:49:02.770 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8524 | 2026-08-05T19:49:03.450Z | [ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8525 | 2026-08-05T19:49:03.450Z | [ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO STEP 1082 (remove_files) COMPLETE |
| 8526 | 2026-08-05T19:49:03.453Z | [ recovery-image] Aug 05 19:49:02.782 INFO O| Aug 05 19:49:02.782 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8527 | 2026-08-05T19:49:03.461Z | [ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8528 | 2026-08-05T19:49:03.461Z | [ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO STEP 1083 (remove_files) COMPLETE |
| 8529 | 2026-08-05T19:49:03.461Z | [ recovery-image] Aug 05 19:49:02.792 INFO O| Aug 05 19:49:02.792 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8530 | 2026-08-05T19:49:03.473Z | [ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8531 | 2026-08-05T19:49:03.473Z | [ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO STEP 1084 (remove_files) COMPLETE |
| 8532 | 2026-08-05T19:49:03.473Z | [ recovery-image] Aug 05 19:49:02.804 INFO O| Aug 05 19:49:02.804 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8533 | 2026-08-05T19:49:03.483Z | [ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8534 | 2026-08-05T19:49:03.483Z | [ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO STEP 1085 (remove_files) COMPLETE |
| 8535 | 2026-08-05T19:49:03.483Z | [ recovery-image] Aug 05 19:49:02.814 INFO O| Aug 05 19:49:02.814 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8536 | 2026-08-05T19:49:03.495Z | [ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8537 | 2026-08-05T19:49:03.495Z | [ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO STEP 1086 (remove_files) COMPLETE |
| 8538 | 2026-08-05T19:49:03.495Z | [ recovery-image] Aug 05 19:49:02.826 INFO O| Aug 05 19:49:02.826 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8539 | 2026-08-05T19:49:03.504Z | [ recovery-image] Aug 05 19:49:02.835 INFO O| Aug 05 19:49:02.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8540 | 2026-08-05T19:49:03.507Z | [ recovery-image] Aug 05 19:49:02.836 INFO O| Aug 05 19:49:02.836 INFO STEP 1087 (remove_files) COMPLETE |
| 8541 | 2026-08-05T19:49:03.507Z | [ recovery-image] Aug 05 19:49:02.836 INFO O| Aug 05 19:49:02.836 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8542 | 2026-08-05T19:49:03.514Z | [ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8543 | 2026-08-05T19:49:03.514Z | [ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO STEP 1088 (remove_files) COMPLETE |
| 8544 | 2026-08-05T19:49:03.514Z | [ recovery-image] Aug 05 19:49:02.845 INFO O| Aug 05 19:49:02.845 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8545 | 2026-08-05T19:49:03.523Z | [ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8546 | 2026-08-05T19:49:03.523Z | [ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO STEP 1089 (remove_files) COMPLETE |
| 8547 | 2026-08-05T19:49:03.528Z | [ recovery-image] Aug 05 19:49:02.854 INFO O| Aug 05 19:49:02.854 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8548 | 2026-08-05T19:49:03.541Z | [ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8549 | 2026-08-05T19:49:03.541Z | [ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO STEP 1090 (remove_files) COMPLETE |
| 8550 | 2026-08-05T19:49:03.541Z | [ recovery-image] Aug 05 19:49:02.866 INFO O| Aug 05 19:49:02.866 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8551 | 2026-08-05T19:49:03.546Z | [ recovery-image] Aug 05 19:49:02.877 INFO O| Aug 05 19:49:02.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8552 | 2026-08-05T19:49:03.546Z | [ recovery-image] Aug 05 19:49:02.878 INFO O| Aug 05 19:49:02.877 INFO STEP 1091 (remove_files) COMPLETE |
| 8553 | 2026-08-05T19:49:03.546Z | [ recovery-image] Aug 05 19:49:02.878 INFO O| Aug 05 19:49:02.877 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8554 | 2026-08-05T19:49:03.556Z | [ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8555 | 2026-08-05T19:49:03.556Z | [ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO STEP 1092 (remove_files) COMPLETE |
| 8556 | 2026-08-05T19:49:03.560Z | [ recovery-image] Aug 05 19:49:02.888 INFO O| Aug 05 19:49:02.888 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8557 | 2026-08-05T19:49:03.569Z | [ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8558 | 2026-08-05T19:49:03.569Z | [ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO STEP 1093 (remove_files) COMPLETE |
| 8559 | 2026-08-05T19:49:03.569Z | [ recovery-image] Aug 05 19:49:02.899 INFO O| Aug 05 19:49:02.899 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8560 | 2026-08-05T19:49:03.580Z | [ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8561 | 2026-08-05T19:49:03.580Z | [ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO STEP 1094 (remove_files) COMPLETE |
| 8562 | 2026-08-05T19:49:03.580Z | [ recovery-image] Aug 05 19:49:02.911 INFO O| Aug 05 19:49:02.911 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8563 | 2026-08-05T19:49:03.597Z | [ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8564 | 2026-08-05T19:49:03.597Z | [ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO STEP 1095 (remove_files) COMPLETE |
| 8565 | 2026-08-05T19:49:03.600Z | [ recovery-image] Aug 05 19:49:02.922 INFO O| Aug 05 19:49:02.922 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8566 | 2026-08-05T19:49:03.603Z | [ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8567 | 2026-08-05T19:49:03.603Z | [ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO STEP 1096 (remove_files) COMPLETE |
| 8568 | 2026-08-05T19:49:03.603Z | [ recovery-image] Aug 05 19:49:02.933 INFO O| Aug 05 19:49:02.933 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8569 | 2026-08-05T19:49:03.611Z | [ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8570 | 2026-08-05T19:49:03.611Z | [ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO STEP 1097 (remove_files) COMPLETE |
| 8571 | 2026-08-05T19:49:03.611Z | [ recovery-image] Aug 05 19:49:02.943 INFO O| Aug 05 19:49:02.943 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8572 | 2026-08-05T19:49:03.622Z | [ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8573 | 2026-08-05T19:49:03.622Z | [ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO STEP 1098 (remove_files) COMPLETE |
| 8574 | 2026-08-05T19:49:03.625Z | [ recovery-image] Aug 05 19:49:02.953 INFO O| Aug 05 19:49:02.953 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8575 | 2026-08-05T19:49:03.631Z | [ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8576 | 2026-08-05T19:49:03.631Z | [ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.963 INFO STEP 1099 (remove_files) COMPLETE |
| 8577 | 2026-08-05T19:49:03.631Z | [ recovery-image] Aug 05 19:49:02.963 INFO O| Aug 05 19:49:02.963 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8578 | 2026-08-05T19:49:03.640Z | [ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8579 | 2026-08-05T19:49:03.640Z | [ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.972 INFO STEP 1100 (remove_files) COMPLETE |
| 8580 | 2026-08-05T19:49:03.644Z | [ recovery-image] Aug 05 19:49:02.972 INFO O| Aug 05 19:49:02.972 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8581 | 2026-08-05T19:49:03.650Z | [ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8582 | 2026-08-05T19:49:03.650Z | [ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO STEP 1101 (remove_files) COMPLETE |
| 8583 | 2026-08-05T19:49:03.650Z | [ recovery-image] Aug 05 19:49:02.982 INFO O| Aug 05 19:49:02.982 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8584 | 2026-08-05T19:49:03.660Z | [ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8585 | 2026-08-05T19:49:03.660Z | [ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO STEP 1102 (remove_files) COMPLETE |
| 8586 | 2026-08-05T19:49:03.660Z | [ recovery-image] Aug 05 19:49:02.992 INFO O| Aug 05 19:49:02.992 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8587 | 2026-08-05T19:49:03.671Z | [ recovery-image] Aug 05 19:49:03.002 INFO O| Aug 05 19:49:03.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8588 | 2026-08-05T19:49:03.671Z | [ recovery-image] Aug 05 19:49:03.002 INFO O| Aug 05 19:49:03.002 INFO STEP 1103 (remove_files) COMPLETE |
| 8589 | 2026-08-05T19:49:03.671Z | [ recovery-image] Aug 05 19:49:03.003 INFO O| Aug 05 19:49:03.002 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8590 | 2026-08-05T19:49:03.682Z | [ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8591 | 2026-08-05T19:49:03.682Z | [ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO STEP 1104 (remove_files) COMPLETE |
| 8592 | 2026-08-05T19:49:03.682Z | [ recovery-image] Aug 05 19:49:03.013 INFO O| Aug 05 19:49:03.013 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8593 | 2026-08-05T19:49:03.692Z | [ recovery-image] Aug 05 19:49:03.023 INFO O| Aug 05 19:49:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8594 | 2026-08-05T19:49:03.692Z | [ recovery-image] Aug 05 19:49:03.023 INFO O| Aug 05 19:49:03.023 INFO STEP 1105 (remove_files) COMPLETE |
| 8595 | 2026-08-05T19:49:03.695Z | [ recovery-image] Aug 05 19:49:03.024 INFO O| Aug 05 19:49:03.023 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8596 | 2026-08-05T19:49:03.703Z | [ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8597 | 2026-08-05T19:49:03.703Z | [ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO STEP 1106 (remove_files) COMPLETE |
| 8598 | 2026-08-05T19:49:03.703Z | [ recovery-image] Aug 05 19:49:03.035 INFO O| Aug 05 19:49:03.035 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8599 | 2026-08-05T19:49:03.715Z | [ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8600 | 2026-08-05T19:49:03.715Z | [ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO STEP 1107 (remove_files) COMPLETE |
| 8601 | 2026-08-05T19:49:03.715Z | [ recovery-image] Aug 05 19:49:03.047 INFO O| Aug 05 19:49:03.047 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8602 | 2026-08-05T19:49:03.730Z | [ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8603 | 2026-08-05T19:49:03.731Z | [ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO STEP 1108 (remove_files) COMPLETE |
| 8604 | 2026-08-05T19:49:03.734Z | [ recovery-image] Aug 05 19:49:03.058 INFO O| Aug 05 19:49:03.058 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8605 | 2026-08-05T19:49:03.739Z | [ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8606 | 2026-08-05T19:49:03.739Z | [ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO STEP 1109 (remove_files) COMPLETE |
| 8607 | 2026-08-05T19:49:03.739Z | [ recovery-image] Aug 05 19:49:03.069 INFO O| Aug 05 19:49:03.069 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8608 | 2026-08-05T19:49:03.749Z | [ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8609 | 2026-08-05T19:49:03.749Z | [ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO STEP 1110 (remove_files) COMPLETE |
| 8610 | 2026-08-05T19:49:03.749Z | [ recovery-image] Aug 05 19:49:03.081 INFO O| Aug 05 19:49:03.081 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8611 | 2026-08-05T19:49:03.759Z | [ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8612 | 2026-08-05T19:49:03.759Z | [ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.091 INFO STEP 1111 (remove_files) COMPLETE |
| 8613 | 2026-08-05T19:49:03.759Z | [ recovery-image] Aug 05 19:49:03.091 INFO O| Aug 05 19:49:03.091 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8614 | 2026-08-05T19:49:03.770Z | [ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8615 | 2026-08-05T19:49:03.770Z | [ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO STEP 1112 (remove_files) COMPLETE |
| 8616 | 2026-08-05T19:49:03.770Z | [ recovery-image] Aug 05 19:49:03.101 INFO O| Aug 05 19:49:03.101 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8617 | 2026-08-05T19:49:03.780Z | [ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8618 | 2026-08-05T19:49:03.780Z | [ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO STEP 1113 (remove_files) COMPLETE |
| 8619 | 2026-08-05T19:49:03.780Z | [ recovery-image] Aug 05 19:49:03.111 INFO O| Aug 05 19:49:03.111 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8620 | 2026-08-05T19:49:03.789Z | [ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8621 | 2026-08-05T19:49:03.789Z | [ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO STEP 1114 (remove_files) COMPLETE |
| 8622 | 2026-08-05T19:49:03.789Z | [ recovery-image] Aug 05 19:49:03.120 INFO O| Aug 05 19:49:03.120 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8623 | 2026-08-05T19:49:03.800Z | [ recovery-image] Aug 05 19:49:03.131 INFO O| Aug 05 19:49:03.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8624 | 2026-08-05T19:49:03.800Z | [ recovery-image] Aug 05 19:49:03.132 INFO O| Aug 05 19:49:03.132 INFO STEP 1115 (remove_files) COMPLETE |
| 8625 | 2026-08-05T19:49:03.800Z | [ recovery-image] Aug 05 19:49:03.132 INFO O| Aug 05 19:49:03.132 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8626 | 2026-08-05T19:49:03.810Z | [ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8627 | 2026-08-05T19:49:03.810Z | [ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO STEP 1116 (remove_files) COMPLETE |
| 8628 | 2026-08-05T19:49:03.810Z | [ recovery-image] Aug 05 19:49:03.141 INFO O| Aug 05 19:49:03.141 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8629 | 2026-08-05T19:49:03.819Z | [ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8630 | 2026-08-05T19:49:03.819Z | [ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO STEP 1117 (remove_files) COMPLETE |
| 8631 | 2026-08-05T19:49:03.819Z | [ recovery-image] Aug 05 19:49:03.151 INFO O| Aug 05 19:49:03.151 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8632 | 2026-08-05T19:49:03.835Z | [ recovery-image] Aug 05 19:49:03.166 INFO O| Aug 05 19:49:03.166 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8633 | 2026-08-05T19:49:03.835Z | [ recovery-image] Aug 05 19:49:03.166 INFO O| Aug 05 19:49:03.166 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8634 | 2026-08-05T19:49:04.045Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8635 | 2026-08-05T19:49:04.221Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8636 | 2026-08-05T19:49:04.576Z | [ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO STEP 1118 (pack_tar) COMPLETE |
| 8637 | 2026-08-05T19:49:04.576Z | [ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8638 | 2026-08-05T19:49:04.576Z | [ recovery-image] Aug 05 19:49:03.907 INFO O| Aug 05 19:49:03.907 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8639 | 2026-08-05T19:49:05.226Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8640 | 2026-08-05T19:49:05.289Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8641 | 2026-08-05T19:49:05.567Z | [ recovery-image] Aug 05 19:49:04.898 INFO O| Aug 05 19:49:04.898 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8642 | 2026-08-05T19:49:05.571Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8643 | 2026-08-05T19:49:05.614Z | [ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24160:20260803T102756Z |
| 8644 | 2026-08-05T19:49:05.614Z | [ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24160:20260803T102756Z |
| 8645 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.945 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 8646 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 8647 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 8648 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 8649 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 8650 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 8651 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@22.0.0.0-3.0:20260805T193013Z |
| 8652 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 8653 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 8654 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.946 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24160:20260803T102756Z |
| 8655 | 2026-08-05T19:49:05.618Z | [ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24160:20260803T102757Z |
| 8656 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24160:20260803T102757Z |
| 8657 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24160:20260803T102757Z |
| 8658 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 8659 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.947 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24160:20260803T102757Z |
| 8660 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24160:20260803T102757Z |
| 8661 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24160:20260803T102757Z |
| 8662 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24160:20260803T102757Z |
| 8663 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24160:20260803T102757Z |
| 8664 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24160:20260803T102757Z |
| 8665 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24160:20260803T102757Z |
| 8666 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24160:20260803T102758Z |
| 8667 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24160:20260803T102758Z |
| 8668 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24160:20260803T102758Z |
| 8669 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24160:20260803T102758Z |
| 8670 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24160:20260803T102759Z |
| 8671 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24160:20260803T102759Z |
| 8672 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24160:20260803T102759Z |
| 8673 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24160:20260803T102800Z |
| 8674 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z |
| 8675 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24160:20260803T102800Z |
| 8676 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24160:20260803T102801Z |
| 8677 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.948 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24160:20260803T102801Z |
| 8678 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24160:20260803T102802Z |
| 8679 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24160:20260803T102802Z |
| 8680 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24160:20260803T102802Z |
| 8681 | 2026-08-05T19:49:05.619Z | [ host-image] Aug 05 19:49:04.949 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24160:20260803T102802Z |
| 8682 | 2026-08-05T19:49:05.623Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 8683 | 2026-08-05T19:49:05.623Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24160:20260803T102803Z |
| 8684 | 2026-08-05T19:49:05.623Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 8685 | 2026-08-05T19:49:05.623Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 8686 | 2026-08-05T19:49:05.623Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 8687 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 8688 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24160:20260803T102803Z |
| 8689 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 8690 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 8691 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 8692 | 2026-08-05T19:49:05.624Z | [ host-image] Aug 05 19:49:04.953 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 8693 | 2026-08-05T19:49:05.627Z | [ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 8694 | 2026-08-05T19:49:05.628Z | [ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 8695 | 2026-08-05T19:49:05.628Z | [ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 8696 | 2026-08-05T19:49:05.628Z | [ host-image] Aug 05 19:49:04.956 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 8697 | 2026-08-05T19:49:05.628Z | [ host-image] Aug 05 19:49:04.957 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 8698 | 2026-08-05T19:49:05.628Z | [ host-image] Aug 05 19:49:04.957 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 8699 | 2026-08-05T19:49:05.628Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8700 | 2026-08-05T19:49:05.638Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 8701 | 2026-08-05T19:49:05.638Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 8702 | 2026-08-05T19:49:05.638Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 8703 | 2026-08-05T19:49:05.641Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24160:20260803T102803Z |
| 8704 | 2026-08-05T19:49:05.641Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24160:20260803T102806Z |
| 8705 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 8706 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24160:20260803T102806Z |
| 8707 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.969 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 8708 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 8709 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 8710 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 8711 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24160:20260803T102806Z |
| 8712 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.970 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 8713 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 8714 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 8715 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 8716 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24160:20260803T102806Z |
| 8717 | 2026-08-05T19:49:05.642Z | [ host-image] Aug 05 19:49:04.971 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 8718 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.975 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 8719 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.975 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24160:20260803T102807Z |
| 8720 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24160:20260803T102807Z |
| 8721 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24160:20260803T102807Z |
| 8722 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 8723 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24160:20260803T102807Z |
| 8724 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24160:20260803T102807Z |
| 8725 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24160:20260803T102807Z |
| 8726 | 2026-08-05T19:49:05.646Z | [ host-image] Aug 05 19:49:04.976 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24160:20260803T102807Z |
| 8727 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 8728 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24160:20260803T102808Z |
| 8729 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24160:20260803T102808Z |
| 8730 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 8731 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24160:20260803T102808Z |
| 8732 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24160:20260803T102808Z |
| 8733 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24160:20260803T102808Z |
| 8734 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.978 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24160:20260803T102809Z |
| 8735 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24160:20260803T102809Z |
| 8736 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 8737 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24160:20260803T102809Z |
| 8738 | 2026-08-05T19:49:05.650Z | [ host-image] Aug 05 19:49:04.981 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24160:20260803T102809Z |
| 8739 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24160:20260803T102809Z |
| 8740 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24160:20260803T102809Z |
| 8741 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24160:20260803T102809Z |
| 8742 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24160:20260803T102809Z |
| 8743 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24160:20260803T102809Z |
| 8744 | 2026-08-05T19:49:05.654Z | [ host-image] Aug 05 19:49:04.982 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24160:20260803T102809Z |
| 8745 | 2026-08-05T19:49:05.658Z | [ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24160:20260803T102810Z |
| 8746 | 2026-08-05T19:49:05.658Z | [ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24160:20260803T102809Z |
| 8747 | 2026-08-05T19:49:05.658Z | [ host-image] Aug 05 19:49:04.985 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24160:20260803T102810Z |
| 8748 | 2026-08-05T19:49:05.658Z | [ host-image] Aug 05 19:49:04.986 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24160:20260803T102810Z |
| 8749 | 2026-08-05T19:49:05.658Z | [ host-image] Aug 05 19:49:04.986 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24160:20260803T102810Z |
| 8750 | 2026-08-05T19:49:05.661Z | [ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24160:20260803T102811Z |
| 8751 | 2026-08-05T19:49:05.661Z | [ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24160:20260803T102810Z |
| 8752 | 2026-08-05T19:49:05.661Z | [ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24160:20260803T102810Z |
| 8753 | 2026-08-05T19:49:05.661Z | [ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 8754 | 2026-08-05T19:49:05.661Z | [ host-image] Aug 05 19:49:04.992 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 8755 | 2026-08-05T19:49:05.669Z | [ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24160:20260803T102810Z |
| 8756 | 2026-08-05T19:49:05.669Z | [ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 8757 | 2026-08-05T19:49:05.669Z | [ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24160:20260803T102810Z |
| 8758 | 2026-08-05T19:49:05.672Z | [ host-image] Aug 05 19:49:05.000 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24160:20260803T102810Z |
| 8759 | 2026-08-05T19:49:05.672Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24160:20260803T102810Z |
| 8760 | 2026-08-05T19:49:05.672Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 8761 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 8762 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24160:20260803T102811Z |
| 8763 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24160:20260803T102811Z |
| 8764 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24160:20260803T102811Z |
| 8765 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24160:20260803T102811Z |
| 8766 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.001 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24160:20260803T102811Z |
| 8767 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24160:20260803T102811Z |
| 8768 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 8769 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.002 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24160:20260803T102811Z |
| 8770 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24160:20260803T102811Z |
| 8771 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24160:20260803T102812Z |
| 8772 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24160:20260803T102812Z |
| 8773 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24160:20260803T102812Z |
| 8774 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24160:20260803T102812Z |
| 8775 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 8776 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 8777 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24160:20260803T102813Z |
| 8778 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24160:20260803T102813Z |
| 8779 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 8780 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 8781 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 8782 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 8783 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.003 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 8784 | 2026-08-05T19:49:05.673Z | [ host-image] Aug 05 19:49:05.004 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 8785 | 2026-08-05T19:49:05.677Z | [ host-image] Aug 05 19:49:05.004 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 8786 | 2026-08-05T19:49:05.677Z | [ host-image] Aug 05 19:49:05.004 INFO O| tempdir @ "/tmp/.tmpi2LPuO/tmp" |
| 8787 | 2026-08-05T19:49:05.677Z | [ host-image] Aug 05 19:49:05.004 INFO O| image root @ "/tmp/.tmpi2LPuO/tmp/root" |
| 8788 | 2026-08-05T19:49:05.677Z | [ host-image] Aug 05 19:49:05.004 INFO O| creating image... |
| 8789 | 2026-08-05T19:49:05.700Z | [ recovery-image] Aug 05 19:49:05.032 INFO O| Aug 05 19:49:05.031 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8790 | 2026-08-05T19:49:05.704Z | [ recovery-image] Aug 05 19:49:05.035 INFO image builder template: zfs-recovery... |
| 8791 | 2026-08-05T19:49:05.704Z | [ recovery-image] Aug 05 19:49:05.035 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8792 | 2026-08-05T19:49:05.708Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8793 | 2026-08-05T19:49:05.732Z | [ recovery-image] Aug 05 19:49:05.063 INFO O| Aug 05 19:49:05.063 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8794 | 2026-08-05T19:49:05.736Z | [ recovery-image] Aug 05 19:49:05.067 INFO O| Aug 05 19:49:05.067 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8795 | 2026-08-05T19:49:05.805Z | [ recovery-image] Aug 05 19:49:05.136 INFO O| Aug 05 19:49:05.136 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8796 | 2026-08-05T19:49:05.876Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8797 | 2026-08-05T19:49:05.885Z | [ recovery-image] Aug 05 19:49:05.217 INFO O| Aug 05 19:49:05.216 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8798 | 2026-08-05T19:49:05.885Z | [ recovery-image] Aug 05 19:49:05.217 INFO O| Aug 05 19:49:05.217 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8799 | 2026-08-05T19:49:05.890Z | [ recovery-image] Aug 05 19:49:05.221 INFO O| Aug 05 19:49:05.221 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8800 | 2026-08-05T19:49:05.928Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8801 | 2026-08-05T19:49:05.973Z | [ recovery-image] Aug 05 19:49:05.304 INFO O| Aug 05 19:49:05.304 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8802 | 2026-08-05T19:49:06.021Z | [ recovery-image] Aug 05 19:49:05.352 INFO O| Aug 05 19:49:05.352 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8803 | 2026-08-05T19:49:06.039Z | [ recovery-image] Aug 05 19:49:05.370 INFO O| Aug 05 19:49:05.370 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8804 | 2026-08-05T19:49:06.044Z | [ recovery-image] Aug 05 19:49:05.376 INFO O| Aug 05 19:49:05.375 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8805 | 2026-08-05T19:49:06.048Z | [ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO no lofi found |
| 8806 | 2026-08-05T19:49:06.048Z | [ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8807 | 2026-08-05T19:49:06.048Z | [ recovery-image] Aug 05 19:49:05.377 INFO O| Aug 05 19:49:05.377 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8808 | 2026-08-05T19:49:06.176Z | [ host-image] Aug 05 19:49:05.507 INFO O| copying publishers... |
| 8809 | 2026-08-05T19:49:06.213Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8810 | 2026-08-05T19:49:06.312Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8811 | 2026-08-05T19:49:06.537Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8812 | 2026-08-05T19:49:07.261Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8813 | 2026-08-05T19:49:07.423Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8814 | 2026-08-05T19:49:07.670Z | [ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8815 | 2026-08-05T19:49:07.670Z | [ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8816 | 2026-08-05T19:49:07.673Z | [ recovery-image] Aug 05 19:49:07.001 INFO O| Aug 05 19:49:07.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"] |
| 8817 | 2026-08-05T19:49:07.717Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8818 | 2026-08-05T19:49:07.828Z | [ recovery-image] Aug 05 19:49:07.159 INFO O| Aug 05 19:49:07.159 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8819 | 2026-08-05T19:49:07.832Z | [ recovery-image] Aug 05 19:49:07.159 INFO O| Aug 05 19:49:07.159 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8820 | 2026-08-05T19:49:07.856Z | [ recovery-image] Aug 05 19:49:07.187 INFO O| Aug 05 19:49:07.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8821 | 2026-08-05T19:49:08.017Z | [ recovery-image] Aug 05 19:49:07.348 INFO O| Aug 05 19:49:07.348 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8822 | 2026-08-05T19:49:08.051Z | [ recovery-image] Aug 05 19:49:07.382 INFO O| Aug 05 19:49:07.382 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8823 | 2026-08-05T19:49:08.075Z | [ recovery-image] Aug 05 19:49:07.406 INFO O| Aug 05 19:49:07.406 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8824 | 2026-08-05T19:49:08.094Z | [ recovery-image] Aug 05 19:49:07.425 INFO O| Aug 05 19:49:07.425 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8825 | 2026-08-05T19:49:08.136Z | [ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8826 | 2026-08-05T19:49:08.136Z | [ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8827 | 2026-08-05T19:49:08.136Z | [ recovery-image] Aug 05 19:49:07.467 INFO O| Aug 05 19:49:07.467 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8828 | 2026-08-05T19:49:08.145Z | [ recovery-image] Aug 05 19:49:07.477 INFO O| Aug 05 19:49:07.477 INFO boot environment UUID: 74cc3141-74e2-4d95-8193-b753da778087 |
| 8829 | 2026-08-05T19:49:08.145Z | [ recovery-image] Aug 05 19:49:07.477 INFO O| Aug 05 19:49:07.477 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 74cc3141-74e2-4d95-8193-b753da778087 |
| 8830 | 2026-08-05T19:49:08.151Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8831 | 2026-08-05T19:49:08.162Z | [ recovery-image] Aug 05 19:49:07.494 INFO O| Aug 05 19:49:07.493 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8832 | 2026-08-05T19:49:08.182Z | [ recovery-image] Aug 05 19:49:07.514 INFO O| Aug 05 19:49:07.514 INFO STEP 0 (create_be) COMPLETE |
| 8833 | 2026-08-05T19:49:08.182Z | [ recovery-image] Aug 05 19:49:07.514 INFO O| Aug 05 19:49:07.514 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8834 | 2026-08-05T19:49:08.203Z | [ recovery-image] Aug 05 19:49:07.534 INFO O| Aug 05 19:49:07.534 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"] |
| 8835 | 2026-08-05T19:49:08.281Z | [ host-image] Aug 05 19:49:07.612 INFO O| adding properties... |
| 8836 | 2026-08-05T19:49:08.292Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8837 | 2026-08-05T19:49:08.381Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8838 | 2026-08-05T19:49:08.606Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8839 | 2026-08-05T19:49:08.815Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8840 | 2026-08-05T19:49:09.119Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8841 | 2026-08-05T19:49:09.291Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8842 | 2026-08-05T19:49:09.622Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8843 | 2026-08-05T19:49:09.727Z | [verify-libraries] Compiling drift v0.2.0 |
| 8844 | 2026-08-05T19:49:10.104Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8845 | 2026-08-05T19:49:10.108Z | [ host-image] Aug 05 19:49:09.435 INFO O| installing packages... |
| 8846 | 2026-08-05T19:49:10.593Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8847 | 2026-08-05T19:49:11.086Z | [ recovery-image] Aug 05 19:49:10.418 INFO O| Aug 05 19:49:10.417 INFO STEP 1 (unpack_tar) COMPLETE |
| 8848 | 2026-08-05T19:49:11.087Z | [ recovery-image] Aug 05 19:49:10.418 INFO O| Aug 05 19:49:10.418 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8849 | 2026-08-05T19:49:11.098Z | [ recovery-image] Aug 05 19:49:10.429 INFO O| Aug 05 19:49:10.429 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8850 | 2026-08-05T19:49:11.103Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8851 | 2026-08-05T19:49:11.194Z | [verify-libraries] Compiling dropshot-api-manager v0.7.2 |
| 8852 | 2026-08-05T19:49:12.012Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8853 | 2026-08-05T19:49:12.189Z | [verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 8854 | 2026-08-05T19:49:12.392Z | [ recovery-image] Aug 05 19:49:11.723 INFO O| Aug 05 19:49:11.723 INFO STEP 2 (devfsadm) COMPLETE |
| 8855 | 2026-08-05T19:49:12.392Z | [ recovery-image] Aug 05 19:49:11.723 INFO O| Aug 05 19:49:11.723 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8856 | 2026-08-05T19:49:12.401Z | [ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8857 | 2026-08-05T19:49:12.401Z | [ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.733 INFO STEP 3 (ensure_dir) COMPLETE |
| 8858 | 2026-08-05T19:49:12.401Z | [ recovery-image] Aug 05 19:49:11.733 INFO O| Aug 05 19:49:11.733 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8859 | 2026-08-05T19:49:12.411Z | [ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8860 | 2026-08-05T19:49:12.411Z | [ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO STEP 4 (ensure_dir) COMPLETE |
| 8861 | 2026-08-05T19:49:12.411Z | [ recovery-image] Aug 05 19:49:11.742 INFO O| Aug 05 19:49:11.742 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8862 | 2026-08-05T19:49:12.420Z | [ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.751 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8863 | 2026-08-05T19:49:12.420Z | [ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.752 INFO STEP 5 (ensure_dir) COMPLETE |
| 8864 | 2026-08-05T19:49:12.420Z | [ recovery-image] Aug 05 19:49:11.752 INFO O| Aug 05 19:49:11.752 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8865 | 2026-08-05T19:49:12.430Z | [ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8866 | 2026-08-05T19:49:12.430Z | [ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8867 | 2026-08-05T19:49:12.430Z | [ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO STEP 6 (ensure_dir) COMPLETE |
| 8868 | 2026-08-05T19:49:12.433Z | [ recovery-image] Aug 05 19:49:11.761 INFO O| Aug 05 19:49:11.761 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8869 | 2026-08-05T19:49:12.441Z | [ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8870 | 2026-08-05T19:49:12.441Z | [ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8871 | 2026-08-05T19:49:12.441Z | [ recovery-image] Aug 05 19:49:11.772 INFO O| Aug 05 19:49:11.772 INFO STEP 7 (ensure_dir) COMPLETE |
| 8872 | 2026-08-05T19:49:12.444Z | [ recovery-image] Aug 05 19:49:11.773 INFO O| Aug 05 19:49:11.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8873 | 2026-08-05T19:49:12.452Z | [ recovery-image] Aug 05 19:49:11.783 INFO O| Aug 05 19:49:11.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8874 | 2026-08-05T19:49:12.455Z | [ recovery-image] Aug 05 19:49:11.784 INFO O| Aug 05 19:49:11.784 INFO STEP 8 (remove_files) COMPLETE |
| 8875 | 2026-08-05T19:49:12.455Z | [ recovery-image] Aug 05 19:49:11.784 INFO O| Aug 05 19:49:11.784 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8876 | 2026-08-05T19:49:12.463Z | [ recovery-image] Aug 05 19:49:11.794 INFO O| Aug 05 19:49:11.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8877 | 2026-08-05T19:49:12.466Z | [ recovery-image] Aug 05 19:49:11.795 INFO O| Aug 05 19:49:11.795 INFO STEP 9 (remove_files) COMPLETE |
| 8878 | 2026-08-05T19:49:12.466Z | [ recovery-image] Aug 05 19:49:11.795 INFO O| Aug 05 19:49:11.795 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8879 | 2026-08-05T19:49:12.474Z | [ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8880 | 2026-08-05T19:49:12.477Z | [ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO STEP 10 (remove_files) COMPLETE |
| 8881 | 2026-08-05T19:49:12.477Z | [ recovery-image] Aug 05 19:49:11.806 INFO O| Aug 05 19:49:11.806 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8882 | 2026-08-05T19:49:12.485Z | [ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8883 | 2026-08-05T19:49:12.485Z | [ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO STEP 11 (remove_files) COMPLETE |
| 8884 | 2026-08-05T19:49:12.485Z | [ recovery-image] Aug 05 19:49:11.817 INFO O| Aug 05 19:49:11.817 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8885 | 2026-08-05T19:49:12.496Z | [ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8886 | 2026-08-05T19:49:12.497Z | [ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO STEP 12 (remove_files) COMPLETE |
| 8887 | 2026-08-05T19:49:12.500Z | [ recovery-image] Aug 05 19:49:11.828 INFO O| Aug 05 19:49:11.828 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8888 | 2026-08-05T19:49:12.508Z | [ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8889 | 2026-08-05T19:49:12.508Z | [ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8890 | 2026-08-05T19:49:12.508Z | [ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO STEP 13 (ensure_dir) COMPLETE |
| 8891 | 2026-08-05T19:49:12.511Z | [ recovery-image] Aug 05 19:49:11.839 INFO O| Aug 05 19:49:11.839 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8892 | 2026-08-05T19:49:12.519Z | [ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8893 | 2026-08-05T19:49:12.519Z | [ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8894 | 2026-08-05T19:49:12.519Z | [ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8895 | 2026-08-05T19:49:12.522Z | [ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO STEP 14 (ensure_dir) COMPLETE |
| 8896 | 2026-08-05T19:49:12.523Z | [ recovery-image] Aug 05 19:49:11.851 INFO O| Aug 05 19:49:11.851 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8897 | 2026-08-05T19:49:12.530Z | [ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8898 | 2026-08-05T19:49:12.530Z | [ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8899 | 2026-08-05T19:49:12.535Z | [ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8900 | 2026-08-05T19:49:12.535Z | [ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO STEP 15 (ensure_dir) COMPLETE |
| 8901 | 2026-08-05T19:49:12.535Z | [ recovery-image] Aug 05 19:49:11.862 INFO O| Aug 05 19:49:11.862 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8902 | 2026-08-05T19:49:12.542Z | [ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8903 | 2026-08-05T19:49:12.542Z | [ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8904 | 2026-08-05T19:49:12.542Z | [ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO STEP 16 (ensure_dir) COMPLETE |
| 8905 | 2026-08-05T19:49:12.545Z | [ recovery-image] Aug 05 19:49:11.872 INFO O| Aug 05 19:49:11.872 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8906 | 2026-08-05T19:49:12.553Z | [ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8907 | 2026-08-05T19:49:12.553Z | [ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8908 | 2026-08-05T19:49:12.556Z | [ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO STEP 17 (ensure_dir) COMPLETE |
| 8909 | 2026-08-05T19:49:12.556Z | [ recovery-image] Aug 05 19:49:11.884 INFO O| Aug 05 19:49:11.884 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8910 | 2026-08-05T19:49:12.564Z | [ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8911 | 2026-08-05T19:49:12.564Z | [ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8912 | 2026-08-05T19:49:12.564Z | [ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO ok! |
| 8913 | 2026-08-05T19:49:12.567Z | [ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8914 | 2026-08-05T19:49:12.567Z | [ recovery-image] Aug 05 19:49:11.895 INFO O| Aug 05 19:49:11.895 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8915 | 2026-08-05T19:49:12.575Z | [ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8916 | 2026-08-05T19:49:12.575Z | [ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8917 | 2026-08-05T19:49:12.575Z | [ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO ok! |
| 8918 | 2026-08-05T19:49:12.578Z | [ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO STEP 19 (ensure_file) COMPLETE |
| 8919 | 2026-08-05T19:49:12.578Z | [ recovery-image] Aug 05 19:49:11.906 INFO O| Aug 05 19:49:11.906 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8920 | 2026-08-05T19:49:12.585Z | [ recovery-image] Aug 05 19:49:11.916 INFO O| Aug 05 19:49:11.916 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8921 | 2026-08-05T19:49:12.585Z | [ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.916 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8922 | 2026-08-05T19:49:12.585Z | [ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8923 | 2026-08-05T19:49:13.226Z | [ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO ok! |
| 8924 | 2026-08-05T19:49:13.227Z | [ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8925 | 2026-08-05T19:49:13.227Z | [ recovery-image] Aug 05 19:49:11.917 INFO O| Aug 05 19:49:11.917 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8926 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8927 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8928 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8929 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO ok! |
| 8930 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8931 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.927 INFO O| Aug 05 19:49:11.927 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8932 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8933 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8934 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8935 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO ok! |
| 8936 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8937 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.937 INFO O| Aug 05 19:49:11.937 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8938 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8939 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8940 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8941 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO ok! |
| 8942 | 2026-08-05T19:49:13.237Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8943 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.948 INFO O| Aug 05 19:49:11.948 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8944 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8945 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 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 ... |
| 8946 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8947 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO ok! |
| 8948 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO STEP 24 (ensure_file) COMPLETE |
| 8949 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.959 INFO O| Aug 05 19:49:11.959 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8950 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO updating shadow file |
| 8951 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8952 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8953 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO STEP 25 (shadow) COMPLETE |
| 8954 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.969 INFO O| Aug 05 19:49:11.969 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8955 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8956 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8957 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8958 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO ok! |
| 8959 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO STEP 26 (ensure_file) COMPLETE |
| 8960 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.979 INFO O| Aug 05 19:49:11.979 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8961 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8962 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8963 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8964 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO ok! |
| 8965 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO STEP 27 (ensure_file) COMPLETE |
| 8966 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:11.990 INFO O| Aug 05 19:49:11.990 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8967 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8968 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8969 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8970 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8971 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO ok! |
| 8972 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO STEP 28 (ensure_file) COMPLETE |
| 8973 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.000 INFO O| Aug 05 19:49:12.000 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8974 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8975 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8976 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8977 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO ok! |
| 8978 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO STEP 29 (ensure_file) COMPLETE |
| 8979 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.011 INFO O| Aug 05 19:49:12.011 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8980 | 2026-08-05T19:49:13.238Z | [ recovery-image] Aug 05 19:49:12.021 INFO O| Aug 05 19:49:12.021 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8981 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.021 INFO O| Aug 05 19:49:12.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8982 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.021 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8983 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.022 INFO STEP 30 (ensure_dir) COMPLETE |
| 8984 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.022 INFO O| Aug 05 19:49:12.022 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8985 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8986 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 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 ... |
| 8987 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 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 |
| 8988 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8989 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO ok! |
| 8990 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO STEP 31 (ensure_file) COMPLETE |
| 8991 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.033 INFO O| Aug 05 19:49:12.033 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8992 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8993 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8994 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8995 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO STEP 32 (ensure_dir) COMPLETE |
| 8996 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.044 INFO O| Aug 05 19:49:12.044 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8997 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.054 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8998 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 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 ... |
| 8999 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 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 |
| 9000 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 9001 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO ok! |
| 9002 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO STEP 33 (ensure_file) COMPLETE |
| 9003 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.055 INFO O| Aug 05 19:49:12.055 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9004 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 9005 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 9006 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 9007 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO ok! |
| 9008 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO STEP 34 (ensure_file) COMPLETE |
| 9009 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.065 INFO O| Aug 05 19:49:12.065 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9010 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9011 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 9012 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 9013 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 9014 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO ok! |
| 9015 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO STEP 35 (ensure_file) COMPLETE |
| 9016 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.077 INFO O| Aug 05 19:49:12.077 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9017 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.090 INFO O| Aug 05 19:49:12.090 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 9018 | 2026-08-05T19:49:13.239Z | [ recovery-image] Aug 05 19:49:12.090 INFO O| Aug 05 19:49:12.090 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 9019 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 9020 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO ok! |
| 9021 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO STEP 36 (ensure_file) COMPLETE |
| 9022 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.091 INFO O| Aug 05 19:49:12.091 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9023 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9024 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 9025 | 2026-08-05T19:49:13.240Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 9026 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO ok! |
| 9027 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO STEP 37 (ensure_file) COMPLETE |
| 9028 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.102 INFO O| Aug 05 19:49:12.102 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9029 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 9030 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 9031 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9032 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9033 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9034 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9035 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO ok! |
| 9036 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO STEP 38 (ensure_file) COMPLETE |
| 9037 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.112 INFO O| Aug 05 19:49:12.112 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9038 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9039 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9040 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9041 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO STEP 39 (ensure_dir) COMPLETE |
| 9042 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.122 INFO O| Aug 05 19:49:12.122 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9043 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 |
| 9044 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 ... |
| 9045 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 |
| 9046 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 |
| 9047 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 |
| 9048 | 2026-08-05T19:49:13.245Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 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 |
| 9049 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO ok! |
| 9050 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO STEP 40 (ensure_file) COMPLETE |
| 9051 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.133 INFO O| Aug 05 19:49:12.133 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9052 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9053 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 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 ... |
| 9054 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9055 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO ok! |
| 9056 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9057 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.144 INFO O| Aug 05 19:49:12.144 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9058 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 9059 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9060 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 9061 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO ok! |
| 9062 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9063 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.155 INFO O| Aug 05 19:49:12.155 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9064 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 9065 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 9066 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9067 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9068 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9069 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9070 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO ok! |
| 9071 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO STEP 43 (ensure_file) COMPLETE |
| 9072 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.166 INFO O| Aug 05 19:49:12.166 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9073 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 9074 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 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 ... |
| 9075 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 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 |
| 9076 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 9077 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO ok! |
| 9078 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO STEP 44 (ensure_file) COMPLETE |
| 9079 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.177 INFO O| Aug 05 19:49:12.177 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9080 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.186 INFO O| Aug 05 19:49:12.186 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 9081 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 9082 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 9083 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO ok! |
| 9084 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO STEP 45 (ensure_file) COMPLETE |
| 9085 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.187 INFO O| Aug 05 19:49:12.186 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9086 | 2026-08-05T19:49:13.246Z | [ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO updating shadow file |
| 9087 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 9088 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO STEP 46 (shadow) COMPLETE |
| 9089 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.196 INFO O| Aug 05 19:49:12.195 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9090 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 9091 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 9092 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9093 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9094 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO ok! |
| 9095 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO STEP 47 (ensure_file) COMPLETE |
| 9096 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.207 INFO O| Aug 05 19:49:12.207 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9097 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 9098 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO STEP 48 (ensure_dir) COMPLETE |
| 9099 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.219 INFO O| Aug 05 19:49:12.219 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9100 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9101 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9102 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO STEP 49 (ensure_dir) COMPLETE |
| 9103 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.229 INFO O| Aug 05 19:49:12.229 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9104 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9105 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9106 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO STEP 50 (ensure_dir) COMPLETE |
| 9107 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.240 INFO O| Aug 05 19:49:12.240 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9108 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.251 INFO O| Aug 05 19:49:12.251 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 9109 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.252 INFO O| Aug 05 19:49:12.251 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 9110 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 9111 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO ok! |
| 9112 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO STEP 51 (ensure_file) COMPLETE |
| 9113 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.282 INFO O| Aug 05 19:49:12.282 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9114 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9115 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9116 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO STEP 52 (ensure_dir) COMPLETE |
| 9117 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.294 INFO O| Aug 05 19:49:12.294 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9118 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 9119 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.303 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 9120 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 9121 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO ok! |
| 9122 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO STEP 53 (ensure_file) COMPLETE |
| 9123 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.304 INFO O| Aug 05 19:49:12.304 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9124 | 2026-08-05T19:49:13.247Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 9125 | 2026-08-05T19:49:13.247Z | [ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9126 | 2026-08-05T19:49:13.252Z | [ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9127 | 2026-08-05T19:49:13.252Z | [ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO STEP 54 (ensure_dir) COMPLETE |
| 9128 | 2026-08-05T19:49:13.252Z | [ recovery-image] Aug 05 19:49:12.315 INFO O| Aug 05 19:49:12.315 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9129 | 2026-08-05T19:49:13.252Z | [ recovery-image] Aug 05 19:49:12.324 INFO O| Aug 05 19:49:12.324 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9130 | 2026-08-05T19:49:13.252Z | [ recovery-image] Aug 05 19:49:12.324 INFO O| Aug 05 19:49:12.324 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 9131 | 2026-08-05T19:49:13.252Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 9132 | 2026-08-05T19:49:13.297Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 9133 | 2026-08-05T19:49:15.876Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 9134 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 9135 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO ok! |
| 9136 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO STEP 55 (ensure_file) COMPLETE |
| 9137 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.359 INFO O| Aug 05 19:49:14.359 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9138 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.370 INFO O| Aug 05 19:49:14.370 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9139 | 2026-08-05T19:49:15.884Z | [ recovery-image] Aug 05 19:49:14.370 INFO O| Aug 05 19:49:14.370 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 9140 | 2026-08-05T19:49:15.884Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 9141 | 2026-08-05T19:49:18.100Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 9142 | 2026-08-05T19:49:18.123Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 9143 | 2026-08-05T19:49:18.124Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 9144 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 9145 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO ok! |
| 9146 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO STEP 56 (ensure_file) COMPLETE |
| 9147 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.335 INFO O| Aug 05 19:49:16.335 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9148 | 2026-08-05T19:49:18.124Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 9149 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.346 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9150 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9151 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO STEP 57 (ensure_dir) COMPLETE |
| 9152 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.347 INFO O| Aug 05 19:49:16.347 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9153 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9154 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 9155 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 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 |
| 9156 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO ok! |
| 9157 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO STEP 58 (ensure_file) COMPLETE |
| 9158 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.358 INFO O| Aug 05 19:49:16.358 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9159 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9160 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 9161 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 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 |
| 9162 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO ok! |
| 9163 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO STEP 59 (ensure_file) COMPLETE |
| 9164 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.367 INFO O| Aug 05 19:49:16.367 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9165 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9166 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9167 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO STEP 60 (ensure_dir) COMPLETE |
| 9168 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.379 INFO O| Aug 05 19:49:16.379 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9169 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9170 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 9171 | 2026-08-05T19:49:18.124Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9172 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO ok! |
| 9173 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO STEP 61 (ensure_file) COMPLETE |
| 9174 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.390 INFO O| Aug 05 19:49:16.390 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9175 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9176 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 9177 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 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 |
| 9178 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO ok! |
| 9179 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO STEP 62 (ensure_file) COMPLETE |
| 9180 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.402 INFO O| Aug 05 19:49:16.402 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9181 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9182 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9183 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO STEP 63 (ensure_dir) COMPLETE |
| 9184 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.412 INFO O| Aug 05 19:49:16.412 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9185 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9186 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 9187 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9188 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO ok! |
| 9189 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO STEP 64 (ensure_file) COMPLETE |
| 9190 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.422 INFO O| Aug 05 19:49:16.422 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9191 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9192 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9193 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9194 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO ok! |
| 9195 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO STEP 65 (ensure_file) COMPLETE |
| 9196 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.434 INFO O| Aug 05 19:49:16.434 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9197 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.444 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9198 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.445 INFO STEP 66 (ensure_dir) COMPLETE |
| 9199 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.445 INFO O| Aug 05 19:49:16.445 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9200 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9201 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO STEP 67 (ensure_dir) COMPLETE |
| 9202 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.454 INFO O| Aug 05 19:49:16.454 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9203 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9204 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO STEP 68 (ensure_dir) COMPLETE |
| 9205 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.465 INFO O| Aug 05 19:49:16.465 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9206 | 2026-08-05T19:49:18.125Z | [ recovery-image] Aug 05 19:49:16.475 INFO O| Aug 05 19:49:16.475 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9207 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.475 INFO O| Aug 05 19:49:16.475 INFO STEP 69 (ensure_dir) COMPLETE |
| 9208 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.476 INFO O| Aug 05 19:49:16.475 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9209 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.485 INFO O| Aug 05 19:49:16.485 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9210 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.485 INFO copying /tmp/.tmpqaqL9a/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9211 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9212 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO ok! |
| 9213 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO STEP 70 (ensure_file) COMPLETE |
| 9214 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.486 INFO O| Aug 05 19:49:16.486 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9215 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9216 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO STEP 71 (remove_files) COMPLETE |
| 9217 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.496 INFO O| Aug 05 19:49:16.496 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9218 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.507 INFO O| Aug 05 19:49:16.507 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9219 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.508 INFO O| Aug 05 19:49:16.508 INFO STEP 72 (remove_files) COMPLETE |
| 9220 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.508 INFO O| Aug 05 19:49:16.508 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9221 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9222 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO STEP 73 (remove_files) COMPLETE |
| 9223 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.518 INFO O| Aug 05 19:49:16.518 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9224 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9225 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO STEP 74 (remove_files) COMPLETE |
| 9226 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.530 INFO O| Aug 05 19:49:16.530 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9227 | 2026-08-05T19:49:18.126Z | [verify-libraries] Compiling multimap v0.10.1 |
| 9228 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9229 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO STEP 75 (remove_files) COMPLETE |
| 9230 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.543 INFO O| Aug 05 19:49:16.543 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9231 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9232 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO STEP 76 (remove_files) COMPLETE |
| 9233 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.554 INFO O| Aug 05 19:49:16.554 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9234 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.563 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9235 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.564 INFO STEP 77 (remove_files) COMPLETE |
| 9236 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.564 INFO O| Aug 05 19:49:16.564 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9237 | 2026-08-05T19:49:18.126Z | [verify-libraries] Compiling termios v0.3.3 |
| 9238 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9239 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO STEP 78 (remove_files) COMPLETE |
| 9240 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.576 INFO O| Aug 05 19:49:16.576 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9241 | 2026-08-05T19:49:18.126Z | [ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9242 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO STEP 79 (remove_files) COMPLETE |
| 9243 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.587 INFO O| Aug 05 19:49:16.587 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9244 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.598 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9245 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.599 INFO STEP 80 (remove_files) COMPLETE |
| 9246 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.599 INFO O| Aug 05 19:49:16.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9247 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9248 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.611 INFO STEP 81 (remove_files) COMPLETE |
| 9249 | 2026-08-05T19:49:18.131Z | [ recovery-image] Aug 05 19:49:16.611 INFO O| Aug 05 19:49:16.611 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9250 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9251 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO STEP 82 (remove_files) COMPLETE |
| 9252 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.621 INFO O| Aug 05 19:49:16.621 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9253 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9254 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.632 INFO STEP 83 (remove_files) COMPLETE |
| 9255 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.632 INFO O| Aug 05 19:49:16.632 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9256 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9257 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO STEP 84 (remove_files) COMPLETE |
| 9258 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.642 INFO O| Aug 05 19:49:16.642 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9259 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9260 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO STEP 85 (remove_files) COMPLETE |
| 9261 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.652 INFO O| Aug 05 19:49:16.652 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9262 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9263 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO STEP 86 (remove_files) COMPLETE |
| 9264 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.662 INFO O| Aug 05 19:49:16.662 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9265 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9266 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.673 INFO STEP 87 (remove_files) COMPLETE |
| 9267 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.673 INFO O| Aug 05 19:49:16.673 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9268 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.683 INFO O| Aug 05 19:49:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9269 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.684 INFO O| Aug 05 19:49:16.683 INFO STEP 88 (remove_files) COMPLETE |
| 9270 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.684 INFO O| Aug 05 19:49:16.683 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9271 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9272 | 2026-08-05T19:49:18.132Z | [ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.695 INFO STEP 89 (remove_files) COMPLETE |
| 9273 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.695 INFO O| Aug 05 19:49:16.695 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9274 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.705 INFO O| Aug 05 19:49:16.705 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9275 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.706 INFO O| Aug 05 19:49:16.705 INFO STEP 90 (remove_files) COMPLETE |
| 9276 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.706 INFO O| Aug 05 19:49:16.706 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9277 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9278 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO STEP 91 (remove_files) COMPLETE |
| 9279 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.718 INFO O| Aug 05 19:49:16.717 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9280 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9281 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO STEP 92 (remove_files) COMPLETE |
| 9282 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.727 INFO O| Aug 05 19:49:16.727 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9283 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9284 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.739 INFO STEP 93 (remove_files) COMPLETE |
| 9285 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.739 INFO O| Aug 05 19:49:16.739 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9286 | 2026-08-05T19:49:18.133Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 9287 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.748 INFO O| Aug 05 19:49:16.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9288 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.748 INFO O| Aug 05 19:49:16.748 INFO STEP 94 (remove_files) COMPLETE |
| 9289 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.749 INFO O| Aug 05 19:49:16.748 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9290 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9291 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO STEP 95 (remove_files) COMPLETE |
| 9292 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.759 INFO O| Aug 05 19:49:16.758 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9293 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9294 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO STEP 96 (remove_files) COMPLETE |
| 9295 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.768 INFO O| Aug 05 19:49:16.768 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9296 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9297 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO STEP 97 (remove_files) COMPLETE |
| 9298 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.777 INFO O| Aug 05 19:49:16.777 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9299 | 2026-08-05T19:49:18.133Z | [ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9300 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO STEP 98 (remove_files) COMPLETE |
| 9301 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.787 INFO O| Aug 05 19:49:16.787 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9302 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9303 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO STEP 99 (remove_files) COMPLETE |
| 9304 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.796 INFO O| Aug 05 19:49:16.796 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9305 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.812 INFO O| Aug 05 19:49:16.812 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9306 | 2026-08-05T19:49:18.134Z | [ recovery-image] Aug 05 19:49:16.812 INFO O| Aug 05 19:49:16.812 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9307 | 2026-08-05T19:49:18.134Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 9308 | 2026-08-05T19:49:22.224Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 9309 | 2026-08-05T19:49:22.442Z | [ host-image] Aug 05 19:49:21.773 INFO O| seeding SMF database... |
| 9310 | 2026-08-05T19:49:22.457Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 9311 | 2026-08-05T19:49:22.493Z | [ recovery-image] Aug 05 19:49:21.823 INFO O| Aug 05 19:49:21.823 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 |
| 9312 | 2026-08-05T19:49:22.494Z | [ recovery-image] Aug 05 19:49:21.823 INFO O| Aug 05 19:49:21.823 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9313 | 2026-08-05T19:49:22.507Z | [ recovery-image] Aug 05 19:49:21.838 INFO O| Aug 05 19:49:21.838 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 9314 | 2026-08-05T19:49:22.607Z | [ recovery-image] Aug 05 19:49:21.939 INFO O| Aug 05 19:49:21.938 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 9315 | 2026-08-05T19:49:22.666Z | [ recovery-image] Aug 05 19:49:21.997 INFO O| Aug 05 19:49:21.997 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_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"} |
| 9316 | 2026-08-05T19:49:22.738Z | [ recovery-image] Aug 05 19:49:22.062 INFO O| Aug 05 19:49:22.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9317 | 2026-08-05T19:49:22.739Z | [ recovery-image] Aug 05 19:49:22.063 INFO O| Aug 05 19:49:22.062 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 ... |
| 9318 | 2026-08-05T19:49:22.739Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9319 | 2026-08-05T19:49:22.742Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO ok! |
| 9320 | 2026-08-05T19:49:22.742Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9321 | 2026-08-05T19:49:22.742Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO STEP 100 (seed_smf) COMPLETE |
| 9322 | 2026-08-05T19:49:22.742Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO steps complete; finalising image! |
| 9323 | 2026-08-05T19:49:22.747Z | [ recovery-image] Aug 05 19:49:22.066 INFO O| Aug 05 19:49:22.065 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9324 | 2026-08-05T19:49:22.796Z | [ recovery-image] Aug 05 19:49:22.127 INFO O| Aug 05 19:49:22.127 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9325 | 2026-08-05T19:49:23.006Z | [ recovery-image] Aug 05 19:49:22.334 INFO O| Aug 05 19:49:22.334 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9326 | 2026-08-05T19:49:23.210Z | [ recovery-image] Aug 05 19:49:22.541 INFO O| Aug 05 19:49:22.541 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9327 | 2026-08-05T19:49:23.415Z | [ recovery-image] Aug 05 19:49:22.746 INFO O| Aug 05 19:49:22.746 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9328 | 2026-08-05T19:49:23.620Z | [ recovery-image] Aug 05 19:49:22.952 INFO O| Aug 05 19:49:22.952 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9329 | 2026-08-05T19:49:23.827Z | [ recovery-image] Aug 05 19:49:23.158 INFO O| Aug 05 19:49:23.158 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Wed Aug 5 19:49:22 2026) |
| 9330 | 2026-08-05T19:49:24.051Z | [ recovery-image] Aug 05 19:49:23.382 INFO O| Aug 05 19:49:23.382 INFO temporary pool has 496M used, 1.27G avail, 1.00x compressratio |
| 9331 | 2026-08-05T19:49:24.051Z | [ recovery-image] Aug 05 19:49:23.382 INFO O| Aug 05 19:49:23.382 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9332 | 2026-08-05T19:49:24.820Z | [ recovery-image] Aug 05 19:49:24.151 INFO O| Aug 05 19:49:24.151 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 |
| 9333 | 2026-08-05T19:49:24.820Z | [ recovery-image] Aug 05 19:49:24.151 INFO O| Aug 05 19:49:24.151 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9334 | 2026-08-05T19:49:27.393Z | [ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9335 | 2026-08-05T19:49:27.393Z | [ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9336 | 2026-08-05T19:49:27.397Z | [ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9337 | 2026-08-05T19:49:27.397Z | [ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO completed processing sled/zfs-recovery |
| 9338 | 2026-08-05T19:49:27.397Z | [ recovery-image] Aug 05 19:49:26.724 INFO O| Aug 05 19:49:26.724 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9339 | 2026-08-05T19:49:28.446Z | [ host-image] Aug 05 19:49:27.777 INFO O| configuring SMF profile... |
| 9340 | 2026-08-05T19:49:28.446Z | [ host-image] Aug 05 19:49:27.777 INFO O| modifying shadow(5)... |
| 9341 | 2026-08-05T19:49:28.450Z | [ host-image] Aug 05 19:49:27.777 INFO O| loading user and group database... |
| 9342 | 2026-08-05T19:49:28.450Z | [ host-image] Aug 05 19:49:27.777 INFO O| loading facet selections... |
| 9343 | 2026-08-05T19:49:28.852Z | [ host-image] Aug 05 19:49:28.182 INFO O| devel -> true |
| 9344 | 2026-08-05T19:49:28.852Z | [ host-image] Aug 05 19:49:28.182 INFO O| doc.man -> true |
| 9345 | 2026-08-05T19:49:28.852Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.shell/ksh93 -> true |
| 9346 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/data/hardware-registry -> true |
| 9347 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/data/zoneinfo -> true |
| 9348 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/amd -> true |
| 9349 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/intel -> true |
| 9350 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| version-lock.system/microcode/oxide -> true |
| 9351 | 2026-08-05T19:49:28.855Z | [ host-image] Aug 05 19:49:28.183 INFO O| assessing packaged files... |
| 9352 | 2026-08-05T19:49:30.600Z | [verify-libraries] Compiling oso v0.27.3 |
| 9353 | 2026-08-05T19:49:30.775Z | [ host-image] Aug 05 19:49:30.106 INFO O| creating archive... |
| 9354 | 2026-08-05T19:49:30.797Z | [ host-image] Aug 05 19:49:30.128 INFO O| missing from packaging: |
| 9355 | 2026-08-05T19:49:30.798Z | [ host-image] Aug 05 19:49:30.129 INFO O| "etc/.pwd.lock" |
| 9356 | 2026-08-05T19:49:30.798Z | [ host-image] Aug 05 19:49:30.129 INFO O| "etc/bash" |
| 9357 | 2026-08-05T19:49:30.804Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/generic.xml" |
| 9358 | 2026-08-05T19:49:30.807Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9359 | 2026-08-05T19:49:30.807Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/name_service.xml" |
| 9360 | 2026-08-05T19:49:30.807Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/platform.xml" |
| 9361 | 2026-08-05T19:49:30.807Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9362 | 2026-08-05T19:49:30.807Z | [ host-image] Aug 05 19:49:30.133 INFO O| "etc/svc/repository.db" |
| 9363 | 2026-08-05T19:49:30.811Z | [ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share" |
| 9364 | 2026-08-05T19:49:30.811Z | [ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share/man" |
| 9365 | 2026-08-05T19:49:30.814Z | [ host-image] Aug 05 19:49:30.142 INFO O| "opt/ooce/share/man/man1" |
| 9366 | 2026-08-05T19:49:30.820Z | [ host-image] Aug 05 19:49:30.151 INFO O| finishing archive... |
| 9367 | 2026-08-05T19:49:33.344Z | [ host-image] Aug 05 19:49:32.675 INFO O| creating gzonly manifest... |
| 9368 | 2026-08-05T19:49:33.389Z | [ host-image] Aug 05 19:49:32.676 INFO O| ok |
| 9369 | 2026-08-05T19:49:33.467Z | [ host-image] Aug 05 19:49:32.798 INFO image builder template: ramdisk-02-trim... |
| 9370 | 2026-08-05T19:49:33.467Z | [ host-image] Aug 05 19:49:32.798 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9371 | 2026-08-05T19:49:33.492Z | [ host-image] Aug 05 19:49:32.823 INFO O| Aug 05 19:49:32.822 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9372 | 2026-08-05T19:49:33.496Z | [ host-image] Aug 05 19:49:32.827 INFO O| Aug 05 19:49:32.827 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9373 | 2026-08-05T19:49:34.486Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9374 | 2026-08-05T19:49:34.509Z | [ host-image] Aug 05 19:49:33.840 INFO O| Aug 05 19:49:33.840 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9375 | 2026-08-05T19:49:34.566Z | [ recovery-image] Aug 05 19:49:33.897 INFO O| Aug 05 19:49:33.897 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9376 | 2026-08-05T19:49:34.597Z | [ host-image] Aug 05 19:49:33.928 INFO O| Aug 05 19:49:33.928 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9377 | 2026-08-05T19:49:34.597Z | [ host-image] Aug 05 19:49:33.928 INFO O| Aug 05 19:49:33.928 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9378 | 2026-08-05T19:49:34.605Z | [ host-image] Aug 05 19:49:33.936 INFO O| Aug 05 19:49:33.936 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9379 | 2026-08-05T19:49:34.610Z | [ host-image] Aug 05 19:49:33.941 INFO O| Aug 05 19:49:33.941 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9380 | 2026-08-05T19:49:34.616Z | [ host-image] Aug 05 19:49:33.947 INFO O| Aug 05 19:49:33.947 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9381 | 2026-08-05T19:49:34.673Z | [ recovery-image] Aug 05 19:49:34.003 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n" |
| 9382 | 2026-08-05T19:49:34.673Z | [ recovery-image] Aug 05 19:49:34.003 INFO expanded image name: "recovery 1f4f17a/${os_short_commit} 2026-08-05 19:30" -> "recovery 1f4f17a/63fe1e0 2026-08-05 19:30" |
| 9383 | 2026-08-05T19:49:34.679Z | [ recovery-image] Aug 05 19:49:34.003 INFO output artefacts stored in: "/work/os-recovery" |
| 9384 | 2026-08-05T19:49:34.679Z | [ recovery-image] Aug 05 19:49:34.004 INFO collecting git info from project "amd-firmware"... |
| 9385 | 2026-08-05T19:49:34.902Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9386 | 2026-08-05T19:49:35.017Z | [ recovery-image] Aug 05 19:49:34.347 INFO collecting git info from project "dmar-report"... |
| 9387 | 2026-08-05T19:49:35.028Z | [ recovery-image] Aug 05 19:49:34.359 INFO collecting git info from project "chelsio-t6-roms"... |
| 9388 | 2026-08-05T19:49:35.037Z | [ host-image] Aug 05 19:49:34.368 INFO O| Aug 05 19:49:34.368 INFO rolled back to input snapshot; work may begin |
| 9389 | 2026-08-05T19:49:35.037Z | [ host-image] Aug 05 19:49:34.368 INFO O| Aug 05 19:49:34.368 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9390 | 2026-08-05T19:49:35.043Z | [ host-image] Aug 05 19:49:34.374 INFO O| Aug 05 19:49:34.374 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9391 | 2026-08-05T19:49:35.047Z | [ recovery-image] Aug 05 19:49:34.378 INFO collecting git info from project "bootserver"... |
| 9392 | 2026-08-05T19:49:35.054Z | [ recovery-image] Aug 05 19:49:34.385 INFO collecting git info from project "amd-host-image-builder"... |
| 9393 | 2026-08-05T19:49:35.054Z | [ host-image] Aug 05 19:49:34.385 INFO O| Aug 05 19:49:34.385 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9394 | 2026-08-05T19:49:35.096Z | [ host-image] Aug 05 19:49:34.427 INFO O| Aug 05 19:49:34.427 INFO STEP 0 (remove_files) COMPLETE |
| 9395 | 2026-08-05T19:49:35.096Z | [ host-image] Aug 05 19:49:34.427 INFO O| Aug 05 19:49:34.427 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9396 | 2026-08-05T19:49:35.100Z | [ recovery-image] Aug 05 19:49:34.428 INFO collecting git info from project "pilot"... |
| 9397 | 2026-08-05T19:49:35.107Z | [ host-image] Aug 05 19:49:34.439 INFO O| Aug 05 19:49:34.438 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9398 | 2026-08-05T19:49:35.107Z | [ recovery-image] Aug 05 19:49:34.439 INFO collecting git info from project "phbl"... |
| 9399 | 2026-08-05T19:49:35.111Z | [ host-image] Aug 05 19:49:34.440 INFO O| Aug 05 19:49:34.440 INFO STEP 1 (remove_files) COMPLETE |
| 9400 | 2026-08-05T19:49:35.111Z | [ host-image] Aug 05 19:49:34.440 INFO O| Aug 05 19:49:34.440 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9401 | 2026-08-05T19:49:35.115Z | [ recovery-image] Aug 05 19:49:34.447 INFO collecting git info from project "image-builder"... |
| 9402 | 2026-08-05T19:49:35.118Z | [ host-image] Aug 05 19:49:34.450 INFO O| Aug 05 19:49:34.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9403 | 2026-08-05T19:49:35.123Z | [ recovery-image] Aug 05 19:49:34.454 INFO collecting git info from project "pinprick"... |
| 9404 | 2026-08-05T19:49:35.129Z | [ recovery-image] Aug 05 19:49:34.460 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9405 | 2026-08-05T19:49:35.133Z | [ host-image] Aug 05 19:49:34.464 INFO O| Aug 05 19:49:34.464 INFO STEP 2 (remove_files) COMPLETE |
| 9406 | 2026-08-05T19:49:35.133Z | [ host-image] Aug 05 19:49:34.464 INFO O| Aug 05 19:49:34.464 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9407 | 2026-08-05T19:49:35.143Z | [ host-image] Aug 05 19:49:34.474 INFO O| Aug 05 19:49:34.474 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9408 | 2026-08-05T19:49:35.146Z | [ host-image] Aug 05 19:49:34.475 INFO O| Aug 05 19:49:34.475 INFO STEP 3 (remove_files) COMPLETE |
| 9409 | 2026-08-05T19:49:35.146Z | [ host-image] Aug 05 19:49:34.475 INFO O| Aug 05 19:49:34.475 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9410 | 2026-08-05T19:49:35.152Z | [ host-image] Aug 05 19:49:34.484 INFO O| Aug 05 19:49:34.484 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9411 | 2026-08-05T19:49:35.155Z | [ host-image] Aug 05 19:49:34.487 INFO O| Aug 05 19:49:34.487 INFO STEP 4 (remove_files) COMPLETE |
| 9412 | 2026-08-05T19:49:35.155Z | [ host-image] Aug 05 19:49:34.487 INFO O| Aug 05 19:49:34.487 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9413 | 2026-08-05T19:49:35.165Z | [ host-image] Aug 05 19:49:34.497 INFO O| Aug 05 19:49:34.497 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9414 | 2026-08-05T19:49:35.169Z | [ host-image] Aug 05 19:49:34.499 INFO O| Aug 05 19:49:34.499 INFO STEP 5 (remove_files) COMPLETE |
| 9415 | 2026-08-05T19:49:35.169Z | [ host-image] Aug 05 19:49:34.499 INFO O| Aug 05 19:49:34.499 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9416 | 2026-08-05T19:49:35.177Z | [ host-image] Aug 05 19:49:34.508 INFO O| Aug 05 19:49:34.508 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9417 | 2026-08-05T19:49:35.188Z | [ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 6 (remove_files) COMPLETE |
| 9418 | 2026-08-05T19:49:35.188Z | [ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9419 | 2026-08-05T19:49:35.188Z | [ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO skip step because feature "heliosv2" is not enabled |
| 9420 | 2026-08-05T19:49:35.191Z | [ host-image] Aug 05 19:49:34.519 INFO O| Aug 05 19:49:34.519 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9421 | 2026-08-05T19:49:35.199Z | [ host-image] Aug 05 19:49:34.531 INFO O| Aug 05 19:49:34.530 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9422 | 2026-08-05T19:49:35.210Z | [ host-image] Aug 05 19:49:34.542 INFO O| Aug 05 19:49:34.541 INFO STEP 8 (remove_files) COMPLETE |
| 9423 | 2026-08-05T19:49:35.210Z | [ host-image] Aug 05 19:49:34.542 INFO O| Aug 05 19:49:34.541 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9424 | 2026-08-05T19:49:35.224Z | [ host-image] Aug 05 19:49:34.553 INFO O| Aug 05 19:49:34.553 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9425 | 2026-08-05T19:49:35.323Z | [ host-image] Aug 05 19:49:34.654 INFO O| Aug 05 19:49:34.654 INFO STEP 9 (remove_files) COMPLETE |
| 9426 | 2026-08-05T19:49:35.323Z | [ host-image] Aug 05 19:49:34.654 INFO O| Aug 05 19:49:34.654 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9427 | 2026-08-05T19:49:35.386Z | [ host-image] Aug 05 19:49:34.717 INFO O| Aug 05 19:49:34.717 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9428 | 2026-08-05T19:49:35.471Z | [ host-image] Aug 05 19:49:34.802 INFO O| Aug 05 19:49:34.802 INFO STEP 10 (remove_files) COMPLETE |
| 9429 | 2026-08-05T19:49:35.471Z | [ host-image] Aug 05 19:49:34.802 INFO O| Aug 05 19:49:34.802 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9430 | 2026-08-05T19:49:35.497Z | [ host-image] Aug 05 19:49:34.828 INFO O| Aug 05 19:49:34.828 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9431 | 2026-08-05T19:49:35.501Z | [ host-image] Aug 05 19:49:34.832 INFO O| Aug 05 19:49:34.832 INFO STEP 11 (remove_files) COMPLETE |
| 9432 | 2026-08-05T19:49:35.501Z | [ host-image] Aug 05 19:49:34.832 INFO O| Aug 05 19:49:34.832 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9433 | 2026-08-05T19:49:35.520Z | [ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.850 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9434 | 2026-08-05T19:49:35.523Z | [ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.851 INFO STEP 12 (remove_files) COMPLETE |
| 9435 | 2026-08-05T19:49:35.523Z | [ host-image] Aug 05 19:49:34.851 INFO O| Aug 05 19:49:34.851 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9436 | 2026-08-05T19:49:35.531Z | [ host-image] Aug 05 19:49:34.863 INFO O| Aug 05 19:49:34.863 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9437 | 2026-08-05T19:49:35.535Z | [ host-image] Aug 05 19:49:34.864 INFO O| Aug 05 19:49:34.864 INFO STEP 13 (remove_files) COMPLETE |
| 9438 | 2026-08-05T19:49:35.535Z | [ host-image] Aug 05 19:49:34.864 INFO O| Aug 05 19:49:34.864 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9439 | 2026-08-05T19:49:35.728Z | [ recovery-image] Aug 05 19:49:35.059 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9440 | 2026-08-05T19:49:35.771Z | [ host-image] Aug 05 19:49:35.101 INFO O| Aug 05 19:49:35.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9441 | 2026-08-05T19:49:35.780Z | [ host-image] Aug 05 19:49:35.111 INFO O| Aug 05 19:49:35.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9442 | 2026-08-05T19:49:35.836Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9443 | 2026-08-05T19:49:35.842Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9444 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9445 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9446 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9447 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.157 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9448 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9449 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9450 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9451 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9452 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9453 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9454 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9455 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9456 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9457 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.158 INFO O| Aug 05 19:49:35.158 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9458 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.165 INFO O| Aug 05 19:49:35.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9459 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.165 INFO O| Aug 05 19:49:35.165 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9460 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.169 INFO O| Aug 05 19:49:35.166 INFO STEP 14 (remove_files) COMPLETE |
| 9461 | 2026-08-05T19:49:35.846Z | [ host-image] Aug 05 19:49:35.170 INFO O| Aug 05 19:49:35.166 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9462 | 2026-08-05T19:49:35.850Z | [ host-image] Aug 05 19:49:35.182 INFO O| Aug 05 19:49:35.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9463 | 2026-08-05T19:49:35.853Z | [ host-image] Aug 05 19:49:35.183 INFO O| Aug 05 19:49:35.183 INFO STEP 15 (remove_files) COMPLETE |
| 9464 | 2026-08-05T19:49:35.853Z | [ host-image] Aug 05 19:49:35.183 INFO O| Aug 05 19:49:35.183 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9465 | 2026-08-05T19:49:35.874Z | [ host-image] Aug 05 19:49:35.205 INFO O| Aug 05 19:49:35.205 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9466 | 2026-08-05T19:49:35.904Z | [ host-image] Aug 05 19:49:35.215 INFO O| Aug 05 19:49:35.215 INFO STEP 16 (remove_files) COMPLETE |
| 9467 | 2026-08-05T19:49:35.904Z | [ host-image] Aug 05 19:49:35.215 INFO O| Aug 05 19:49:35.215 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9468 | 2026-08-05T19:49:35.904Z | [ host-image] Aug 05 19:49:35.224 INFO O| Aug 05 19:49:35.224 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9469 | 2026-08-05T19:49:35.904Z | [ host-image] Aug 05 19:49:35.225 INFO O| Aug 05 19:49:35.225 INFO STEP 17 (remove_files) COMPLETE |
| 9470 | 2026-08-05T19:49:35.904Z | [ host-image] Aug 05 19:49:35.225 INFO O| Aug 05 19:49:35.225 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9471 | 2026-08-05T19:49:35.907Z | [ host-image] Aug 05 19:49:35.235 INFO O| Aug 05 19:49:35.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9472 | 2026-08-05T19:49:35.931Z | [ host-image] Aug 05 19:49:35.243 INFO O| Aug 05 19:49:35.243 INFO STEP 18 (remove_files) COMPLETE |
| 9473 | 2026-08-05T19:49:35.931Z | [ host-image] Aug 05 19:49:35.243 INFO O| Aug 05 19:49:35.243 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9474 | 2026-08-05T19:49:35.931Z | [ host-image] Aug 05 19:49:35.252 INFO O| Aug 05 19:49:35.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9475 | 2026-08-05T19:49:35.931Z | [ host-image] Aug 05 19:49:35.253 INFO O| Aug 05 19:49:35.253 INFO STEP 19 (remove_files) COMPLETE |
| 9476 | 2026-08-05T19:49:35.931Z | [ host-image] Aug 05 19:49:35.253 INFO O| Aug 05 19:49:35.253 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9477 | 2026-08-05T19:49:35.935Z | [ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9478 | 2026-08-05T19:49:35.935Z | [ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO STEP 20 (remove_files) COMPLETE |
| 9479 | 2026-08-05T19:49:35.939Z | [ host-image] Aug 05 19:49:35.266 INFO O| Aug 05 19:49:35.266 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9480 | 2026-08-05T19:49:35.987Z | [ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9481 | 2026-08-05T19:49:35.987Z | [ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.317 INFO STEP 21 (remove_files) COMPLETE |
| 9482 | 2026-08-05T19:49:35.987Z | [ host-image] Aug 05 19:49:35.317 INFO O| Aug 05 19:49:35.317 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9483 | 2026-08-05T19:49:36.005Z | [ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9484 | 2026-08-05T19:49:36.005Z | [ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO STEP 22 (remove_files) COMPLETE |
| 9485 | 2026-08-05T19:49:36.006Z | [ host-image] Aug 05 19:49:35.336 INFO O| Aug 05 19:49:35.336 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9486 | 2026-08-05T19:49:36.018Z | [ host-image] Aug 05 19:49:35.349 INFO O| Aug 05 19:49:35.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9487 | 2026-08-05T19:49:36.034Z | [ host-image] Aug 05 19:49:35.363 INFO O| Aug 05 19:49:35.355 INFO STEP 23 (remove_files) COMPLETE |
| 9488 | 2026-08-05T19:49:36.034Z | [ host-image] Aug 05 19:49:35.363 INFO O| Aug 05 19:49:35.355 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9489 | 2026-08-05T19:49:36.101Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9490 | 2026-08-05T19:49:36.102Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO STEP 24 (remove_files) COMPLETE |
| 9491 | 2026-08-05T19:49:36.102Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.367 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9492 | 2026-08-05T19:49:36.105Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9493 | 2026-08-05T19:49:36.105Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO STEP 25 (remove_files) COMPLETE |
| 9494 | 2026-08-05T19:49:36.105Z | [ host-image] Aug 05 19:49:35.432 INFO O| Aug 05 19:49:35.378 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9495 | 2026-08-05T19:49:36.194Z | [ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9496 | 2026-08-05T19:49:36.194Z | [ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO STEP 26 (remove_files) COMPLETE |
| 9497 | 2026-08-05T19:49:36.197Z | [ host-image] Aug 05 19:49:35.520 INFO O| Aug 05 19:49:35.520 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9498 | 2026-08-05T19:49:36.203Z | [ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9499 | 2026-08-05T19:49:36.203Z | [ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO STEP 27 (remove_files) COMPLETE |
| 9500 | 2026-08-05T19:49:36.207Z | [ host-image] Aug 05 19:49:35.534 INFO O| Aug 05 19:49:35.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9501 | 2026-08-05T19:49:36.224Z | [ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9502 | 2026-08-05T19:49:36.224Z | [ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO STEP 28 (remove_files) COMPLETE |
| 9503 | 2026-08-05T19:49:36.224Z | [ host-image] Aug 05 19:49:35.546 INFO O| Aug 05 19:49:35.546 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9504 | 2026-08-05T19:49:36.227Z | [ host-image] Aug 05 19:49:35.557 INFO O| Aug 05 19:49:35.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9505 | 2026-08-05T19:49:36.227Z | [ host-image] Aug 05 19:49:35.557 INFO O| Aug 05 19:49:35.557 INFO STEP 29 (remove_files) COMPLETE |
| 9506 | 2026-08-05T19:49:36.227Z | [ host-image] Aug 05 19:49:35.558 INFO O| Aug 05 19:49:35.557 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9507 | 2026-08-05T19:49:36.238Z | [ host-image] Aug 05 19:49:35.568 INFO O| Aug 05 19:49:35.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9508 | 2026-08-05T19:49:36.238Z | [ host-image] Aug 05 19:49:35.569 INFO O| Aug 05 19:49:35.569 INFO STEP 30 (remove_files) COMPLETE |
| 9509 | 2026-08-05T19:49:36.241Z | [ host-image] Aug 05 19:49:35.569 INFO O| Aug 05 19:49:35.569 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9510 | 2026-08-05T19:49:36.252Z | [ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9511 | 2026-08-05T19:49:36.252Z | [ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO STEP 31 (remove_files) COMPLETE |
| 9512 | 2026-08-05T19:49:36.252Z | [ host-image] Aug 05 19:49:35.581 INFO O| Aug 05 19:49:35.581 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9513 | 2026-08-05T19:49:36.261Z | [ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9514 | 2026-08-05T19:49:36.264Z | [ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO STEP 32 (remove_files) COMPLETE |
| 9515 | 2026-08-05T19:49:36.264Z | [ host-image] Aug 05 19:49:35.592 INFO O| Aug 05 19:49:35.592 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9516 | 2026-08-05T19:49:36.272Z | [ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9517 | 2026-08-05T19:49:36.276Z | [ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO STEP 33 (remove_files) COMPLETE |
| 9518 | 2026-08-05T19:49:36.276Z | [ host-image] Aug 05 19:49:35.603 INFO O| Aug 05 19:49:35.603 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9519 | 2026-08-05T19:49:36.283Z | [ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9520 | 2026-08-05T19:49:36.288Z | [ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO STEP 34 (remove_files) COMPLETE |
| 9521 | 2026-08-05T19:49:36.288Z | [ host-image] Aug 05 19:49:35.614 INFO O| Aug 05 19:49:35.614 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9522 | 2026-08-05T19:49:36.294Z | [ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9523 | 2026-08-05T19:49:36.297Z | [ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO STEP 35 (remove_files) COMPLETE |
| 9524 | 2026-08-05T19:49:36.297Z | [ host-image] Aug 05 19:49:35.625 INFO O| Aug 05 19:49:35.625 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9525 | 2026-08-05T19:49:36.306Z | [ host-image] Aug 05 19:49:35.636 INFO O| Aug 05 19:49:35.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9526 | 2026-08-05T19:49:36.309Z | [ host-image] Aug 05 19:49:35.637 INFO O| Aug 05 19:49:35.636 INFO STEP 36 (remove_files) COMPLETE |
| 9527 | 2026-08-05T19:49:36.309Z | [ host-image] Aug 05 19:49:35.637 INFO O| Aug 05 19:49:35.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9528 | 2026-08-05T19:49:36.319Z | [ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9529 | 2026-08-05T19:49:36.319Z | [ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO STEP 37 (remove_files) COMPLETE |
| 9530 | 2026-08-05T19:49:36.322Z | [ host-image] Aug 05 19:49:35.650 INFO O| Aug 05 19:49:35.650 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9531 | 2026-08-05T19:49:36.331Z | [ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9532 | 2026-08-05T19:49:36.335Z | [ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO STEP 38 (remove_files) COMPLETE |
| 9533 | 2026-08-05T19:49:36.335Z | [ host-image] Aug 05 19:49:35.662 INFO O| Aug 05 19:49:35.662 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9534 | 2026-08-05T19:49:36.342Z | [ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9535 | 2026-08-05T19:49:36.345Z | [ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.673 INFO STEP 39 (remove_files) COMPLETE |
| 9536 | 2026-08-05T19:49:36.345Z | [ host-image] Aug 05 19:49:35.673 INFO O| Aug 05 19:49:35.673 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9537 | 2026-08-05T19:49:36.352Z | [ host-image] Aug 05 19:49:35.683 INFO O| Aug 05 19:49:35.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9538 | 2026-08-05T19:49:36.352Z | [ host-image] Aug 05 19:49:35.684 INFO O| Aug 05 19:49:35.684 INFO STEP 40 (remove_files) COMPLETE |
| 9539 | 2026-08-05T19:49:36.356Z | [ host-image] Aug 05 19:49:35.684 INFO O| Aug 05 19:49:35.684 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9540 | 2026-08-05T19:49:36.364Z | [ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.694 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9541 | 2026-08-05T19:49:36.364Z | [ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.695 INFO STEP 41 (remove_files) COMPLETE |
| 9542 | 2026-08-05T19:49:36.367Z | [ host-image] Aug 05 19:49:35.695 INFO O| Aug 05 19:49:35.695 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9543 | 2026-08-05T19:49:36.375Z | [ host-image] Aug 05 19:49:35.706 INFO O| Aug 05 19:49:35.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9544 | 2026-08-05T19:49:36.376Z | [ host-image] Aug 05 19:49:35.707 INFO O| Aug 05 19:49:35.707 INFO STEP 42 (remove_files) COMPLETE |
| 9545 | 2026-08-05T19:49:36.379Z | [ host-image] Aug 05 19:49:35.707 INFO O| Aug 05 19:49:35.707 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9546 | 2026-08-05T19:49:36.387Z | [ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9547 | 2026-08-05T19:49:36.390Z | [ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO STEP 43 (remove_files) COMPLETE |
| 9548 | 2026-08-05T19:49:36.390Z | [ host-image] Aug 05 19:49:35.718 INFO O| Aug 05 19:49:35.718 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9549 | 2026-08-05T19:49:36.394Z | [ recovery-image] Aug 05 19:49:35.723 INFO creating Oxide boot image... |
| 9550 | 2026-08-05T19:49:36.394Z | [ recovery-image] Aug 05 19:49:35.723 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1f4f17a/63fe1e0 2026-08-05 19:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9551 | 2026-08-05T19:49:36.398Z | [ host-image] Aug 05 19:49:35.729 INFO O| Aug 05 19:49:35.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9552 | 2026-08-05T19:49:36.402Z | [ host-image] Aug 05 19:49:35.730 INFO O| Aug 05 19:49:35.730 INFO STEP 44 (remove_files) COMPLETE |
| 9553 | 2026-08-05T19:49:36.402Z | [ host-image] Aug 05 19:49:35.730 INFO O| Aug 05 19:49:35.730 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9554 | 2026-08-05T19:49:36.410Z | [ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9555 | 2026-08-05T19:49:36.414Z | [ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO STEP 45 (remove_files) COMPLETE |
| 9556 | 2026-08-05T19:49:36.414Z | [ host-image] Aug 05 19:49:35.741 INFO O| Aug 05 19:49:35.741 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9557 | 2026-08-05T19:49:36.422Z | [ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9558 | 2026-08-05T19:49:36.425Z | [ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO STEP 46 (remove_files) COMPLETE |
| 9559 | 2026-08-05T19:49:36.426Z | [ host-image] Aug 05 19:49:35.753 INFO O| Aug 05 19:49:35.753 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9560 | 2026-08-05T19:49:36.432Z | [ host-image] Aug 05 19:49:35.763 INFO O| Aug 05 19:49:35.763 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9561 | 2026-08-05T19:49:36.436Z | [ host-image] Aug 05 19:49:35.763 INFO O| Aug 05 19:49:35.763 INFO STEP 47 (remove_files) COMPLETE |
| 9562 | 2026-08-05T19:49:36.436Z | [ host-image] Aug 05 19:49:35.764 INFO O| Aug 05 19:49:35.764 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9563 | 2026-08-05T19:49:36.448Z | [ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9564 | 2026-08-05T19:49:36.451Z | [ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO STEP 48 (remove_files) COMPLETE |
| 9565 | 2026-08-05T19:49:36.451Z | [ host-image] Aug 05 19:49:35.774 INFO O| Aug 05 19:49:35.774 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9566 | 2026-08-05T19:49:36.586Z | [ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9567 | 2026-08-05T19:49:36.587Z | [ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO STEP 49 (remove_files) COMPLETE |
| 9568 | 2026-08-05T19:49:36.587Z | [ host-image] Aug 05 19:49:35.910 INFO O| Aug 05 19:49:35.910 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9569 | 2026-08-05T19:49:36.592Z | [ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9570 | 2026-08-05T19:49:36.592Z | [ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.923 INFO STEP 50 (remove_files) COMPLETE |
| 9571 | 2026-08-05T19:49:36.592Z | [ host-image] Aug 05 19:49:35.923 INFO O| Aug 05 19:49:35.923 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9572 | 2026-08-05T19:49:36.615Z | [ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9573 | 2026-08-05T19:49:36.615Z | [ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.946 INFO STEP 51 (remove_files) COMPLETE |
| 9574 | 2026-08-05T19:49:36.615Z | [ host-image] Aug 05 19:49:35.946 INFO O| Aug 05 19:49:35.946 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9575 | 2026-08-05T19:49:36.626Z | [ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.956 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9576 | 2026-08-05T19:49:36.627Z | [ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.957 INFO STEP 52 (remove_files) COMPLETE |
| 9577 | 2026-08-05T19:49:36.627Z | [ host-image] Aug 05 19:49:35.957 INFO O| Aug 05 19:49:35.957 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9578 | 2026-08-05T19:49:36.644Z | [ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9579 | 2026-08-05T19:49:36.644Z | [ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO STEP 53 (remove_files) COMPLETE |
| 9580 | 2026-08-05T19:49:36.644Z | [ host-image] Aug 05 19:49:35.966 INFO O| Aug 05 19:49:35.966 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9581 | 2026-08-05T19:49:36.648Z | [ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9582 | 2026-08-05T19:49:36.648Z | [ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO STEP 54 (remove_files) COMPLETE |
| 9583 | 2026-08-05T19:49:36.648Z | [ host-image] Aug 05 19:49:35.975 INFO O| Aug 05 19:49:35.975 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9584 | 2026-08-05T19:49:36.653Z | [ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9585 | 2026-08-05T19:49:36.653Z | [ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.984 INFO STEP 55 (remove_files) COMPLETE |
| 9586 | 2026-08-05T19:49:36.653Z | [ host-image] Aug 05 19:49:35.984 INFO O| Aug 05 19:49:35.984 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9587 | 2026-08-05T19:49:36.665Z | [ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9588 | 2026-08-05T19:49:36.666Z | [ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO STEP 56 (remove_files) COMPLETE |
| 9589 | 2026-08-05T19:49:36.666Z | [ host-image] Aug 05 19:49:35.996 INFO O| Aug 05 19:49:35.996 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9590 | 2026-08-05T19:49:36.680Z | [ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9591 | 2026-08-05T19:49:36.680Z | [ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO STEP 57 (remove_files) COMPLETE |
| 9592 | 2026-08-05T19:49:36.684Z | [ host-image] Aug 05 19:49:36.011 INFO O| Aug 05 19:49:36.011 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9593 | 2026-08-05T19:49:36.691Z | [ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9594 | 2026-08-05T19:49:36.695Z | [ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO STEP 58 (remove_files) COMPLETE |
| 9595 | 2026-08-05T19:49:36.695Z | [ host-image] Aug 05 19:49:36.022 INFO O| Aug 05 19:49:36.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9596 | 2026-08-05T19:49:36.710Z | [ host-image] Aug 05 19:49:36.040 INFO O| Aug 05 19:49:36.040 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9597 | 2026-08-05T19:49:36.710Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.040 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9598 | 2026-08-05T19:49:36.710Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9599 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9600 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9601 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9602 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO ok! |
| 9603 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO STEP 59 (ensure_file) COMPLETE |
| 9604 | 2026-08-05T19:49:36.714Z | [ host-image] Aug 05 19:49:36.041 INFO O| Aug 05 19:49:36.041 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9605 | 2026-08-05T19:49:36.740Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9606 | 2026-08-05T19:49:36.740Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9607 | 2026-08-05T19:49:36.743Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9608 | 2026-08-05T19:49:36.743Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9609 | 2026-08-05T19:49:36.743Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9610 | 2026-08-05T19:49:36.744Z | [ host-image] Aug 05 19:49:36.070 INFO O| Aug 05 19:49:36.070 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9611 | 2026-08-05T19:49:36.744Z | [ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.070 INFO ok! |
| 9612 | 2026-08-05T19:49:36.744Z | [ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.070 INFO STEP 60 (ensure_file) COMPLETE |
| 9613 | 2026-08-05T19:49:36.744Z | [ host-image] Aug 05 19:49:36.071 INFO O| Aug 05 19:49:36.071 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9614 | 2026-08-05T19:49:36.754Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9615 | 2026-08-05T19:49:36.754Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9616 | 2026-08-05T19:49:36.754Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9617 | 2026-08-05T19:49:36.758Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO ok! |
| 9618 | 2026-08-05T19:49:36.758Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO STEP 61 (ensure_file) COMPLETE |
| 9619 | 2026-08-05T19:49:36.758Z | [ host-image] Aug 05 19:49:36.085 INFO O| Aug 05 19:49:36.083 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9620 | 2026-08-05T19:49:36.764Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.093 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9621 | 2026-08-05T19:49:36.764Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9622 | 2026-08-05T19:49:36.770Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9623 | 2026-08-05T19:49:36.770Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO ok! |
| 9624 | 2026-08-05T19:49:36.770Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO STEP 62 (ensure_file) COMPLETE |
| 9625 | 2026-08-05T19:49:36.770Z | [ host-image] Aug 05 19:49:36.095 INFO O| Aug 05 19:49:36.094 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9626 | 2026-08-05T19:49:36.773Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9627 | 2026-08-05T19:49:36.773Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9628 | 2026-08-05T19:49:36.774Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9629 | 2026-08-05T19:49:36.774Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9630 | 2026-08-05T19:49:36.774Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO ok! |
| 9631 | 2026-08-05T19:49:36.774Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO STEP 63 (ensure_file) COMPLETE |
| 9632 | 2026-08-05T19:49:36.774Z | [ host-image] Aug 05 19:49:36.104 INFO O| Aug 05 19:49:36.104 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9633 | 2026-08-05T19:49:36.784Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9634 | 2026-08-05T19:49:36.784Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9635 | 2026-08-05T19:49:36.788Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9636 | 2026-08-05T19:49:36.788Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9637 | 2026-08-05T19:49:36.788Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO ok! |
| 9638 | 2026-08-05T19:49:36.788Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO STEP 64 (ensure_file) COMPLETE |
| 9639 | 2026-08-05T19:49:36.788Z | [ host-image] Aug 05 19:49:36.115 INFO O| Aug 05 19:49:36.115 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9640 | 2026-08-05T19:49:36.796Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9641 | 2026-08-05T19:49:36.796Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9642 | 2026-08-05T19:49:36.799Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9643 | 2026-08-05T19:49:36.799Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO ok! |
| 9644 | 2026-08-05T19:49:36.799Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO STEP 65 (assemble_files) COMPLETE |
| 9645 | 2026-08-05T19:49:36.800Z | [ host-image] Aug 05 19:49:36.127 INFO O| Aug 05 19:49:36.127 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9646 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9647 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9648 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9649 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9650 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO ok! |
| 9651 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO STEP 66 (ensure_file) COMPLETE |
| 9652 | 2026-08-05T19:49:36.810Z | [ host-image] Aug 05 19:49:36.137 INFO O| Aug 05 19:49:36.137 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9653 | 2026-08-05T19:49:36.821Z | [ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9654 | 2026-08-05T19:49:36.821Z | [ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9655 | 2026-08-05T19:49:36.821Z | [ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9656 | 2026-08-05T19:49:36.821Z | [ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO STEP 67 (ensure_dir) COMPLETE |
| 9657 | 2026-08-05T19:49:36.821Z | [ host-image] Aug 05 19:49:36.148 INFO O| Aug 05 19:49:36.148 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9658 | 2026-08-05T19:49:36.830Z | [ host-image] Aug 05 19:49:36.159 INFO O| Aug 05 19:49:36.159 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9659 | 2026-08-05T19:49:36.830Z | [ host-image] Aug 05 19:49:36.159 INFO O| Aug 05 19:49:36.159 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 ... |
| 9660 | 2026-08-05T19:49:36.839Z | [ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 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 |
| 9661 | 2026-08-05T19:49:36.840Z | [ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9662 | 2026-08-05T19:49:36.840Z | [ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO ok! |
| 9663 | 2026-08-05T19:49:36.843Z | [ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO STEP 68 (ensure_file) COMPLETE |
| 9664 | 2026-08-05T19:49:36.843Z | [ host-image] Aug 05 19:49:36.170 INFO O| Aug 05 19:49:36.170 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9665 | 2026-08-05T19:49:36.851Z | [ host-image] Aug 05 19:49:36.182 INFO O| Aug 05 19:49:36.182 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9666 | 2026-08-05T19:49:36.851Z | [ host-image] Aug 05 19:49:36.182 INFO O| Aug 05 19:49:36.182 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 ... |
| 9667 | 2026-08-05T19:49:36.855Z | [ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 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 |
| 9668 | 2026-08-05T19:49:36.855Z | [ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9669 | 2026-08-05T19:49:36.855Z | [ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO ok! |
| 9670 | 2026-08-05T19:49:36.855Z | [ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO STEP 69 (ensure_file) COMPLETE |
| 9671 | 2026-08-05T19:49:36.855Z | [ host-image] Aug 05 19:49:36.183 INFO O| Aug 05 19:49:36.183 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9672 | 2026-08-05T19:49:36.867Z | [ host-image] Aug 05 19:49:36.198 INFO O| Aug 05 19:49:36.198 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9673 | 2026-08-05T19:49:36.867Z | [ host-image] Aug 05 19:49:36.198 INFO O| Aug 05 19:49:36.198 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9674 | 2026-08-05T19:49:38.639Z | [ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO STEP 70 (pack_tar) COMPLETE |
| 9675 | 2026-08-05T19:49:38.639Z | [ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9676 | 2026-08-05T19:49:38.639Z | [ host-image] Aug 05 19:49:37.970 INFO O| Aug 05 19:49:37.970 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9677 | 2026-08-05T19:49:39.428Z | [ host-image] Aug 05 19:49:38.752 INFO O| Aug 05 19:49:38.752 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9678 | 2026-08-05T19:49:39.851Z | [ host-image] Aug 05 19:49:39.182 INFO O| Aug 05 19:49:39.182 INFO completed processing sled/ramdisk-02-trim |
| 9679 | 2026-08-05T19:49:39.856Z | [ host-image] Aug 05 19:49:39.186 INFO image builder template: zfs... |
| 9680 | 2026-08-05T19:49:39.856Z | [ host-image] Aug 05 19:49:39.186 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/.tmpqaqL9a/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.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@22.0.0.0", "-n", "zfs"], pwd: None |
| 9681 | 2026-08-05T19:49:39.868Z | [ host-image] Aug 05 19:49:39.199 INFO O| Aug 05 19:49:39.199 INFO skip include "stress" because feature "stress" is not enabled |
| 9682 | 2026-08-05T19:49:39.868Z | [ host-image] Aug 05 19:49:39.199 INFO O| Aug 05 19:49:39.199 INFO skip include "stress" because feature "compliance" is not enabled |
| 9683 | 2026-08-05T19:49:39.899Z | [ host-image] Aug 05 19:49:39.230 INFO O| Aug 05 19:49:39.230 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9684 | 2026-08-05T19:49:39.904Z | [ host-image] Aug 05 19:49:39.235 INFO O| Aug 05 19:49:39.235 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9685 | 2026-08-05T19:49:39.995Z | [ host-image] Aug 05 19:49:39.325 INFO O| Aug 05 19:49:39.325 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9686 | 2026-08-05T19:49:40.058Z | [ host-image] Aug 05 19:49:39.389 INFO O| Aug 05 19:49:39.389 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9687 | 2026-08-05T19:49:40.058Z | [ host-image] Aug 05 19:49:39.389 INFO O| Aug 05 19:49:39.389 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9688 | 2026-08-05T19:49:40.062Z | [ host-image] Aug 05 19:49:39.393 INFO O| Aug 05 19:49:39.393 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9689 | 2026-08-05T19:49:40.116Z | [ host-image] Aug 05 19:49:39.447 INFO O| Aug 05 19:49:39.447 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9690 | 2026-08-05T19:49:40.157Z | [ host-image] Aug 05 19:49:39.488 INFO O| Aug 05 19:49:39.488 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9691 | 2026-08-05T19:49:40.167Z | [ host-image] Aug 05 19:49:39.498 INFO O| Aug 05 19:49:39.498 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9692 | 2026-08-05T19:49:40.172Z | [ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9693 | 2026-08-05T19:49:40.172Z | [ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO no lofi found |
| 9694 | 2026-08-05T19:49:40.175Z | [ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9695 | 2026-08-05T19:49:40.175Z | [ host-image] Aug 05 19:49:39.503 INFO O| Aug 05 19:49:39.503 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9696 | 2026-08-05T19:49:41.670Z | [ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9697 | 2026-08-05T19:49:41.670Z | [ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9698 | 2026-08-05T19:49:41.674Z | [ host-image] Aug 05 19:49:41.001 INFO O| Aug 05 19:49:41.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"] |
| 9699 | 2026-08-05T19:49:41.863Z | [ host-image] Aug 05 19:49:41.194 INFO O| Aug 05 19:49:41.194 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9700 | 2026-08-05T19:49:41.863Z | [ host-image] Aug 05 19:49:41.194 INFO O| Aug 05 19:49:41.194 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9701 | 2026-08-05T19:49:41.884Z | [ host-image] Aug 05 19:49:41.215 INFO O| Aug 05 19:49:41.215 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9702 | 2026-08-05T19:49:41.957Z | [ host-image] Aug 05 19:49:41.288 INFO O| Aug 05 19:49:41.288 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9703 | 2026-08-05T19:49:41.997Z | [ host-image] Aug 05 19:49:41.327 INFO O| Aug 05 19:49:41.327 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9704 | 2026-08-05T19:49:42.014Z | [ host-image] Aug 05 19:49:41.345 INFO O| Aug 05 19:49:41.345 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9705 | 2026-08-05T19:49:42.029Z | [ host-image] Aug 05 19:49:41.360 INFO O| Aug 05 19:49:41.360 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9706 | 2026-08-05T19:49:42.066Z | [ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9707 | 2026-08-05T19:49:42.066Z | [ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9708 | 2026-08-05T19:49:42.066Z | [ host-image] Aug 05 19:49:41.397 INFO O| Aug 05 19:49:41.397 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9709 | 2026-08-05T19:49:42.077Z | [ host-image] Aug 05 19:49:41.408 INFO O| Aug 05 19:49:41.408 INFO boot environment UUID: 7585e2ca-c90a-4b8e-8fa5-401796c84305 |
| 9710 | 2026-08-05T19:49:42.077Z | [ host-image] Aug 05 19:49:41.408 INFO O| Aug 05 19:49:41.408 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7585e2ca-c90a-4b8e-8fa5-401796c84305 |
| 9711 | 2026-08-05T19:49:42.094Z | [ host-image] Aug 05 19:49:41.425 INFO O| Aug 05 19:49:41.425 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9712 | 2026-08-05T19:49:42.107Z | [ host-image] Aug 05 19:49:41.438 INFO O| Aug 05 19:49:41.438 INFO STEP 0 (create_be) COMPLETE |
| 9713 | 2026-08-05T19:49:42.107Z | [ host-image] Aug 05 19:49:41.438 INFO O| Aug 05 19:49:41.438 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9714 | 2026-08-05T19:49:42.123Z | [ host-image] Aug 05 19:49:41.454 INFO O| Aug 05 19:49:41.454 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9715 | 2026-08-05T19:49:42.281Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9716 | 2026-08-05T19:49:48.509Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9717 | 2026-08-05T19:49:52.963Z | [ host-image] Aug 05 19:49:52.291 INFO O| Aug 05 19:49:52.291 INFO STEP 1 (unpack_tar) COMPLETE |
| 9718 | 2026-08-05T19:49:52.966Z | [ host-image] Aug 05 19:49:52.291 INFO O| Aug 05 19:49:52.291 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9719 | 2026-08-05T19:49:52.972Z | [ host-image] Aug 05 19:49:52.303 INFO O| Aug 05 19:49:52.303 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9720 | 2026-08-05T19:49:53.052Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9721 | 2026-08-05T19:49:53.350Z | [ host-image] Aug 05 19:49:52.680 INFO O| Aug 05 19:49:52.680 INFO STEP 2 (devfsadm) COMPLETE |
| 9722 | 2026-08-05T19:49:53.350Z | [ host-image] Aug 05 19:49:52.680 INFO O| Aug 05 19:49:52.680 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9723 | 2026-08-05T19:49:53.422Z | [ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9724 | 2026-08-05T19:49:53.422Z | [ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO STEP 3 (ensure_dir) COMPLETE |
| 9725 | 2026-08-05T19:49:53.422Z | [ host-image] Aug 05 19:49:52.752 INFO O| Aug 05 19:49:52.752 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9726 | 2026-08-05T19:49:53.436Z | [ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9727 | 2026-08-05T19:49:53.436Z | [ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO STEP 4 (ensure_dir) COMPLETE |
| 9728 | 2026-08-05T19:49:53.436Z | [ host-image] Aug 05 19:49:52.766 INFO O| Aug 05 19:49:52.766 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9729 | 2026-08-05T19:49:53.460Z | [ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9730 | 2026-08-05T19:49:53.460Z | [ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO STEP 5 (ensure_dir) COMPLETE |
| 9731 | 2026-08-05T19:49:53.463Z | [ host-image] Aug 05 19:49:52.790 INFO O| Aug 05 19:49:52.790 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9732 | 2026-08-05T19:49:53.472Z | [ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9733 | 2026-08-05T19:49:53.472Z | [ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9734 | 2026-08-05T19:49:53.472Z | [ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO STEP 6 (ensure_dir) COMPLETE |
| 9735 | 2026-08-05T19:49:53.475Z | [ host-image] Aug 05 19:49:52.802 INFO O| Aug 05 19:49:52.802 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9736 | 2026-08-05T19:49:53.483Z | [ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9737 | 2026-08-05T19:49:53.483Z | [ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9738 | 2026-08-05T19:49:53.483Z | [ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO STEP 7 (ensure_dir) COMPLETE |
| 9739 | 2026-08-05T19:49:53.483Z | [ host-image] Aug 05 19:49:52.814 INFO O| Aug 05 19:49:52.814 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9740 | 2026-08-05T19:49:53.493Z | [ host-image] Aug 05 19:49:52.824 INFO O| Aug 05 19:49:52.824 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9741 | 2026-08-05T19:49:53.496Z | [ host-image] Aug 05 19:49:52.825 INFO O| Aug 05 19:49:52.825 INFO STEP 8 (remove_files) COMPLETE |
| 9742 | 2026-08-05T19:49:53.497Z | [ host-image] Aug 05 19:49:52.825 INFO O| Aug 05 19:49:52.825 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9743 | 2026-08-05T19:49:53.505Z | [ host-image] Aug 05 19:49:52.836 INFO O| Aug 05 19:49:52.836 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9744 | 2026-08-05T19:49:53.508Z | [ host-image] Aug 05 19:49:52.837 INFO O| Aug 05 19:49:52.837 INFO STEP 9 (remove_files) COMPLETE |
| 9745 | 2026-08-05T19:49:53.508Z | [ host-image] Aug 05 19:49:52.837 INFO O| Aug 05 19:49:52.837 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9746 | 2026-08-05T19:49:53.531Z | [ host-image] Aug 05 19:49:52.861 INFO O| Aug 05 19:49:52.861 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9747 | 2026-08-05T19:49:53.534Z | [ host-image] Aug 05 19:49:52.862 INFO O| Aug 05 19:49:52.862 INFO STEP 10 (remove_files) COMPLETE |
| 9748 | 2026-08-05T19:49:53.534Z | [ host-image] Aug 05 19:49:52.862 INFO O| Aug 05 19:49:52.862 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9749 | 2026-08-05T19:49:53.548Z | [ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9750 | 2026-08-05T19:49:53.548Z | [ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO STEP 11 (remove_files) COMPLETE |
| 9751 | 2026-08-05T19:49:53.548Z | [ host-image] Aug 05 19:49:52.878 INFO O| Aug 05 19:49:52.877 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9752 | 2026-08-05T19:49:53.558Z | [ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9753 | 2026-08-05T19:49:53.558Z | [ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO STEP 12 (remove_files) COMPLETE |
| 9754 | 2026-08-05T19:49:53.558Z | [ host-image] Aug 05 19:49:52.889 INFO O| Aug 05 19:49:52.889 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9755 | 2026-08-05T19:49:53.570Z | [ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9756 | 2026-08-05T19:49:53.571Z | [ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9757 | 2026-08-05T19:49:53.571Z | [ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO STEP 13 (ensure_dir) COMPLETE |
| 9758 | 2026-08-05T19:49:53.574Z | [ host-image] Aug 05 19:49:52.901 INFO O| Aug 05 19:49:52.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9759 | 2026-08-05T19:49:53.584Z | [ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9760 | 2026-08-05T19:49:53.584Z | [ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9761 | 2026-08-05T19:49:53.584Z | [ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9762 | 2026-08-05T19:49:53.584Z | [ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO STEP 14 (ensure_dir) COMPLETE |
| 9763 | 2026-08-05T19:49:53.584Z | [ host-image] Aug 05 19:49:52.914 INFO O| Aug 05 19:49:52.914 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9764 | 2026-08-05T19:49:53.595Z | [ host-image] Aug 05 19:49:52.925 INFO O| Aug 05 19:49:52.925 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9765 | 2026-08-05T19:49:53.595Z | [ host-image] Aug 05 19:49:52.925 INFO O| Aug 05 19:49:52.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9766 | 2026-08-05T19:49:53.595Z | [ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9767 | 2026-08-05T19:49:53.598Z | [ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO STEP 15 (ensure_dir) COMPLETE |
| 9768 | 2026-08-05T19:49:53.598Z | [ host-image] Aug 05 19:49:52.926 INFO O| Aug 05 19:49:52.925 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9769 | 2026-08-05T19:49:53.614Z | [ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9770 | 2026-08-05T19:49:53.614Z | [ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9771 | 2026-08-05T19:49:53.617Z | [ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO STEP 16 (ensure_dir) COMPLETE |
| 9772 | 2026-08-05T19:49:53.617Z | [ host-image] Aug 05 19:49:52.945 INFO O| Aug 05 19:49:52.945 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9773 | 2026-08-05T19:49:53.626Z | [ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9774 | 2026-08-05T19:49:53.626Z | [ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9775 | 2026-08-05T19:49:53.629Z | [ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO STEP 17 (ensure_dir) COMPLETE |
| 9776 | 2026-08-05T19:49:53.629Z | [ host-image] Aug 05 19:49:52.957 INFO O| Aug 05 19:49:52.957 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9777 | 2026-08-05T19:49:53.638Z | [ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9778 | 2026-08-05T19:49:53.638Z | [ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9779 | 2026-08-05T19:49:53.638Z | [ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO ok! |
| 9780 | 2026-08-05T19:49:53.641Z | [ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9781 | 2026-08-05T19:49:53.641Z | [ host-image] Aug 05 19:49:52.969 INFO O| Aug 05 19:49:52.969 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9782 | 2026-08-05T19:49:53.648Z | [ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9783 | 2026-08-05T19:49:53.651Z | [ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9784 | 2026-08-05T19:49:53.651Z | [ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO ok! |
| 9785 | 2026-08-05T19:49:53.651Z | [ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO STEP 19 (ensure_file) COMPLETE |
| 9786 | 2026-08-05T19:49:53.651Z | [ host-image] Aug 05 19:49:52.979 INFO O| Aug 05 19:49:52.979 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9787 | 2026-08-05T19:49:53.657Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9788 | 2026-08-05T19:49:53.657Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9789 | 2026-08-05T19:49:53.657Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9790 | 2026-08-05T19:49:53.661Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO ok! |
| 9791 | 2026-08-05T19:49:53.661Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9792 | 2026-08-05T19:49:53.661Z | [ host-image] Aug 05 19:49:52.988 INFO O| Aug 05 19:49:52.988 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9793 | 2026-08-05T19:49:53.666Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9794 | 2026-08-05T19:49:53.667Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9795 | 2026-08-05T19:49:53.667Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9796 | 2026-08-05T19:49:53.670Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO ok! |
| 9797 | 2026-08-05T19:49:53.670Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9798 | 2026-08-05T19:49:53.670Z | [ host-image] Aug 05 19:49:52.997 INFO O| Aug 05 19:49:52.997 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9799 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.012 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9800 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9801 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9802 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO ok! |
| 9803 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9804 | 2026-08-05T19:49:53.683Z | [ host-image] Aug 05 19:49:53.013 INFO O| Aug 05 19:49:53.013 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9805 | 2026-08-05T19:49:53.696Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9806 | 2026-08-05T19:49:53.696Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9807 | 2026-08-05T19:49:53.699Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9808 | 2026-08-05T19:49:53.700Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO ok! |
| 9809 | 2026-08-05T19:49:53.700Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9810 | 2026-08-05T19:49:53.700Z | [ host-image] Aug 05 19:49:53.025 INFO O| Aug 05 19:49:53.025 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9811 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9812 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9813 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9814 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO ok! |
| 9815 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO STEP 24 (ensure_file) COMPLETE |
| 9816 | 2026-08-05T19:49:53.705Z | [ host-image] Aug 05 19:49:53.035 INFO O| Aug 05 19:49:53.035 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9817 | 2026-08-05T19:49:53.713Z | [ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO updating shadow file |
| 9818 | 2026-08-05T19:49:53.713Z | [ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9819 | 2026-08-05T19:49:53.716Z | [ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9820 | 2026-08-05T19:49:53.716Z | [ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO STEP 25 (shadow) COMPLETE |
| 9821 | 2026-08-05T19:49:53.716Z | [ host-image] Aug 05 19:49:53.044 INFO O| Aug 05 19:49:53.044 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9822 | 2026-08-05T19:49:53.748Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9823 | 2026-08-05T19:49:53.751Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9824 | 2026-08-05T19:49:53.751Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9825 | 2026-08-05T19:49:53.751Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO ok! |
| 9826 | 2026-08-05T19:49:53.751Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO STEP 26 (ensure_file) COMPLETE |
| 9827 | 2026-08-05T19:49:53.751Z | [ host-image] Aug 05 19:49:53.072 INFO O| Aug 05 19:49:53.072 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9828 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9829 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9830 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9831 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO ok! |
| 9832 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO STEP 27 (ensure_file) COMPLETE |
| 9833 | 2026-08-05T19:49:53.756Z | [ host-image] Aug 05 19:49:53.086 INFO O| Aug 05 19:49:53.086 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9834 | 2026-08-05T19:49:53.768Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9835 | 2026-08-05T19:49:53.768Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9836 | 2026-08-05T19:49:53.768Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9837 | 2026-08-05T19:49:53.768Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9838 | 2026-08-05T19:49:53.771Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO ok! |
| 9839 | 2026-08-05T19:49:53.771Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO STEP 28 (ensure_file) COMPLETE |
| 9840 | 2026-08-05T19:49:53.771Z | [ host-image] Aug 05 19:49:53.099 INFO O| Aug 05 19:49:53.099 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9841 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9842 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9843 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9844 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO ok! |
| 9845 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO STEP 29 (ensure_file) COMPLETE |
| 9846 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.113 INFO O| Aug 05 19:49:53.113 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9847 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.128 INFO O| Aug 05 19:49:53.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9848 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9849 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.128 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9850 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.129 INFO STEP 30 (ensure_dir) COMPLETE |
| 9851 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.129 INFO O| Aug 05 19:49:53.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9852 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9853 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9854 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9855 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9856 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO ok! |
| 9857 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO STEP 31 (ensure_file) COMPLETE |
| 9858 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.149 INFO O| Aug 05 19:49:53.144 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9859 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.154 INFO O| Aug 05 19:49:53.154 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9860 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9861 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9862 | 2026-08-05T19:49:53.869Z | [ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO STEP 32 (ensure_dir) COMPLETE |
| 9863 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.155 INFO O| Aug 05 19:49:53.155 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9864 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9865 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 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 ... |
| 9866 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 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 |
| 9867 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9868 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO ok! |
| 9869 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO STEP 33 (ensure_file) COMPLETE |
| 9870 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.165 INFO O| Aug 05 19:49:53.165 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9871 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9872 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9873 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9874 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO ok! |
| 9875 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO STEP 34 (ensure_file) COMPLETE |
| 9876 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.175 INFO O| Aug 05 19:49:53.175 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9877 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9878 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9879 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9880 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9881 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO ok! |
| 9882 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO STEP 35 (ensure_file) COMPLETE |
| 9883 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.185 INFO O| Aug 05 19:49:53.185 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9884 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.195 INFO O| Aug 05 19:49:53.195 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9885 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.195 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9886 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9887 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO ok! |
| 9888 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO STEP 36 (ensure_file) COMPLETE |
| 9889 | 2026-08-05T19:49:53.870Z | [ host-image] Aug 05 19:49:53.196 INFO O| Aug 05 19:49:53.196 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9890 | 2026-08-05T19:49:53.874Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9891 | 2026-08-05T19:49:53.874Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9892 | 2026-08-05T19:49:53.878Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9893 | 2026-08-05T19:49:53.878Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO ok! |
| 9894 | 2026-08-05T19:49:53.878Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO STEP 37 (ensure_file) COMPLETE |
| 9895 | 2026-08-05T19:49:53.878Z | [ host-image] Aug 05 19:49:53.205 INFO O| Aug 05 19:49:53.205 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9896 | 2026-08-05T19:49:53.884Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9897 | 2026-08-05T19:49:53.884Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9898 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9899 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9900 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9901 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9902 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO ok! |
| 9903 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO STEP 38 (ensure_file) COMPLETE |
| 9904 | 2026-08-05T19:49:53.888Z | [ host-image] Aug 05 19:49:53.215 INFO O| Aug 05 19:49:53.215 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9905 | 2026-08-05T19:49:53.895Z | [ host-image] Aug 05 19:49:53.225 INFO O| Aug 05 19:49:53.225 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9906 | 2026-08-05T19:49:53.895Z | [ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9907 | 2026-08-05T19:49:53.898Z | [ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9908 | 2026-08-05T19:49:53.898Z | [ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO STEP 39 (ensure_dir) COMPLETE |
| 9909 | 2026-08-05T19:49:53.898Z | [ host-image] Aug 05 19:49:53.226 INFO O| Aug 05 19:49:53.226 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9910 | 2026-08-05T19:49:53.910Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 |
| 9911 | 2026-08-05T19:49:53.913Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 ... |
| 9912 | 2026-08-05T19:49:53.913Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 |
| 9913 | 2026-08-05T19:49:53.913Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 |
| 9914 | 2026-08-05T19:49:53.913Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 |
| 9915 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 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 |
| 9916 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO ok! |
| 9917 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO STEP 40 (ensure_file) COMPLETE |
| 9918 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.236 INFO O| Aug 05 19:49:53.236 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9919 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9920 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 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 ... |
| 9921 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9922 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO ok! |
| 9923 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9924 | 2026-08-05T19:49:53.917Z | [ host-image] Aug 05 19:49:53.246 INFO O| Aug 05 19:49:53.246 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9925 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9926 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9927 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9928 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO ok! |
| 9929 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9930 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.256 INFO O| Aug 05 19:49:53.256 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9931 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9932 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9933 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9934 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9935 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9936 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9937 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO ok! |
| 9938 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO STEP 43 (ensure_file) COMPLETE |
| 9939 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.266 INFO O| Aug 05 19:49:53.266 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9940 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9941 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 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 ... |
| 9942 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 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 |
| 9943 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9944 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO ok! |
| 9945 | 2026-08-05T19:49:53.947Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO STEP 44 (ensure_file) COMPLETE |
| 9946 | 2026-08-05T19:49:53.951Z | [ host-image] Aug 05 19:49:53.277 INFO O| Aug 05 19:49:53.277 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9947 | 2026-08-05T19:49:53.956Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9948 | 2026-08-05T19:49:53.956Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9949 | 2026-08-05T19:49:53.957Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9950 | 2026-08-05T19:49:53.960Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO ok! |
| 9951 | 2026-08-05T19:49:53.960Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO STEP 45 (ensure_file) COMPLETE |
| 9952 | 2026-08-05T19:49:53.960Z | [ host-image] Aug 05 19:49:53.287 INFO O| Aug 05 19:49:53.287 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9953 | 2026-08-05T19:49:53.966Z | [ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO updating shadow file |
| 9954 | 2026-08-05T19:49:53.966Z | [ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9955 | 2026-08-05T19:49:53.969Z | [ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO STEP 46 (shadow) COMPLETE |
| 9956 | 2026-08-05T19:49:53.970Z | [ host-image] Aug 05 19:49:53.297 INFO O| Aug 05 19:49:53.297 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9957 | 2026-08-05T19:49:53.976Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9958 | 2026-08-05T19:49:53.976Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9959 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9960 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9961 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO ok! |
| 9962 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 47 (ensure_file) COMPLETE |
| 9963 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9964 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO skip step because feature "mfg" is not enabled |
| 9965 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9966 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO skip step because feature "mfg" is not enabled |
| 9967 | 2026-08-05T19:49:53.979Z | [ host-image] Aug 05 19:49:53.307 INFO O| Aug 05 19:49:53.307 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9968 | 2026-08-05T19:49:53.985Z | [ host-image] Aug 05 19:49:53.316 INFO O| Aug 05 19:49:53.316 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9969 | 2026-08-05T19:49:53.985Z | [ host-image] Aug 05 19:49:53.316 INFO O| Aug 05 19:49:53.316 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9970 | 2026-08-05T19:49:54.009Z | [ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9971 | 2026-08-05T19:49:54.009Z | [ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9972 | 2026-08-05T19:49:54.009Z | [ host-image] Aug 05 19:49:53.339 INFO O| Aug 05 19:49:53.339 INFO ok! |
| 9973 | 2026-08-05T19:49:54.012Z | [ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 50 (ensure_file) COMPLETE |
| 9974 | 2026-08-05T19:49:54.012Z | [ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9975 | 2026-08-05T19:49:54.012Z | [ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO skip step because feature "compliance" is not enabled |
| 9976 | 2026-08-05T19:49:54.012Z | [ host-image] Aug 05 19:49:53.340 INFO O| Aug 05 19:49:53.339 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9977 | 2026-08-05T19:49:54.019Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9978 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9979 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9980 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9981 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9982 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9983 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO ok! |
| 9984 | 2026-08-05T19:49:54.020Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO STEP 52 (ensure_file) COMPLETE |
| 9985 | 2026-08-05T19:49:54.023Z | [ host-image] Aug 05 19:49:53.350 INFO O| Aug 05 19:49:53.350 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9986 | 2026-08-05T19:49:54.029Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9987 | 2026-08-05T19:49:54.029Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 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 ... |
| 9988 | 2026-08-05T19:49:54.032Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9989 | 2026-08-05T19:49:54.032Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9990 | 2026-08-05T19:49:54.032Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO ok! |
| 9991 | 2026-08-05T19:49:54.032Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO STEP 53 (ensure_file) COMPLETE |
| 9992 | 2026-08-05T19:49:54.032Z | [ host-image] Aug 05 19:49:53.360 INFO O| Aug 05 19:49:53.360 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9993 | 2026-08-05T19:49:54.038Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9994 | 2026-08-05T19:49:54.038Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 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 ... |
| 9995 | 2026-08-05T19:49:54.038Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9996 | 2026-08-05T19:49:54.041Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9997 | 2026-08-05T19:49:54.041Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO ok! |
| 9998 | 2026-08-05T19:49:54.041Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO STEP 54 (ensure_file) COMPLETE |
| 9999 | 2026-08-05T19:49:54.041Z | [ host-image] Aug 05 19:49:53.369 INFO O| Aug 05 19:49:53.369 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10000 | 2026-08-05T19:49:54.048Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10001 | 2026-08-05T19:49:54.048Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 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 ... |
| 10002 | 2026-08-05T19:49:54.051Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 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 |
| 10003 | 2026-08-05T19:49:54.051Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10004 | 2026-08-05T19:49:54.051Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO ok! |
| 10005 | 2026-08-05T19:49:54.051Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO STEP 55 (ensure_file) COMPLETE |
| 10006 | 2026-08-05T19:49:54.051Z | [ host-image] Aug 05 19:49:53.379 INFO O| Aug 05 19:49:53.379 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10007 | 2026-08-05T19:49:54.059Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10008 | 2026-08-05T19:49:54.059Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 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 ... |
| 10009 | 2026-08-05T19:49:54.059Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10010 | 2026-08-05T19:49:54.062Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10011 | 2026-08-05T19:49:54.062Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO ok! |
| 10012 | 2026-08-05T19:49:54.062Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO STEP 56 (ensure_file) COMPLETE |
| 10013 | 2026-08-05T19:49:54.062Z | [ host-image] Aug 05 19:49:53.390 INFO O| Aug 05 19:49:53.390 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10014 | 2026-08-05T19:49:54.070Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10015 | 2026-08-05T19:49:54.070Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 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 ... |
| 10016 | 2026-08-05T19:49:54.070Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 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 |
| 10017 | 2026-08-05T19:49:54.074Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10018 | 2026-08-05T19:49:54.074Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO ok! |
| 10019 | 2026-08-05T19:49:54.074Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO STEP 57 (ensure_file) COMPLETE |
| 10020 | 2026-08-05T19:49:54.074Z | [ host-image] Aug 05 19:49:53.401 INFO O| Aug 05 19:49:53.401 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10021 | 2026-08-05T19:49:54.081Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10022 | 2026-08-05T19:49:54.081Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 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 ... |
| 10023 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10024 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10025 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10026 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10027 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO ok! |
| 10028 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO STEP 58 (ensure_file) COMPLETE |
| 10029 | 2026-08-05T19:49:54.084Z | [ host-image] Aug 05 19:49:53.412 INFO O| Aug 05 19:49:53.412 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10030 | 2026-08-05T19:49:54.091Z | [ host-image] Aug 05 19:49:53.422 INFO O| Aug 05 19:49:53.422 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10031 | 2026-08-05T19:49:54.091Z | [ host-image] Aug 05 19:49:53.422 INFO O| Aug 05 19:49:53.422 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 ... |
| 10032 | 2026-08-05T19:49:54.095Z | [ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.422 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 |
| 10033 | 2026-08-05T19:49:54.095Z | [ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10034 | 2026-08-05T19:49:54.095Z | [ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO ok! |
| 10035 | 2026-08-05T19:49:54.095Z | [ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO STEP 59 (ensure_file) COMPLETE |
| 10036 | 2026-08-05T19:49:54.095Z | [ host-image] Aug 05 19:49:53.423 INFO O| Aug 05 19:49:53.423 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10037 | 2026-08-05T19:49:54.101Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10038 | 2026-08-05T19:49:54.101Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10039 | 2026-08-05T19:49:54.101Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10040 | 2026-08-05T19:49:54.104Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10041 | 2026-08-05T19:49:54.104Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO ok! |
| 10042 | 2026-08-05T19:49:54.104Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO STEP 60 (ensure_file) COMPLETE |
| 10043 | 2026-08-05T19:49:54.104Z | [ host-image] Aug 05 19:49:53.432 INFO O| Aug 05 19:49:53.432 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10044 | 2026-08-05T19:49:54.114Z | [ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10045 | 2026-08-05T19:49:54.114Z | [ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 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 ... |
| 10046 | 2026-08-05T19:49:54.117Z | [ host-image] Aug 05 19:49:53.444 INFO O| Aug 05 19:49:53.444 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 |
| 10047 | 2026-08-05T19:49:54.117Z | [ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10048 | 2026-08-05T19:49:54.117Z | [ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.444 INFO ok! |
| 10049 | 2026-08-05T19:49:54.117Z | [ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.445 INFO STEP 61 (ensure_file) COMPLETE |
| 10050 | 2026-08-05T19:49:54.117Z | [ host-image] Aug 05 19:49:53.445 INFO O| Aug 05 19:49:53.445 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10051 | 2026-08-05T19:49:54.125Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10052 | 2026-08-05T19:49:54.125Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10053 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10054 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10055 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10056 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10057 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO ok! |
| 10058 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO STEP 62 (ensure_file) COMPLETE |
| 10059 | 2026-08-05T19:49:54.128Z | [ host-image] Aug 05 19:49:53.456 INFO O| Aug 05 19:49:53.456 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10060 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10061 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 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 ... |
| 10062 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 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 |
| 10063 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10064 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO ok! |
| 10065 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO STEP 63 (ensure_file) COMPLETE |
| 10066 | 2026-08-05T19:49:54.144Z | [ host-image] Aug 05 19:49:53.466 INFO O| Aug 05 19:49:53.466 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10067 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10068 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 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 ... |
| 10069 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 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 |
| 10070 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10071 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO ok! |
| 10072 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.476 INFO O| Aug 05 19:49:53.476 INFO STEP 64 (ensure_file) COMPLETE |
| 10073 | 2026-08-05T19:49:54.147Z | [ host-image] Aug 05 19:49:53.477 INFO O| Aug 05 19:49:53.476 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10074 | 2026-08-05T19:49:54.156Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10075 | 2026-08-05T19:49:54.156Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 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 ... |
| 10076 | 2026-08-05T19:49:54.156Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 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 |
| 10077 | 2026-08-05T19:49:54.156Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10078 | 2026-08-05T19:49:54.160Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO ok! |
| 10079 | 2026-08-05T19:49:54.160Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 65 (ensure_file) COMPLETE |
| 10080 | 2026-08-05T19:49:54.160Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10081 | 2026-08-05T19:49:54.160Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO skip step because feature "mbist" is not enabled |
| 10082 | 2026-08-05T19:49:54.160Z | [ host-image] Aug 05 19:49:53.487 INFO O| Aug 05 19:49:53.487 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10083 | 2026-08-05T19:49:54.166Z | [ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10084 | 2026-08-05T19:49:54.166Z | [ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO STEP 67 (ensure_dir) COMPLETE |
| 10085 | 2026-08-05T19:49:54.169Z | [ host-image] Aug 05 19:49:53.497 INFO O| Aug 05 19:49:53.497 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10086 | 2026-08-05T19:49:54.176Z | [ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10087 | 2026-08-05T19:49:54.176Z | [ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10088 | 2026-08-05T19:49:54.176Z | [ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO STEP 68 (ensure_dir) COMPLETE |
| 10089 | 2026-08-05T19:49:54.176Z | [ host-image] Aug 05 19:49:53.507 INFO O| Aug 05 19:49:53.507 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10090 | 2026-08-05T19:49:54.187Z | [ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10091 | 2026-08-05T19:49:54.187Z | [ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10092 | 2026-08-05T19:49:54.187Z | [ host-image] Aug 05 19:49:53.517 INFO O| Aug 05 19:49:53.517 INFO STEP 69 (ensure_dir) COMPLETE |
| 10093 | 2026-08-05T19:49:54.190Z | [ host-image] Aug 05 19:49:53.518 INFO O| Aug 05 19:49:53.517 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10094 | 2026-08-05T19:49:54.197Z | [ host-image] Aug 05 19:49:53.527 INFO O| Aug 05 19:49:53.527 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10095 | 2026-08-05T19:49:54.197Z | [ host-image] Aug 05 19:49:53.527 INFO O| Aug 05 19:49:53.527 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10096 | 2026-08-05T19:49:54.225Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 10097 | 2026-08-05T19:49:54.677Z | [ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10098 | 2026-08-05T19:49:54.677Z | [ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO ok! |
| 10099 | 2026-08-05T19:49:54.680Z | [ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO STEP 70 (ensure_file) COMPLETE |
| 10100 | 2026-08-05T19:49:54.680Z | [ host-image] Aug 05 19:49:54.007 INFO O| Aug 05 19:49:54.007 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10101 | 2026-08-05T19:49:54.730Z | [ host-image] Aug 05 19:49:54.060 INFO O| Aug 05 19:49:54.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10102 | 2026-08-05T19:49:54.730Z | [ host-image] Aug 05 19:49:54.060 INFO O| Aug 05 19:49:54.060 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10103 | 2026-08-05T19:49:55.031Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 10104 | 2026-08-05T19:49:55.218Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 10105 | 2026-08-05T19:49:55.587Z | [ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10106 | 2026-08-05T19:49:55.588Z | [ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO ok! |
| 10107 | 2026-08-05T19:49:55.588Z | [ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO STEP 71 (ensure_file) COMPLETE |
| 10108 | 2026-08-05T19:49:55.588Z | [ host-image] Aug 05 19:49:54.918 INFO O| Aug 05 19:49:54.918 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10109 | 2026-08-05T19:49:55.599Z | [ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.929 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10110 | 2026-08-05T19:49:55.599Z | [ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10111 | 2026-08-05T19:49:55.599Z | [ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO STEP 72 (ensure_dir) COMPLETE |
| 10112 | 2026-08-05T19:49:55.603Z | [ host-image] Aug 05 19:49:54.930 INFO O| Aug 05 19:49:54.930 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10113 | 2026-08-05T19:49:55.609Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10114 | 2026-08-05T19:49:55.609Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10115 | 2026-08-05T19:49:55.613Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10116 | 2026-08-05T19:49:55.613Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO ok! |
| 10117 | 2026-08-05T19:49:55.613Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO STEP 73 (ensure_file) COMPLETE |
| 10118 | 2026-08-05T19:49:55.613Z | [ host-image] Aug 05 19:49:54.940 INFO O| Aug 05 19:49:54.940 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10119 | 2026-08-05T19:49:55.620Z | [ host-image] Aug 05 19:49:54.950 INFO O| Aug 05 19:49:54.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10120 | 2026-08-05T19:49:55.620Z | [ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.950 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10121 | 2026-08-05T19:49:55.624Z | [ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10122 | 2026-08-05T19:49:55.624Z | [ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO ok! |
| 10123 | 2026-08-05T19:49:55.624Z | [ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO STEP 74 (ensure_file) COMPLETE |
| 10124 | 2026-08-05T19:49:55.624Z | [ host-image] Aug 05 19:49:54.951 INFO O| Aug 05 19:49:54.951 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10125 | 2026-08-05T19:49:55.629Z | [ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10126 | 2026-08-05T19:49:55.633Z | [ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10127 | 2026-08-05T19:49:55.633Z | [ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO STEP 75 (ensure_dir) COMPLETE |
| 10128 | 2026-08-05T19:49:55.633Z | [ host-image] Aug 05 19:49:54.960 INFO O| Aug 05 19:49:54.960 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10129 | 2026-08-05T19:49:55.643Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10130 | 2026-08-05T19:49:55.643Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10131 | 2026-08-05T19:49:55.643Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10132 | 2026-08-05T19:49:55.643Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO ok! |
| 10133 | 2026-08-05T19:49:55.647Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO STEP 76 (ensure_file) COMPLETE |
| 10134 | 2026-08-05T19:49:55.647Z | [ host-image] Aug 05 19:49:54.974 INFO O| Aug 05 19:49:54.974 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10135 | 2026-08-05T19:49:55.653Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10136 | 2026-08-05T19:49:55.653Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10137 | 2026-08-05T19:49:55.657Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10138 | 2026-08-05T19:49:55.657Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO ok! |
| 10139 | 2026-08-05T19:49:55.657Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO STEP 77 (ensure_file) COMPLETE |
| 10140 | 2026-08-05T19:49:55.657Z | [ host-image] Aug 05 19:49:54.984 INFO O| Aug 05 19:49:54.984 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10141 | 2026-08-05T19:49:55.665Z | [ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10142 | 2026-08-05T19:49:55.665Z | [ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10143 | 2026-08-05T19:49:55.665Z | [ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO STEP 78 (ensure_dir) COMPLETE |
| 10144 | 2026-08-05T19:49:55.668Z | [ host-image] Aug 05 19:49:54.995 INFO O| Aug 05 19:49:54.995 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10145 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10146 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10147 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10148 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO ok! |
| 10149 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO STEP 79 (ensure_file) COMPLETE |
| 10150 | 2026-08-05T19:49:55.682Z | [ host-image] Aug 05 19:49:55.008 INFO O| Aug 05 19:49:55.008 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10151 | 2026-08-05T19:49:55.687Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10152 | 2026-08-05T19:49:55.687Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10153 | 2026-08-05T19:49:55.687Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10154 | 2026-08-05T19:49:55.691Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO ok! |
| 10155 | 2026-08-05T19:49:55.691Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO STEP 80 (ensure_file) COMPLETE |
| 10156 | 2026-08-05T19:49:55.691Z | [ host-image] Aug 05 19:49:55.018 INFO O| Aug 05 19:49:55.018 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10157 | 2026-08-05T19:49:55.699Z | [ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10158 | 2026-08-05T19:49:55.700Z | [ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10159 | 2026-08-05T19:49:55.700Z | [ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO STEP 81 (ensure_dir) COMPLETE |
| 10160 | 2026-08-05T19:49:55.703Z | [ host-image] Aug 05 19:49:55.030 INFO O| Aug 05 19:49:55.030 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10161 | 2026-08-05T19:49:55.716Z | [ host-image] Aug 05 19:49:55.046 INFO O| Aug 05 19:49:55.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10162 | 2026-08-05T19:49:55.716Z | [ host-image] Aug 05 19:49:55.046 INFO O| Aug 05 19:49:55.046 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10163 | 2026-08-05T19:49:56.481Z | [ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10164 | 2026-08-05T19:49:56.481Z | [ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO ok! |
| 10165 | 2026-08-05T19:49:56.481Z | [ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO STEP 82 (ensure_file) COMPLETE |
| 10166 | 2026-08-05T19:49:56.485Z | [ host-image] Aug 05 19:49:55.811 INFO O| Aug 05 19:49:55.811 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10167 | 2026-08-05T19:49:56.497Z | [ host-image] Aug 05 19:49:55.827 INFO O| Aug 05 19:49:55.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10168 | 2026-08-05T19:49:56.497Z | [ host-image] Aug 05 19:49:55.827 INFO O| Aug 05 19:49:55.827 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10169 | 2026-08-05T19:49:56.895Z | [ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10170 | 2026-08-05T19:49:56.895Z | [ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO ok! |
| 10171 | 2026-08-05T19:49:56.895Z | [ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO STEP 83 (ensure_file) COMPLETE |
| 10172 | 2026-08-05T19:49:56.899Z | [ host-image] Aug 05 19:49:56.226 INFO O| Aug 05 19:49:56.226 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10173 | 2026-08-05T19:49:56.906Z | [ host-image] Aug 05 19:49:56.236 INFO O| Aug 05 19:49:56.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10174 | 2026-08-05T19:49:56.906Z | [ host-image] Aug 05 19:49:56.236 INFO O| Aug 05 19:49:56.236 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10175 | 2026-08-05T19:49:58.857Z | [ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10176 | 2026-08-05T19:49:58.857Z | [ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO ok! |
| 10177 | 2026-08-05T19:49:58.857Z | [ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO STEP 84 (ensure_file) COMPLETE |
| 10178 | 2026-08-05T19:49:58.860Z | [ host-image] Aug 05 19:49:58.187 INFO O| Aug 05 19:49:58.187 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10179 | 2026-08-05T19:49:58.870Z | [ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10180 | 2026-08-05T19:49:58.870Z | [ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10181 | 2026-08-05T19:49:58.870Z | [ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO STEP 85 (ensure_dir) COMPLETE |
| 10182 | 2026-08-05T19:49:58.873Z | [ host-image] Aug 05 19:49:58.200 INFO O| Aug 05 19:49:58.200 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10183 | 2026-08-05T19:49:58.881Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10184 | 2026-08-05T19:49:58.881Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10185 | 2026-08-05T19:49:58.881Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10186 | 2026-08-05T19:49:58.885Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO ok! |
| 10187 | 2026-08-05T19:49:58.885Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO STEP 86 (ensure_file) COMPLETE |
| 10188 | 2026-08-05T19:49:58.885Z | [ host-image] Aug 05 19:49:58.212 INFO O| Aug 05 19:49:58.212 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10189 | 2026-08-05T19:49:58.899Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10190 | 2026-08-05T19:49:58.899Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10191 | 2026-08-05T19:49:58.899Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10192 | 2026-08-05T19:49:58.902Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO ok! |
| 10193 | 2026-08-05T19:49:58.902Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO STEP 87 (ensure_file) COMPLETE |
| 10194 | 2026-08-05T19:49:58.902Z | [ host-image] Aug 05 19:49:58.230 INFO O| Aug 05 19:49:58.230 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10195 | 2026-08-05T19:49:58.910Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10196 | 2026-08-05T19:49:58.910Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10197 | 2026-08-05T19:49:58.910Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10198 | 2026-08-05T19:49:58.910Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO ok! |
| 10199 | 2026-08-05T19:49:58.910Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO STEP 88 (ensure_file) COMPLETE |
| 10200 | 2026-08-05T19:49:58.913Z | [ host-image] Aug 05 19:49:58.241 INFO O| Aug 05 19:49:58.241 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10201 | 2026-08-05T19:49:58.920Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10202 | 2026-08-05T19:49:58.920Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10203 | 2026-08-05T19:49:58.920Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10204 | 2026-08-05T19:49:58.924Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO ok! |
| 10205 | 2026-08-05T19:49:58.924Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO STEP 89 (ensure_file) COMPLETE |
| 10206 | 2026-08-05T19:49:58.924Z | [ host-image] Aug 05 19:49:58.251 INFO O| Aug 05 19:49:58.251 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10207 | 2026-08-05T19:49:58.931Z | [ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10208 | 2026-08-05T19:49:58.931Z | [ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10209 | 2026-08-05T19:49:58.931Z | [ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO STEP 90 (ensure_dir) COMPLETE |
| 10210 | 2026-08-05T19:49:58.931Z | [ host-image] Aug 05 19:49:58.262 INFO O| Aug 05 19:49:58.262 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10211 | 2026-08-05T19:49:58.942Z | [ host-image] Aug 05 19:49:58.273 INFO O| Aug 05 19:49:58.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10212 | 2026-08-05T19:49:58.942Z | [ host-image] Aug 05 19:49:58.273 INFO O| Aug 05 19:49:58.273 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10213 | 2026-08-05T19:49:58.945Z | [ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10214 | 2026-08-05T19:49:58.945Z | [ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO ok! |
| 10215 | 2026-08-05T19:49:58.945Z | [ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO STEP 91 (ensure_file) COMPLETE |
| 10216 | 2026-08-05T19:49:58.945Z | [ host-image] Aug 05 19:49:58.275 INFO O| Aug 05 19:49:58.275 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10217 | 2026-08-05T19:49:58.954Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10218 | 2026-08-05T19:49:58.954Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10219 | 2026-08-05T19:49:58.954Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10220 | 2026-08-05T19:49:58.958Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO ok! |
| 10221 | 2026-08-05T19:49:58.958Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO STEP 92 (ensure_file) COMPLETE |
| 10222 | 2026-08-05T19:49:58.958Z | [ host-image] Aug 05 19:49:58.285 INFO O| Aug 05 19:49:58.285 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10223 | 2026-08-05T19:49:58.964Z | [ host-image] Aug 05 19:49:58.295 INFO O| Aug 05 19:49:58.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10224 | 2026-08-05T19:49:58.964Z | [ host-image] Aug 05 19:49:58.295 INFO O| Aug 05 19:49:58.295 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10225 | 2026-08-05T19:50:00.313Z | [ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10226 | 2026-08-05T19:50:00.313Z | [ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO ok! |
| 10227 | 2026-08-05T19:50:00.317Z | [ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO STEP 93 (ensure_file) COMPLETE |
| 10228 | 2026-08-05T19:50:00.317Z | [ host-image] Aug 05 19:49:59.644 INFO O| Aug 05 19:49:59.644 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10229 | 2026-08-05T19:50:00.326Z | [ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10230 | 2026-08-05T19:50:00.326Z | [ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10231 | 2026-08-05T19:50:00.326Z | [ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO STEP 94 (ensure_dir) COMPLETE |
| 10232 | 2026-08-05T19:50:00.326Z | [ host-image] Aug 05 19:49:59.656 INFO O| Aug 05 19:49:59.656 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10233 | 2026-08-05T19:50:00.340Z | [ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10234 | 2026-08-05T19:50:00.340Z | [ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10235 | 2026-08-05T19:50:00.340Z | [ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO STEP 95 (ensure_dir) COMPLETE |
| 10236 | 2026-08-05T19:50:00.340Z | [ host-image] Aug 05 19:49:59.668 INFO O| Aug 05 19:49:59.668 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10237 | 2026-08-05T19:50:00.348Z | [ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10238 | 2026-08-05T19:50:00.349Z | [ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10239 | 2026-08-05T19:50:00.349Z | [ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO STEP 96 (ensure_dir) COMPLETE |
| 10240 | 2026-08-05T19:50:00.352Z | [ host-image] Aug 05 19:49:59.679 INFO O| Aug 05 19:49:59.679 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10241 | 2026-08-05T19:50:00.378Z | [ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10242 | 2026-08-05T19:50:00.378Z | [ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10243 | 2026-08-05T19:50:00.427Z | [ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO STEP 97 (ensure_dir) COMPLETE |
| 10244 | 2026-08-05T19:50:00.427Z | [ host-image] Aug 05 19:49:59.690 INFO O| Aug 05 19:49:59.690 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10245 | 2026-08-05T19:50:00.427Z | [ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10246 | 2026-08-05T19:50:00.427Z | [ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10247 | 2026-08-05T19:50:00.427Z | [ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO STEP 98 (ensure_dir) COMPLETE |
| 10248 | 2026-08-05T19:50:00.430Z | [ host-image] Aug 05 19:49:59.712 INFO O| Aug 05 19:49:59.712 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10249 | 2026-08-05T19:50:00.430Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10250 | 2026-08-05T19:50:00.430Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10251 | 2026-08-05T19:50:00.434Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10252 | 2026-08-05T19:50:00.434Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO ok! |
| 10253 | 2026-08-05T19:50:00.434Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO STEP 99 (ensure_file) COMPLETE |
| 10254 | 2026-08-05T19:50:00.434Z | [ host-image] Aug 05 19:49:59.723 INFO O| Aug 05 19:49:59.723 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10255 | 2026-08-05T19:50:00.544Z | [ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10256 | 2026-08-05T19:50:00.544Z | [ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10257 | 2026-08-05T19:50:00.547Z | [ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO STEP 100 (ensure_dir) COMPLETE |
| 10258 | 2026-08-05T19:50:00.547Z | [ host-image] Aug 05 19:49:59.873 INFO O| Aug 05 19:49:59.873 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10259 | 2026-08-05T19:50:00.556Z | [ host-image] Aug 05 19:49:59.885 INFO O| Aug 05 19:49:59.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10260 | 2026-08-05T19:50:00.556Z | [ host-image] Aug 05 19:49:59.885 INFO O| Aug 05 19:49:59.885 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10261 | 2026-08-05T19:50:00.565Z | [ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10262 | 2026-08-05T19:50:00.565Z | [ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO ok! |
| 10263 | 2026-08-05T19:50:00.565Z | [ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO STEP 101 (ensure_file) COMPLETE |
| 10264 | 2026-08-05T19:50:00.565Z | [ host-image] Aug 05 19:49:59.896 INFO O| Aug 05 19:49:59.896 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10265 | 2026-08-05T19:50:00.583Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10266 | 2026-08-05T19:50:00.584Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10267 | 2026-08-05T19:50:00.584Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10268 | 2026-08-05T19:50:00.584Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO ok! |
| 10269 | 2026-08-05T19:50:00.584Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO STEP 102 (ensure_file) COMPLETE |
| 10270 | 2026-08-05T19:50:00.584Z | [ host-image] Aug 05 19:49:59.909 INFO O| Aug 05 19:49:59.909 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10271 | 2026-08-05T19:50:00.589Z | [ host-image] Aug 05 19:49:59.919 INFO O| Aug 05 19:49:59.919 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10272 | 2026-08-05T19:50:00.589Z | [ host-image] Aug 05 19:49:59.919 INFO O| Aug 05 19:49:59.919 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10273 | 2026-08-05T19:50:01.126Z | [ host-image] Aug 05 19:50:00.456 INFO O| Aug 05 19:50:00.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10274 | 2026-08-05T19:50:01.126Z | [ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO ok! |
| 10275 | 2026-08-05T19:50:01.131Z | [ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO STEP 103 (ensure_file) COMPLETE |
| 10276 | 2026-08-05T19:50:01.131Z | [ host-image] Aug 05 19:50:00.457 INFO O| Aug 05 19:50:00.456 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10277 | 2026-08-05T19:50:01.138Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10278 | 2026-08-05T19:50:01.138Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10279 | 2026-08-05T19:50:01.138Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10280 | 2026-08-05T19:50:01.141Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO ok! |
| 10281 | 2026-08-05T19:50:01.141Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO STEP 104 (ensure_file) COMPLETE |
| 10282 | 2026-08-05T19:50:01.141Z | [ host-image] Aug 05 19:50:00.468 INFO O| Aug 05 19:50:00.468 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10283 | 2026-08-05T19:50:01.151Z | [ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10284 | 2026-08-05T19:50:01.151Z | [ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10285 | 2026-08-05T19:50:01.151Z | [ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO STEP 105 (ensure_dir) COMPLETE |
| 10286 | 2026-08-05T19:50:01.151Z | [ host-image] Aug 05 19:50:00.480 INFO O| Aug 05 19:50:00.480 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10287 | 2026-08-05T19:50:01.164Z | [ host-image] Aug 05 19:50:00.495 INFO O| Aug 05 19:50:00.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10288 | 2026-08-05T19:50:01.164Z | [ host-image] Aug 05 19:50:00.495 INFO O| Aug 05 19:50:00.495 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10289 | 2026-08-05T19:50:01.182Z | [ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10290 | 2026-08-05T19:50:01.182Z | [ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO ok! |
| 10291 | 2026-08-05T19:50:01.182Z | [ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO STEP 106 (ensure_file) COMPLETE |
| 10292 | 2026-08-05T19:50:01.182Z | [ host-image] Aug 05 19:50:00.512 INFO O| Aug 05 19:50:00.512 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10293 | 2026-08-05T19:50:01.197Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10294 | 2026-08-05T19:50:01.197Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10295 | 2026-08-05T19:50:01.197Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10296 | 2026-08-05T19:50:01.197Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO ok! |
| 10297 | 2026-08-05T19:50:01.200Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO STEP 107 (ensure_file) COMPLETE |
| 10298 | 2026-08-05T19:50:01.200Z | [ host-image] Aug 05 19:50:00.525 INFO O| Aug 05 19:50:00.525 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10299 | 2026-08-05T19:50:01.209Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10300 | 2026-08-05T19:50:01.210Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10301 | 2026-08-05T19:50:01.213Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10302 | 2026-08-05T19:50:01.213Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO ok! |
| 10303 | 2026-08-05T19:50:01.213Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO STEP 108 (ensure_file) COMPLETE |
| 10304 | 2026-08-05T19:50:01.213Z | [ host-image] Aug 05 19:50:00.540 INFO O| Aug 05 19:50:00.540 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10305 | 2026-08-05T19:50:01.225Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10306 | 2026-08-05T19:50:01.229Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10307 | 2026-08-05T19:50:01.229Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10308 | 2026-08-05T19:50:01.229Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO ok! |
| 10309 | 2026-08-05T19:50:01.229Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO STEP 109 (ensure_file) COMPLETE |
| 10310 | 2026-08-05T19:50:01.229Z | [ host-image] Aug 05 19:50:00.552 INFO O| Aug 05 19:50:00.552 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10311 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10312 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10313 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10314 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO ok! |
| 10315 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO STEP 110 (ensure_file) COMPLETE |
| 10316 | 2026-08-05T19:50:01.234Z | [ host-image] Aug 05 19:50:00.563 INFO O| Aug 05 19:50:00.562 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10317 | 2026-08-05T19:50:01.243Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10318 | 2026-08-05T19:50:01.243Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10319 | 2026-08-05T19:50:01.243Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10320 | 2026-08-05T19:50:01.243Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO ok! |
| 10321 | 2026-08-05T19:50:01.246Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO STEP 111 (ensure_file) COMPLETE |
| 10322 | 2026-08-05T19:50:01.246Z | [ host-image] Aug 05 19:50:00.574 INFO O| Aug 05 19:50:00.574 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10323 | 2026-08-05T19:50:01.254Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10324 | 2026-08-05T19:50:01.254Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10325 | 2026-08-05T19:50:01.258Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10326 | 2026-08-05T19:50:01.258Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO ok! |
| 10327 | 2026-08-05T19:50:01.258Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO STEP 112 (ensure_file) COMPLETE |
| 10328 | 2026-08-05T19:50:01.258Z | [ host-image] Aug 05 19:50:00.585 INFO O| Aug 05 19:50:00.585 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10329 | 2026-08-05T19:50:01.267Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10330 | 2026-08-05T19:50:01.267Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10331 | 2026-08-05T19:50:01.267Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10332 | 2026-08-05T19:50:01.271Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO ok! |
| 10333 | 2026-08-05T19:50:01.274Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO STEP 113 (ensure_file) COMPLETE |
| 10334 | 2026-08-05T19:50:01.274Z | [ host-image] Aug 05 19:50:00.597 INFO O| Aug 05 19:50:00.597 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10335 | 2026-08-05T19:50:01.289Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10336 | 2026-08-05T19:50:01.289Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10337 | 2026-08-05T19:50:01.289Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10338 | 2026-08-05T19:50:01.289Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO ok! |
| 10339 | 2026-08-05T19:50:01.293Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO STEP 114 (ensure_file) COMPLETE |
| 10340 | 2026-08-05T19:50:01.293Z | [ host-image] Aug 05 19:50:00.620 INFO O| Aug 05 19:50:00.620 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10341 | 2026-08-05T19:50:01.303Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10342 | 2026-08-05T19:50:01.304Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10343 | 2026-08-05T19:50:01.304Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10344 | 2026-08-05T19:50:01.307Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO ok! |
| 10345 | 2026-08-05T19:50:01.307Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO STEP 115 (ensure_file) COMPLETE |
| 10346 | 2026-08-05T19:50:01.307Z | [ host-image] Aug 05 19:50:00.634 INFO O| Aug 05 19:50:00.634 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10347 | 2026-08-05T19:50:01.319Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10348 | 2026-08-05T19:50:01.319Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10349 | 2026-08-05T19:50:01.319Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10350 | 2026-08-05T19:50:01.322Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO ok! |
| 10351 | 2026-08-05T19:50:01.323Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO STEP 116 (ensure_file) COMPLETE |
| 10352 | 2026-08-05T19:50:01.323Z | [ host-image] Aug 05 19:50:00.650 INFO O| Aug 05 19:50:00.650 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10353 | 2026-08-05T19:50:01.336Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10354 | 2026-08-05T19:50:01.336Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10355 | 2026-08-05T19:50:01.336Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10356 | 2026-08-05T19:50:01.340Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO ok! |
| 10357 | 2026-08-05T19:50:01.340Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO STEP 117 (ensure_file) COMPLETE |
| 10358 | 2026-08-05T19:50:01.340Z | [ host-image] Aug 05 19:50:00.667 INFO O| Aug 05 19:50:00.667 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10359 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10360 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10361 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10362 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO ok! |
| 10363 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO STEP 118 (ensure_file) COMPLETE |
| 10364 | 2026-08-05T19:50:01.348Z | [ host-image] Aug 05 19:50:00.678 INFO O| Aug 05 19:50:00.678 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10365 | 2026-08-05T19:50:01.361Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10366 | 2026-08-05T19:50:01.361Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10367 | 2026-08-05T19:50:01.361Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10368 | 2026-08-05T19:50:01.365Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO ok! |
| 10369 | 2026-08-05T19:50:01.365Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO STEP 119 (ensure_file) COMPLETE |
| 10370 | 2026-08-05T19:50:01.365Z | [ host-image] Aug 05 19:50:00.691 INFO O| Aug 05 19:50:00.691 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10371 | 2026-08-05T19:50:01.373Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10372 | 2026-08-05T19:50:01.373Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10373 | 2026-08-05T19:50:01.373Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10374 | 2026-08-05T19:50:01.373Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO ok! |
| 10375 | 2026-08-05T19:50:01.377Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO STEP 120 (ensure_file) COMPLETE |
| 10376 | 2026-08-05T19:50:01.377Z | [ host-image] Aug 05 19:50:00.704 INFO O| Aug 05 19:50:00.704 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10377 | 2026-08-05T19:50:01.423Z | [ host-image] Aug 05 19:50:00.716 INFO O| Aug 05 19:50:00.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10378 | 2026-08-05T19:50:01.423Z | [ host-image] Aug 05 19:50:00.716 INFO O| Aug 05 19:50:00.716 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10379 | 2026-08-05T19:50:01.811Z | [ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10380 | 2026-08-05T19:50:01.811Z | [ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO ok! |
| 10381 | 2026-08-05T19:50:01.811Z | [ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO STEP 121 (ensure_file) COMPLETE |
| 10382 | 2026-08-05T19:50:01.815Z | [ host-image] Aug 05 19:50:01.142 INFO O| Aug 05 19:50:01.142 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10383 | 2026-08-05T19:50:01.825Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10384 | 2026-08-05T19:50:01.828Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.155 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10385 | 2026-08-05T19:50:01.828Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10386 | 2026-08-05T19:50:01.828Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO ok! |
| 10387 | 2026-08-05T19:50:01.828Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO STEP 122 (ensure_file) COMPLETE |
| 10388 | 2026-08-05T19:50:01.828Z | [ host-image] Aug 05 19:50:01.156 INFO O| Aug 05 19:50:01.156 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10389 | 2026-08-05T19:50:01.837Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10390 | 2026-08-05T19:50:01.837Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10391 | 2026-08-05T19:50:01.837Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10392 | 2026-08-05T19:50:01.837Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO ok! |
| 10393 | 2026-08-05T19:50:01.840Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO STEP 123 (ensure_file) COMPLETE |
| 10394 | 2026-08-05T19:50:01.841Z | [ host-image] Aug 05 19:50:01.168 INFO O| Aug 05 19:50:01.168 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10395 | 2026-08-05T19:50:01.849Z | [ host-image] Aug 05 19:50:01.179 INFO O| Aug 05 19:50:01.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10396 | 2026-08-05T19:50:01.849Z | [ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.179 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10397 | 2026-08-05T19:50:01.849Z | [ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10398 | 2026-08-05T19:50:01.852Z | [ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO ok! |
| 10399 | 2026-08-05T19:50:01.852Z | [ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO STEP 124 (ensure_file) COMPLETE |
| 10400 | 2026-08-05T19:50:01.852Z | [ host-image] Aug 05 19:50:01.180 INFO O| Aug 05 19:50:01.180 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10401 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.193 INFO O| Aug 05 19:50:01.191 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10402 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10403 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10404 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO ok! |
| 10405 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO STEP 125 (ensure_file) COMPLETE |
| 10406 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.194 INFO O| Aug 05 19:50:01.192 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10407 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10408 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10409 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10410 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO ok! |
| 10411 | 2026-08-05T19:50:01.874Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO STEP 126 (ensure_file) COMPLETE |
| 10412 | 2026-08-05T19:50:01.875Z | [ host-image] Aug 05 19:50:01.204 INFO O| Aug 05 19:50:01.204 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10413 | 2026-08-05T19:50:01.889Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10414 | 2026-08-05T19:50:01.889Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10415 | 2026-08-05T19:50:01.889Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10416 | 2026-08-05T19:50:01.893Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO ok! |
| 10417 | 2026-08-05T19:50:01.893Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO STEP 127 (ensure_file) COMPLETE |
| 10418 | 2026-08-05T19:50:01.893Z | [ host-image] Aug 05 19:50:01.220 INFO O| Aug 05 19:50:01.220 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10419 | 2026-08-05T19:50:01.904Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10420 | 2026-08-05T19:50:01.904Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10421 | 2026-08-05T19:50:01.904Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10422 | 2026-08-05T19:50:01.904Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO ok! |
| 10423 | 2026-08-05T19:50:01.907Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO STEP 128 (ensure_file) COMPLETE |
| 10424 | 2026-08-05T19:50:01.907Z | [ host-image] Aug 05 19:50:01.233 INFO O| Aug 05 19:50:01.233 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10425 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10426 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10427 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10428 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO ok! |
| 10429 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO STEP 129 (ensure_file) COMPLETE |
| 10430 | 2026-08-05T19:50:01.917Z | [ host-image] Aug 05 19:50:01.248 INFO O| Aug 05 19:50:01.248 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10431 | 2026-08-05T19:50:01.929Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10432 | 2026-08-05T19:50:01.929Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10433 | 2026-08-05T19:50:01.929Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10434 | 2026-08-05T19:50:01.929Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO ok! |
| 10435 | 2026-08-05T19:50:01.929Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO STEP 130 (ensure_file) COMPLETE |
| 10436 | 2026-08-05T19:50:01.933Z | [ host-image] Aug 05 19:50:01.260 INFO O| Aug 05 19:50:01.260 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10437 | 2026-08-05T19:50:01.944Z | [ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10438 | 2026-08-05T19:50:01.944Z | [ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10439 | 2026-08-05T19:50:01.947Z | [ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10440 | 2026-08-05T19:50:01.947Z | [ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO ok! |
| 10441 | 2026-08-05T19:50:01.947Z | [ host-image] Aug 05 19:50:01.273 INFO O| Aug 05 19:50:01.273 INFO STEP 131 (ensure_file) COMPLETE |
| 10442 | 2026-08-05T19:50:01.947Z | [ host-image] Aug 05 19:50:01.274 INFO O| Aug 05 19:50:01.273 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10443 | 2026-08-05T19:50:01.956Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10444 | 2026-08-05T19:50:01.956Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10445 | 2026-08-05T19:50:01.956Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10446 | 2026-08-05T19:50:01.959Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO ok! |
| 10447 | 2026-08-05T19:50:01.959Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO STEP 132 (ensure_file) COMPLETE |
| 10448 | 2026-08-05T19:50:01.959Z | [ host-image] Aug 05 19:50:01.285 INFO O| Aug 05 19:50:01.285 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10449 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10450 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10451 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10452 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO ok! |
| 10453 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO STEP 133 (ensure_file) COMPLETE |
| 10454 | 2026-08-05T19:50:01.968Z | [ host-image] Aug 05 19:50:01.298 INFO O| Aug 05 19:50:01.298 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10455 | 2026-08-05T19:50:01.979Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10456 | 2026-08-05T19:50:01.979Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10457 | 2026-08-05T19:50:01.979Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10458 | 2026-08-05T19:50:01.982Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO ok! |
| 10459 | 2026-08-05T19:50:01.982Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO STEP 134 (ensure_file) COMPLETE |
| 10460 | 2026-08-05T19:50:01.982Z | [ host-image] Aug 05 19:50:01.310 INFO O| Aug 05 19:50:01.310 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10461 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10462 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10463 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10464 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO ok! |
| 10465 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO STEP 135 (ensure_file) COMPLETE |
| 10466 | 2026-08-05T19:50:01.992Z | [ host-image] Aug 05 19:50:01.322 INFO O| Aug 05 19:50:01.322 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10467 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10468 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10469 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10470 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO ok! |
| 10471 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO STEP 136 (ensure_file) COMPLETE |
| 10472 | 2026-08-05T19:50:02.011Z | [ host-image] Aug 05 19:50:01.335 INFO O| Aug 05 19:50:01.335 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10473 | 2026-08-05T19:50:02.018Z | [ host-image] Aug 05 19:50:01.348 INFO O| Aug 05 19:50:01.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10474 | 2026-08-05T19:50:02.018Z | [ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.348 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10475 | 2026-08-05T19:50:02.023Z | [ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10476 | 2026-08-05T19:50:02.023Z | [ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO ok! |
| 10477 | 2026-08-05T19:50:02.023Z | [ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO STEP 137 (ensure_file) COMPLETE |
| 10478 | 2026-08-05T19:50:02.023Z | [ host-image] Aug 05 19:50:01.349 INFO O| Aug 05 19:50:01.349 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10479 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10480 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10481 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10482 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO ok! |
| 10483 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO STEP 138 (ensure_file) COMPLETE |
| 10484 | 2026-08-05T19:50:02.038Z | [ host-image] Aug 05 19:50:01.367 INFO O| Aug 05 19:50:01.367 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10485 | 2026-08-05T19:50:02.051Z | [ host-image] Aug 05 19:50:01.381 INFO O| Aug 05 19:50:01.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10486 | 2026-08-05T19:50:02.051Z | [ host-image] Aug 05 19:50:01.381 INFO O| Aug 05 19:50:01.381 INFO copying /tmp/.tmpqaqL9a/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10487 | 2026-08-05T19:50:02.995Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 10488 | 2026-08-05T19:50:03.081Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 10489 | 2026-08-05T19:50:03.970Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 10490 | 2026-08-05T19:50:14.404Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 10491 | 2026-08-05T19:50:18.017Z | [ host-image] Aug 05 19:50:17.347 INFO O| Aug 05 19:50:17.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10492 | 2026-08-05T19:50:18.017Z | [ host-image] Aug 05 19:50:17.347 INFO O| Aug 05 19:50:17.347 INFO ok! |
| 10493 | 2026-08-05T19:50:18.021Z | [ host-image] Aug 05 19:50:17.348 INFO O| Aug 05 19:50:17.347 INFO STEP 139 (ensure_file) COMPLETE |
| 10494 | 2026-08-05T19:50:18.021Z | [ host-image] Aug 05 19:50:17.348 INFO O| Aug 05 19:50:17.347 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10495 | 2026-08-05T19:50:18.026Z | [ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10496 | 2026-08-05T19:50:18.026Z | [ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO STEP 140 (ensure_dir) COMPLETE |
| 10497 | 2026-08-05T19:50:18.029Z | [ host-image] Aug 05 19:50:17.357 INFO O| Aug 05 19:50:17.357 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10498 | 2026-08-05T19:50:18.035Z | [ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10499 | 2026-08-05T19:50:18.035Z | [ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO STEP 141 (ensure_dir) COMPLETE |
| 10500 | 2026-08-05T19:50:18.035Z | [ host-image] Aug 05 19:50:17.366 INFO O| Aug 05 19:50:17.366 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10501 | 2026-08-05T19:50:18.044Z | [ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10502 | 2026-08-05T19:50:18.044Z | [ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO STEP 142 (ensure_dir) COMPLETE |
| 10503 | 2026-08-05T19:50:18.047Z | [ host-image] Aug 05 19:50:17.375 INFO O| Aug 05 19:50:17.374 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10504 | 2026-08-05T19:50:18.053Z | [ host-image] Aug 05 19:50:17.383 INFO O| Aug 05 19:50:17.383 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10505 | 2026-08-05T19:50:18.053Z | [ host-image] Aug 05 19:50:17.384 INFO O| Aug 05 19:50:17.383 INFO STEP 143 (ensure_dir) COMPLETE |
| 10506 | 2026-08-05T19:50:18.053Z | [ host-image] Aug 05 19:50:17.384 INFO O| Aug 05 19:50:17.383 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10507 | 2026-08-05T19:50:18.061Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10508 | 2026-08-05T19:50:18.061Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO copying /tmp/.tmpqaqL9a/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 ... |
| 10509 | 2026-08-05T19:50:18.061Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10510 | 2026-08-05T19:50:18.064Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO ok! |
| 10511 | 2026-08-05T19:50:18.064Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO STEP 144 (ensure_file) COMPLETE |
| 10512 | 2026-08-05T19:50:18.064Z | [ host-image] Aug 05 19:50:17.391 INFO O| Aug 05 19:50:17.391 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10513 | 2026-08-05T19:50:18.070Z | [ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10514 | 2026-08-05T19:50:18.074Z | [ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10515 | 2026-08-05T19:50:18.074Z | [ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10516 | 2026-08-05T19:50:18.074Z | [ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO STEP 145 (ensure_dir) COMPLETE |
| 10517 | 2026-08-05T19:50:18.074Z | [ host-image] Aug 05 19:50:17.401 INFO O| Aug 05 19:50:17.401 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10518 | 2026-08-05T19:50:18.080Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10519 | 2026-08-05T19:50:18.080Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO copying /tmp/.tmpqaqL9a/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10520 | 2026-08-05T19:50:18.083Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10521 | 2026-08-05T19:50:18.083Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO ok! |
| 10522 | 2026-08-05T19:50:18.083Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO STEP 146 (ensure_file) COMPLETE |
| 10523 | 2026-08-05T19:50:18.083Z | [ host-image] Aug 05 19:50:17.410 INFO O| Aug 05 19:50:17.410 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10524 | 2026-08-05T19:50:18.087Z | [ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10525 | 2026-08-05T19:50:18.091Z | [ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO STEP 147 (remove_files) COMPLETE |
| 10526 | 2026-08-05T19:50:18.091Z | [ host-image] Aug 05 19:50:17.418 INFO O| Aug 05 19:50:17.418 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10527 | 2026-08-05T19:50:18.096Z | [ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.426 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10528 | 2026-08-05T19:50:18.096Z | [ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.427 INFO STEP 148 (remove_files) COMPLETE |
| 10529 | 2026-08-05T19:50:18.099Z | [ host-image] Aug 05 19:50:17.427 INFO O| Aug 05 19:50:17.427 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10530 | 2026-08-05T19:50:18.104Z | [ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10531 | 2026-08-05T19:50:18.107Z | [ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO STEP 149 (remove_files) COMPLETE |
| 10532 | 2026-08-05T19:50:18.107Z | [ host-image] Aug 05 19:50:17.435 INFO O| Aug 05 19:50:17.435 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10533 | 2026-08-05T19:50:18.112Z | [ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10534 | 2026-08-05T19:50:18.115Z | [ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO STEP 150 (remove_files) COMPLETE |
| 10535 | 2026-08-05T19:50:18.115Z | [ host-image] Aug 05 19:50:17.443 INFO O| Aug 05 19:50:17.443 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10536 | 2026-08-05T19:50:18.121Z | [ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10537 | 2026-08-05T19:50:18.124Z | [ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO STEP 151 (remove_files) COMPLETE |
| 10538 | 2026-08-05T19:50:18.124Z | [ host-image] Aug 05 19:50:17.452 INFO O| Aug 05 19:50:17.452 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10539 | 2026-08-05T19:50:18.130Z | [ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10540 | 2026-08-05T19:50:18.133Z | [ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO STEP 152 (remove_files) COMPLETE |
| 10541 | 2026-08-05T19:50:18.133Z | [ host-image] Aug 05 19:50:17.461 INFO O| Aug 05 19:50:17.461 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10542 | 2026-08-05T19:50:18.139Z | [ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10543 | 2026-08-05T19:50:18.139Z | [ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO STEP 153 (remove_files) COMPLETE |
| 10544 | 2026-08-05T19:50:18.143Z | [ host-image] Aug 05 19:50:17.470 INFO O| Aug 05 19:50:17.470 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10545 | 2026-08-05T19:50:18.148Z | [ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10546 | 2026-08-05T19:50:18.148Z | [ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO STEP 154 (remove_files) COMPLETE |
| 10547 | 2026-08-05T19:50:18.152Z | [ host-image] Aug 05 19:50:17.478 INFO O| Aug 05 19:50:17.478 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10548 | 2026-08-05T19:50:18.155Z | [ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10549 | 2026-08-05T19:50:18.155Z | [ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO STEP 155 (remove_files) COMPLETE |
| 10550 | 2026-08-05T19:50:18.158Z | [ host-image] Aug 05 19:50:17.486 INFO O| Aug 05 19:50:17.486 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10551 | 2026-08-05T19:50:18.165Z | [ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10552 | 2026-08-05T19:50:18.165Z | [ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.496 INFO STEP 156 (remove_files) COMPLETE |
| 10553 | 2026-08-05T19:50:18.165Z | [ host-image] Aug 05 19:50:17.496 INFO O| Aug 05 19:50:17.496 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10554 | 2026-08-05T19:50:18.175Z | [ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10555 | 2026-08-05T19:50:18.175Z | [ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO STEP 157 (remove_files) COMPLETE |
| 10556 | 2026-08-05T19:50:18.175Z | [ host-image] Aug 05 19:50:17.505 INFO O| Aug 05 19:50:17.505 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10557 | 2026-08-05T19:50:18.185Z | [ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10558 | 2026-08-05T19:50:18.185Z | [ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO STEP 158 (remove_files) COMPLETE |
| 10559 | 2026-08-05T19:50:18.185Z | [ host-image] Aug 05 19:50:17.516 INFO O| Aug 05 19:50:17.516 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10560 | 2026-08-05T19:50:18.194Z | [ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10561 | 2026-08-05T19:50:18.194Z | [ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO STEP 159 (remove_files) COMPLETE |
| 10562 | 2026-08-05T19:50:18.194Z | [ host-image] Aug 05 19:50:17.525 INFO O| Aug 05 19:50:17.525 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10563 | 2026-08-05T19:50:18.203Z | [ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10564 | 2026-08-05T19:50:18.203Z | [ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO STEP 160 (remove_files) COMPLETE |
| 10565 | 2026-08-05T19:50:18.203Z | [ host-image] Aug 05 19:50:17.533 INFO O| Aug 05 19:50:17.533 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10566 | 2026-08-05T19:50:18.213Z | [ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10567 | 2026-08-05T19:50:18.213Z | [ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO STEP 161 (remove_files) COMPLETE |
| 10568 | 2026-08-05T19:50:18.216Z | [ host-image] Aug 05 19:50:17.543 INFO O| Aug 05 19:50:17.543 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10569 | 2026-08-05T19:50:18.222Z | [ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10570 | 2026-08-05T19:50:18.222Z | [ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO STEP 162 (remove_files) COMPLETE |
| 10571 | 2026-08-05T19:50:18.222Z | [ host-image] Aug 05 19:50:17.552 INFO O| Aug 05 19:50:17.552 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10572 | 2026-08-05T19:50:18.231Z | [ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10573 | 2026-08-05T19:50:18.231Z | [ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO STEP 163 (remove_files) COMPLETE |
| 10574 | 2026-08-05T19:50:18.231Z | [ host-image] Aug 05 19:50:17.562 INFO O| Aug 05 19:50:17.562 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10575 | 2026-08-05T19:50:18.240Z | [ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10576 | 2026-08-05T19:50:18.240Z | [ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO STEP 164 (remove_files) COMPLETE |
| 10577 | 2026-08-05T19:50:18.244Z | [ host-image] Aug 05 19:50:17.571 INFO O| Aug 05 19:50:17.571 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10578 | 2026-08-05T19:50:18.250Z | [ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10579 | 2026-08-05T19:50:18.250Z | [ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO STEP 165 (remove_files) COMPLETE |
| 10580 | 2026-08-05T19:50:18.250Z | [ host-image] Aug 05 19:50:17.581 INFO O| Aug 05 19:50:17.581 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10581 | 2026-08-05T19:50:18.261Z | [ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10582 | 2026-08-05T19:50:18.261Z | [ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO STEP 166 (remove_files) COMPLETE |
| 10583 | 2026-08-05T19:50:18.261Z | [ host-image] Aug 05 19:50:17.591 INFO O| Aug 05 19:50:17.591 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10584 | 2026-08-05T19:50:18.271Z | [ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.601 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10585 | 2026-08-05T19:50:18.271Z | [ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.602 INFO STEP 167 (remove_files) COMPLETE |
| 10586 | 2026-08-05T19:50:18.271Z | [ host-image] Aug 05 19:50:17.602 INFO O| Aug 05 19:50:17.602 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10587 | 2026-08-05T19:50:18.282Z | [ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10588 | 2026-08-05T19:50:18.282Z | [ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO STEP 168 (remove_files) COMPLETE |
| 10589 | 2026-08-05T19:50:18.287Z | [ host-image] Aug 05 19:50:17.613 INFO O| Aug 05 19:50:17.613 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10590 | 2026-08-05T19:50:18.293Z | [ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10591 | 2026-08-05T19:50:18.293Z | [ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO STEP 169 (remove_files) COMPLETE |
| 10592 | 2026-08-05T19:50:18.293Z | [ host-image] Aug 05 19:50:17.623 INFO O| Aug 05 19:50:17.623 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10593 | 2026-08-05T19:50:18.302Z | [ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10594 | 2026-08-05T19:50:18.302Z | [ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO STEP 170 (remove_files) COMPLETE |
| 10595 | 2026-08-05T19:50:18.302Z | [ host-image] Aug 05 19:50:17.632 INFO O| Aug 05 19:50:17.632 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10596 | 2026-08-05T19:50:18.311Z | [ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10597 | 2026-08-05T19:50:18.311Z | [ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO STEP 171 (remove_files) COMPLETE |
| 10598 | 2026-08-05T19:50:18.311Z | [ host-image] Aug 05 19:50:17.641 INFO O| Aug 05 19:50:17.641 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10599 | 2026-08-05T19:50:18.320Z | [ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10600 | 2026-08-05T19:50:18.320Z | [ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO STEP 172 (remove_files) COMPLETE |
| 10601 | 2026-08-05T19:50:18.320Z | [ host-image] Aug 05 19:50:17.650 INFO O| Aug 05 19:50:17.650 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10602 | 2026-08-05T19:50:18.330Z | [ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10603 | 2026-08-05T19:50:18.330Z | [ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO STEP 173 (remove_files) COMPLETE |
| 10604 | 2026-08-05T19:50:18.330Z | [ host-image] Aug 05 19:50:17.660 INFO O| Aug 05 19:50:17.660 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10605 | 2026-08-05T19:50:18.339Z | [ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10606 | 2026-08-05T19:50:18.339Z | [ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO STEP 174 (remove_files) COMPLETE |
| 10607 | 2026-08-05T19:50:18.339Z | [ host-image] Aug 05 19:50:17.670 INFO O| Aug 05 19:50:17.670 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10608 | 2026-08-05T19:50:18.348Z | [ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10609 | 2026-08-05T19:50:18.348Z | [ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO STEP 175 (remove_files) COMPLETE |
| 10610 | 2026-08-05T19:50:18.351Z | [ host-image] Aug 05 19:50:17.679 INFO O| Aug 05 19:50:17.679 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10611 | 2026-08-05T19:50:18.360Z | [ host-image] Aug 05 19:50:17.690 INFO O| Aug 05 19:50:17.690 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10612 | 2026-08-05T19:50:18.360Z | [ host-image] Aug 05 19:50:17.690 INFO O| Aug 05 19:50:17.690 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10613 | 2026-08-05T19:50:20.815Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 10614 | 2026-08-05T19:50:23.059Z | [ host-image] Aug 05 19:50:22.380 INFO O| Aug 05 19:50:22.380 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 |
| 10615 | 2026-08-05T19:50:23.063Z | [ host-image] Aug 05 19:50:22.380 INFO O| Aug 05 19:50:22.380 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10616 | 2026-08-05T19:50:23.063Z | [ host-image] Aug 05 19:50:22.393 INFO O| Aug 05 19:50:22.393 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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_CHECKHASH": "1"} |
| 10617 | 2026-08-05T19:50:23.166Z | [ host-image] Aug 05 19:50:22.496 INFO O| Aug 05 19:50:22.496 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10618 | 2026-08-05T19:50:23.232Z | [ host-image] Aug 05 19:50:22.559 INFO O| Aug 05 19:50:22.559 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10619 | 2026-08-05T19:50:23.298Z | [ host-image] Aug 05 19:50:22.628 INFO O| Aug 05 19:50:22.628 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10620 | 2026-08-05T19:50:23.298Z | [ host-image] Aug 05 19:50:22.628 INFO O| Aug 05 19:50:22.628 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10621 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10622 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO ok! |
| 10623 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10624 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO STEP 176 (seed_smf) COMPLETE |
| 10625 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO steps complete; finalising image! |
| 10626 | 2026-08-05T19:50:23.302Z | [ host-image] Aug 05 19:50:22.630 INFO O| Aug 05 19:50:22.630 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10627 | 2026-08-05T19:50:23.465Z | [ host-image] Aug 05 19:50:22.796 INFO O| Aug 05 19:50:22.796 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Aug 5 19:50:22 2026) |
| 10628 | 2026-08-05T19:50:23.686Z | [ host-image] Aug 05 19:50:23.017 INFO O| Aug 05 19:50:23.017 INFO temporary pool has 911M used, 113M avail, 1.80x compressratio |
| 10629 | 2026-08-05T19:50:23.686Z | [ host-image] Aug 05 19:50:23.017 INFO O| Aug 05 19:50:23.017 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10630 | 2026-08-05T19:50:24.076Z | [ host-image] Aug 05 19:50:23.406 INFO O| Aug 05 19:50:23.406 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10631 | 2026-08-05T19:50:24.076Z | [ host-image] Aug 05 19:50:23.406 INFO O| Aug 05 19:50:23.406 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10632 | 2026-08-05T19:50:25.064Z | [ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10633 | 2026-08-05T19:50:25.064Z | [ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10634 | 2026-08-05T19:50:25.064Z | [ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10635 | 2026-08-05T19:50:25.064Z | [ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO completed processing sled/zfs |
| 10636 | 2026-08-05T19:50:25.069Z | [ host-image] Aug 05 19:50:24.394 INFO O| Aug 05 19:50:24.394 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10637 | 2026-08-05T19:50:28.445Z | [ recovery-image] Aug 05 19:50:27.775 INFO O| ok, image written! |
| 10638 | 2026-08-05T19:50:28.445Z | [ recovery-image] Aug 05 19:50:27.775 INFO O| ok, boot_image_csum file written! |
| 10639 | 2026-08-05T19:50:28.448Z | [ recovery-image] Aug 05 19:50:27.777 INFO creating boot archive (CPIO)... |
| 10640 | 2026-08-05T19:50:28.448Z | [ recovery-image] Aug 05 19:50:27.777 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 |
| 10641 | 2026-08-05T19:50:28.452Z | [ recovery-image] Aug 05 19:50:27.782 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10642 | 2026-08-05T19:50:28.452Z | [ recovery-image] Aug 05 19:50:27.782 INFO E| + outfile=/work/os-recovery/cpio |
| 10643 | 2026-08-05T19:50:28.452Z | [ recovery-image] Aug 05 19:50:27.782 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10644 | 2026-08-05T19:50:28.455Z | [ recovery-image] Aug 05 19:50:27.784 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10645 | 2026-08-05T19:50:28.455Z | [ recovery-image] Aug 05 19:50:27.784 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10646 | 2026-08-05T19:50:28.481Z | [ recovery-image] Aug 05 19:50:27.811 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10647 | 2026-08-05T19:50:28.481Z | [ recovery-image] Aug 05 19:50:27.811 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10648 | 2026-08-05T19:50:28.487Z | [ recovery-image] Aug 05 19:50:27.817 INFO creating compressed cpio/unix for dev loaders... |
| 10649 | 2026-08-05T19:50:28.487Z | [ recovery-image] Aug 05 19:50:27.817 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 |
| 10650 | 2026-08-05T19:50:28.716Z | [ recovery-image] Aug 05 19:50:28.046 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10651 | 2026-08-05T19:50:31.986Z | [ recovery-image] Aug 05 19:50:31.315 INFO creating reset image... |
| 10652 | 2026-08-05T19:50:31.986Z | [ recovery-image] Aug 05 19:50:31.315 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") |
| 10653 | 2026-08-05T19:50:32.205Z | [ recovery-image] Aug 05 19:50:31.535 INFO E| Updating crates.io index |
| 10654 | 2026-08-05T19:50:32.519Z | [ recovery-image] Aug 05 19:50:31.850 INFO E| Downloading crates ... |
| 10655 | 2026-08-05T19:50:32.571Z | [ recovery-image] Aug 05 19:50:31.901 INFO E| Downloaded clap_lex v1.1.0 |
| 10656 | 2026-08-05T19:50:32.574Z | [ recovery-image] Aug 05 19:50:31.902 INFO E| Downloaded os_pipe v1.2.3 |
| 10657 | 2026-08-05T19:50:32.574Z | [ recovery-image] Aug 05 19:50:31.904 INFO E| Downloaded shared_child v1.1.1 |
| 10658 | 2026-08-05T19:50:32.578Z | [ recovery-image] Aug 05 19:50:31.908 INFO E| Downloaded duct v1.1.1 |
| 10659 | 2026-08-05T19:50:32.581Z | [ recovery-image] Aug 05 19:50:31.911 INFO E| Downloaded shared_thread v0.2.0 |
| 10660 | 2026-08-05T19:50:32.581Z | [ recovery-image] Aug 05 19:50:31.911 INFO E| Downloaded sigchld v0.2.4 |
| 10661 | 2026-08-05T19:50:32.584Z | [ recovery-image] Aug 05 19:50:31.912 INFO E| Downloaded colorchoice v1.0.5 |
| 10662 | 2026-08-05T19:50:32.613Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling libc v0.2.186 |
| 10663 | 2026-08-05T19:50:32.614Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling proc-macro2 v1.0.106 |
| 10664 | 2026-08-05T19:50:32.614Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling signal-hook v0.3.18 |
| 10665 | 2026-08-05T19:50:32.614Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling quote v1.0.45 |
| 10666 | 2026-08-05T19:50:32.617Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling unicode-ident v1.0.24 |
| 10667 | 2026-08-05T19:50:32.617Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling utf8parse v0.2.2 |
| 10668 | 2026-08-05T19:50:32.617Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling anstyle-query v1.1.5 |
| 10669 | 2026-08-05T19:50:32.617Z | [ recovery-image] Aug 05 19:50:31.944 INFO E| Compiling anstyle v1.0.14 |
| 10670 | 2026-08-05T19:50:32.617Z | [ recovery-image] Aug 05 19:50:31.945 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10671 | 2026-08-05T19:50:32.625Z | [ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling colorchoice v1.0.5 |
| 10672 | 2026-08-05T19:50:32.628Z | [ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling heck v0.5.0 |
| 10673 | 2026-08-05T19:50:32.628Z | [ recovery-image] Aug 05 19:50:31.955 INFO E| Compiling clap_lex v1.1.0 |
| 10674 | 2026-08-05T19:50:32.628Z | [ recovery-image] Aug 05 19:50:31.956 INFO E| Compiling strsim v0.11.1 |
| 10675 | 2026-08-05T19:50:32.628Z | [ recovery-image] Aug 05 19:50:31.956 INFO E| Compiling shared_thread v0.2.0 |
| 10676 | 2026-08-05T19:50:32.740Z | [ recovery-image] Aug 05 19:50:32.070 INFO E| Compiling anstyle-parse v1.0.0 |
| 10677 | 2026-08-05T19:50:32.887Z | [ recovery-image] Aug 05 19:50:32.217 INFO E| Compiling anstream v1.0.0 |
| 10678 | 2026-08-05T19:50:33.090Z | [ recovery-image] Aug 05 19:50:32.420 INFO E| Compiling clap_builder v4.6.0 |
| 10679 | 2026-08-05T19:50:33.393Z | [ recovery-image] Aug 05 19:50:32.723 INFO E| Compiling errno v0.3.14 |
| 10680 | 2026-08-05T19:50:33.393Z | [ recovery-image] Aug 05 19:50:32.723 INFO E| Compiling os_pipe v1.2.3 |
| 10681 | 2026-08-05T19:50:33.487Z | [ recovery-image] Aug 05 19:50:32.817 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10682 | 2026-08-05T19:50:33.714Z | [ recovery-image] Aug 05 19:50:33.044 INFO E| Compiling syn v2.0.117 |
| 10683 | 2026-08-05T19:50:33.754Z | [ recovery-image] Aug 05 19:50:33.084 INFO E| Compiling sigchld v0.2.4 |
| 10684 | 2026-08-05T19:50:33.856Z | [ recovery-image] Aug 05 19:50:33.183 INFO E| Compiling shared_child v1.1.1 |
| 10685 | 2026-08-05T19:50:33.966Z | [ recovery-image] Aug 05 19:50:33.296 INFO E| Compiling duct v1.1.1 |
| 10686 | 2026-08-05T19:50:35.704Z | [ recovery-image] Aug 05 19:50:35.033 INFO E| Compiling clap_derive v4.6.1 |
| 10687 | 2026-08-05T19:50:36.897Z | [ recovery-image] Aug 05 19:50:36.226 INFO E| Compiling clap v4.6.1 |
| 10688 | 2026-08-05T19:50:36.960Z | [ recovery-image] Aug 05 19:50:36.289 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10689 | 2026-08-05T19:50:37.843Z | [ recovery-image] Aug 05 19:50:37.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
| 10690 | 2026-08-05T19:50:37.847Z | [ recovery-image] Aug 05 19:50:37.178 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10691 | 2026-08-05T19:50:38.029Z | [ recovery-image] Aug 05 19:50:37.359 INFO E| Downloading crates ... |
| 10692 | 2026-08-05T19:50:38.076Z | [ recovery-image] Aug 05 19:50:37.406 INFO E| Downloaded bit_field v0.10.3 |
| 10693 | 2026-08-05T19:50:38.086Z | [ recovery-image] Aug 05 19:50:37.416 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10694 | 2026-08-05T19:50:38.089Z | [ recovery-image] Aug 05 19:50:37.418 INFO E| Downloaded bitstruct v0.1.1 |
| 10695 | 2026-08-05T19:50:38.093Z | [ recovery-image] Aug 05 19:50:37.422 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10696 | 2026-08-05T19:50:38.096Z | [ recovery-image] Aug 05 19:50:37.424 INFO E| Downloaded log v0.4.32 |
| 10697 | 2026-08-05T19:50:38.096Z | [ recovery-image] Aug 05 19:50:37.425 INFO E| Downloaded cpio_reader v0.1.2 |
| 10698 | 2026-08-05T19:50:38.108Z | [ recovery-image] Aug 05 19:50:37.438 INFO E| Downloaded bitflags v2.13.0 |
| 10699 | 2026-08-05T19:50:38.111Z | [ recovery-image] Aug 05 19:50:37.442 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10700 | 2026-08-05T19:50:38.138Z | [ recovery-image] Aug 05 19:50:37.468 INFO E| Downloaded goblin v0.10.7 |
| 10701 | 2026-08-05T19:50:38.275Z | [ recovery-image] Aug 05 19:50:37.605 INFO E| Downloaded x86 v0.52.0 |
| 10702 | 2026-08-05T19:50:38.313Z | [ recovery-image] Aug 05 19:50:37.643 INFO E| Updating crates.io index |
| 10703 | 2026-08-05T19:50:38.457Z | [ recovery-image] Aug 05 19:50:37.787 INFO E| Downloading crates ... |
| 10704 | 2026-08-05T19:50:38.485Z | [ recovery-image] Aug 05 19:50:37.816 INFO E| Downloaded hashbrown v0.17.1 |
| 10705 | 2026-08-05T19:50:38.489Z | [ recovery-image] Aug 05 19:50:37.820 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10706 | 2026-08-05T19:50:38.528Z | [ recovery-image] Aug 05 19:50:37.859 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) |
| 10707 | 2026-08-05T19:50:38.529Z | [ recovery-image] Aug 05 19:50:37.859 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) |
| 10708 | 2026-08-05T19:50:38.529Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling proc-macro2 v1.0.106 |
| 10709 | 2026-08-05T19:50:38.532Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling quote v1.0.45 |
| 10710 | 2026-08-05T19:50:38.532Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling unicode-ident v1.0.24 |
| 10711 | 2026-08-05T19:50:38.532Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling syn v1.0.109 |
| 10712 | 2026-08-05T19:50:38.532Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling x86 v0.52.0 |
| 10713 | 2026-08-05T19:50:38.532Z | [ recovery-image] Aug 05 19:50:37.859 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10714 | 2026-08-05T19:50:38.540Z | [ recovery-image] Aug 05 19:50:37.870 INFO E| Compiling seq-macro v0.3.6 |
| 10715 | 2026-08-05T19:50:39.494Z | [ recovery-image] Aug 05 19:50:38.824 INFO E| Compiling syn v2.0.117 |
| 10716 | 2026-08-05T19:50:40.753Z | [ recovery-image] Aug 05 19:50:40.083 INFO E| Compiling scroll_derive v0.13.1 |
| 10717 | 2026-08-05T19:50:41.751Z | [ recovery-image] Aug 05 19:50:41.081 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10718 | 2026-08-05T19:50:43.413Z | [ host-image] Aug 05 19:50:42.743 INFO O| Aug 05 19:50:42.743 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10719 | 2026-08-05T19:50:43.530Z | [ host-image] Aug 05 19:50:42.860 INFO BUILD STRING "heads/stlouis-0-g63fe1e0f00\n" |
| 10720 | 2026-08-05T19:50:43.530Z | [ host-image] Aug 05 19:50:42.860 INFO expanded image name: "ci 1f4f17a/${os_short_commit} 2026-08-05 19:30" -> "ci 1f4f17a/63fe1e0 2026-08-05 19:30" |
| 10721 | 2026-08-05T19:50:43.534Z | [ host-image] Aug 05 19:50:42.860 INFO output artefacts stored in: "/work/os-host" |
| 10722 | 2026-08-05T19:50:43.534Z | [ host-image] Aug 05 19:50:42.860 INFO collecting git info from project "amd-firmware"... |
| 10723 | 2026-08-05T19:50:43.543Z | [ host-image] Aug 05 19:50:42.873 INFO collecting git info from project "dmar-report"... |
| 10724 | 2026-08-05T19:50:43.547Z | [ host-image] Aug 05 19:50:42.877 INFO collecting git info from project "chelsio-t6-roms"... |
| 10725 | 2026-08-05T19:50:43.551Z | [ host-image] Aug 05 19:50:42.882 INFO collecting git info from project "bootserver"... |
| 10726 | 2026-08-05T19:50:43.555Z | [ host-image] Aug 05 19:50:42.885 INFO collecting git info from project "amd-host-image-builder"... |
| 10727 | 2026-08-05T19:50:43.559Z | [ host-image] Aug 05 19:50:42.890 INFO collecting git info from project "pilot"... |
| 10728 | 2026-08-05T19:50:43.564Z | [ host-image] Aug 05 19:50:42.894 INFO collecting git info from project "phbl"... |
| 10729 | 2026-08-05T19:50:43.568Z | [ host-image] Aug 05 19:50:42.898 INFO collecting git info from project "image-builder"... |
| 10730 | 2026-08-05T19:50:43.572Z | [ host-image] Aug 05 19:50:42.902 INFO collecting git info from project "pinprick"... |
| 10731 | 2026-08-05T19:50:43.575Z | [ host-image] Aug 05 19:50:42.906 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10732 | 2026-08-05T19:50:43.881Z | [ host-image] Aug 05 19:50:43.211 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10733 | 2026-08-05T19:50:44.173Z | [ host-image] Aug 05 19:50:43.503 INFO creating Oxide boot image... |
| 10734 | 2026-08-05T19:50:44.173Z | [ host-image] Aug 05 19:50:43.503 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1f4f17a/63fe1e0 2026-08-05 19:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10735 | 2026-08-05T19:50:45.173Z | [ host-image] Aug 05 19:50:44.503 INFO O| ok, image written! |
| 10736 | 2026-08-05T19:50:45.173Z | [ host-image] Aug 05 19:50:44.503 INFO O| ok, boot_image_csum file written! |
| 10737 | 2026-08-05T19:50:45.178Z | [ host-image] Aug 05 19:50:44.505 INFO creating boot archive (CPIO)... |
| 10738 | 2026-08-05T19:50:45.178Z | [ host-image] Aug 05 19:50:44.505 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 |
| 10739 | 2026-08-05T19:50:45.181Z | [ host-image] Aug 05 19:50:44.509 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10740 | 2026-08-05T19:50:45.181Z | [ host-image] Aug 05 19:50:44.509 INFO E| + outfile=/work/os-host/cpio |
| 10741 | 2026-08-05T19:50:45.181Z | [ host-image] Aug 05 19:50:44.509 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10742 | 2026-08-05T19:50:45.181Z | [ host-image] Aug 05 19:50:44.511 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10743 | 2026-08-05T19:50:45.181Z | [ host-image] Aug 05 19:50:44.511 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10744 | 2026-08-05T19:50:45.206Z | [ host-image] Aug 05 19:50:44.536 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10745 | 2026-08-05T19:50:45.206Z | [ host-image] Aug 05 19:50:44.536 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10746 | 2026-08-05T19:50:45.211Z | [ host-image] Aug 05 19:50:44.541 INFO creating compressed cpio/unix for dev loaders... |
| 10747 | 2026-08-05T19:50:45.211Z | [ host-image] Aug 05 19:50:44.541 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 |
| 10748 | 2026-08-05T19:50:45.434Z | [ host-image] Aug 05 19:50:44.763 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10749 | 2026-08-05T19:50:48.668Z | [ host-image] Aug 05 19:50:47.998 INFO creating reset image... |
| 10750 | 2026-08-05T19:50:48.668Z | [ host-image] Aug 05 19:50:47.998 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") |
| 10751 | 2026-08-05T19:50:48.741Z | [ host-image] Aug 05 19:50:48.071 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 10752 | 2026-08-05T19:50:48.744Z | [ host-image] Aug 05 19:50:48.072 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10753 | 2026-08-05T19:50:48.993Z | [ host-image] Aug 05 19:50:48.322 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) |
| 10754 | 2026-08-05T19:50:48.993Z | [ host-image] Aug 05 19:50:48.322 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) |
| 10755 | 2026-08-05T19:50:48.993Z | [ host-image] Aug 05 19:50:48.322 INFO E| Compiling proc-macro2 v1.0.106 |
| 10756 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling quote v1.0.45 |
| 10757 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling unicode-ident v1.0.24 |
| 10758 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling syn v1.0.109 |
| 10759 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling x86 v0.52.0 |
| 10760 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10761 | 2026-08-05T19:50:48.996Z | [ host-image] Aug 05 19:50:48.323 INFO E| Compiling seq-macro v0.3.6 |
| 10762 | 2026-08-05T19:50:49.925Z | [ host-image] Aug 05 19:50:49.255 INFO E| Compiling syn v2.0.117 |
| 10763 | 2026-08-05T19:50:50.844Z | [ recovery-image] Aug 05 19:50:50.174 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) |
| 10764 | 2026-08-05T19:50:51.329Z | [ host-image] Aug 05 19:50:50.659 INFO E| Compiling scroll_derive v0.13.1 |
| 10765 | 2026-08-05T19:50:52.263Z | [ host-image] Aug 05 19:50:51.593 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10766 | 2026-08-05T19:50:53.047Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitflags v1.3.2 |
| 10767 | 2026-08-05T19:50:53.047Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitflags v2.13.0 |
| 10768 | 2026-08-05T19:50:53.050Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling adler2 v2.0.1 |
| 10769 | 2026-08-05T19:50:53.050Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bit_field v0.10.3 |
| 10770 | 2026-08-05T19:50:53.051Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling plain v0.2.3 |
| 10771 | 2026-08-05T19:50:53.051Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling scroll v0.13.0 |
| 10772 | 2026-08-05T19:50:53.051Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling log v0.4.32 |
| 10773 | 2026-08-05T19:50:53.051Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling static_assertions v1.1.0 |
| 10774 | 2026-08-05T19:50:53.051Z | [ recovery-image] Aug 05 19:50:52.377 INFO E| Compiling bitstruct v0.1.1 |
| 10775 | 2026-08-05T19:50:53.100Z | [ recovery-image] Aug 05 19:50:52.429 INFO E| Compiling raw-cpuid v10.7.0 |
| 10776 | 2026-08-05T19:50:53.142Z | [ recovery-image] Aug 05 19:50:52.472 INFO E| Compiling miniz_oxide v0.9.1 |
| 10777 | 2026-08-05T19:50:53.204Z | [ recovery-image] Aug 05 19:50:52.534 INFO E| Compiling cpio_reader v0.1.2 |
| 10778 | 2026-08-05T19:50:53.259Z | [ recovery-image] Aug 05 19:50:52.589 INFO E| Compiling goblin v0.10.7 |
| 10779 | 2026-08-05T19:50:56.193Z | [ recovery-image] Aug 05 19:50:55.523 INFO E| Finished `release` profile [optimized] target(s) in 18.33s |
| 10780 | 2026-08-05T19:50:56.213Z | [ recovery-image] Aug 05 19:50:55.543 INFO building ROM for gimlet |
| 10781 | 2026-08-05T19:50:56.216Z | [ recovery-image] Aug 05 19:50:55.543 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") |
| 10782 | 2026-08-05T19:50:56.292Z | [ recovery-image] Aug 05 19:50:55.622 INFO E| Downloading crates ... |
| 10783 | 2026-08-05T19:50:56.337Z | [ recovery-image] Aug 05 19:50:55.667 INFO E| Downloaded anstyle v1.0.10 |
| 10784 | 2026-08-05T19:50:56.343Z | [ recovery-image] Aug 05 19:50:55.674 INFO E| Downloaded clap_derive v4.5.32 |
| 10785 | 2026-08-05T19:50:56.348Z | [ recovery-image] Aug 05 19:50:55.678 INFO E| Downloaded toml v0.8.22 |
| 10786 | 2026-08-05T19:50:56.368Z | [ recovery-image] Aug 05 19:50:55.698 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10787 | 2026-08-05T19:50:56.371Z | [ recovery-image] Aug 05 19:50:55.699 INFO E| Downloaded clap_lex v0.7.4 |
| 10788 | 2026-08-05T19:50:56.371Z | [ recovery-image] Aug 05 19:50:55.700 INFO E| Downloaded os_pipe v1.2.1 |
| 10789 | 2026-08-05T19:50:56.371Z | [ recovery-image] Aug 05 19:50:55.700 INFO E| Downloaded shared_child v1.0.1 |
| 10790 | 2026-08-05T19:50:56.371Z | [ recovery-image] Aug 05 19:50:55.701 INFO E| Downloaded clap v4.5.37 |
| 10791 | 2026-08-05T19:50:56.375Z | [ recovery-image] Aug 05 19:50:55.706 INFO E| Downloaded colorchoice v1.0.3 |
| 10792 | 2026-08-05T19:50:56.378Z | [ recovery-image] Aug 05 19:50:55.706 INFO E| Downloaded toml_write v0.1.1 |
| 10793 | 2026-08-05T19:50:56.378Z | [ recovery-image] Aug 05 19:50:55.707 INFO E| Downloaded duct v0.13.7 |
| 10794 | 2026-08-05T19:50:56.378Z | [ recovery-image] Aug 05 19:50:55.708 INFO E| Downloaded anstream v0.6.18 |
| 10795 | 2026-08-05T19:50:56.385Z | [ recovery-image] Aug 05 19:50:55.715 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10796 | 2026-08-05T19:50:56.388Z | [ recovery-image] Aug 05 19:50:55.718 INFO E| Downloaded toml_datetime v0.6.9 |
| 10797 | 2026-08-05T19:50:56.391Z | [ recovery-image] Aug 05 19:50:55.719 INFO E| Downloaded winnow v0.7.7 |
| 10798 | 2026-08-05T19:50:56.396Z | [ recovery-image] Aug 05 19:50:55.727 INFO E| Downloaded anstyle-query v1.1.2 |
| 10799 | 2026-08-05T19:50:56.399Z | [ recovery-image] Aug 05 19:50:55.729 INFO E| Downloaded serde_spanned v0.6.8 |
| 10800 | 2026-08-05T19:50:56.402Z | [ recovery-image] Aug 05 19:50:55.730 INFO E| Downloaded cc v1.2.20 |
| 10801 | 2026-08-05T19:50:56.402Z | [ recovery-image] Aug 05 19:50:55.732 INFO E| Downloaded toml_edit v0.22.26 |
| 10802 | 2026-08-05T19:50:56.422Z | [ recovery-image] Aug 05 19:50:55.752 INFO E| Downloaded clap_builder v4.5.37 |
| 10803 | 2026-08-05T19:50:56.436Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling libc v0.2.172 |
| 10804 | 2026-08-05T19:50:56.436Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling utf8parse v0.2.2 |
| 10805 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling equivalent v1.0.2 |
| 10806 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling once_cell v1.21.3 |
| 10807 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10808 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling anstyle v1.0.10 |
| 10809 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling hashbrown v0.15.2 |
| 10810 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling shlex v1.3.0 |
| 10811 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling colorchoice v1.0.3 |
| 10812 | 2026-08-05T19:50:56.439Z | [ recovery-image] Aug 05 19:50:55.767 INFO E| Compiling anstyle-query v1.1.2 |
| 10813 | 2026-08-05T19:50:56.453Z | [ recovery-image] Aug 05 19:50:55.784 INFO E| Compiling winnow v0.7.7 |
| 10814 | 2026-08-05T19:50:56.453Z | [ recovery-image] Aug 05 19:50:55.784 INFO E| Compiling strsim v0.11.1 |
| 10815 | 2026-08-05T19:50:56.463Z | [ recovery-image] Aug 05 19:50:55.793 INFO E| Compiling anyhow v1.0.98 |
| 10816 | 2026-08-05T19:50:56.466Z | [ recovery-image] Aug 05 19:50:55.793 INFO E| Compiling clap_lex v0.7.4 |
| 10817 | 2026-08-05T19:50:56.469Z | [ recovery-image] Aug 05 19:50:55.800 INFO E| Compiling toml_write v0.1.1 |
| 10818 | 2026-08-05T19:50:56.473Z | [ recovery-image] Aug 05 19:50:55.804 INFO E| Compiling syn v2.0.101 |
| 10819 | 2026-08-05T19:50:56.617Z | [ recovery-image] Aug 05 19:50:55.947 INFO E| Compiling anstyle-parse v0.2.6 |
| 10820 | 2026-08-05T19:50:56.617Z | [ recovery-image] Aug 05 19:50:55.947 INFO E| Compiling cc v1.2.20 |
| 10821 | 2026-08-05T19:50:56.758Z | [ recovery-image] Aug 05 19:50:56.087 INFO E| Compiling anstream v0.6.18 |
| 10822 | 2026-08-05T19:50:56.909Z | [ recovery-image] Aug 05 19:50:56.239 INFO E| Compiling indexmap v2.9.0 |
| 10823 | 2026-08-05T19:50:56.958Z | [ recovery-image] Aug 05 19:50:56.288 INFO E| Compiling clap_builder v4.5.37 |
| 10824 | 2026-08-05T19:50:57.078Z | [ recovery-image] Aug 05 19:50:56.407 INFO E| Compiling shared_child v1.0.1 |
| 10825 | 2026-08-05T19:50:57.078Z | [ recovery-image] Aug 05 19:50:56.408 INFO E| Compiling os_pipe v1.2.1 |
| 10826 | 2026-08-05T19:50:57.197Z | [ recovery-image] Aug 05 19:50:56.527 INFO E| Compiling duct v0.13.7 |
| 10827 | 2026-08-05T19:50:57.672Z | [ recovery-image] Aug 05 19:50:57.002 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10828 | 2026-08-05T19:50:58.513Z | [ recovery-image] Aug 05 19:50:57.843 INFO E| Compiling serde_derive v1.0.219 |
| 10829 | 2026-08-05T19:50:58.513Z | [ recovery-image] Aug 05 19:50:57.843 INFO E| Compiling clap_derive v4.5.32 |
| 10830 | 2026-08-05T19:50:59.784Z | [ recovery-image] Aug 05 19:50:59.113 INFO E| Compiling clap v4.5.37 |
| 10831 | 2026-08-05T19:51:00.402Z | [ recovery-image] Aug 05 19:50:59.731 INFO E| Compiling serde v1.0.219 |
| 10832 | 2026-08-05T19:51:01.691Z | [ host-image] Aug 05 19:51:01.020 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) |
| 10833 | 2026-08-05T19:51:02.279Z | [ recovery-image] Aug 05 19:51:01.609 INFO E| Compiling serde_spanned v0.6.8 |
| 10834 | 2026-08-05T19:51:02.279Z | [ recovery-image] Aug 05 19:51:01.609 INFO E| Compiling toml_datetime v0.6.9 |
| 10835 | 2026-08-05T19:51:02.426Z | [ recovery-image] Aug 05 19:51:01.756 INFO E| Compiling toml_edit v0.22.26 |
| 10836 | 2026-08-05T19:51:03.625Z | [ recovery-image] Aug 05 19:51:02.955 INFO E| Compiling toml v0.8.22 |
| 10837 | 2026-08-05T19:51:03.880Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling bitflags v1.3.2 |
| 10838 | 2026-08-05T19:51:03.880Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling log v0.4.32 |
| 10839 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling scroll v0.13.0 |
| 10840 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling bit_field v0.10.3 |
| 10841 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling plain v0.2.3 |
| 10842 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling bitflags v2.13.0 |
| 10843 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling adler2 v2.0.1 |
| 10844 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.210 INFO E| Compiling static_assertions v1.1.0 |
| 10845 | 2026-08-05T19:51:03.884Z | [ host-image] Aug 05 19:51:03.211 INFO E| Compiling bitstruct v0.1.1 |
| 10846 | 2026-08-05T19:51:03.945Z | [ host-image] Aug 05 19:51:03.275 INFO E| Compiling raw-cpuid v10.7.0 |
| 10847 | 2026-08-05T19:51:04.001Z | [ host-image] Aug 05 19:51:03.330 INFO E| Compiling miniz_oxide v0.9.1 |
| 10848 | 2026-08-05T19:51:04.082Z | [ host-image] Aug 05 19:51:03.412 INFO E| Compiling cpio_reader v0.1.2 |
| 10849 | 2026-08-05T19:51:04.175Z | [ host-image] Aug 05 19:51:03.504 INFO E| Compiling goblin v0.10.7 |
| 10850 | 2026-08-05T19:51:06.955Z | [ recovery-image] Aug 05 19:51:06.285 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s |
| 10851 | 2026-08-05T19:51:06.965Z | [ recovery-image] Aug 05 19:51:06.295 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` |
| 10852 | 2026-08-05T19:51:06.983Z | [ recovery-image] Aug 05 19:51:06.313 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10853 | 2026-08-05T19:51:07.076Z | [ recovery-image] Aug 05 19:51:06.405 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10854 | 2026-08-05T19:51:07.081Z | [ recovery-image] Aug 05 19:51:06.411 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` |
| 10855 | 2026-08-05T19:51:07.205Z | [ recovery-image] Aug 05 19:51:06.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10856 | 2026-08-05T19:51:07.206Z | [ recovery-image] Aug 05 19:51:06.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10857 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10858 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10859 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10860 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10861 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10862 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10863 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10864 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10865 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10866 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10867 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.536 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10868 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10869 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10870 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO O| Info: ABL version: 0x100f5010 |
| 10871 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10872 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10873 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10874 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10875 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10876 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10877 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10878 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10879 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10880 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10881 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10882 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10883 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10884 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10885 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10886 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10887 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10888 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10889 | 2026-08-05T19:51:07.209Z | [ recovery-image] Aug 05 19:51:06.537 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10890 | 2026-08-05T19:51:07.248Z | [ recovery-image] Aug 05 19:51:06.578 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10891 | 2026-08-05T19:51:07.248Z | [ recovery-image] Aug 05 19:51:06.578 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10892 | 2026-08-05T19:51:07.249Z | [ recovery-image] Aug 05 19:51:06.578 INFO building ROM for cosmo |
| 10893 | 2026-08-05T19:51:07.249Z | [ recovery-image] Aug 05 19:51:06.578 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") |
| 10894 | 2026-08-05T19:51:07.351Z | [ recovery-image] Aug 05 19:51:06.680 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10895 | 2026-08-05T19:51:07.354Z | [ recovery-image] Aug 05 19:51:06.683 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` |
| 10896 | 2026-08-05T19:51:07.369Z | [ recovery-image] Aug 05 19:51:06.699 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10897 | 2026-08-05T19:51:07.450Z | [ recovery-image] Aug 05 19:51:06.779 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10898 | 2026-08-05T19:51:07.455Z | [ recovery-image] Aug 05 19:51:06.785 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` |
| 10899 | 2026-08-05T19:51:07.619Z | [ host-image] Aug 05 19:51:06.949 INFO E| Finished `release` profile [optimized] target(s) in 18.86s |
| 10900 | 2026-08-05T19:51:07.636Z | [ host-image] Aug 05 19:51:06.966 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10901 | 2026-08-05T19:51:07.636Z | [ host-image] Aug 05 19:51:06.966 INFO building ROM for cosmo |
| 10902 | 2026-08-05T19:51:07.636Z | [ host-image] Aug 05 19:51:06.966 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.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") |
| 10903 | 2026-08-05T19:51:07.687Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10904 | 2026-08-05T19:51:07.687Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10905 | 2026-08-05T19:51:07.687Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10906 | 2026-08-05T19:51:07.687Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10907 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10908 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10909 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10910 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10911 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10912 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10913 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10914 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10915 | 2026-08-05T19:51:07.691Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10916 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10917 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10918 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10919 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10920 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10921 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10922 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10923 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10924 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10925 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10926 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10927 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10928 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10929 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10930 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10931 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10932 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10933 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10934 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10935 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10936 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10937 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10938 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10939 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10940 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10941 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10942 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10943 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10944 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10945 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10946 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10947 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10948 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10949 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10950 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10951 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10952 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10953 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10954 | 2026-08-05T19:51:07.692Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10955 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10956 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO O| Info: ABL version: 0x100af010 |
| 10957 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10958 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10959 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10960 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10961 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10962 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10963 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10964 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10965 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10966 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10967 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10968 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10969 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10970 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10971 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10972 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10973 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10974 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10975 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10976 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10977 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10978 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10979 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10980 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10981 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10982 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10983 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10984 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10985 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10986 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10987 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10988 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10989 | 2026-08-05T19:51:07.693Z | [ recovery-image] Aug 05 19:51:07.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10990 | 2026-08-05T19:51:07.728Z | [ recovery-image] Aug 05 19:51:07.058 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10991 | 2026-08-05T19:51:07.740Z | [ host-image] Aug 05 19:51:07.070 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10992 | 2026-08-05T19:51:07.745Z | [ host-image] Aug 05 19:51:07.075 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` |
| 10993 | 2026-08-05T19:51:07.761Z | [ host-image] Aug 05 19:51:07.091 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10994 | 2026-08-05T19:51:07.841Z | [ host-image] Aug 05 19:51:07.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10995 | 2026-08-05T19:51:07.845Z | [ host-image] Aug 05 19:51:07.175 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` |
| 10996 | 2026-08-05T19:51:08.069Z | [ host-image] Aug 05 19:51:07.398 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10997 | 2026-08-05T19:51:08.069Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10998 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10999 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11000 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11001 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11002 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11003 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11004 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11005 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11006 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11007 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11008 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11009 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11010 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11011 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11012 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11013 | 2026-08-05T19:51:08.073Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11014 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11015 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11016 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11017 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11018 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11019 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11020 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11021 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11022 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11023 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11024 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11025 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11026 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11027 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11028 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11029 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11030 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11031 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11032 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11033 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11034 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11035 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11036 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11037 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11038 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11039 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11040 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11041 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11042 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11043 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11044 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11045 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11046 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11047 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11048 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11049 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO O| Info: ABL version: 0x100af010 |
| 11050 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11051 | 2026-08-05T19:51:08.074Z | [ host-image] Aug 05 19:51:07.400 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11052 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11053 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11054 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11055 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11056 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11057 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11058 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11059 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11060 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11061 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11062 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11063 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11064 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11065 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11066 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11067 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11068 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11069 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11070 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11071 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11072 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11073 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11074 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11075 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11076 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11077 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11078 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11079 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11080 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11081 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11082 | 2026-08-05T19:51:08.075Z | [ host-image] Aug 05 19:51:07.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11083 | 2026-08-05T19:51:08.108Z | [ host-image] Aug 05 19:51:07.438 INFO building ROM for gimlet |
| 11084 | 2026-08-05T19:51:08.108Z | [ host-image] Aug 05 19:51:07.438 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") |
| 11085 | 2026-08-05T19:51:08.205Z | [ host-image] Aug 05 19:51:07.535 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11086 | 2026-08-05T19:51:08.210Z | [ host-image] Aug 05 19:51:07.540 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` |
| 11087 | 2026-08-05T19:51:08.226Z | [ host-image] Aug 05 19:51:07.556 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11088 | 2026-08-05T19:51:08.304Z | [ host-image] Aug 05 19:51:07.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 11089 | 2026-08-05T19:51:08.309Z | [ host-image] Aug 05 19:51:07.639 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` |
| 11090 | 2026-08-05T19:51:08.442Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11091 | 2026-08-05T19:51:08.442Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11092 | 2026-08-05T19:51:08.442Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11093 | 2026-08-05T19:51:08.442Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11094 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11095 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11096 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11097 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11098 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11099 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11100 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11101 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11102 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.772 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11103 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11104 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11105 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO O| Info: ABL version: 0x100f5010 |
| 11106 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11107 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11108 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11109 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11110 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11111 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11112 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11113 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11114 | 2026-08-05T19:51:08.446Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11115 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11116 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11117 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11118 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11119 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11120 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11121 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11122 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11123 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11124 | 2026-08-05T19:51:08.447Z | [ host-image] Aug 05 19:51:07.773 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11125 | 2026-08-05T19:51:08.483Z | [ host-image] Aug 05 19:51:07.813 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11126 | 2026-08-05T19:51:08.483Z | [ host-image] Aug 05 19:51:07.813 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11127 | 2026-08-05T19:51:08.897Z | [ recovery-image] Aug 05 19:51:08.227 INFO image complete! materials are in "/work/os-recovery" |
| 11128 | 2026-08-05T19:51:08.900Z | [ recovery-image] |
| 11129 | 2026-08-05T19:51:08.900Z | [ recovery-image] real 3:20.973294711 |
| 11130 | 2026-08-05T19:51:08.900Z | [ recovery-image] user 2:31.201842108 |
| 11131 | 2026-08-05T19:51:08.900Z | [ recovery-image] sys 37.980490044 |
| 11132 | 2026-08-05T19:51:08.900Z | [ recovery-image] trap 0.133016428 |
| 11133 | 2026-08-05T19:51:08.900Z | [ recovery-image] tflt 0.720820996 |
| 11134 | 2026-08-05T19:51:08.900Z | [ recovery-image] dflt 0.745987357 |
| 11135 | 2026-08-05T19:51:08.900Z | [ recovery-image] kflt 0.000319170 |
| 11136 | 2026-08-05T19:51:08.900Z | [ recovery-image] lock 7:32.726319697 |
| 11137 | 2026-08-05T19:51:08.900Z | [ recovery-image] slp 17:17.815733193 |
| 11138 | 2026-08-05T19:51:08.900Z | [ recovery-image] lat 33.794552483 |
| 11139 | 2026-08-05T19:51:08.900Z | [ recovery-image] stop 6.545544647 |
| 11140 | 2026-08-05T19:51:08.904Z | Aug 05 19:51:08.231 INFO [recovery-image] process exited with exit status: 0 (200.978612206s) |
| 11141 | 2026-08-05T19:51:08.904Z | Aug 05 19:51:08.231 INFO [tuf-v2-recovery] running task |
| 11142 | 2026-08-05T19:51:08.904Z | Aug 05 19:51:08.232 INFO [tuf-v2-recovery] task succeeded (995.331µs) |
| 11143 | 2026-08-05T19:51:19.503Z | [ host-image] Aug 05 19:51:18.832 INFO image complete! materials are in "/work/os-host" |
| 11144 | 2026-08-05T19:51:19.506Z | [ host-image] |
| 11145 | 2026-08-05T19:51:19.506Z | [ host-image] real 3:54.074890954 |
| 11146 | 2026-08-05T19:51:19.509Z | [ host-image] user 2:43.014252100 |
| 11147 | 2026-08-05T19:51:19.509Z | [ host-image] sys 36.038374053 |
| 11148 | 2026-08-05T19:51:19.509Z | [ host-image] trap 0.121862678 |
| 11149 | 2026-08-05T19:51:19.510Z | [ host-image] tflt 0.277023180 |
| 11150 | 2026-08-05T19:51:19.510Z | [ host-image] dflt 0.334901692 |
| 11151 | 2026-08-05T19:51:19.510Z | [ host-image] kflt 0.000192880 |
| 11152 | 2026-08-05T19:51:19.510Z | [ host-image] lock 6:24.880790728 |
| 11153 | 2026-08-05T19:51:19.510Z | [ host-image] slp 19:32.781194031 |
| 11154 | 2026-08-05T19:51:19.510Z | [ host-image] lat 21.534824291 |
| 11155 | 2026-08-05T19:51:19.510Z | [ host-image] stop 1.995252783 |
| 11156 | 2026-08-05T19:51:19.510Z | Aug 05 19:51:18.837 INFO [host-image] process exited with exit status: 0 (234.080910249s) |
| 11157 | 2026-08-05T19:51:19.510Z | Aug 05 19:51:18.837 INFO [tuf-v2-host] running task |
| 11158 | 2026-08-05T19:51:19.510Z | Aug 05 19:51:18.837 INFO [tuf-repo] running task |
| 11159 | 2026-08-05T19:51:19.510Z | Aug 05 19:51:18.837 INFO [tuf-v2-host] task succeeded (513.251µs) |
| 11160 | 2026-08-05T19:51:19.510Z | Aug 05 19:51:18.837 INFO [tuf-v2-repo] running task |
| 11161 | 2026-08-05T19:51:41.252Z | Aug 05 19:51:40.582 INFO [tuf-v2-repo] task succeeded (21.744263575s) |
| 11162 | 2026-08-05T19:51:41.263Z | Aug 05 19:51:40.593 INFO assembling repository in `/tmp/tufaceousnmphgP`, component: OmicronRepoAssembler |
| 11163 | 2026-08-05T19:51:49.906Z | Aug 05 19:51:49.235 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11164 | 2026-08-05T19:51:50.222Z | Aug 05 19:51:49.552 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11165 | 2026-08-05T19:51:52.403Z | Aug 05 19:51:51.732 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11166 | 2026-08-05T19:51:52.456Z | Aug 05 19:51:51.786 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11167 | 2026-08-05T19:51:52.505Z | Aug 05 19:51:51.834 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11168 | 2026-08-05T19:51:52.555Z | Aug 05 19:51:51.884 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11169 | 2026-08-05T19:51:52.608Z | Aug 05 19:51:51.938 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11170 | 2026-08-05T19:51:52.661Z | Aug 05 19:51:51.991 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11171 | 2026-08-05T19:51:52.714Z | Aug 05 19:51:52.043 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11172 | 2026-08-05T19:52:03.195Z | Aug 05 19:52:02.524 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 |
| 11173 | 2026-08-05T19:52:03.201Z | Aug 05 19:52:02.530 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 |
| 11174 | 2026-08-05T19:52:03.224Z | Aug 05 19:52:02.554 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 |
| 11175 | 2026-08-05T19:52:03.291Z | Aug 05 19:52:02.620 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11176 | 2026-08-05T19:52:03.345Z | Aug 05 19:52:02.675 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11177 | 2026-08-05T19:52:03.402Z | Aug 05 19:52:02.732 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11178 | 2026-08-05T19:52:03.468Z | Aug 05 19:52:02.798 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 |
| 11179 | 2026-08-05T19:52:03.474Z | Aug 05 19:52:02.804 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 |
| 11180 | 2026-08-05T19:52:03.499Z | Aug 05 19:52:02.829 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 |
| 11181 | 2026-08-05T19:52:04.945Z | Aug 05 19:52:04.274 INFO extracting uploaded archive to /tmp/.tmpezrhSF |
| 11182 | 2026-08-05T19:52:07.009Z | Aug 05 19:52:06.338 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.22cDJl |
| 11183 | 2026-08-05T19:52:07.074Z | Aug 05 19:52:06.404 INFO added artifact, length: 6736355, hash: cfc822e386318953f6fa56ba48e1c9b2e1f2e09a3a05d0f4a8d171b8b6f677bf, version: 1.77.0, kind: gimlet_sp, name: cosmo-a |
| 11184 | 2026-08-05T19:52:07.169Z | Aug 05 19:52:06.498 INFO added artifact, length: 6737791, hash: d3bccfa814a211e7d759a161be91b7272b62af38ae37f84dd925b2b0c1f68a9b, version: 1.77.0, kind: gimlet_sp, name: cosmo-b |
| 11185 | 2026-08-05T19:52:07.247Z | Aug 05 19:52:06.576 INFO added artifact, length: 5514175, hash: 21ebf7d0521fbc85b841f8511805f4b814bc7d82edfcc47d699b9be0b90afa70, version: 1.77.0, kind: gimlet_sp, name: gimlet-b |
| 11186 | 2026-08-05T19:52:07.336Z | Aug 05 19:52:06.666 INFO added artifact, length: 5517785, hash: 27293b62e940cc5e4a1d23e461410afac9eb97b008044774b11dbebb6967f087, version: 1.77.0, kind: gimlet_sp, name: gimlet-c |
| 11187 | 2026-08-05T19:52:07.421Z | Aug 05 19:52:06.751 INFO added artifact, length: 5539091, hash: 0c9f189feb066aee117817fbd49c04a3f97be30c57f70d34a2c8a41a31b0f28e, version: 1.77.0, kind: gimlet_sp, name: gimlet-d |
| 11188 | 2026-08-05T19:52:07.497Z | Aug 05 19:52:06.826 INFO added artifact, length: 5539156, hash: 902ee443cbdb72b7bcd08725962c1dfc67a5ca23bde919ba70d4334c2f144b29, version: 1.77.0, kind: gimlet_sp, name: gimlet-e |
| 11189 | 2026-08-05T19:52:07.584Z | Aug 05 19:52:06.914 INFO added artifact, length: 5539488, hash: 29d21bc8807f59a53bddb55d58996f74f553c4ddefa10b880b23981b0e10e0a6, version: 1.77.0, kind: gimlet_sp, name: gimlet-f |
| 11190 | 2026-08-05T19:52:07.673Z | Aug 05 19:52:07.003 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 11191 | 2026-08-05T19:52:07.673Z | Aug 05 19:52:07.003 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 11192 | 2026-08-05T19:52:07.723Z | Aug 05 19:52:07.052 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 11193 | 2026-08-05T19:52:07.727Z | Aug 05 19:52:07.052 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 11194 | 2026-08-05T19:52:07.774Z | Aug 05 19:52:07.104 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11195 | 2026-08-05T19:52:07.777Z | Aug 05 19:52:07.104 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11196 | 2026-08-05T19:52:07.822Z | Aug 05 19:52:07.152 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11197 | 2026-08-05T19:52:07.822Z | Aug 05 19:52:07.152 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11198 | 2026-08-05T19:52:07.871Z | Aug 05 19:52:07.200 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11199 | 2026-08-05T19:52:07.871Z | Aug 05 19:52:07.200 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11200 | 2026-08-05T19:52:07.922Z | Aug 05 19:52:07.251 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 11201 | 2026-08-05T19:52:07.926Z | Aug 05 19:52:07.251 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 11202 | 2026-08-05T19:52:07.970Z | Aug 05 19:52:07.299 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 11203 | 2026-08-05T19:52:07.970Z | Aug 05 19:52:07.299 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 11204 | 2026-08-05T19:52:07.973Z | Aug 05 19:52:07.300 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 11205 | 2026-08-05T19:52:07.973Z | Aug 05 19:52:07.301 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 11206 | 2026-08-05T19:52:07.973Z | Aug 05 19:52:07.301 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 11207 | 2026-08-05T19:52:07.973Z | Aug 05 19:52:07.302 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 11208 | 2026-08-05T19:52:07.973Z | Aug 05 19:52:07.303 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 11209 | 2026-08-05T19:52:13.738Z | Aug 05 19:52:13.067 INFO added artifact, length: 33554432, hash: 134eec0514d7b27bcb877ff4fa696f3710c71dbd648e02b28ad2e5a85766abb5, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_host_phase_1, name: host |
| 11210 | 2026-08-05T19:52:13.738Z | Aug 05 19:52:13.067 INFO added artifact, length: 33554432, hash: 2b4fc8a39011e177685d77339cdd552b1ee8681a84e80e6b13b85a1597ff1939, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_host_phase_1, name: host |
| 11211 | 2026-08-05T19:52:13.738Z | Aug 05 19:52:13.067 INFO added artifact, length: 1258295296, hash: 3245064ca35c0b40387ddd37be7c7a880bb198d521ddc2fd56f592fc0f7f7a66, version: 22.0.0-0.ci+git1f4f17af57c, kind: host_phase_2, name: host |
| 11212 | 2026-08-05T19:52:14.691Z | Aug 05 19:52:14.020 INFO added artifact, length: 33554432, hash: e5e5bf6e4ad543de9dfe9993d63f85d39fa3f82266dc3e78561b3912cfbfae67, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_trampoline_phase_1, name: trampoline |
| 11213 | 2026-08-05T19:52:14.691Z | Aug 05 19:52:14.020 INFO added artifact, length: 33554432, hash: a41080d84fc30c0da81d2ed5cbc772cb365919d77334f925f46ea091b173696c, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_trampoline_phase_1, name: trampoline |
| 11214 | 2026-08-05T19:52:14.694Z | Aug 05 19:52:14.020 INFO added artifact, length: 164638412, hash: 94b8856a014b31916a3985ee21e529fe43631286d146239d6b4d719d5833c082, version: 22.0.0-0.ci+git1f4f17af57c, kind: trampoline_phase_2, name: trampoline |
| 11215 | 2026-08-05T19:52:16.439Z | Aug 05 19:52:15.769 INFO added artifact, length: 321164352, hash: c6331d6bed021a7a59aa54eeb370b35de4e02be7afdcb3c5158fe04d173c485f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse_keeper |
| 11216 | 2026-08-05T19:52:18.426Z | Aug 05 19:52:17.755 INFO added artifact, length: 337546640, hash: a38e4b9126618b7d24e0f4e2c374c014d20b608aa94f832a805dfb91e8ef0d47, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse_server |
| 11217 | 2026-08-05T19:52:20.314Z | Aug 05 19:52:19.643 INFO added artifact, length: 337550320, hash: 45acdc1652b7b91fbd2970e007b445f4ce9fdfc04be4aff502e8dce13d2aa990, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: clickhouse |
| 11218 | 2026-08-05T19:52:21.214Z | Aug 05 19:52:20.543 INFO added artifact, length: 174065546, hash: 7ad7572eb81600931946a6270fae396133a21c6d3d4c49c5ee316946ea858174, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: cockroachdb |
| 11219 | 2026-08-05T19:52:21.458Z | Aug 05 19:52:20.787 INFO added artifact, length: 42791540, hash: 1fb70c317a5dca07405d1ee95a9a77c46ea4818ffa78c7b792f030c45506a59f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: crucible-pantry-zone |
| 11220 | 2026-08-05T19:52:21.804Z | Aug 05 19:52:21.133 INFO added artifact, length: 57959419, hash: 99f18cde1e672fc59f5b5edbb141fd979e90ef9c6a934c7012e2899e7b89868f, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: crucible-zone |
| 11221 | 2026-08-05T19:52:22.092Z | Aug 05 19:52:21.421 INFO added artifact, length: 56091779, hash: 339b1e370efa39eeb011c0ade83083c41ab9aaaca6587bd46ac068820cb6eb2e, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: external-dns |
| 11222 | 2026-08-05T19:52:22.418Z | Aug 05 19:52:21.747 INFO added artifact, length: 56091379, hash: ae14896817cdebaa3bd5bb5e25bd881dc523c4eb3209e4adf46d62f9734e00da, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: internal-dns |
| 11223 | 2026-08-05T19:52:24.408Z | Aug 05 19:52:23.737 INFO added artifact, length: 368025627, hash: 0e36a9c607f2b0bed09863081805c0fa3e69751a6f82efc0d1ab2eb7ec0a4e81, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: nexus |
| 11224 | 2026-08-05T19:52:24.617Z | Aug 05 19:52:23.946 INFO added artifact, length: 35984580, hash: 6775be99b0d56988bc4558729f94c1c35bc93903bf119755fd62e8f2d309985a, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: ntp |
| 11225 | 2026-08-05T19:52:25.065Z | Aug 05 19:52:24.394 INFO added artifact, length: 73930439, hash: 364504aa41e45adb1f42f08fefd9557fde5c726c21a472b672a971a5f101d801, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: oximeter |
| 11226 | 2026-08-05T19:52:25.083Z | Aug 05 19:52:24.412 INFO added artifact, length: 3109592, hash: 7f5a18f75994d80a4a09af40c70938a323fde504c68ac9a1dcb1e132030e1a01, version: 22.0.0-0.ci+git1f4f17af57c, kind: zone, name: probe |
| 11227 | 2026-08-05T19:52:25.087Z | Aug 05 19:52:24.413 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 11228 | 2026-08-05T19:52:25.087Z | Aug 05 19:52:24.413 INFO added artifact, length: 829, hash: 67c4ab0428f7a049907fe9f59a92f02216158c83e01cad0067dfad12834732de, version: 1.77.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.77.0 |
| 11229 | 2026-08-05T19:52:25.087Z | Aug 05 19:52:24.413 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 11230 | 2026-08-05T19:52:25.117Z | Aug 05 19:52:24.446 INFO added artifact, length: 4067191, hash: 8eeadd35239f8b256bbbb2ac157927f7db1ae7a35f50faee13d52f08f0a9d8f6, version: 1.77.0, kind: psc_sp, name: observer-a |
| 11231 | 2026-08-05T19:52:25.147Z | Aug 05 19:52:24.476 INFO added artifact, length: 4116826, hash: 439718aed3da515386640f6fd54a447c3055f20194b2c98fc44b95d23593b23d, version: 1.77.0, kind: psc_sp, name: psc-b |
| 11232 | 2026-08-05T19:52:25.175Z | Aug 05 19:52:24.504 INFO added artifact, length: 4119582, hash: c401c3536193ed3273de093df4b8fab853ca7d6fac56511132eac3d879bbe063, version: 1.77.0, kind: psc_sp, name: psc-c |
| 11233 | 2026-08-05T19:52:25.230Z | Aug 05 19:52:24.558 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 11234 | 2026-08-05T19:52:25.234Z | Aug 05 19:52:24.558 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 11235 | 2026-08-05T19:52:25.280Z | Aug 05 19:52:24.609 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11236 | 2026-08-05T19:52:25.284Z | Aug 05 19:52:24.610 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11237 | 2026-08-05T19:52:25.326Z | Aug 05 19:52:24.655 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11238 | 2026-08-05T19:52:25.329Z | Aug 05 19:52:24.655 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11239 | 2026-08-05T19:52:25.374Z | Aug 05 19:52:24.703 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 11240 | 2026-08-05T19:52:25.377Z | Aug 05 19:52:24.703 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 11241 | 2026-08-05T19:52:25.377Z | Aug 05 19:52:24.704 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 11242 | 2026-08-05T19:52:25.377Z | Aug 05 19:52:24.705 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 11243 | 2026-08-05T19:52:25.377Z | Aug 05 19:52:24.705 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 11244 | 2026-08-05T19:52:25.425Z | Aug 05 19:52:24.754 INFO added artifact, length: 7005415, hash: 7ab69eee0fb59208c420d4de464bdd8fa7a19d86e70988b42bcf9a7e448d1830, version: 1.77.0, kind: switch_sp, name: sidecar-b |
| 11245 | 2026-08-05T19:52:25.520Z | Aug 05 19:52:24.849 INFO added artifact, length: 7022343, hash: 56d0ffc8a84a0de6f8738cba75067505499ef0e20e7a22e561912c6bc1bcbae6, version: 1.77.0, kind: switch_sp, name: sidecar-c |
| 11246 | 2026-08-05T19:52:25.609Z | Aug 05 19:52:24.939 INFO added artifact, length: 7022176, hash: 626af989ccad6642ec81add88eb382aea83870decf632e8da586a5026209919a, version: 1.77.0, kind: switch_sp, name: sidecar-d |
| 11247 | 2026-08-05T19:52:25.718Z | Aug 05 19:52:25.047 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 11248 | 2026-08-05T19:52:25.718Z | Aug 05 19:52:25.048 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 11249 | 2026-08-05T19:52:25.767Z | Aug 05 19:52:25.096 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11250 | 2026-08-05T19:52:25.770Z | Aug 05 19:52:25.096 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11251 | 2026-08-05T19:52:25.819Z | Aug 05 19:52:25.149 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11252 | 2026-08-05T19:52:25.820Z | Aug 05 19:52:25.149 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11253 | 2026-08-05T19:52:25.868Z | Aug 05 19:52:25.197 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 11254 | 2026-08-05T19:52:25.871Z | Aug 05 19:52:25.197 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 11255 | 2026-08-05T19:52:25.871Z | Aug 05 19:52:25.198 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 11256 | 2026-08-05T19:52:25.871Z | Aug 05 19:52:25.198 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 11257 | 2026-08-05T19:52:25.871Z | Aug 05 19:52:25.199 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 11258 | 2026-08-05T19:52:25.871Z | Aug 05 19:52:25.199 INFO added artifact, length: 924, hash: fe83f78d940fd4e315c6c9800e393c6c8ad814fba89921264e1bdd85c76194f8, version: 22.0.0-0.ci+git1f4f17af57c, kind: installinator_document, name: installinator_document |
| 11259 | 2026-08-05T19:52:26.387Z | Aug 05 19:52:25.716 INFO extracting uploaded archive to /tmp/.tmpDZDGZq |
| 11260 | 2026-08-05T19:52:28.438Z | Aug 05 19:52:27.767 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Fv955f |
| 11261 | 2026-08-05T19:52:28.501Z | Aug 05 19:52:27.830 INFO added artifact, length: 6736355, hash: cfc822e386318953f6fa56ba48e1c9b2e1f2e09a3a05d0f4a8d171b8b6f677bf, version: 1.77.0, kind: gimlet_sp, name: cosmo-a |
| 11262 | 2026-08-05T19:52:28.600Z | Aug 05 19:52:27.929 INFO added artifact, length: 6737791, hash: d3bccfa814a211e7d759a161be91b7272b62af38ae37f84dd925b2b0c1f68a9b, version: 1.77.0, kind: gimlet_sp, name: cosmo-b |
| 11263 | 2026-08-05T19:52:28.679Z | Aug 05 19:52:28.009 INFO added artifact, length: 5514175, hash: 21ebf7d0521fbc85b841f8511805f4b814bc7d82edfcc47d699b9be0b90afa70, version: 1.77.0, kind: gimlet_sp, name: gimlet-b |
| 11264 | 2026-08-05T19:52:28.752Z | Aug 05 19:52:28.081 INFO added artifact, length: 5517785, hash: 27293b62e940cc5e4a1d23e461410afac9eb97b008044774b11dbebb6967f087, version: 1.77.0, kind: gimlet_sp, name: gimlet-c |
| 11265 | 2026-08-05T19:52:28.834Z | Aug 05 19:52:28.163 INFO added artifact, length: 5539091, hash: 0c9f189feb066aee117817fbd49c04a3f97be30c57f70d34a2c8a41a31b0f28e, version: 1.77.0, kind: gimlet_sp, name: gimlet-d |
| 11266 | 2026-08-05T19:52:28.911Z | Aug 05 19:52:28.240 INFO added artifact, length: 5539156, hash: 902ee443cbdb72b7bcd08725962c1dfc67a5ca23bde919ba70d4334c2f144b29, version: 1.77.0, kind: gimlet_sp, name: gimlet-e |
| 11267 | 2026-08-05T19:52:28.984Z | Aug 05 19:52:28.313 INFO added artifact, length: 5539488, hash: 29d21bc8807f59a53bddb55d58996f74f553c4ddefa10b880b23981b0e10e0a6, version: 1.77.0, kind: gimlet_sp, name: gimlet-f |
| 11268 | 2026-08-05T19:52:29.087Z | Aug 05 19:52:28.416 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 11269 | 2026-08-05T19:52:29.090Z | Aug 05 19:52:28.416 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 11270 | 2026-08-05T19:52:29.132Z | Aug 05 19:52:28.461 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 11271 | 2026-08-05T19:52:29.135Z | Aug 05 19:52:28.461 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 11272 | 2026-08-05T19:52:29.184Z | Aug 05 19:52:28.514 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11273 | 2026-08-05T19:52:29.189Z | Aug 05 19:52:28.514 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 11274 | 2026-08-05T19:52:29.237Z | Aug 05 19:52:28.566 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11275 | 2026-08-05T19:52:29.240Z | Aug 05 19:52:28.566 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11276 | 2026-08-05T19:52:29.286Z | Aug 05 19:52:28.616 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11277 | 2026-08-05T19:52:29.289Z | Aug 05 19:52:28.616 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 11278 | 2026-08-05T19:52:29.334Z | Aug 05 19:52:28.664 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 11279 | 2026-08-05T19:52:29.334Z | Aug 05 19:52:28.664 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 11280 | 2026-08-05T19:52:29.387Z | Aug 05 19:52:28.717 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 11281 | 2026-08-05T19:52:29.390Z | Aug 05 19:52:28.717 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 11282 | 2026-08-05T19:52:29.391Z | Aug 05 19:52:28.717 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 11283 | 2026-08-05T19:52:29.391Z | Aug 05 19:52:28.718 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 11284 | 2026-08-05T19:52:29.391Z | Aug 05 19:52:28.719 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 11285 | 2026-08-05T19:52:29.391Z | Aug 05 19:52:28.720 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 11286 | 2026-08-05T19:52:29.394Z | Aug 05 19:52:28.720 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 11287 | 2026-08-05T19:52:35.040Z | Aug 05 19:52:34.369 INFO added artifact, length: 33554432, hash: 134eec0514d7b27bcb877ff4fa696f3710c71dbd648e02b28ad2e5a85766abb5, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_host_phase_1, name: host |
| 11288 | 2026-08-05T19:52:35.041Z | Aug 05 19:52:34.370 INFO added artifact, length: 33554432, hash: 2b4fc8a39011e177685d77339cdd552b1ee8681a84e80e6b13b85a1597ff1939, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_host_phase_1, name: host |
| 11289 | 2026-08-05T19:52:35.041Z | Aug 05 19:52:34.370 INFO added artifact, length: 1258295296, hash: 3245064ca35c0b40387ddd37be7c7a880bb198d521ddc2fd56f592fc0f7f7a66, version: 22.0.0-0.ci+git1f4f17af57c, kind: host_phase_2, name: host |
| 11290 | 2026-08-05T19:52:36.076Z | Aug 05 19:52:35.405 INFO added artifact, length: 33554432, hash: e5e5bf6e4ad543de9dfe9993d63f85d39fa3f82266dc3e78561b3912cfbfae67, version: 22.0.0-0.ci+git1f4f17af57c, kind: gimlet_trampoline_phase_1, name: trampoline |
| 11291 | 2026-08-05T19:52:36.076Z | Aug 05 19:52:35.405 INFO added artifact, length: 33554432, hash: a41080d84fc30c0da81d2ed5cbc772cb365919d77334f925f46ea091b173696c, version: 22.0.0-0.ci+git1f4f17af57c, kind: cosmo_trampoline_phase_1, name: trampoline |
| 11292 | 2026-08-05T19:52:36.076Z | Aug 05 19:52:35.405 INFO added artifact, length: 164638412, hash: 94b8856a014b31916a3985ee21e529fe43631286d146239d6b4d719d5833c082, version: 22.0.0-0.ci+git1f4f17af57c, kind: trampoline_phase_2, name: trampoline |
| 11293 | 2026-08-05T19:52:42.603Z | Aug 05 19:52:41.932 INFO added artifact, length: 1928487478, hash: 2cf6cbb8053250fdb4bcf01b6286f4379856bea901567b0b84a357f58a39608b, version: 22.0.0-0.ci+git1f4f17af57c, kind: control_plane, name: control-plane |
| 11294 | 2026-08-05T19:52:42.606Z | Aug 05 19:52:41.932 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 11295 | 2026-08-05T19:52:42.606Z | Aug 05 19:52:41.932 INFO added artifact, length: 829, hash: 67c4ab0428f7a049907fe9f59a92f02216158c83e01cad0067dfad12834732de, version: 1.77.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.77.0 |
| 11296 | 2026-08-05T19:52:42.606Z | Aug 05 19:52:41.932 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 11297 | 2026-08-05T19:52:42.630Z | Aug 05 19:52:41.959 INFO added artifact, length: 4067191, hash: 8eeadd35239f8b256bbbb2ac157927f7db1ae7a35f50faee13d52f08f0a9d8f6, version: 1.77.0, kind: psc_sp, name: observer-a |
| 11298 | 2026-08-05T19:52:42.657Z | Aug 05 19:52:41.986 INFO added artifact, length: 4116826, hash: 439718aed3da515386640f6fd54a447c3055f20194b2c98fc44b95d23593b23d, version: 1.77.0, kind: psc_sp, name: psc-b |
| 11299 | 2026-08-05T19:52:42.690Z | Aug 05 19:52:42.019 INFO added artifact, length: 4119582, hash: c401c3536193ed3273de093df4b8fab853ca7d6fac56511132eac3d879bbe063, version: 1.77.0, kind: psc_sp, name: psc-c |
| 11300 | 2026-08-05T19:52:42.737Z | Aug 05 19:52:42.066 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 11301 | 2026-08-05T19:52:42.741Z | Aug 05 19:52:42.066 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 11302 | 2026-08-05T19:52:42.785Z | Aug 05 19:52:42.114 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11303 | 2026-08-05T19:52:42.789Z | Aug 05 19:52:42.114 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 11304 | 2026-08-05T19:52:42.834Z | Aug 05 19:52:42.163 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11305 | 2026-08-05T19:52:42.837Z | Aug 05 19:52:42.163 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11306 | 2026-08-05T19:52:42.882Z | Aug 05 19:52:42.211 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 11307 | 2026-08-05T19:52:42.885Z | Aug 05 19:52:42.211 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 11308 | 2026-08-05T19:52:42.885Z | Aug 05 19:52:42.212 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 11309 | 2026-08-05T19:52:42.885Z | Aug 05 19:52:42.212 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 11310 | 2026-08-05T19:52:42.885Z | Aug 05 19:52:42.213 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 11311 | 2026-08-05T19:52:42.932Z | Aug 05 19:52:42.261 INFO added artifact, length: 7005415, hash: 7ab69eee0fb59208c420d4de464bdd8fa7a19d86e70988b42bcf9a7e448d1830, version: 1.77.0, kind: switch_sp, name: sidecar-b |
| 11312 | 2026-08-05T19:52:43.026Z | Aug 05 19:52:42.355 INFO added artifact, length: 7022343, hash: 56d0ffc8a84a0de6f8738cba75067505499ef0e20e7a22e561912c6bc1bcbae6, version: 1.77.0, kind: switch_sp, name: sidecar-c |
| 11313 | 2026-08-05T19:52:43.115Z | Aug 05 19:52:42.444 INFO added artifact, length: 7022176, hash: 626af989ccad6642ec81add88eb382aea83870decf632e8da586a5026209919a, version: 1.77.0, kind: switch_sp, name: sidecar-d |
| 11314 | 2026-08-05T19:52:43.215Z | Aug 05 19:52:42.544 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 11315 | 2026-08-05T19:52:43.221Z | Aug 05 19:52:42.544 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 11316 | 2026-08-05T19:52:43.262Z | Aug 05 19:52:42.591 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11317 | 2026-08-05T19:52:43.266Z | Aug 05 19:52:42.592 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 11318 | 2026-08-05T19:52:43.313Z | Aug 05 19:52:42.642 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 11319 | 2026-08-05T19:52:43.313Z | Aug 05 19:52:42.642 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 11320 | 2026-08-05T19:52:43.360Z | Aug 05 19:52:42.689 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 11321 | 2026-08-05T19:52:43.370Z | Aug 05 19:52:42.689 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 11322 | 2026-08-05T19:52:43.370Z | Aug 05 19:52:42.689 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 11323 | 2026-08-05T19:52:43.370Z | Aug 05 19:52:42.690 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 11324 | 2026-08-05T19:52:43.370Z | Aug 05 19:52:42.691 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 11325 | 2026-08-05T19:52:43.370Z | Aug 05 19:52:42.691 INFO added artifact, length: 924, hash: fe83f78d940fd4e315c6c9800e393c6c8ad814fba89921264e1bdd85c76194f8, version: 22.0.0-0.ci+git1f4f17af57c, kind: installinator_document, name: installinator_document |
| 11326 | 2026-08-05T19:52:44.255Z | Aug 05 19:52:43.584 INFO [tuf-repo] task succeeded (84.746931356s) |
| 11327 | 2026-08-05T19:54:57.910Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s |
| 11328 | 2026-08-05T19:54:57.913Z | [verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 11329 | 2026-08-05T19:54:57.913Z | [verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 11330 | 2026-08-05T19:55:00.625Z | Aug 05 19:54:59.953 INFO [verify-libraries] process exited with exit status: 0 (432.964485922s) |
| 11331 | 2026-08-05T19:55:00.625Z | Aug 05 19:54:59.953 INFO all jobs completed in 1489.730553202s |
| 11332 | 2026-08-05T19:55:01.855Z | process exited: duration 1727593 ms, exit code 0 |
| |
| 11333 | 2026-08-05T19:55:01.869Z | found 41 output files |
| 11334 | 2026-08-05T19:55:01.869Z | uploading: /work/manifest.toml (17334 bytes) |
| 11335 | 2026-08-05T19:55:02.881Z | uploaded: /work/manifest.toml |
| 11336 | 2026-08-05T19:55:02.881Z | uploading: /work/repo.zip (3296821483 bytes) |
| 11337 | 2026-08-05T19:55:46.126Z | uploaded: /work/repo.zip |
| 11338 | 2026-08-05T19:55:46.126Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11339 | 2026-08-05T19:55:47.180Z | uploaded: /work/repo.zip.sha256.txt |
| 11340 | 2026-08-05T19:55:47.180Z | uploading: /work/helios.json (647 bytes) |
| 11341 | 2026-08-05T19:55:48.191Z | uploaded: /work/helios.json |
| 11342 | 2026-08-05T19:55:48.191Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11343 | 2026-08-05T19:55:49.206Z | uploaded: /work/incorporation.p5m |
| 11344 | 2026-08-05T19:55:49.207Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11345 | 2026-08-05T19:55:50.225Z | uploaded: /work/incorporation.p5p |
| 11346 | 2026-08-05T19:55:50.225Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11347 | 2026-08-05T19:55:51.235Z | uploaded: /work/helios-incorp.log |
| 11348 | 2026-08-05T19:55:51.235Z | uploading: /work/helios-setup.log (56753 bytes) |
| 11349 | 2026-08-05T19:55:52.251Z | uploaded: /work/helios-setup.log |
| 11350 | 2026-08-05T19:55:52.251Z | uploading: /work/host-image.log (233224 bytes) |
| 11351 | 2026-08-05T19:55:53.270Z | uploaded: /work/host-image.log |
| 11352 | 2026-08-05T19:55:53.270Z | uploading: /work/host-package.log (33391 bytes) |
| 11353 | 2026-08-05T19:55:54.305Z | uploaded: /work/host-package.log |
| 11354 | 2026-08-05T19:55:54.305Z | uploading: /work/host-target.log (101 bytes) |
| 11355 | 2026-08-05T19:55:55.317Z | uploaded: /work/host-target.log |
| 11356 | 2026-08-05T19:55:55.317Z | uploading: /work/incorp-create.log (0 bytes) |
| 11357 | 2026-08-05T19:55:56.325Z | uploaded: /work/incorp-create.log |
| 11358 | 2026-08-05T19:55:56.325Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11359 | 2026-08-05T19:55:57.334Z | uploaded: /work/incorp-fmt.log |
| 11360 | 2026-08-05T19:55:57.334Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11361 | 2026-08-05T19:55:58.347Z | uploaded: /work/incorp-pkgsend.log |
| 11362 | 2026-08-05T19:55:58.347Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11363 | 2026-08-05T19:55:59.356Z | uploaded: /work/incorp-publisher.log |
| 11364 | 2026-08-05T19:55:59.356Z | uploading: /work/omicron-package.log (7957 bytes) |
| 11365 | 2026-08-05T19:56:00.368Z | uploaded: /work/omicron-package.log |
| 11366 | 2026-08-05T19:56:00.369Z | uploading: /work/recovery-image.log (589439 bytes) |
| 11367 | 2026-08-05T19:56:01.392Z | uploaded: /work/recovery-image.log |
| 11368 | 2026-08-05T19:56:01.392Z | uploading: /work/recovery-package.log (321 bytes) |
| 11369 | 2026-08-05T19:56:02.404Z | uploaded: /work/recovery-package.log |
| 11370 | 2026-08-05T19:56:02.404Z | uploading: /work/recovery-target.log (98 bytes) |
| 11371 | 2026-08-05T19:56:03.425Z | uploaded: /work/recovery-target.log |
| 11372 | 2026-08-05T19:56:03.425Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11373 | 2026-08-05T19:56:04.439Z | uploaded: /work/stamp-clickhouse.log |
| 11374 | 2026-08-05T19:56:04.439Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11375 | 2026-08-05T19:56:05.451Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11376 | 2026-08-05T19:56:05.451Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11377 | 2026-08-05T19:56:06.462Z | uploaded: /work/stamp-clickhouse_server.log |
| 11378 | 2026-08-05T19:56:06.462Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11379 | 2026-08-05T19:56:07.472Z | uploaded: /work/stamp-cockroachdb.log |
| 11380 | 2026-08-05T19:56:07.472Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11381 | 2026-08-05T19:56:08.482Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11382 | 2026-08-05T19:56:08.482Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11383 | 2026-08-05T19:56:09.493Z | uploaded: /work/stamp-crucible-utils.log |
| 11384 | 2026-08-05T19:56:09.493Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11385 | 2026-08-05T19:56:10.505Z | uploaded: /work/stamp-crucible-zone.log |
| 11386 | 2026-08-05T19:56:10.505Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11387 | 2026-08-05T19:56:11.517Z | uploaded: /work/stamp-external-dns.log |
| 11388 | 2026-08-05T19:56:11.517Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11389 | 2026-08-05T19:56:12.639Z | uploaded: /work/stamp-installinator.log |
| 11390 | 2026-08-05T19:56:12.639Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11391 | 2026-08-05T19:56:13.832Z | uploaded: /work/stamp-internal-dns.log |
| 11392 | 2026-08-05T19:56:13.833Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11393 | 2026-08-05T19:56:14.865Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11394 | 2026-08-05T19:56:14.865Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11395 | 2026-08-05T19:56:15.918Z | uploaded: /work/stamp-nexus.log |
| 11396 | 2026-08-05T19:56:15.918Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11397 | 2026-08-05T19:56:16.950Z | uploaded: /work/stamp-ntp.log |
| 11398 | 2026-08-05T19:56:16.950Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11399 | 2026-08-05T19:56:17.961Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11400 | 2026-08-05T19:56:17.961Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11401 | 2026-08-05T19:56:18.971Z | uploaded: /work/stamp-overlay.log |
| 11402 | 2026-08-05T19:56:18.971Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11403 | 2026-08-05T19:56:19.983Z | uploaded: /work/stamp-oximeter.log |
| 11404 | 2026-08-05T19:56:19.983Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11405 | 2026-08-05T19:56:20.993Z | uploaded: /work/stamp-oxlog.log |
| 11406 | 2026-08-05T19:56:20.993Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11407 | 2026-08-05T19:56:22.005Z | uploaded: /work/stamp-probe.log |
| 11408 | 2026-08-05T19:56:22.005Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11409 | 2026-08-05T19:56:23.015Z | uploaded: /work/stamp-propolis-server.log |
| 11410 | 2026-08-05T19:56:23.015Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11411 | 2026-08-05T19:56:24.026Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11412 | 2026-08-05T19:56:24.026Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11413 | 2026-08-05T19:56:25.038Z | uploaded: /work/stamp-switch-asic.log |
| 11414 | 2026-08-05T19:56:25.038Z | uploading: /work/verify-libraries.log (50180 bytes) |
| 11415 | 2026-08-05T19:56:26.053Z | uploaded: /work/verify-libraries.log |